turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'da vinci pizzeria');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am traveling to Cambridge and am looking for the restaurant called Da Vinci Pizzeria ." }, { "id": 1, "rdf-acts": [ "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have found that restaurant for you , would you like the address ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , can I get the address and phone number please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'20 Milton Road Chesterton');(_:result,phone,'01223351707');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number is 01223351707 and the address is 20 Milton Road Chesterton" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,leave_at,'17:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "thanks ! I also need a train that should leave after 17:45 on sunday" }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure thing where will you be traveling from and to ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am in Peterborough and I need to go to Cambridge" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'20:38');(_:result,id,'TR1809');(_:result,leave_at,'19:48');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR1809 leaving at 19:48 and arriving at 20:38 . Would that suit your schedule ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , thank you , I just need the price ." }, { "id": 9, "rdf-acts": [ "inform((_:result,ticket,'13.20 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "The price for one ticket would be 13.20 pounds ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "That 's all I need ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "It was a pleasure to help you . Have a nice night . Goodbye ." } ]
MUL1477.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "da vinci pizzeria" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "da vinci pizzeria" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "da vinci pizzeria" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "phone", "01223351707" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "17:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "da vinci pizzeria" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "phone", "01223351707" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "17:45" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "da vinci pizzeria" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "phone", "01223351707" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "17:45" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "20:38" ], [ "_:result", "id", "TR1809" ], [ "_:result", "leave_at", "19:48" ], [ "_: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", "name", "da vinci pizzeria" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "phone", "01223351707" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "17:45" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "20:38" ], [ "_:result", "id", "TR1809" ], [ "_:result", "leave_at", "19:48" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to come to Cambridge on Sunday and I 'd like to take a train . Do you have anything leaving out of Birmingham New Street on that day ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,duration,'close to 3 hours');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "The trip is close to 3 hours . Do you have a preferred departure time ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'9:15');(_:search,destination,'Cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive in Cambridge by 9:15 please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'08:23');(_:result,count,'1');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is one train that arrives by 08:23 . Do you want me to book it ?" }, { "id": 4, "rdf-acts": [ "request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can I get the train ID and also the price for this trip ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR8730');(_:result,ticket,'60.08 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The train i d for that is TR8730 and the price is 60.08 pounds per ticket . Can I help you more today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'autumn house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for information on a hotel called autumn house ." }, { "id": 7, "rdf-acts": [], "speaker": "system", "text": "What would you like to know about it ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to book it for 5 people for 2 nights starting on the same day as my train trip ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'X0JLKVVF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "booking successful . Ref number is X0JLKVVF . Anything else today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That was all I needed today ." }, { "id": 11, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Have a great trip ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks a lot for all your help !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL1716.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "duration", "close to 3 hours" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "duration", "close to 3 hours" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "08:23" ], [ "_:result", "count", "1" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "duration", "close to 3 hours" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "08:23" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR8730" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "autumn house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:result", "duration", "close to 3 hours" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "08:23" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR8730" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "autumn house" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:result", "duration", "close to 3 hours" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "08:23" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "id", "TR8730" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "autumn house" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "X0JLKVVF" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:result", "duration", "close to 3 hours" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "08:23" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "id", "TR8730" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "autumn house" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "X0JLKVVF" ], [ "_: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,'Attraction'))" ], "speaker": "user", "text": "I ca n't wait to get there and see some of the local attractions . I am looking for a place to stay . Can you help me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I sure can ! Would you like a guesthouse or a hotel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a moderate priced guesthouse please . It also needs to have 4 stars and free parking ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,category,'guest houses');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have several nice guest houses that fit your request . What part of town do you prefer ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stars,'4');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am pretty indecisive so none . Can you pick a 4 star place and book me for 3 people and 2 nights starting on Tuesday ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,day,'tuesday');(_:booking,name,'limehouse');(_:booking,people,'3');(_:booking,ref,'OVCFXDNP');(_:booking,stay,'3 days 2 nights');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation at limehouse for this tuesday for 3 days 2 nights for 3 people was successful . Your Reference number is : OVCFXDNP ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Awesome , thanks a lot . That 's all I needed help with today ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You are welcome ." } ]
PMUL3594.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guest houses" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guest houses" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "name", "limehouse" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "OVCFXDNP" ], [ "_:booking", "stay", "3 days 2 nights" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a place to dine that serves gastropub food . I want it to be expensive ." }, { "id": 1, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'east');(_:result,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,food,'gastropub');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have 3 options in Cambridge for expensive gastropub food . Would you prefer a place in the centre or in the east ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I 'd like to dine in the center of town , please ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,count,'2');(_:result,name,'Backstreet bistro');(_:result,name,'Slug and Lettuce');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have two in the centre , the Backstreet bistro and The Slug and Lettuce . Would you like for me to make you a reservation ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'Slug and Lettuce');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you give me the address and phone number for the Slug and Lettuce please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'34 - 35 Green Street');(_:result,name,'The slug and lettuce');(_:result,postcode,'cb23ju');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The slug and lettuce is located at 34 - 35 Green Street , postcode cb23ju . I 'm sorry our system does not list their phone number . Is there anything else ?" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I wish you could provide their phone number . But other than that you 've given me everything I need to know . Thank you goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're quite welcome ! Thanks for contacting the Cambridge TownInfo Centre and have a great day !" } ]
SNG0712.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "count", "3" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Backstreet bistro" ], [ "_:result", "name", "Slug and Lettuce" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "name", "Slug and Lettuce" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "phone", "?" ], [ "_:search", "name", "Slug and Lettuce" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "34 - 35 Green Street" ], [ "_:result", "name", "The slug and lettuce" ], [ "_:result", "postcode", "cb23ju" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "A moderately priced restaurant in the west part of town , please . Give me their address and phone number , too ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'British');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Do you have a food type preference because there are results for Indian , British , and Italian ." }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Indian is fine" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'205 Victoria Road Chesterton');(_:result,name,'Meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Meghna is at 205 Victoria Road Chesterton and their number is 01223 727410 . Can I do anything else for you ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 'll be all . Thank you !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you , and have a good evening !" } ]
WOZ20127.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "205 Victoria Road Chesterton" ], [ "_:result", "name", "Meghna" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for restaurants in the north part of town" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Which price range are you looking in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like a cheap restaurant . What types of food are available with those parameters ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'north');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Italian and Indian food can be found for cheap in the north part of town . Would you like more information ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you give me the name and phone number of a cheap Indian restaurant in the north ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'Indian');(_:result,name,'Royal Spice');(_:result,phone,'017 - 335 - 3355');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Royal Spice is a cheap Indian restaurant in the north . It 's phone number is 017 - 335 - 3355" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "How much is the average dish ?" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "I am sorry sir , this information is not available to us . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Have a good evening ." } ]
WOZ20244.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "phone", "017 - 335 - 3355" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "phone", "017 - 335 - 3355" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'rajmahal');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking to eat at Rajmahal ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'7 Barnwell Road Fen Ditton');(_:result,area,'east');(_:result,name,'Rajmahal');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Of course . Rajmahal is located in the east part of town , at 7 Barnwell Road Fen Ditton ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I get their phone number and postcode so I can pay them a visit . It sounds like a great place to dine ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223244955');(_:result,postcode,'cb58rg');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure ! Their phone number is 01223244955 and postcode is cb58rg . Is there anything else I can help with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , that was all that I needed to know , thank you ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome . Feel free to let us know if you need anything else ." } ]
SNG0555.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "7 Barnwell Road Fen Ditton" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "7 Barnwell Road Fen Ditton" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Rajmahal" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223244955" ], [ "_:result", "postcode", "cb58rg" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Howdy ! I 'm craving some cheap Italian food , you got any place like that ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'zizzi cambridge');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes I recommend zizzi cambridge . It 's in the centre of town ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'19:00');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to book it on Wednesday , for 7 people at 19:00 ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'5D5KCZ65');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . The table will be reserved for 15 minutes . The reference number is 5D5KCZ65 . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I 'm also interested in things to do in the centre area . Can you make some suggestions ?" }, { "id": 5, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Do you have a certain type of attraction you would like ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm actually open to anything to recommend as long as its in the centre" }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'a lot of');(_:result,area,'centre');(_:result,category,'architecture');(_:result,name,'Holy trinity church');(_:result,name,'old schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have a lot of architecture in the centre . Holy trinity church and old schools are very nice ." }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'old schools');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is old schools ? And is there an entrance fee ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'Old Schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Old Schools is an architecture attraction in the centre area of town . It is free !" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That sounds perfect ! I think that 's all I need for today . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thanks for using our system today !" } ]
PMUL2418.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "zizzi cambridge" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "zizzi cambridge" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5D5KCZ65" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "zizzi cambridge" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5D5KCZ65" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5D5KCZ65" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:result", "amount", "a lot of" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "Holy trinity church" ], [ "_:result", "name", "old schools" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "old schools" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5D5KCZ65" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:result", "amount", "a lot of" ], [ "_:search", "name", "old schools" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Old Schools" ], [ "_:result", "type", "Attraction" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'17:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "i need a train out of cambridge after 17:30" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'd be happy to help . What is your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,\"london king 's cross\");(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to get to London King 's Cross on Thursday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'only option');(_:result,id,'TR6595');(_:result,leave_at,'19:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The only option we have is the TR6595 which leaves at 19:00 . Does thatwork for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please book it for 5 people ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'STVHW0DA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reference number is STVHW0DA ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Can you locate a Starbucks Coffee near the train station in London King 's Cross ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,count,'1');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is one 3 blocks from the station , is there anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for a cheap place to stay that has wifi ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'10');(_:result,has_internet,'none');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ok . There are 10 cheap places with wifi . Were you looking for a certain part of town ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,stars,'zero');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It does n't matter , but I want it to be zero stars ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'City Centre North B and B.');(_:result,name,'El Shaddai');(_:result,stars,'zero');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "El Shaddai gets zero stars and so does the City Centre North B and B." }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "Which one of those is the cheapest ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,pricerange,'same price');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It appears they about the same price ." }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,name,'El Shaddai');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ok please book El Shaddai for 5 people and 4 nights starting sunday" }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'BV84E4XA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : BV84E4XA . What else can I assist you with ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I need today . Thank you for your help ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful day . If there is anything else just let me know ." } ]
PMUL3747.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "17:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "17:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london king 's cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "17:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london king 's cross" ], [ "_:result", "amount", "only option" ], [ "_:result", "id", "TR6595" ], [ "_:result", "leave_at", "19:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "17:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london king 's cross" ], [ "_:result", "amount", "only option" ], [ "_:result", "id", "TR6595" ], [ "_:result", "leave_at", "19:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "STVHW0DA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "17:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london king 's cross" ], [ "_:result", "amount", "only option" ], [ "_:result", "id", "TR6595" ], [ "_:result", "leave_at", "19:00" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "STVHW0DA" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "1" ], [ "_:result", "type", "Attraction" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "17:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london king 's cross" ], [ "_:result", "amount", "only option" ], [ "_:result", "id", "TR6595" ], [ "_:result", "leave_at", "19:00" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "STVHW0DA" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:result", "count", "10" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "zero" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "17:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london king 's cross" ], [ "_:result", "amount", "only option" ], [ "_:result", "id", "TR6595" ], [ "_:result", "leave_at", "19:00" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "STVHW0DA" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:result", "count", "10" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "zero" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "City Centre North B and B." ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "stars", "zero" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "leave_at", "17:30" ], [ "_:search", "destination", "london king 's cross" ], [ "_:result", "amount", "only option" ], [ "_:result", "id", "TR6595" ], [ "_:result", "leave_at", "19:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "STVHW0DA" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:result", "count", "10" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "zero" ], [ "_:result", "name", "City Centre North B and B." ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "stars", "zero" ], [ "_:result", "pricerange", "same price" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "name", "El Shaddai" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "17:30" ], [ "_:search", "destination", "london king 's cross" ], [ "_:result", "amount", "only option" ], [ "_:result", "id", "TR6595" ], [ "_:result", "leave_at", "19:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:result", "count", "10" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "zero" ], [ "_:result", "name", "City Centre North B and B." ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "stars", "zero" ], [ "_:result", "pricerange", "same price" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "name", "El Shaddai" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "BV84E4XA" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you help me find a train departing out of cambridge this saturday ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are several trains departing from Cambridge on Saturday . Where are you traveling and what time would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'peterborough');(_:search,leave_at,'12:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm going to Peterborough and want to leave after 12:00 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'multiple');(_:result,leave_at,'12');(_:result,leave_at,'First one departs at 12:06');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are multiple trains leaving that day after 12 . First one departs at 12:06 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Book the first one for 8 people please ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'SLAC2W0W');(_:booking,ticket,'105.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked it and here is the information - Booking was successful , the total fee is 105.6 GBP payable at the station . \n Reference number is : SLAC2W0W ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I need" }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank you for contacting us . Have a nice day ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Oh I almost forgot can you help me find a 5 star hotel with free internet ?" }, { "id": 9, "rdf-acts": [ "select((_:result,category,'hotel');(_:result,stars,'4');(_:result,type,'Hotel'))", "canthelp((_:search,category,'hotel');(_:search,stars,'5');(_:search,type,'Hotel'))", "inform((_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , I am not able to find a 5 star hotel with free internet . Would you consider a 4 star hotel ? There are 3 of those ." }, { "id": 10, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would consider a star rating of 4 . Can you pick one for me please ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,name,'huntingdon marriott hotel');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "huntingdon marriott hotel is a 4 star hotel" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ok and does that have free wifi ?" }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,name,'Huntingdon Marriott Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , the Huntingdon Marriott Hotel has free WiFi . Would you like me to book it for you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please ! I want to book it for 8 people for 4 nights starting tuesday" }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'CEVX0OU3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , I booked it and your reference number is CEVX0OU3 . Anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all for now . Thank you so much ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You are so welcome ! You take care now , bye !" } ]
PMUL1756.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "12:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "12:00" ], [ "_:result", "amount", "multiple" ], [ "_:result", "leave_at", "12" ], [ "_:result", "leave_at", "First one departs at 12:06" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "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", "peterborough" ], [ "_:search", "leave_at", "12:00" ], [ "_:result", "amount", "multiple" ], [ "_:result", "leave_at", "12" ], [ "_:result", "leave_at", "First one departs at 12:06" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "SLAC2W0W" ], [ "_:booking", "ticket", "105.6 GBP" ], [ "_:booking", "type", "Booking" ] ], "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", "peterborough" ], [ "_:search", "leave_at", "12:00" ], [ "_:result", "amount", "multiple" ], [ "_:result", "leave_at", "12" ], [ "_:result", "leave_at", "First one departs at 12:06" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "SLAC2W0W" ], [ "_:booking", "ticket", "105.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "5" ], [ "_: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", "peterborough" ], [ "_:search", "leave_at", "12:00" ], [ "_:result", "amount", "multiple" ], [ "_:result", "leave_at", "12" ], [ "_:result", "leave_at", "First one departs at 12:06" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "SLAC2W0W" ], [ "_:booking", "ticket", "105.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/8efaa648" ], [ "_:search/8efaa648", "category", "hotel" ], [ "_:search/8efaa648", "stars", "5" ], [ "_:search/8efaa648", "type", "Hotel" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "12:00" ], [ "_:result", "amount", "multiple" ], [ "_:result", "leave_at", "12" ], [ "_:result", "leave_at", "First one departs at 12:06" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "SLAC2W0W" ], [ "_:booking", "ticket", "105.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/8efaa648" ], [ "_:search/8efaa648", "category", "hotel" ], [ "_:search/8efaa648", "stars", "5" ], [ "_:search/8efaa648", "type", "Hotel" ], [ "_:result", "count", "3" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "12:00" ], [ "_:result", "amount", "multiple" ], [ "_:result", "leave_at", "12" ], [ "_:result", "leave_at", "First one departs at 12:06" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "SLAC2W0W" ], [ "_:booking", "ticket", "105.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/8efaa648" ], [ "_:search/8efaa648", "category", "hotel" ], [ "_:search/8efaa648", "stars", "5" ], [ "_:search/8efaa648", "type", "Hotel" ], [ "_:result", "count", "3" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "12:00" ], [ "_:result", "amount", "multiple" ], [ "_:result", "leave_at", "12" ], [ "_:result", "leave_at", "First one departs at 12:06" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "105.6 GBP" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/8efaa648" ], [ "_:search/8efaa648", "category", "hotel" ], [ "_:search/8efaa648", "stars", "5" ], [ "_:search/8efaa648", "type", "Hotel" ], [ "_:result", "count", "3" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "CEVX0OU3" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,\"king 's college\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hello , I will be in Cambridge later on this week and I ca n't seem to find King 's college . I am not sure how to find it , can you help ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,\"King 's Parade\");(_:result,area,'center');(_:result,name,'Kings College');(_:result,postcode,'cb21st');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , Kings College is in the center of town and the address and postal code is King 's Parade , cb21st respectively ." }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "And what 's the entrance fee ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'FREE');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Kings College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is no entrance fee , Kings College is FREE !" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "That 's great ! Can you also help me find a train going to norwich ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'133');(_:result,destination,'norwich');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I found 133 trains going to norwich , what date , time or station will you be leaving from ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave on Sunday and depart from cambridge ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'19');(_:result,day,'Sunday');(_:result,departure,'Cambridge');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 19 that leave on Sunday from Cambridge . Do you want to depart or arrive by a certain time ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive by 15:15 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'14:55');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,leave_at,'13:38');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a train that departs from Cambridge at 13:38 and arrives in Norwich by 14:55 . Would you like to place a booking ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to make a booking for 7 people please ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,arrive_by,'14:55');(_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,destination,'Norwich');(_:booking,id,'TR8185');(_:booking,leave_at,'13:36');(_:booking,people,'7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've booked you on TR8185 , for 7 people . It departs Cambridge at 13:36 and arrives in Norwich at 14:55 ." }, { "id": 12, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Thank you . Can I have the reference number for that booking ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'9SDIIVSB');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking reference number is 9SDIIVSB . Anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that was all I needed today . Thank you for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system !" } ]
MUL0593.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "area", "center" ], [ "_:result", "name", "Kings College" ], [ "_:result", "postcode", "cb21st" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb21st" ], [ "_:result", "entrance_fee", "FREE" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Kings College" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb21st" ], [ "_:result", "entrance_fee", "FREE" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Kings College" ], [ "_:search", "destination", "norwich" ], [ "_:result", "count", "133" ], [ "_:result", "destination", "norwich" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb21st" ], [ "_:result", "entrance_fee", "FREE" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Kings College" ], [ "_:search", "destination", "norwich" ], [ "_:result", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Sunday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb21st" ], [ "_:result", "entrance_fee", "FREE" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Kings College" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:result", "arrive_by", "14:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "leave_at", "13:38" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb21st" ], [ "_:result", "entrance_fee", "FREE" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Kings College" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:result", "arrive_by", "14:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "leave_at", "13:38" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:booking", "arrive_by", "14:55" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "Norwich" ], [ "_:booking", "id", "TR8185" ], [ "_:booking", "leave_at", "13:36" ], [ "_:booking", "people", "7" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb21st" ], [ "_:result", "entrance_fee", "FREE" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Kings College" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:result", "arrive_by", "14:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "leave_at", "13:38" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:booking", "arrive_by", "14:55" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "Norwich" ], [ "_:booking", "id", "TR8185" ], [ "_:booking", "leave_at", "13:36" ], [ "_:booking", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9SDIIVSB" ], [ "_: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,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What 's good to eat on the west side , in the moderate price range ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you have a food preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would really like Indian today if you can find it for me ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'indian');(_:result,name,'meghana');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The meghana is an indian restruarant with a moderate price range . Would you like me to book a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'13:45');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please book me a table for 4 people at 13:45 on Tuesday ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok I will book that for you and get you a confirmation number" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , please do ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great , I got that booked for you . Is there anything else I can assist with today ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I still need the reference number ..." }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "inform((_:result,phone,'01223727410');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry that I told you it was booked . Something is wrong with our system . Here is the phone number so you can call them directly , 01223727410 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "If you can not book it on that day , could you try to get me in o Wednesday ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,day,'Tuesday');(_:booking,ref,'OI555UW4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to Book Tuesday . The table will be reserved for 15 minutes . \n Reference number is : OI555UW4 ." }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need an expensive hotel also ." }, { "id": 13, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have five options , any preference on area or amenities ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The hotel should have a star of 1 and should include free parking ." }, { "id": 15, "rdf-acts": [ "canthelp((_:search,pricerange,'expensive');(_:search,stars,'1-star');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , but there are no 1-star expensive places to stay ." }, { "id": 16, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What about a 4 star one then ." }, { "id": 17, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'west');(_:result,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have two hotels with 4 star ratings . Would you like it in the west or centre ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer the west . Are there any hotels in the west area ?" }, { "id": 19, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,name,'huntingdon marriott hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes we have the huntingdon marriott hotel in the west . Would you like me to book it for you ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , I just need hotel information at this time . Thanks for the restaurant booking . Have a good day . Goodbye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Have a great trip . If there is anything else I can help with just call us back ." } ]
PMUL0279.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghana" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghana" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghana" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghana" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/1da2c052" ], [ "_:booking/1da2c052", "type", "Booking" ], [ "_:result", "phone", "01223727410" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Restaurant" ] ], "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" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghana" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/1da2c052" ], [ "_:booking/1da2c052", "type", "Booking" ], [ "_:result", "phone", "01223727410" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "ref", "OI555UW4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghana" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/1da2c052" ], [ "_:booking/1da2c052", "type", "Booking" ], [ "_:result", "phone", "01223727410" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "ref", "OI555UW4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghana" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/1da2c052" ], [ "_:booking/1da2c052", "type", "Booking" ], [ "_:result", "phone", "01223727410" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "ref", "OI555UW4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/db3b1246" ], [ "_:search/db3b1246", "pricerange", "expensive" ], [ "_:search/db3b1246", "stars", "1-star" ], [ "_:search/db3b1246", "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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghana" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/1da2c052" ], [ "_:booking/1da2c052", "type", "Booking" ], [ "_:result", "phone", "01223727410" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "ref", "OI555UW4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/db3b1246" ], [ "_:search/db3b1246", "pricerange", "expensive" ], [ "_:search/db3b1246", "stars", "1-star" ], [ "_:search/db3b1246", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/1da2c052" ], [ "_:booking/1da2c052", "type", "Booking" ], [ "_:result", "phone", "01223727410" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "ref", "OI555UW4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/db3b1246" ], [ "_:search/db3b1246", "pricerange", "expensive" ], [ "_:search/db3b1246", "stars", "1-star" ], [ "_:search/db3b1246", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "west" ], [ "_:result", "area", "west" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'acute medicine');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I am looking for Addenbrookes Hospital . Does it also provide acute medicine care for the elderly ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223217261');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "That hospital does provide that type of care . Their telephone is 01223217261 . I can book you an appointment as well if you 'd like ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "can you give me the address and post code ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Sure , the address is Hills Rd , Cambridge and the post code is CB20QQ ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all thank you ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "If there is nothing else I can assist with , I wish you a great day ." } ]
SNG0162.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "acute medicine" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "acute medicine" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223217261" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "acute medicine" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223217261" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'Fitzwilliam Museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for the Fitzwilliam Museum ." }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'trumpington street');(_:result,name,'Fitzwilliam Museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'd be happy to give you more information on the Fitzwilliam Museum . The address is trumpington street . Do you need any additional information for this attraction ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could you give me the exact postcode for the museum , please ?" }, { "id": 3, "rdf-acts": [ "thank()", "reqmore()", "inform((_:result,postcode,'cb21rb');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I sure can ! The postcode is cb21rb . Is there anything else that I can help you with today ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I am also looking for a train to Cambridge . I am leaving from Broxbourne ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR5570');(_:result,type,'Train'))" ], "speaker": "system", "text": "Train TR5570 is what you 're looking for !" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok , great ! Thank you very much for your help ." }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can do for you today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all ! Thank you so much !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . I hope you have a wonderful day ! Goodbye ." } ]
MUL1979.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Fitzwilliam Museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Fitzwilliam Museum" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "name", "Fitzwilliam Museum" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Fitzwilliam Museum" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "name", "Fitzwilliam Museum" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21rb" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "Fitzwilliam Museum" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "name", "Fitzwilliam Museum" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21rb" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5570" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "Fitzwilliam Museum" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "name", "Fitzwilliam Museum" ], [ "_:result", "postcode", "cb21rb" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5570" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a college in the west part of town to visit ." }, { "id": 1, "rdf-acts": [ "select((_:result,name,'Churchill College');(_:result,name,'Clare Hall');(_:result,name,'Magdalene');(_:result,type,'Attraction'))", "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Magdalene and Churchill College and Clare Hall all fit your requirements and entrance here is free . Is there a specific college you would like to see ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'magdalene colleges');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I think I would like to visit both Churchill and Magdalene Colleges . May I have their telephone numbers please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,name,'Churchill College');(_:result,name,'Magdalene College');(_:result,phone,'01223332138');(_:result,phone,'01223336233');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number for Churchill College is 01223336233 , and the phone number for Magdalene College is 01223332138 . Can I help you with anything else today ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . Good day ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You too !" } ]
SNG1142.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:result", "name", "Churchill College" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "name", "Magdalene" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "magdalene colleges" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "magdalene colleges" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Churchill College" ], [ "_:result", "name", "Magdalene College" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "phone", "01223336233" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'emmanuel college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you get me information on a attraction called emmanuel college ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,\"Saint Andrew 's Street\");(_:result,area,'centre');(_:result,category,'college');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , it is a nice college in the city centre , located on Saint Andrew 's Street ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you . That was all I needed to know ." }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can assist you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any good eastern European restaurants in the centre ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are many places to dine Do you have any preferences ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Do any of them serve eastern European food ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,count,'8');(_:result,food,'European');(_:result,name,'River Bar Steakhouse and Grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 8 restaurants in the centre that serve European food . If you want to go with something cheap , I would suggest the River Bar Steakhouse and Grill ." }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'eastern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about eastern european food ?" }, { "id": 9, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm afraid not . Would you like to look for a different type of cuisine ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Chinese is always a good standby when in doubt , lets look for a chiense place ." }, { "id": 11, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are several , do you have a price range in mind ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Moderately priced please ." }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'Jinling Noodle bar');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Jinling Noodle bar is a great moderately priced chinese restaurant in the centre . Would you like me to make reservations for you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'15:00');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please make that for 4 people at 15:00 on a Sunday ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'JKLWFR30');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : JKLWFR30 . Is there anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Your welcome . Have a good day ." } ]
PMUL4141.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "emmanuel college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "emmanuel college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "emmanuel college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "emmanuel college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "emmanuel college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "category", "college" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "8" ], [ "_:result", "food", "European" ], [ "_:result", "name", "River Bar Steakhouse and Grill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "eastern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "emmanuel college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "category", "college" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "8" ], [ "_:result", "food", "European" ], [ "_:result", "name", "River Bar Steakhouse and Grill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b308c40d" ], [ "_:search/b308c40d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "emmanuel college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "category", "college" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "8" ], [ "_:result", "food", "European" ], [ "_:result", "name", "River Bar Steakhouse and Grill" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/b308c40d" ], [ "_:search/b308c40d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "emmanuel college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "category", "college" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "count", "8" ], [ "_:system", "canthelp", "_:search/b308c40d" ], [ "_:search/b308c40d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Jinling Noodle bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "emmanuel college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "category", "college" ], [ "_:search", "area", "?" ], [ "_:result", "count", "8" ], [ "_:system", "canthelp", "_:search/b308c40d" ], [ "_:search/b308c40d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Jinling Noodle bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "JKLWFR30" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouses');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi ! What can you tell me about 4-star guesthouses in town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'18');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 18 matching your request . Do you have any preferences such as area , price , parking , or internet ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would like a guesthouse in the south part of town and it should include wifi ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'5 mowbray road');(_:result,address,'53 roseford road');(_:result,count,'2');(_:result,name,'Aylesbray Lodge Guest House');(_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,postcode,'cb17sr');(_:result,postcode,'cb22 ha');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 2 : Rosa 's Bed and Breakfast is cheap , located at \t 53 roseford road cb22 ha and Aylesbray Lodge Guest House is moderate , located at 5 mowbray road cb17sr . Shall we book ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , let 's try Rosa 's for 3 nights starting Friday . There will be 8 of us ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Friday');(_:booking,ref,'32GMTM5V');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all set for checking in on Friday . Your reference number is 32GMTM5V . Can I help with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all , thank you so much ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "No problem . Glad to help ." } ]
SNG0782.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouses" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "stars", "4-star" ], [ "_:search", "has_parking", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "stars", "4-star" ], [ "_:search", "has_parking", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "5 mowbray road" ], [ "_:result", "address", "53 roseford road" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Aylesbray Lodge Guest House" ], [ "_:result", "name", "Rosa 's Bed and Breakfast" ], [ "_:result", "postcode", "cb17sr" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "stars", "4-star" ], [ "_:search", "has_parking", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "5 mowbray road" ], [ "_:result", "address", "53 roseford road" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Aylesbray Lodge Guest House" ], [ "_:result", "name", "Rosa 's Bed and Breakfast" ], [ "_:result", "postcode", "cb17sr" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "ref", "32GMTM5V" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,leave_at,'11:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train that is leaving after 11:30" }, { "id": 1, "rdf-acts": [ "inform((_:result,arrive_by,'13:51');(_:result,day,'Friday');(_:result,departure,'London Kings Cross');(_:result,destination,'Cambridge');(_:result,leave_at,'13:00');(_:result,type,'Train'))" ], "speaker": "system", "text": "The closest time I have is a train from London Kings Cross on Friday at 13:00 . It will arrive to Cambridge at 13:51 ." }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm nowhere near London Kings Cross though . What about Birmingham New Street ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'14:23');(_:result,count,'1');(_:result,departure,'Birmingham new street');(_:result,leave_at,'11:40');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have one leaving Birmingham new street at 11:40 and arriving by 14:23 , would you like me to book it for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What 's the travel time and Train ID for that one ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'14:23');(_:result,departure,'Birmingham New Street');(_:result,destination,'Cambridge');(_:result,duration,'163 minutes');(_:result,id,'TR7040');(_:result,leave_at,'11:40');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That would be the TR7040 , leaving Birmingham New Street 11:40 , arriving Cambridge 14:23 , for a travel duration of 163 minutes . Would you like to book a ticket ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'the fitzwilliam museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great . Could you please get me some information on a particular attraction called the fitzwilliam museum ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , of course . What information do you require about this museum ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))", "thank()" ], "speaker": "user", "text": "I just need adress for the museum , thank you" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'trumpington street');(_:result,postcode,'cb21rb');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is trumpington street the postcode is cb21rb ." }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you can you help me find a restaurant too ?" }, { "id": 11, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you have a particular kind of restaurant in mind ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,food,'Chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I would like to eat at a Chinese restaurant ." }, { "id": 13, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Okay ! In what part of town ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,name,'the fitzwilliam museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Actually I am just looking for an attraction called the fitzwilliam museum ." }, { "id": 15, "rdf-acts": [ "select((_:result,name,'Fitzwilliam Museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "What would you like to know about The Fitzwilliam Museum ?" }, { "id": 16, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I just need the address please ." }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:result,address,'trumpington street');(_:result,category,'museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , the museum is on trumpington street . Do you need any additional information ?" }, { "id": 18, "rdf-acts": [], "speaker": "user", "text": "No , I 'm all set ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Great , have a wonderful day !" } ]
PMUL1058.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:result", "arrive_by", "13:51" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:00" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "14:23" ], [ "_:result", "count", "1" ], [ "_:result", "departure", "Birmingham new street" ], [ "_:result", "leave_at", "11:40" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:23" ], [ "_:result", "departure", "Birmingham New Street" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR7040" ], [ "_:result", "leave_at", "11:40" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "the fitzwilliam museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:23" ], [ "_:result", "departure", "Birmingham New Street" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR7040" ], [ "_:result", "leave_at", "11:40" ], [ "_:search", "name", "the fitzwilliam museum" ], [ "_:result", "category", "museum" ], [ "_: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": [ [ "_:search", "leave_at", "11:30" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:23" ], [ "_:result", "departure", "Birmingham New Street" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR7040" ], [ "_:result", "leave_at", "11:40" ], [ "_:search", "name", "the fitzwilliam museum" ], [ "_:result", "category", "museum" ], [ "_:search", "category", "museum" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "postcode", "cb21rb" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:23" ], [ "_:result", "departure", "Birmingham New Street" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR7040" ], [ "_:result", "leave_at", "11:40" ], [ "_:search", "name", "the fitzwilliam museum" ], [ "_:result", "category", "museum" ], [ "_:search", "category", "museum" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "postcode", "cb21rb" ], [ "_:result", "type", "Attraction" ], [ "_: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", "leave_at", "11:30" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:23" ], [ "_:result", "departure", "Birmingham New Street" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR7040" ], [ "_:result", "leave_at", "11:40" ], [ "_:result", "category", "museum" ], [ "_:search", "category", "museum" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "postcode", "cb21rb" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "Chinese" ], [ "_:search", "area", "?" ], [ "_:search", "name", "the fitzwilliam museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:23" ], [ "_:result", "departure", "Birmingham New Street" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR7040" ], [ "_:result", "leave_at", "11:40" ], [ "_:result", "category", "museum" ], [ "_:search", "category", "museum" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "postcode", "cb21rb" ], [ "_:search", "food", "Chinese" ], [ "_:search", "area", "?" ], [ "_:search", "name", "the fitzwilliam museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Fitzwilliam Museum" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "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", "leave_at", "11:30" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "count", "1" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:23" ], [ "_:result", "departure", "Birmingham New Street" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR7040" ], [ "_:result", "leave_at", "11:40" ], [ "_:search", "category", "museum" ], [ "_:result", "postcode", "cb21rb" ], [ "_:search", "food", "Chinese" ], [ "_:search", "area", "?" ], [ "_:search", "name", "the fitzwilliam museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Fitzwilliam Museum" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "category", "museum" ], [ "_: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,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I need a train to Kings Cross on Tuesday ." }, { "id": 1, "rdf-acts": [ "thank()", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay . Where are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'city hall');(_:search,type,'Train'))" ], "speaker": "user", "text": "The main City Hall" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,departure,'City Hall');(_:search,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I do n't show that there are any trains departing from City Hall . Would you like another departure site ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please . I will departing from Cambridge ." }, { "id": 5, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "And what time would you like to leave or arrive by ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,leave_at,'17:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave by 17:00 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,destination,'Kings Cross');(_:result,leave_at,'17:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train at 17:00 going to Kings Cross . Would you like to book a ticket on that one ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'11:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I apologize . I meant to say that I need to leave sometime after 11:30 ." }, { "id": 9, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a time you need to arrive by ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "No , there is not . Any will be fine . I 'll need tickets for 4 people , please ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,arrive_by,'15:51');(_:booking,category,'Train');(_:booking,leave_at,'15:00');(_:booking,ref,'68ATC774');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful ! You leave at 15:00 and arrive at 15:51 . Reference number 68ATC774 ." }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay , great . I 'm also looking for a place to stay . The hotel should be in the east ." }, { "id": 13, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,area,'east');(_:result,count,'7');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 7 available options in the east . What price range would you like ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about something moderately priced ?" }, { "id": 15, "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": "The Carolina Bed and Breakfast has both wifi and parking . Would you like me to book that for you ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes for 5 nights from Thursday for 4 people ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Can you book it for me and get a reference number ?" } ]
PMUL1556.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "city hall" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:system", "canthelp", "_:search/11b89172" ], [ "_:search/11b89172", "departure", "City Hall" ], [ "_:search/11b89172", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:system", "canthelp", "_:search/11b89172" ], [ "_:search/11b89172", "departure", "City Hall" ], [ "_:search/11b89172", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "17:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:system", "canthelp", "_:search/11b89172" ], [ "_:search/11b89172", "departure", "City Hall" ], [ "_:search/11b89172", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "destination", "Kings Cross" ], [ "_:result", "leave_at", "17:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:system", "canthelp", "_:search/11b89172" ], [ "_:search/11b89172", "departure", "City Hall" ], [ "_:search/11b89172", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "destination", "Kings Cross" ], [ "_:result", "leave_at", "17:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:system", "canthelp", "_:search/11b89172" ], [ "_:search/11b89172", "departure", "City Hall" ], [ "_:search/11b89172", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "destination", "Kings Cross" ], [ "_:result", "leave_at", "17:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "4" ], [ "_:booking", "arrive_by", "15:51" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "15:00" ], [ "_:booking", "ref", "68ATC774" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/11b89172" ], [ "_:search/11b89172", "departure", "City Hall" ], [ "_:search/11b89172", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "destination", "Kings Cross" ], [ "_:result", "leave_at", "17:00" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "4" ], [ "_:booking", "arrive_by", "15:51" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "15:00" ], [ "_:booking", "ref", "68ATC774" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:result", "area", "east" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/11b89172" ], [ "_:search/11b89172", "departure", "City Hall" ], [ "_:search/11b89172", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "destination", "Kings Cross" ], [ "_:result", "leave_at", "17:00" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "arrive_by", "?" ], [ "_:booking", "arrive_by", "15:51" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "15:00" ], [ "_:booking", "ref", "68ATC774" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:result", "area", "east" ], [ "_:result", "count", "7" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a cheap place to stay in the south , can you give me information on my options ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,\"rosa 's bed and breakfast\");(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "there is rosa 's bed and breakfast in the south it is cheap , yet a 4 star ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is that a guesthouse ? I do n't want to stay in a guesthouse , I want to stay in a hotel please ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,category,'hotels');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "We do n't have any cheap hotels on the south side . You 'll have to look elsewhere ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you please look at a cheap guesthouse in the south side ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,\"rosa 's bed and breakfast\");(_:result,type,'Hotel'))" ], "speaker": "system", "text": "rosa 's bed and breakfast \t fits your description . can we reserve ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to book it for 3 nights" }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'd be happy to book it for you . What day will you be arriving , and how many people will be staying ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "book it for 4 people and 3 nights starting from wednesday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'PHSEY43R');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "booking was successful , confirmation # is PHSEY43R , anything else today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am also looking for a place to eat , in the same price range as my hotel and preferably chinese food ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,amount,'quite a few');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "we have quite a few would you like to reserve a table" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Not yet , can you find me one that is in the same area as the hotel ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'Chinese');(_:result,name,'Lucky Star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found a restaurant for you ! The Lucky Star is a Chinese Restaurant in the south and also has a cheap price range ." }, { "id": 14, "rdf-acts": [ "inform((_:search,duration,'19:15');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great . Can i make a reservation for 4 people today at 19:15 ?" }, { "id": 15, "rdf-acts": [ "inform((_:booking,day,'wednesday');(_:booking,duration,'19:15');(_:booking,people,'4');(_:booking,ref,'NYGDCBFX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The reservation for 4 people at the lucky star this wednesday at 19:15 was successful . The table will be reserved for 15 minutes . \n Reference number is : NYGDCBFX ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you for helping" }, { "id": 17, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I may help with ?" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That is all I need , goodbye" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Very well , thank you for using our services . Goodbye ." } ]
PMUL4103.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "south" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "south" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/8ba85182" ], [ "_:search/8ba85182", "area", "south" ], [ "_:search/8ba85182", "category", "hotels" ], [ "_:search/8ba85182", "pricerange", "cheap" ], [ "_:search/8ba85182", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/8ba85182" ], [ "_:search/8ba85182", "area", "south" ], [ "_:search/8ba85182", "category", "hotels" ], [ "_:search/8ba85182", "pricerange", "cheap" ], [ "_:search/8ba85182", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/8ba85182" ], [ "_:search/8ba85182", "area", "south" ], [ "_:search/8ba85182", "category", "hotels" ], [ "_:search/8ba85182", "pricerange", "cheap" ], [ "_:search/8ba85182", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/8ba85182" ], [ "_:search/8ba85182", "area", "south" ], [ "_:search/8ba85182", "category", "hotels" ], [ "_:search/8ba85182", "pricerange", "cheap" ], [ "_:search/8ba85182", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "PHSEY43R" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/8ba85182" ], [ "_:search/8ba85182", "area", "south" ], [ "_:search/8ba85182", "category", "hotels" ], [ "_:search/8ba85182", "pricerange", "cheap" ], [ "_:search/8ba85182", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "PHSEY43R" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_: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", "stars", "4" ], [ "_:system", "canthelp", "_:search/8ba85182" ], [ "_:search/8ba85182", "area", "south" ], [ "_:search/8ba85182", "category", "hotels" ], [ "_:search/8ba85182", "pricerange", "cheap" ], [ "_:search/8ba85182", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "PHSEY43R" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/8ba85182" ], [ "_:search/8ba85182", "area", "south" ], [ "_:search/8ba85182", "category", "hotels" ], [ "_:search/8ba85182", "pricerange", "cheap" ], [ "_:search/8ba85182", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "wednesday" ], [ "_:booking", "duration", "19:15" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "NYGDCBFX" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/8ba85182" ], [ "_:search/8ba85182", "area", "south" ], [ "_:search/8ba85182", "category", "hotels" ], [ "_:search/8ba85182", "pricerange", "cheap" ], [ "_:search/8ba85182", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "stay", "3" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "wednesday" ], [ "_:booking", "duration", "19:15" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "NYGDCBFX" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for information . I need to find some places to go in town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'lots');(_:result,area,'Cambridge');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "I can help with that ! Cambridge has lots of different attractions do you have a specific type in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I 'd like to visit an entertainment attraction ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Are you looking for one in a particular area ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "it should be in the south ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'tenpin');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "how about tenpin ? it 's located in the south ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That should work then . Can I get their address and postcode please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park , clifton way');(_:result,entrance_fee,'do not have fee information');(_:result,name,'tenpin');(_:result,phone,'0871550101');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "tenpin is located at cambridge leisure park , clifton way , posrtcode cb17dy . I do not have fee information , but they can be reached at 0871550101 ." }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you book it for me and get a reference number ?" }, { "id": 9, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "There is no option for me to book it . Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for a hotel to stay out in the moderate price range , it also needs to have free parking ." }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'a couple of');(_:result,area,'north');(_:result,has_parking,'none');(_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderate');(_:result,stars,'two');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Well , I have a couple of choices for a moderate hotel . They 're both in the north and have two stars ( and free parking ) . One is the Ashley Hotel and the other is Lovell Lodge . Do you have a preference ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,day,'monday');(_:search,name,'ashley hotel');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'll do the Ashley Hotel . I need a room for 5 nights starting on Monday ." }, { "id": 13, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! How many people will be staying ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "It 's just me" }, { "id": 15, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))", "inform((_:booking,people,'1');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "So just 1 person ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "Yeah , like I said , it will just be me staying ." }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'9AA41TBM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . The reference number is : 9AA41TBM . Is there anything else I can help you with ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thanks , I also need a taxi to get from the hotel and the attraction ." }, { "id": 19, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "When would you like to leave ashley hotel or arrive at tenpin ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,arrive_by,'21:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to arrive by 21:45 ." }, { "id": 21, "rdf-acts": [ "inform((_:result,car,'blue volkswagen');(_:result,phone,'07652098253');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Booking completed ! Lookout for a blue volkswagen , contact number 07652098253 . Is there anything else I can help with ?" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's everything for me . Thank you !" }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "You are more than welcome ! good bye ." } ]
PMUL3517.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:result", "area", "Cambridge" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:result", "area", "Cambridge" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:search", "category", "entertainment" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "name", "tenpin" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:search", "category", "entertainment" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "do not have fee information" ], [ "_:result", "name", "tenpin" ], [ "_:result", "phone", "0871550101" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "do not have fee information" ], [ "_:result", "name", "tenpin" ], [ "_:result", "phone", "0871550101" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "do not have fee information" ], [ "_:result", "phone", "0871550101" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "ref", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "a couple of" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "two" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "do not have fee information" ], [ "_:result", "phone", "0871550101" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "ref", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "a couple of" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "two" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_: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", "area", "south" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "do not have fee information" ], [ "_:result", "phone", "0871550101" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "ref", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "a couple of" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "two" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "people", "1" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "do not have fee information" ], [ "_:result", "phone", "0871550101" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "ref", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "a couple of" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "two" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "9AA41TBM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "do not have fee information" ], [ "_:result", "phone", "0871550101" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "ref", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "a couple of" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "two" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "9AA41TBM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "do not have fee information" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "ref", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "a couple of" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "two" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "9AA41TBM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue volkswagen" ], [ "_:result", "phone", "07652098253" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay that has free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'32');(_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 32 places that offer wifi , do you have a price range preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "could you provide details for something in the cheap price range ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'33');(_:result,has_internet,'none');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 33 cheap hotels with wifi in Cambridge . Do you have a particular area you are interested in ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , I have no preference . Just pick one . That will be fine ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'56 saint barnabas road');(_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I recommend alexander bed and breakfast on 56 saint barnabas road would that due ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,stay,'five');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Perfect . I 'll need a room for myself , for five nights on tuesday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Tuesday');(_:booking,name,'Alexander Bed and Breakfast');(_:booking,ref,'22DG5770');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Perfect , you are all set for Alexander Bed and Breakfast on Tuesday , your reference number is 22DG5770 . Is there anything I can help with today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , that 's it . Thanks !" }, { "id": 9, "rdf-acts": [], "speaker": "system", "text": "I hope you not going to sit in your room by yourself for 5 days , are you sure that you do nt want to know about a restaurant or attraction ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'21:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Actaully i will be on business so not out much but I do need a train , to cambridge leaving after 21:15" }, { "id": 11, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok great . What day will you be traveling ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,leave_at,'21:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I need a train going to cambridge leaving after 21:15 on tuesday departing from broxbourne ." }, { "id": 13, "rdf-acts": [ "inform((_:result,id,'TR9688');(_:result,leave_at,'12:32');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have the TR9688 , which leaves at 12:32 . Would you like to book this train ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,leave_at,'21:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train after 21:15 ." }, { "id": 15, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,duration,'60 minutes');(_:booking,leave_at,'an hour apart starting at 21:32');(_:booking,ticket,'17.90 pounds');(_:booking,type,'Booking'))", "inform((_:result,leave_at,'21:32');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 3 trains leaving an hour apart starting at 21:32 . The travel time is 60 minutes and costs 17.90 pounds . Would you like me to book one ?" }, { "id": 16, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No thank you . I just need the train ID and arrival time for one of them ." }, { "id": 17, "rdf-acts": [ "inform((_:result,arrive_by,'22:32');(_:result,id,'TR3112');(_:result,type,'Train'))" ], "speaker": "system", "text": "The TR3112 arrives at 22:32 ." }, { "id": 18, "rdf-acts": [ "inform((_:search,leave_at,'21:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great , thanks for that information on the train . Can you book for a train leaving after 21:15 ?" }, { "id": 19, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets do you need ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need tickets for one person ." }, { "id": 21, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'RAIYCNJU');(_:booking,ticket,'is 17.89 gbp');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your total is 17.89 GBP . You can pay that at the station . Your reference number is RAIYCNJU ." }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that is all i needed for today . thanks alot" }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "thank you for using this service good bye" } ]
PMUL1842.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "32" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "five" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "five" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Alexander Bed and Breakfast" ], [ "_:booking", "ref", "22DG5770" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Alexander Bed and Breakfast" ], [ "_:booking", "ref", "22DG5770" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Alexander Bed and Breakfast" ], [ "_:booking", "ref", "22DG5770" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "21: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", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Alexander Bed and Breakfast" ], [ "_:booking", "ref", "22DG5770" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR9688" ], [ "_:result", "leave_at", "12:32" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Alexander Bed and Breakfast" ], [ "_:booking", "ref", "22DG5770" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR9688" ], [ "_:booking", "category", "Train" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "type", "Train" ], [ "_:booking", "duration", "60 minutes" ], [ "_:booking", "leave_at", "an hour apart starting at 21:32" ], [ "_:booking", "ticket", "17.90 pounds" ], [ "_:result", "leave_at", "21:32" ], [ "_:result", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_: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", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Alexander Bed and Breakfast" ], [ "_:booking", "ref", "22DG5770" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "60 minutes" ], [ "_:booking", "leave_at", "an hour apart starting at 21:32" ], [ "_:booking", "ticket", "17.90 pounds" ], [ "_:result", "leave_at", "21:32" ], [ "_:result", "arrive_by", "22:32" ], [ "_:result", "id", "TR3112" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Alexander Bed and Breakfast" ], [ "_:booking", "ref", "22DG5770" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "60 minutes" ], [ "_:booking", "leave_at", "an hour apart starting at 21:32" ], [ "_:booking", "ticket", "17.90 pounds" ], [ "_:result", "leave_at", "21:32" ], [ "_:result", "arrive_by", "22:32" ], [ "_:result", "id", "TR3112" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "21:15" ], [ "_: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, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Alexander Bed and Breakfast" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:booking", "duration", "60 minutes" ], [ "_:booking", "leave_at", "an hour apart starting at 21:32" ], [ "_:result", "leave_at", "21:32" ], [ "_:result", "arrive_by", "22:32" ], [ "_:result", "id", "TR3112" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RAIYCNJU" ], [ "_:booking", "ticket", "is 17.89 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, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "Can you help me find a room for when I visit next week ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I would be more than happy to . Are you looking for a hotel in a particular part of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "North please . I would also like it to include free parking ." }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are several to choose from . Would you like a hotel or a guestroom ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like a hotel with free wifi in the moderate price range please ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,has_internet,'none');(_:search,has_parking,'none');(_:search,type,'Hotel'))", "select((_:result,category,'guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are n't any hotels that have both Internet and parking . Would a guesthouse suit your needs ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , a guesthouse would be fine ." }, { "id": 7, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'the acorn guest house');(_:result,pricerange,'moderate');(_:result,stars,'four');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the acorn guest house ? It has free internet and parking , four stars and is in the moderate price range ? Shall I book that for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No , can you just give me the address ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'154 Chesterton Road');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , the address is 154 Chesterton Road and the postcode is cb41da ." }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Great , thanks . That is all I need . Bye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service & have a good day !" } ]
SNG0974.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/fddc0a4c" ], [ "_:search/fddc0a4c", "category", "hotels" ], [ "_:search/fddc0a4c", "has_internet", "none" ], [ "_:search/fddc0a4c", "has_parking", "none" ], [ "_:search/fddc0a4c", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/fddc0a4c" ], [ "_:search/fddc0a4c", "category", "hotels" ], [ "_:search/fddc0a4c", "has_internet", "none" ], [ "_:search/fddc0a4c", "has_parking", "none" ], [ "_:search/fddc0a4c", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "the acorn guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "four" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/fddc0a4c" ], [ "_:search/fddc0a4c", "category", "hotels" ], [ "_:search/fddc0a4c", "has_internet", "none" ], [ "_:search/fddc0a4c", "has_parking", "none" ], [ "_:search/fddc0a4c", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "the acorn guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "four" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 Chesterton Road" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I want to find some good places to go in the centre of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 44 attractions in the centre of town . What kind of attraction do you want to visit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "It does n't really matter . What 's your recommendation ?" }, { "id": 3, "rdf-acts": [ "select((_:result,category,'architecture');(_:result,category,'museum');(_:result,name,'Cambridge Contemporary Art');(_:result,name,\"Christ 's College\");(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))", "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Holy Trinity Church is popular for its architecture . Christ 's College finds people touring the campus . Or , Cambridge Contemporary Art is a free museum . Any of those interest you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'cambridge contemporary art');(_:search,type,'Attraction'))", "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Cambridge Contemporary Art , what 's their post code ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'CB21SU');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The post code is CB21SU . Do you need anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "My pleasure ! Have a good day !" } ]
PMUL2671.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "dontcare" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Cambridge Contemporary Art" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "cambridge contemporary art" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "dontcare" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Cambridge Contemporary Art" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "cambridge contemporary art" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "CB21SU" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hi ! Can you tell me about some of the museums in Cambridge ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Certainly ! There are 23 museums in Cambridge . Are there any particular type of museum that you are interested in ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you recommend one to me and give me the address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,\"14 king 's parade\");(_:result,name,'byard art');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , the byard art 's address is 14 king 's parade" }, { "id": 4, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the entrance fee ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "The entrance fee for the museum is free . Is there anything else I can assist you with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes can you find a restaurant in the south that serves creative food ?" }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry there are no restaurants that match your requests , is there another type of food ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about on that serves Mexican food ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'Chiquito restaurant bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , I have a place called Chiquito restaurant bar , does that sound like something you would enjoy ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'12:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , could I book it for 5 people at 12:00 on Wednesday , please ?" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Certainly . I 've booked you for 5 people at 12:00 at the Chiquito Restaurant Bar ." } ]
MUL0953.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "address", "14 king 's parade" ], [ "_:result", "name", "byard art" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "address", "14 king 's parade" ], [ "_:result", "name", "byard art" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "creative" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "address", "14 king 's parade" ], [ "_:result", "name", "byard art" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/63518e9c" ], [ "_:search/63518e9c", "type", "Restaurant" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "address", "14 king 's parade" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/63518e9c" ], [ "_:search/63518e9c", "type", "Restaurant" ], [ "_:search", "food", "mexican" ], [ "_:result", "name", "Chiquito restaurant bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'hakka');(_:search,destination,'loch fyne');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you set up a taxi to loch fyne from hakka for me ?" }, { "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,'23:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I actually need to leave after 23:00" }, { "id": 3, "rdf-acts": [ "inform((_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I 've just booked a taxi for you , is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Yes I need the car type and contact number ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'white volvo');(_:result,phone,'07915907755');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Ok it 's a white volvo and the contact number is 07915907755 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Got it , thanks . Goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thanks for using the Cambridge TownInfo Centre . Goodbye !" } ]
SNG01908.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "hakka" ], [ "_:search", "destination", "loch fyne" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "hakka" ], [ "_:search", "destination", "loch fyne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "23:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "hakka" ], [ "_:search", "destination", "loch fyne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "23:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "car", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "hakka" ], [ "_:search", "destination", "loch fyne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "23:00" ], [ "_:search", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "car", "white volvo" ], [ "_:result", "phone", "07915907755" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am coming to cambridge and would like some type of entertainment while visiting ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'8 Mercers Row , Mercers Row Industrial Estate');(_:result,area,'east');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Personally , I enjoy the Funky Fun House , it is located in the east area at 8 Mercers Row , Mercers Row Industrial Estate . Will you be needing any further information ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great , but come to think of it I should try something close to our hotel in the centre . Anything there ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry , there 's no entertainment in the centre ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'funky fun house');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could I have the address and phone number of the Funky Fun House and is this a nightclub ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,category,'nightclub');(_:result,name,\"Funky 's\");(_:result,phone,'01223304705');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Funky 's address is 8 mercers row , mercers row industrial estate and the phone number is 01223304705 . It is n't a nightclub ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you find me some information on alexander bed and breakfast ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Alexander is a cheap guesthouse in the centre with four stars and free internet and parking . Does this suit your needs ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Yes that is perfect can you book that ?" }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Definitely . What day are you coming in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am coming in on Friday . I want to stay for 3 nights with 8 people ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Friday');(_:booking,people,'8');(_:booking,ref,'EZF4SMWV');(_:booking,stay,'three');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've booked a room for 8 people beginning on Friday and lasting three nights . Your reference number is EZF4SMWV . Can I help you find anything else in Cambridge ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much . Have a great day . Goodbye" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Goodbye . Enjoy your stay in Cambridge ." } ]
PMUL3838.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "address", "8 Mercers Row , Mercers Row Industrial Estate" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "address", "8 Mercers Row , Mercers Row Industrial Estate" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/9b51216a" ], [ "_:search/9b51216a", "area", "centre" ], [ "_:search/9b51216a", "category", "entertainment" ], [ "_:search/9b51216a", "type", "Attraction" ], [ "_:search", "name", "funky fun house" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "area", "east" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/9b51216a" ], [ "_:search/9b51216a", "area", "centre" ], [ "_:search/9b51216a", "category", "entertainment" ], [ "_:search/9b51216a", "type", "Attraction" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Funky 's" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/9b51216a" ], [ "_:search/9b51216a", "area", "centre" ], [ "_:search/9b51216a", "category", "entertainment" ], [ "_:search/9b51216a", "type", "Attraction" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:result", "phone", "01223304705" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/9b51216a" ], [ "_:search/9b51216a", "area", "centre" ], [ "_:search/9b51216a", "category", "entertainment" ], [ "_:search/9b51216a", "type", "Attraction" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:result", "phone", "01223304705" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/9b51216a" ], [ "_:search/9b51216a", "area", "centre" ], [ "_:search/9b51216a", "category", "entertainment" ], [ "_:search/9b51216a", "type", "Attraction" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:result", "phone", "01223304705" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "EZF4SMWV" ], [ "_:booking", "stay", "three" ], [ "_: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,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to find a place to stay in the north with free parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,area,'north');(_:result,category,'hotels');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have several hotels in the north that offer free parking . Do you have a preferred price range so that I can narrow it down for you a bit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would prefer a moderate price range ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The Acorn Guest House appears to meet your Criteria . Would you like more details on this hotel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds great , could you make the reservations for me there then ? I will be there Sunday with 3 people and we will stay for 2 nights ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I am sorry the acorn does n't have a room available then , how about another hotel ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "No , lets try ext weekend , see if you can book it for then ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:search,name,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry . There is still no availibility . Would you like to try a different hotel then ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , same price range ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Hamilton Lodge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Hamilton Lodge has the same amenities and is right next door . Would you like me to book that property for you ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Yes , please ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,ref,'2BA346MA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booked ! Reference number : 2BA346MA ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay great . Thank you very much ." }, { "id": 13, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Is there anything else I can help you with today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all . Thank you for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "No problem . Have a great day . Good - Bye ." } ]
SSNG0397.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/7adb7d3b" ], [ "_:booking/7adb7d3b", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/7adb7d3b" ], [ "_:booking/7adb7d3b", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:booking/7e9afee7" ], [ "_:booking/7e9afee7", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/7adb7d3b" ], [ "_:booking/7adb7d3b", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:booking/7e9afee7" ], [ "_:booking/7e9afee7", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_: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", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/7adb7d3b" ], [ "_:booking/7adb7d3b", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:booking/7e9afee7" ], [ "_:booking/7e9afee7", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "ref", "2BA346MA" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/7adb7d3b" ], [ "_:booking/7adb7d3b", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/7e9afee7" ], [ "_:booking/7e9afee7", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "ref", "2BA346MA" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'grafton hotel restaurant');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi there . I 've heard great things about the Grafton Hotel Restaurant . Can you find me some details about it , please ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'British');(_:result,name,'Grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "I can do that . The Grafton hotel restaurant is located in the east area , it serves British and is in the expensive price range ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I get their phone number please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223241387');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Of course . The phone number is 01223241387 . Do you need anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need information about a train leaving from Leicester ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'133');(_:result,departure,'leicester');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 133 trains leaving leicester . Can you be more specific ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'19:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I need a train going to Cambridge leaving after 19:15 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,leave_at,'19:15');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are several trains departing from Leicester heading to Cambridge after 19:15 . What day would you like to leave ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave on saturday ." }, { "id": 9, "rdf-acts": [ "select((_:result,arrive_by,'21:54');(_:result,arrive_by,'22:54');(_:result,arrive_by,'23:54');(_:result,arrive_by,'24:54');(_:result,type,'Train'))", "inform((_:result,count,'4');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have narrowed the selection down to 4 trains . Arrival times are 21:54 , 22:54 , 23:54 , and 24:54 . What time would you prefer ?" }, { "id": 10, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "The 21:54 one , what 's it 's ID and travel time ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,duration,'105 minutes');(_:result,id,'TR2292');(_:result,type,'Train'))" ], "speaker": "system", "text": "The I d is TR2292 and has a travel time of 105 minutes ." }, { "id": 12, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What 's the arrival time for that ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'21:54');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,duration,'105 minutes');(_:result,id,'TR2292');(_:result,leave_at,'20:09');(_:result,type,'Train'))" ], "speaker": "system", "text": "The TR2292 departs Leicester at 20:09 and arrives in Cambridge at 21:54 , for a trip duration of 105 minutes ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you . That will be fine ." }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that is all . have a nice day ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and enjoy your visit ." } ]
MUL1427.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "grafton hotel restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "grafton hotel restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "grafton hotel restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "grafton hotel restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:search", "departure", "leicester" ], [ "_:result", "count", "133" ], [ "_:result", "departure", "leicester" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "grafton hotel restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:search", "departure", "leicester" ], [ "_:result", "count", "133" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "amount", "several" ], [ "_:result", "departure", "Leicester" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "19:15" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "grafton hotel restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "amount", "several" ], [ "_:result", "departure", "Leicester" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "19:15" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "21:54" ], [ "_:result", "arrive_by", "22:54" ], [ "_:result", "arrive_by", "23:54" ], [ "_:result", "arrive_by", "24:54" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "grafton hotel restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "amount", "several" ], [ "_:result", "departure", "Leicester" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "19:15" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "21:54" ], [ "_:result", "arrive_by", "22:54" ], [ "_:result", "arrive_by", "23:54" ], [ "_:result", "arrive_by", "24:54" ], [ "_:result", "count", "4" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR2292" ], [ "_:result", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "grafton hotel restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "amount", "several" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "4" ], [ "_:result", "arrive_by", "21:54" ], [ "_:result", "departure", "Leicester" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR2292" ], [ "_:result", "leave_at", "20:09" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "grafton hotel restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223241387" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "amount", "several" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "4" ], [ "_:result", "arrive_by", "21:54" ], [ "_:result", "departure", "Leicester" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR2292" ], [ "_:result", "leave_at", "20:09" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I hope so . My brother recommended an eatery called Curry Prince . Can you help me find it ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,area,'east');(_:result,food,'Indian');(_:result,name,'Curry Prince');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Curry Prince is an Indian restaurant in the east part of town . It is moderately priced . The address is 451 Newmarket Road Fen Ditton ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Could I have their phone number as well ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Curry Prince');(_:result,phone,'01223566388');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Yes of course . the Curry Prince 's phone number is 01223566388 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thank you . I am also looking for places to go . Is there any swimming pool you can locate for me ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'same area');(_:result,count,'3');(_:result,name,'Abbey Pool');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Sure . We have the Abbey Pool there in the same area as your restaurant . There are three others in other parts of town ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'abbey pool');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the entrance fee for Abbey Pool ? Can I also get the address ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Pool Way , Whitehill Road , Off Newmarket Road');(_:result,entrance_fee,\"y system does n't tell me the entrance fee\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry , my system does n't tell me the entrance fee . Address is Pool Way , Whitehill Road , Off Newmarket Road . Anything else you need ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'the pool');(_:search,destination,'the restaurant');(_:search,leave_at,'20:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi that will let me leave the pool at 20:45 to take me to the restaurant ." }, { "id": 9, "rdf-acts": [ "inform((_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked you a Taxi that fits your needs . Would you like the Contact number or Car model ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Both , please ! I ca n't wait to explore Cambridge ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'blue skoda');(_:result,leave_at,'20:45');(_:result,phone,'07775057511');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "A blue skoda will be picking you up at 20:45 . Their contact number is 07775057511 . Do you need any further assistance ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all for today . Thank you for your help !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Have a great day !" } ]
MUL0916.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "phone", "01223566388" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "phone", "01223566388" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "area", "same area" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Abbey Pool" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "abbey pool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "phone", "01223566388" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "area", "same area" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Abbey Pool" ], [ "_:search", "name", "abbey pool" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Pool Way , Whitehill Road , Off Newmarket Road" ], [ "_:result", "entrance_fee", "y system does n't tell me the entrance fee" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the pool" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "phone", "01223566388" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "area", "same area" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Abbey Pool" ], [ "_:search", "name", "abbey pool" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Pool Way , Whitehill Road , Off Newmarket Road" ], [ "_:result", "entrance_fee", "y system does n't tell me the entrance fee" ], [ "_:search", "departure", "the pool" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "area", "same area" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Abbey Pool" ], [ "_:search", "name", "abbey pool" ], [ "_:result", "address", "Pool Way , Whitehill Road , Off Newmarket Road" ], [ "_:result", "entrance_fee", "y system does n't tell me the entrance fee" ], [ "_:search", "departure", "the pool" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue skoda" ], [ "_:result", "leave_at", "20:45" ], [ "_:result", "phone", "07775057511" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "I was robbed a few minutes ago and need assistance ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))" ], "speaker": "system", "text": "Please contact the Parkside , Cambridge police station ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "I need the address including postcode of the police station and also the phone number ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "Of course . Their address is Parkside , Cambridge postcode CB11JG and phone number is 01223358966 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I needed ." }, { "id": 5, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You are more than welcome !" }, { "id": 6, "rdf-acts": [ "bye()", "thank()" ], "speaker": "user", "text": "Ok , have a good day . Goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You are very welcome . Goodbye ." } ]
SNG01445.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "type", "Police" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to take a train from Cambridge to Kings Lynn ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day and time ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,leave_at,'17:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Leave after 17:00 on Sunday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'17:58');(_:result,departure,'Cambridge');(_:result,destination,'Kings lynn');(_:result,id,'Train 8665');(_:result,leave_at,'17:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train 8665 leaves Cambridge at 17:11 and arrives in Kings lynn at 17:58 . How does that sound ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great . Please book it for 4 people ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'C63RMSDC');(_:booking,ticket,'31.36');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked that for you ! The reference number is C63RMSDC and you will owe 31.36 at the station . Do you need anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would also line places to go that is entertainment and should be in the centre of town ." }, { "id": 7, "rdf-acts": [ "canthelp((_:search,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry , there are no such places . Can I change your search criteria ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Yes there is . I saw it in the pamphlet . Check again please ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))", "inform((_:result,area,'east');(_:result,area,'south');(_:result,area,'west');(_:result,category,'entertainment');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I apologize . I have doubled checked and there is no entertainment venues in the centre . The entertainment venues that I do have are located in the east , south and west ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm quite sure that there are colleges in the centre of town . Can you ask a manager to help you look ?" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Okay there is the Christ 's College located at Saint Andrew 's Street and it 's free . Also Corpus Christi College , King 's Parade cost 2 pounds ." } ]
PMUL1208.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "17:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings lynn" ], [ "_:result", "id", "Train 8665" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings lynn" ], [ "_:result", "id", "Train 8665" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "C63RMSDC" ], [ "_:booking", "ticket", "31.36" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings lynn" ], [ "_:result", "id", "Train 8665" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "C63RMSDC" ], [ "_:booking", "ticket", "31.36" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/d724fbc9" ], [ "_:search/d724fbc9", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings lynn" ], [ "_:result", "id", "Train 8665" ], [ "_:result", "leave_at", "17:11" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "C63RMSDC" ], [ "_:booking", "ticket", "31.36" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/d724fbc9" ], [ "_:search/d724fbc9", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/4b87e506" ], [ "_:search/4b87e506", "area", "centre" ], [ "_:search/4b87e506", "category", "entertainment" ], [ "_:search/4b87e506", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "category", "entertainment" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'11:30');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like a train to Cambridge that arrives by 11:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm departing from Ely ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,arrive_by,'9:52');(_:booking,category,'Train');(_:booking,destination,'Cambridge');(_:booking,id,'TR2704');(_:booking,leave_at,'9:35');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can reserve a seat on TR2704 departing at 9:35 and arriving in Cambridge at 9:52 . How many tickets will you need ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "It does n't matter to me ." }, { "id": 5, "rdf-acts": [ "reqmore()", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "If you would n't like me to book you a ticket , is there anything else you need ?" }, { "id": 6, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you tell me what the travel time for that train is ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,duration,'a 17 minute train ride');(_:result,type,'Train'))" ], "speaker": "system", "text": "That will be a 17 minute train ride ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay great . That is all thank you ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Okay great . Thanks fro calling ." } ]
SNG0356.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "9:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR2704" ], [ "_:booking", "leave_at", "9:35" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "9:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR2704" ], [ "_:booking", "leave_at", "9:35" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "duration", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "9:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR2704" ], [ "_:booking", "leave_at", "9:35" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "duration", "a 17 minute train ride" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What are my choices for a moderately priced hotel in the west please ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hobsons House guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Hobsons House guesthouse is in the west and is moderately priced . They are a 3 star establishment offering free wifi and parking . Would you like to make a reservation ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "A guest house sounds perfect . I am not sure about a reservation ? Is it a good place ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,stars,'3');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Based off its 3 star rating I would say it is a good place to stay . Would you like to book a room ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'two');(_:search,stay,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . Can you book it for two guests ? We will be staying three nights beginning Tuesday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'4AXDYT23');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : 4AXDYT23 . Anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes - are there any indian restaurants in town ? Something moderately priced ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'4');(_:result,name,'curry prince');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 4 such restaurants . I recommend curry prince ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is it located in the west ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'east');(_:result,area,'west');(_:result,name,'Curry Prince');(_:result,name,'Meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Curry Prince is in the east . If you need someplace in the west , I recommend Meghna ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,duration,'17:00');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Either is fine . I need a table for 2 the same day at 17:00 ." }, { "id": 11, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,name,'Meghna');(_:result,type,'Restaurant'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would go with Meghna in the west . But they are fully booked at that time . Would you like me to try another time ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,duration,'15:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please , perhaps 15:00" }, { "id": 13, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry , that time was also unsuccessful . Would you like to try another ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,duration,'16:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Okay . let 's try 16:00 ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,ref,'MPQPD3PQ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That worked!. your reservation number will be MPQPD3PQ ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Fantastic , thank you , that should be all ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Great ! Have a wonderful time !" } ]
MUL1317.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Hobsons House guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Hobsons House guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Hobsons House guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4AXDYT23" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4AXDYT23" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "4" ], [ "_:result", "name", "curry prince" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "stay", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4AXDYT23" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "4" ], [ "_:search", "area", "west" ], [ "_:result", "area", "east" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "name", "Meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "stay", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4AXDYT23" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "4" ], [ "_:search", "area", "west" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/69e16803" ], [ "_:booking/69e16803", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "15:00" ], [ "_: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" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "stay", "three" ], [ "_:booking", "ref", "4AXDYT23" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "4" ], [ "_:search", "area", "west" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/69e16803" ], [ "_:booking/69e16803", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/37a53700" ], [ "_:booking/37a53700", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "duration", "16:00" ], [ "_: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" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "stay", "three" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "4" ], [ "_:search", "area", "west" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/69e16803" ], [ "_:booking/69e16803", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "duration", "?" ], [ "_:system", "canthelp", "_:booking/37a53700" ], [ "_:booking/37a53700", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "duration", "16:00" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "MPQPD3PQ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to Cambridge . I am currently at Birmingham New Street ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , when do you want to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'14:00');(_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Tuesday , I 'd like to arrive by 14:00 , please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'13:23');(_:result,day,'Tuesday');(_:result,destination,'Cambridge');(_:result,id,'TR4931');(_:result,leave_at,'10:40');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR4931 leaves Tuesday at 10:40 and arrives by 13:23 in Cambridge . Would you like to book this train ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I would like to book for 3 people ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'8S88SBMF');(_:booking,ticket,'225.3 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 225.3 GBP payable at the station . \n Reference number is : 8S88SBMF ." }, { "id": 6, "rdf-acts": [ "thank()", "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great ! Thanks so much ! Can you also help me find a guesthouse ?" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Sure i will find you one and inform you as soon as possible" } ]
PMUL1519.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "day", "tuesday" ], [ "_:result", "arrive_by", "13:23" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4931" ], [ "_:result", "leave_at", "10:40" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "day", "tuesday" ], [ "_:result", "arrive_by", "13:23" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4931" ], [ "_:result", "leave_at", "10:40" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "3" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8S88SBMF" ], [ "_:booking", "ticket", "225.3 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Find me an italian place in the north" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have da vinci pizzeria . It is in the cheap price range . Would you like a booking ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'16:00');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . Can you book a table for 3 at 16:00 hours on saturday ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'7LJ1OE8L');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Done . Your reference number is 7LJ1OE8L ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else you need today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'08:15');(_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "i m also looking for a train that arrives by 08:15 and leaves on tuesday" }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Certainly , where would you like to depart from , and what is your destination ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will depart from Cambridge and arrive in Leicester ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'08:06');(_:result,id,'TR2950');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2950 arrives at 08:06 . Do you need a ticket ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Sure , can you book this for 3 people . I 'll need a reference number please ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'TR2950');(_:booking,people,'3');(_:booking,ref,'RCS04ITK');(_:booking,ticket,'113.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , I have booked 3 tickets for TR2950 . The reference number is RCS04ITK and the total fee will be 113.4 GBP ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Perfect that s all I needed thanks" }, { "id": 13, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You 're welcome . Let us know if there is anything else you need ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I am all set , thanks ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome ! Bye !" } ]
PMUL4974.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "7LJ1OE8L" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "7LJ1OE8L" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "08:15" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "7LJ1OE8L" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "08:15" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "16:00" ], [ "_:booking", "ref", "7LJ1OE8L" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "08:15" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "08:06" ], [ "_:result", "id", "TR2950" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "16:00" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "08:15" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "08:06" ], [ "_:result", "id", "TR2950" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR2950" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "RCS04ITK" ], [ "_:booking", "ticket", "113.4 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "16:00" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "08:15" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "08:06" ], [ "_:result", "id", "TR2950" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR2950" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "RCS04ITK" ], [ "_:booking", "ticket", "113.4 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": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I am looking for a hotel in the north part of town . The hotel needs to include free parking ." }, { "id": 1, "rdf-acts": [ "select((_:result,name,'arbury lodge');(_:result,type,'Hotel'))", "inform((_:result,category,'guesthouse');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about arbury lodge guesthouse ? It 's moderately priced ." }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "That sounds great ! Can you tell me more about it ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'82 Arbury road');(_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Arbury Lodge');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Arbury Lodge has 4 stars and is located at 82 Arbury road , in the north . They offer both free wifi and parking . Would you like to book a room ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please book for 4 nights starting Wednesday . There will be 8 of us ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'NY842ATU');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "You are booked and your reference number is NY842ATU . Can I help you with anything else today ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That should do it ! Thank you !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye ." } ]
SNG0969.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "arbury lodge" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "82 Arbury road" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Arbury Lodge" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "82 Arbury road" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Arbury Lodge" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "NY842ATU" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "What train do I need to take to get to Norwich from Cambridge ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,day,'every');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "It looks like there are trains from Cambridge to Norwich every day . What day / time will you be traveling on ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'21:30');(_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving Sunday and need to arrive by 21:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'20:55');(_:result,id,'TR4082');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4082 will arrive by 20:55 would that work for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yeah , can I please get the price ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'14.08 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure . The price per ticket is 14.08 pounds . Can I book you a ticket ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes book the ticket please ." }, { "id": 7, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Can I ask how many tickets you will need ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "On second thought , I do n't need a ticket reserved . Could you tell me what the travel time will be on that train , though ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,duration,'79 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "Sure - the trip from Cambridge to Norwich is 79 minutes ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Excellent . I 'm also looking to go to a museum on the west part of town ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Lynne Strover Gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about the Lynne Strover Gallery ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds wonderful . Can you give me the address , postcode , and phone number ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'23 high street , fen ditton');(_:result,phone,'01223295264');(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Phone number is 01223295264 . Postcode is cb30aq . Address is 23 high street , fen ditton ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you very much ." }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's everything I need . Thank you !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome , have a great day and text us back any time !" } ]
MUL1751.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "day", "every" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "day", "every" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "20:55" ], [ "_:result", "id", "TR4082" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "day", "every" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "20:55" ], [ "_:result", "id", "TR4082" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "day", "every" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "sunday" ], [ "_:result", "arrive_by", "20:55" ], [ "_:result", "id", "TR4082" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "day", "every" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "sunday" ], [ "_:result", "arrive_by", "20:55" ], [ "_:result", "id", "TR4082" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:search", "people", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "west" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "day", "every" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "sunday" ], [ "_:result", "arrive_by", "20:55" ], [ "_:result", "id", "TR4082" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:search", "people", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "duration", "79 minutes" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "day", "every" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "sunday" ], [ "_:result", "arrive_by", "20:55" ], [ "_:result", "id", "TR4082" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:search", "people", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "duration", "79 minutes" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "postcode", "cb30aq" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "day", "every" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "sunday" ], [ "_:result", "arrive_by", "20:55" ], [ "_:result", "id", "TR4082" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:search", "people", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "duration", "79 minutes" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "postcode", "cb30aq" ], [ "_: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,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave Cambridge on Sunday by train ." }, { "id": 1, "rdf-acts": [ "inform((_:result,departure,'Cambridge');(_:result,destination,'London kings cross');(_:result,leave_at,'5:00');(_:result,type,'Train'))" ], "speaker": "system", "text": "The first train to leave Cambridge departs at 5:00 , and goes to London kings cross ." }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'19:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "That will be fine I guess . It will arrive by 19:15 , I 'm sure ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'18:58');(_:result,id,'TR2045');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2045 will arrive closer to that time , it arrives at 18:58 . Would you like tickets for that one instead ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes , let 's go ahead and book that ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'17:51');(_:result,day,'Sunday');(_:result,id,'TR2045');(_:result,id,'TR3353');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "My apologies , I believe there was an error in the database lookup . TR2045 is not available but TR3353 arrives at 17:51 on Sunday . Shall we book that instead ?" }, { "id": 6, "rdf-acts": [ "request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , please give me travel time and departure time , please ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'BJJ3GXMX');(_:booking,type,'Booking');(_:result,duration,'51 minutes');(_:result,leave_at,'17:00');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Certainly . The departure time is 17:00 and the travel time is 51 minutes . I have booked your ticket . The reference number is BJJ3GXMX . Can I help with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need , thank you ." }, { "id": 9, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank you for using our system !" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks for your help bye !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Goodbye ." } ]
SNG0279.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London kings cross" ], [ "_:result", "leave_at", "5:00" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London kings cross" ], [ "_:result", "leave_at", "5:00" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:58" ], [ "_:result", "id", "TR2045" ], [ "_: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", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London kings cross" ], [ "_:result", "leave_at", "5:00" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "17:51" ], [ "_:result", "day", "Sunday" ], [ "_:result", "id", "TR2045" ], [ "_:result", "id", "TR3353" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London kings cross" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "17:51" ], [ "_:result", "day", "Sunday" ], [ "_:result", "id", "TR2045" ], [ "_:result", "id", "TR3353" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "BJJ3GXMX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "51 minutes" ], [ "_:result", "leave_at", "17:00" ], [ "_: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" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London kings cross" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "17:51" ], [ "_:result", "day", "Sunday" ], [ "_:result", "id", "TR2045" ], [ "_:result", "id", "TR3353" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "BJJ3GXMX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "51 minutes" ], [ "_:result", "leave_at", "17:00" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , I need a train to broxbourne , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day will you be traveling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving on Saturday and I am departing from Cambridge ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'19');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 19 trains that day do you have a time you will be traveling ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'16:15');(_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 16:15 and I want to book it for 6 people ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'15:01');(_:result,leave_at,'14:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have one that leaves at 14:01 and arrives at 15:01 . Would you like be to book that one ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))", "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes please , book that for 6 people and I need the reference number ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'CJC7YKBL');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful and your feference number is CJC7YKBL . May I help you with anything else today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'lucky star');(_:search,people,'six');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant called The Lucky Star and would like to book the same six people there on the same day . Is that a possibility ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:booking,people,?);(_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,food,'Chinese');(_:result,name,'Lucky Star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Lucky Star is a Chinese restaurant on the south side falling in the cheap price range . I can try making a reservation for you ; how many people in your party ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'11:45');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Like I mentioned previously , it 'll be for the same 6 people , on the same day ( Saturday ) , at 11:45 please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'PWSAA94F');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . The reference number is : PWSAA94F . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all . Thank you for your help !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for using Cambridge TownInfo centre . Please remember us for your future travel needs ." } ]
MUL1657.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "19" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:15" ], [ "_:result", "arrive_by", "15:01" ], [ "_:result", "leave_at", "14:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "19" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:15" ], [ "_:result", "arrive_by", "15:01" ], [ "_:result", "leave_at", "14:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "CJC7YKBL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "lucky star" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "19" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:15" ], [ "_:result", "arrive_by", "15:01" ], [ "_:result", "leave_at", "14:01" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "CJC7YKBL" ], [ "_:search", "name", "lucky star" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "19" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:15" ], [ "_:result", "arrive_by", "15:01" ], [ "_:result", "leave_at", "14:01" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:search", "name", "lucky star" ], [ "_:booking", "people", "?" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "PWSAA94F" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'neurology');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I got injured and I am looking for a hospital nearby . the hospital should have a neurology department" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223274680');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Contact them at 01223274680" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "I need the address and postcode ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The address for Addenbrookes Hospital is Hills Rd , Cambridge and the postcode : CB20QQ ." }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Hospital');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you please call a taxi to take me to the hospital ?" }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where would you be departing from ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I actually do n't need a taxi . I 'm all set . Thanks , goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome . Feel free to call us back when you need . Goodbye ." } ]
SNG01498.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "neurology" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "neurology" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223274680" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "neurology" ], [ "_:result", "phone", "01223274680" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:search", "type", "Hospital" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "neurology" ], [ "_:result", "phone", "01223274680" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:search", "departure", "?" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a attraction in the east of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "thank()", "inform((_:result,amount,'plenty');(_:result,area,'east');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , I can help you with that . There are plenty of attracts to the east . Is there a specific type of attraction you are interested in ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'm not sure right now . What are the entrance fees like ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'cambridge artworks');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is cambridge artworks . The entry is also free ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train on Sunday ." }, { "id": 5, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your destination ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to bishops stortford from cambridge ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'10');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "At what time will you be traveling ? There are 10 different trains on that day ." }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'15:00');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to arrive in bishops stortford by 15:00 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'14:07');(_:result,id,'TR2402');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have the TR2402 which you will arrive at 14:07 . How many tickets please ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "None today . Can you just give me a price for that ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,ticket,'8.08');(_:result,type,'Train'))" ], "speaker": "system", "text": "It will be 8.08 a ticket ." }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "OKay can you book that please ?" }, { "id": 13, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , how many tickets would you like ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like 3 tickets please ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'NLGC8ADU');(_:booking,ticket,'24.24 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 24.24 GBP payable at the station . \n Reference number is : NLGC8ADU . Can I help you with anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . That is all ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Okay , I hope you have a wonderful time in cambridge . Bye !" } ]
PMUL1276.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "plenty" ], [ "_:result", "area", "east" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "plenty" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cambridge artworks" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "plenty" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cambridge artworks" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "plenty" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cambridge artworks" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "plenty" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cambridge artworks" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "arrive_by", "14:07" ], [ "_:result", "id", "TR2402" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "plenty" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cambridge artworks" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "arrive_by", "14:07" ], [ "_:result", "id", "TR2402" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "8.08" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "plenty" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cambridge artworks" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "arrive_by", "14:07" ], [ "_:result", "id", "TR2402" ], [ "_:result", "ticket", "8.08" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_: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", "east" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "plenty" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cambridge artworks" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "arrive_by", "14:07" ], [ "_:result", "id", "TR2402" ], [ "_:result", "ticket", "8.08" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "NLGC8ADU" ], [ "_:booking", "ticket", "24.24 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am going to be visiting and would like a guesthouse ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'24');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I have about 24 different options . Let 's try to narrow it down . Do you have a preference on price range or area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "it should have star of 0 and should be in the expensive range ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I do n't have any hotels that match that criteria . Would you like to switch up your rating or price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure , I could stay at a cheap guesthouse ." }, { "id": 5, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'north');(_:result,type,'Hotel'))", "inform((_:result,type,'Hotel'))" ], "speaker": "system", "text": "ok , I have one in the north or in the centre . Which would you prefer ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,day,'friday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I will take the one in Centre , can you book that for 8 people starting Friday for 5 nights ? I need the reference number as well please ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,day,'Friday');(_:booking,name,'El');(_:booking,people,'8');(_:booking,ref,'BX3X2XZ1');(_:booking,stay,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked the El Shaddai for 8 people for 5 nights starting on Friday . The reference number is BX3X2XZ1 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "Next up I 'd like to inquire about a train going to norwich ." }, { "id": 9, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "To narrow down the search , could I possibly have the date and the departure location for the train and possibly a desired time ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'13:15');(_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving Cambridge on Wednesday and need to arrive by 13:15 , please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'12:55');(_:result,id,'TR2625');(_:result,leave_at,'11:46');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Certainly . TR2625 leaves at 11:46 and arrives at 12:55 . Will that do ?" }, { "id": 12, "rdf-acts": [ "request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes . What is the travel time , price , and departure time ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,duration,'1 hour 10 minutes');(_:result,leave_at,'11:46');(_:result,ticket,'cheap range');(_:result,type,'Train'))" ], "speaker": "system", "text": "The departure time will be at 11:46 with a travel time of 1 hour 10 minutes . The price is in the cheap range ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That should be all . thank you very much ." }, { "id": 15, "rdf-acts": [ "inform((_:result,destination,'Norwich');(_:result,ticket,'17.60 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "The price for you trip to Norwich is 17.60 pounds . Do you have any final question ?" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No thank you very much . Good bye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Have a great trip . Goodbye ." } ]
MUL2181.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", "?" ], [ "_:result", "count", "24" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:result", "count", "24" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/8f1e4be1" ], [ "_:search/8f1e4be1", "category", "hotels" ], [ "_:search/8f1e4be1", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "count", "24" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/8f1e4be1" ], [ "_:search/8f1e4be1", "category", "hotels" ], [ "_:search/8f1e4be1", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "count", "24" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/8f1e4be1" ], [ "_:search/8f1e4be1", "category", "hotels" ], [ "_:search/8f1e4be1", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "El" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "BX3X2XZ1" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "count", "24" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/8f1e4be1" ], [ "_:search/8f1e4be1", "category", "hotels" ], [ "_:search/8f1e4be1", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "El" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "BX3X2XZ1" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:search", "day", "wednesday" ], [ "_: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": [ [ "_:result", "count", "24" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/8f1e4be1" ], [ "_:search/8f1e4be1", "category", "hotels" ], [ "_:search/8f1e4be1", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:search", "area", "centre" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "El" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "BX3X2XZ1" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "id", "TR2625" ], [ "_:result", "leave_at", "11:46" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "count", "24" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/8f1e4be1" ], [ "_:search/8f1e4be1", "category", "hotels" ], [ "_:search/8f1e4be1", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:search", "area", "centre" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "El" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "BX3X2XZ1" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "id", "TR2625" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "1 hour 10 minutes" ], [ "_:result", "leave_at", "11:46" ], [ "_:result", "ticket", "cheap range" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "count", "24" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/8f1e4be1" ], [ "_:search/8f1e4be1", "category", "hotels" ], [ "_:search/8f1e4be1", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:search", "area", "centre" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "El" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "BX3X2XZ1" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "id", "TR2625" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "1 hour 10 minutes" ], [ "_:result", "leave_at", "11:46" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "ticket", "17.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "i am planning your trip in Cambridge" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Are you planning a trip to Cambridge ? If so , what type of information are you looking for today ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'worth house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to know if the Worth House is still renting rooms ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes they are . Would you like to book a room ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "yes book for 2 people and 3 nights from thursday" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'WX6QA7D0');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : WX6QA7D0 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks . I also need to find a train to london liverpool street ." }, { "id": 7, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you departing from , and what day ? Is there a certain time you need to leave or arrive by ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving from Cambridge ." }, { "id": 9, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Since this is the cambridge help desk , I assumed that , I really need the date and time to get you booked ." }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'20:45');(_:search,day,'wednesday');(_:search,destination,'liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Sure , you really should be more pleasant . I need to get to London Liverpool Street on Wednesday by 20:45 please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'07:27');(_:result,day,'Wednesday');(_:result,departure,'Cambridge');(_:result,destination,'London Liverpool Street');(_:result,id,'TR1047');(_:result,ticket,'16.60 lbs');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR1047 leaves Cambridge for London Liverpool Street Wednesday arriving at 07:27 . The price is 16.60 lbs . Can I book it for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes make the booking or me for 2 and provide the reference number ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'POE0NTR1');(_:booking,ticket,'33.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , I was able to make your reservation . Your total fee is 33.2 GBP . Your Reference number is : POE0NTR1 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much . That is all the information I need ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Okay great ! Have a great trip !" } ]
PMUL3914.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "worth house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "WX6QA7D0" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "WX6QA7D0" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "WX6QA7D0" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "WX6QA7D0" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "liverpool street" ], [ "_:result", "arrive_by", "07:27" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR1047" ], [ "_:result", "ticket", "16.60 lbs" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "3" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "liverpool street" ], [ "_:result", "arrive_by", "07:27" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR1047" ], [ "_:result", "ticket", "16.60 lbs" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "POE0NTR1" ], [ "_:booking", "ticket", "33.2 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'center');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for an attraction in the center of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,area,'center');(_:result,category,'churches');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many churches in the center of town . Would any of those interest you ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes that sounds lovely . Do any of those listed charge an entrance fee ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'2 pounds');(_:result,name,\"Great Saint Mary 's Church\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Great Saint Mary 's Church charges a fee of 2 pounds , but it is the only church with a fee listed ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Ok , could you also give me the phone number and postcode for that ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223350914');(_:result,postcode,'cb23pq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223350914 and postcode is cb23pq" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,leave_at,'20:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking for a train that leaves from Cambridge after 20:15 on Sunday going to Peterborough ." }, { "id": 7, "rdf-acts": [ "inform((_:result,departure,'cambridge');(_:result,id,'TR6958');(_:result,leave_at,'20:34');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR6958 leaves cambridge at 20:34 . Would you like to book this train ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes please make a booking for 7 people" }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'T6LUYKFN');(_:booking,ticket,'92.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Fine . Your fee is 92.4 GBP payable at the station and your reference number is T6LUYKFN ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great thank you that should be all" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day !" } ]
MUL0534.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "center" ], [ "_:result", "category", "churches" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "center" ], [ "_:result", "category", "churches" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "center" ], [ "_:result", "category", "churches" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "postcode", "cb23pq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "center" ], [ "_:result", "category", "churches" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "postcode", "cb23pq" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR6958" ], [ "_:result", "leave_at", "20:34" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "center" ], [ "_:result", "category", "churches" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "postcode", "cb23pq" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR6958" ], [ "_:result", "leave_at", "20:34" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "T6LUYKFN" ], [ "_:booking", "ticket", "92.4 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I 'm looking for a place to eat some indian food ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you have a price range in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like it to be expensive ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have several great options . Did you have an area of town in mind ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like a place in the south , please ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'taj tandoori');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "taj tandoori is the place you want to go . It meets all of your needs . Need a table ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , but can you give me the address , postcode , and phone number ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'64 Cherry Hinton Road Cherry Hinton');(_:result,phone,'01223412299');(_:result,postcode,'cb17aa');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Of course , the address is 64 Cherry Hinton Road Cherry Hinton and their postcode is cb17aa . Their phone number is 01223412299" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would also like to go to some attractions in the same area as the restaurant ." }, { "id": 9, "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 number of');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are a number of attractions in the area . There 's a cinema , a museum , a nightclub , some parks , a theatre ... Do any of these appeal to you in particular ?" }, { "id": 10, "rdf-acts": [ "request((_:result,car,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))", "inform((_:search,departure,'the attraction');(_:search,leave_at,'10.15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "restaurant is what i am looking for , entrance fee and postcode please . get me a taxi from the attraction by 10.15 , get me its contact number and car type ." }, { "id": 11, "rdf-acts": [ "select((_:result,type,'Attraction');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "Just to clarify you are looking for another restaurant and not an attraction ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Attraction');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Oh , yeah , I do want information on attractions ! In the same area . After that , I will need a taxi ." }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Wandlbury Country Park');(_:result,postcode,'cb223ae');(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,category,'parks');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "If you like parks the Wandlbury Country Park has free admission and is in the cb223ae postcode . Or I can tell you about the other attractions ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'south');(_:search,departure,'there');(_:search,destination,'my hotel');(_:search,type,'Attraction');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "That sounds wonderful , is it also in the South part of town ? If so , I 'd like a taxi from there to my hotel ." }, { "id": 15, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))", "inform((_:result,area,'south');(_:result,name,'Wandlebury Country Park');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , Wandlebury Country Park is in the south . In order to help you book a taxi between the park and your hotel , I need to know what hotel you 're at ." }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want a taxi from the restaurant that I am at" }, { "id": 17, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Ok , so you 'd like a taxi from the restaurant to the park ? Could you please let me know your desired departure and arrival times ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,departure,'wandlebury country park');(_:search,destination,'taj tandoori');(_:search,leave_at,'10:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm sorry , I 'd like a taxi from Wandlebury Country Park to Taj Tandoori . I 'd like the taxi to pick me up at 10:15 ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'white Tesla');(_:result,phone,'07162438055');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Okay , I have booked a taxi for you It will be a white Tesla and the contact number is 07162438055 . Would there be anything else ?" }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that is all . Goodbye !" }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Thanks for using Cambridge TownInfo centre , goodbye !" } ]
MUL2491.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" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:search", "area", "same area" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "museum" ], [ "_:result", "category", "nightclub" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "theatre" ], [ "_:result", "amount", "a number of" ], [ "_:result", "type", "Attraction" ], [ "_:result", "car", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Taxi" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "leave_at", "10.15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "museum" ], [ "_:result", "category", "nightclub" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "theatre" ], [ "_:result", "amount", "a number of" ], [ "_:result", "car", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "leave_at", "10.15" ], [ "_:result", "type", "Attraction" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "amount", "a number of" ], [ "_:result", "car", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "leave_at", "10.15" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Wandlbury Country Park" ], [ "_:result", "postcode", "cb223ae" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "parks" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "departure", "there" ], [ "_:search", "destination", "my hotel" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "amount", "a number of" ], [ "_:result", "car", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "leave_at", "10.15" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb223ae" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "parks" ], [ "_:search", "area", "south" ], [ "_:search", "destination", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "amount", "a number of" ], [ "_:result", "car", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb223ae" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "parks" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "wandlebury country park" ], [ "_:search", "destination", "taj tandoori" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "amount", "a number of" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb223ae" ], [ "_:result", "category", "parks" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "wandlebury country park" ], [ "_:search", "destination", "taj tandoori" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white Tesla" ], [ "_:result", "phone", "07162438055" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train departing from cambridge on friday ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'd be happy to help . Where are you leaving from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'Cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving Cambridge and need to go to Broxbourne on Friday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'19');(_:result,day,'Friday');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 19 trains for Friday that fit your needs , would you like to narrow that down with a time you would like to depart ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'18:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 18:15 please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'10:01');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "First one arrives at 10:01 , how many tickets please ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'one');(_:search,pricerange,'expensive');(_:search,stars,'0');(_:search,type,'Hotel');(_:search,type,'Train'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Just one please . I also need a place to stay with 0 stars and an expensive price ." }, { "id": 7, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,stars,'0');(_:search,type,'Hotel'))", "inform((_:booking,ref,'PLUBRYFC');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Okay your reference number is PLUBRYFC . I 'm sorry but we do n't have any expensive hotels with 0 stars . Do you have any other preferences ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,stars,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I suppose 1 star would also be acceptable ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,stars,'1');(_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry but we do n't have any expensive hotels with 1 stars , either . Do you have any other preferences ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Okay , how about one that is in the cheap price range , instead ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,category,'guesthouses');(_:result,name,'City Center B&B');(_:result,name,'El Shaddai');(_:result,pricerange,'cheap');(_:result,stars,'0');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "City Center B&B and El Shaddai are cheap guesthouses with 0 stars ." }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is that in the north area of town ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,area,'north');(_:result,name,'City centre');(_:result,name,'el shaddai');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "City centre is located in the north and el shaddai is located in the centre ." }, { "id": 14, "rdf-acts": [ "request((_:result,address,?);(_:result,has_parking,?);(_:result,postcode,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can I get their postcode and addresses and whether or not they free parking ? Thank you ." }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'41 warkworth street');(_:result,has_parking,'none');(_:result,postcode,'cb11eg');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Their address is 41 warkworth street , cb11eg . They do have free parking , can I make you a reservation ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that is all the information I needed . Goodbye !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day ." } ]
MUL2188.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Friday" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Friday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:result", "arrive_by", "10:01" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Friday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:result", "arrive_by", "10:01" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/b9033dd1" ], [ "_:search/b9033dd1", "category", "hotels" ], [ "_:search/b9033dd1", "pricerange", "expensive" ], [ "_:search/b9033dd1", "stars", "0" ], [ "_:search/b9033dd1", "type", "Hotel" ], [ "_:booking", "ref", "PLUBRYFC" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Friday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:result", "arrive_by", "10:01" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/b9033dd1" ], [ "_:search/b9033dd1", "category", "hotels" ], [ "_:search/b9033dd1", "pricerange", "expensive" ], [ "_:search/b9033dd1", "stars", "0" ], [ "_:search/b9033dd1", "type", "Hotel" ], [ "_:booking", "ref", "PLUBRYFC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stars", "1" ], [ "_:system", "canthelp", "_:search/11678dd5" ], [ "_:search/11678dd5", "category", "hotels" ], [ "_:search/11678dd5", "pricerange", "expensive" ], [ "_:search/11678dd5", "stars", "1" ], [ "_:search/11678dd5", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Friday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:result", "arrive_by", "10:01" ], [ "_:search", "people", "one" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/b9033dd1" ], [ "_:search/b9033dd1", "category", "hotels" ], [ "_:search/b9033dd1", "pricerange", "expensive" ], [ "_:search/b9033dd1", "stars", "0" ], [ "_:search/b9033dd1", "type", "Hotel" ], [ "_:booking", "ref", "PLUBRYFC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stars", "1" ], [ "_:system", "canthelp", "_:search/11678dd5" ], [ "_:search/11678dd5", "category", "hotels" ], [ "_:search/11678dd5", "pricerange", "expensive" ], [ "_:search/11678dd5", "stars", "1" ], [ "_:search/11678dd5", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "name", "City Center B&B" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_: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", "friday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Friday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:result", "arrive_by", "10:01" ], [ "_:search", "people", "one" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/b9033dd1" ], [ "_:search/b9033dd1", "category", "hotels" ], [ "_:search/b9033dd1", "pricerange", "expensive" ], [ "_:search/b9033dd1", "stars", "0" ], [ "_:search/b9033dd1", "type", "Hotel" ], [ "_:booking", "ref", "PLUBRYFC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stars", "1" ], [ "_:system", "canthelp", "_:search/11678dd5" ], [ "_:search/11678dd5", "category", "hotels" ], [ "_:search/11678dd5", "pricerange", "expensive" ], [ "_:search/11678dd5", "stars", "1" ], [ "_:search/11678dd5", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:search", "area", "north" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "name", "City centre" ], [ "_:result", "name", "el shaddai" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Friday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:result", "arrive_by", "10:01" ], [ "_:search", "people", "one" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/b9033dd1" ], [ "_:search/b9033dd1", "category", "hotels" ], [ "_:search/b9033dd1", "pricerange", "expensive" ], [ "_:search/b9033dd1", "stars", "0" ], [ "_:search/b9033dd1", "type", "Hotel" ], [ "_:booking", "ref", "PLUBRYFC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stars", "1" ], [ "_:system", "canthelp", "_:search/11678dd5" ], [ "_:search/11678dd5", "category", "hotels" ], [ "_:search/11678dd5", "pricerange", "expensive" ], [ "_:search/11678dd5", "stars", "1" ], [ "_:search/11678dd5", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:search", "area", "north" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "name", "City centre" ], [ "_:result", "name", "el shaddai" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "41 warkworth street" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb11eg" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a place serving expensive indian food" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'14');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 14 places that serve expensive Indian food . We could narrow it down more if you specified an area . Do you have one in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Let 's try the west part of town ." }, { "id": 3, "rdf-acts": [ "select((_:result,address,'71 Castle Street City Centre');(_:result,name,'Cocum');(_:result,type,'Restaurant'))", "inform((_:result,area,'West');(_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 5 in the West . You might want to try Cocum on 71 Castle Street City Centre ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'14:00');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Okay , can you book for 7 people on Sunday at 14:00 ?" }, { "id": 5, "rdf-acts": [ "select((_:result,type,'Restaurant'))", "canthelp((_:booking,type,'Booking'))", "offer((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I am sorry there is no booking at this time , there are 2 other places would you like me to check booking for any of them ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,name,'Cocum');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , if one is in the same area and price range as Cocum ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'Maharajah Tandoori Restaurant');(_:booking,type,'Booking'))", "reqmore()", "inform((_:result,ref,'O9K319CU');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I was able to get you in at Maharajah Tandoori Restaurant . Your reference number is O9K319CU . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all I need thank you ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a nice day ." } ]
SSNG0105.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "14" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "west" ], [ "_:result", "address", "71 Castle Street City Centre" ], [ "_:result", "name", "Cocum" ], [ "_:result", "area", "West" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "71 Castle Street City Centre" ], [ "_:result", "name", "Cocum" ], [ "_:result", "area", "West" ], [ "_:result", "count", "5" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "7" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/8011e9b7" ], [ "_:booking/8011e9b7", "type", "Booking" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Cocum" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "71 Castle Street City Centre" ], [ "_:result", "name", "Cocum" ], [ "_:result", "area", "West" ], [ "_:result", "count", "5" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/8011e9b7" ], [ "_:booking/8011e9b7", "type", "Booking" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Cocum" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "Maharajah Tandoori Restaurant" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "O9K319CU" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'irish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm trying to find an Irish restaurant that can provide me with some unique fine dining . I expect this to be expensive , can you give me some options ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,food,'Irish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I do not have any expensive Irish eateries , could we try something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Any European restaurants ? Cost does nt matter ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,count,'5');(_:result,name,'Eraina');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 5 restaurants Eraina is available in the centre of town ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'14:00');(_:search,people,'6');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you recommend me one that 's expensive ? And book the table for 6 people at 14:00 on tuesday . Thanks !" }, { "id": 5, "rdf-acts": [ "inform((_:booking,day,'Tuesday');(_:booking,duration,'14:00');(_:booking,name,'Eraina');(_:booking,people,'6');(_:booking,ref,'2OCXGNUP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I was able to book you at Eraina at 14:00 on Tuesday for 6 people . your reference number is 2OCXGNUP ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much . Have a great day !" }, { "id": 7, "rdf-acts": [], "speaker": "system", "text": "Would you like the address for the restaurant ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Nope . Got everything I need ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Have a great day !" } ]
SNG0479.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "irish" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/0ea4e090" ], [ "_:search/0ea4e090", "food", "Irish" ], [ "_:search/0ea4e090", "pricerange", "expensive" ], [ "_:search/0ea4e090", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/0ea4e090" ], [ "_:search/0ea4e090", "food", "Irish" ], [ "_:search/0ea4e090", "pricerange", "expensive" ], [ "_:search/0ea4e090", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "european" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Eraina" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/0ea4e090" ], [ "_:search/0ea4e090", "food", "Irish" ], [ "_:search/0ea4e090", "pricerange", "expensive" ], [ "_:search/0ea4e090", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "european" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Eraina" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "Eraina" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "2OCXGNUP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/0ea4e090" ], [ "_:search/0ea4e090", "food", "Irish" ], [ "_:search/0ea4e090", "pricerange", "expensive" ], [ "_:search/0ea4e090", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "european" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Eraina" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "Eraina" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "2OCXGNUP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I need a hotel that 's moderately priced , please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,name,'arbury lodge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Would you like me to book arbury lodge guesthouse" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "What is the star rating of the arbury lodge ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,stars,'four');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "It has a four star rating . What else can I do for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,stars,'zero');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am really looking for one with a zero star rating . What do you have available ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Cityroomz');(_:result,pricerange,'moderately priced');(_:result,stars,'0');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Cityroomz is 0 stars and moderately priced . Do you need assistance booking a room today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Could you please book for 1 person for 4 nights starting from Saturday . If 4 nights is not available , how about 2 nights . I also need the reference number ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,stay,'4');(_:booking,type,'Booking'))", "reqmore()", "inform((_:booking,people,'two');(_:booking,ref,'L4N1ZRYO');(_:booking,stay,'two');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "We could n't do 4 nights , but I do have you booked for two . Your reference number is L4N1ZRYO . Anything else I can do for you today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train on Sunday to Cambridge , please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'202');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 202 trains , do you have a specific day time or departure in mind ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'8:45');(_:search,day,'saturday');(_:search,departure,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I need the train on Saturday also . It should leave Norwich and arrive by 8:45 ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "I have booked for you train TR4202 . he total fee is 14.08 GBP payable at the station . \n Reference number is : PI9JS0X7 ." } ]
MUL2286.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "arbury lodge" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "arbury lodge" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "zero" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "category", "guesthouse" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "zero" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stars", "zero" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/e0157453" ], [ "_:booking/e0157453", "stay", "4" ], [ "_:booking/e0157453", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "L4N1ZRYO" ], [ "_:booking", "stay", "two" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stars", "zero" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/e0157453" ], [ "_:booking/e0157453", "stay", "4" ], [ "_:booking/e0157453", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "L4N1ZRYO" ], [ "_:booking", "stay", "two" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "202" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "8:45" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I 'm looking for a cheap restaurant , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'22');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 22 results for cheap restaurants , are you looking for a particular type of cuisine ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want a restaurant that serves turkish food" }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'turkish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately , I do not see any results for cheap turkish restaurants , would you like to try a different type of cuisine ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about Italian food instead ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 5 results that meet that criteria . Is there a particular area you want to be in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , just give me the phone number and address for your favorite , please !" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'47 - 53 Regent Street');(_:result,area,'centre');(_:result,name,'Zizzi cambridge');(_:result,phone,'01223365599');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "My favorite is Zizzi cambridge . Their phone number is 01223365599 and they are located in the centre at 47 - 53 Regent Street . Anything else I can help with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking for a train that leaves on Sunday and goes to Peterborough ." }, { "id": 9, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok , can you tell me your departure city and if you have a time you need to leave or arrive in Peterborough ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'18:00');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 18:00 and depart from Cambridge ." }, { "id": 11, "rdf-acts": [ "inform((_:result,count,'20');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have about 20 possibilities for your arrival time . Do you have a preferred departure time ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'18:00');(_:search,leave_at,'dontcare');(_:search,type,'Train'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No , just as close to 18:00 as possible . What is the price of the train ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'17:56');(_:result,id,'TR5473');(_:result,leave_at,'17:06');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR5473 departs at 17:06 and arrives by 17:56 . Would that work for you ? The price of the ticket is 13.20 pounds ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , thank you for the information ." }, { "id": 15, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book that train for you ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'd like one ticket for that train ." }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'16VGQU3H');(_:booking,ticket,'13.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 13.2 GBP payable at the station . Reference number is : 16VGQU3H . Anything else I can help with ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much ." }, { "id": 19, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all . Thank you ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Thank you ." } ]
MUL1648.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "22" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "22" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6be3d0f9" ], [ "_:search/6be3d0f9", "food", "turkish" ], [ "_:search/6be3d0f9", "pricerange", "cheap" ], [ "_:search/6be3d0f9", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/6be3d0f9" ], [ "_:search/6be3d0f9", "food", "turkish" ], [ "_:search/6be3d0f9", "pricerange", "cheap" ], [ "_:search/6be3d0f9", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/6be3d0f9" ], [ "_:search/6be3d0f9", "food", "turkish" ], [ "_:search/6be3d0f9", "pricerange", "cheap" ], [ "_:search/6be3d0f9", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "5" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "47 - 53 Regent Street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Zizzi cambridge" ], [ "_:result", "phone", "01223365599" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/6be3d0f9" ], [ "_:search/6be3d0f9", "food", "turkish" ], [ "_:search/6be3d0f9", "pricerange", "cheap" ], [ "_:search/6be3d0f9", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "5" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "47 - 53 Regent Street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Zizzi cambridge" ], [ "_:result", "phone", "01223365599" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:00" ], [ "_: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", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/6be3d0f9" ], [ "_:search/6be3d0f9", "food", "turkish" ], [ "_:search/6be3d0f9", "pricerange", "cheap" ], [ "_:search/6be3d0f9", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "47 - 53 Regent Street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Zizzi cambridge" ], [ "_:result", "phone", "01223365599" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "20" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/6be3d0f9" ], [ "_:search/6be3d0f9", "food", "turkish" ], [ "_:search/6be3d0f9", "pricerange", "cheap" ], [ "_:search/6be3d0f9", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "47 - 53 Regent Street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Zizzi cambridge" ], [ "_:result", "phone", "01223365599" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "20" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:56" ], [ "_:result", "id", "TR5473" ], [ "_:result", "leave_at", "17:06" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_: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", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/6be3d0f9" ], [ "_:search/6be3d0f9", "food", "turkish" ], [ "_:search/6be3d0f9", "pricerange", "cheap" ], [ "_:search/6be3d0f9", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "47 - 53 Regent Street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Zizzi cambridge" ], [ "_:result", "phone", "01223365599" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "20" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "arrive_by", "17:56" ], [ "_:result", "id", "TR5473" ], [ "_:result", "leave_at", "17:06" ], [ "_:result", "ticket", "13.20 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", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/6be3d0f9" ], [ "_:search/6be3d0f9", "food", "turkish" ], [ "_:search/6be3d0f9", "pricerange", "cheap" ], [ "_:search/6be3d0f9", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "47 - 53 Regent Street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Zizzi cambridge" ], [ "_:result", "phone", "01223365599" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "20" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "arrive_by", "17:56" ], [ "_:result", "id", "TR5473" ], [ "_:result", "leave_at", "17:06" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "16VGQU3H" ], [ "_:booking", "ticket", "13.2 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", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/6be3d0f9" ], [ "_:search/6be3d0f9", "food", "turkish" ], [ "_:search/6be3d0f9", "pricerange", "cheap" ], [ "_:search/6be3d0f9", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "dontcare" ], [ "_:result", "address", "47 - 53 Regent Street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Zizzi cambridge" ], [ "_:result", "phone", "01223365599" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "20" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "arrive_by", "17:56" ], [ "_:result", "id", "TR5473" ], [ "_:result", "leave_at", "17:06" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "16VGQU3H" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay , preferably a guesthouse with free wifi" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sure , is there a particular part of town you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Still deciding that part but would definitely need the expensive price range ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,category,'guesthouses');(_:search,has_internet,'none');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "It looks like there are no expensive guesthouses with free wi - fi . Are there any other place you would be interested in ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you find any expensive hotels then ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 5 hotels that match your request . To help you further I will need to know what part of town you want to be in ." }, { "id": 6, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The part of town does not really matter to me . Can you recommend something please and let me know whether or not they have free parking ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,has_parking,'none');(_:result,name,'huntingdon marriott hotel');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "huntingdon marriott hotel is a 4 star hotel that would fit all your needs . It does have free parking . It is located in the west . Would you like me to book you a room ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Not at the moment . I need info on a place to dine , in the centre area that serves Italian food ." }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,food,'Italian');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Okay . Well , Italian restaurants are pretty popular in that area as there are many to choose from . Do you care about the price range ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "no . recommend and give me the price range , postcode and phone number" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Regent Street City Centre');(_:result,name,'Pizza Express located');(_:result,phone,'01223324033');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Okay , sure . There 's a great restaurant called Pizza Express located at Regent Street City Centre . They are moderately priced and their phone number is 01223324033 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "enjoy your stay in cambridge" } ]
PMUL3346.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ba4a9584" ], [ "_:search/ba4a9584", "category", "guesthouses" ], [ "_:search/ba4a9584", "has_internet", "none" ], [ "_:search/ba4a9584", "pricerange", "expensive" ], [ "_:search/ba4a9584", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotels" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/ba4a9584" ], [ "_:search/ba4a9584", "category", "guesthouses" ], [ "_:search/ba4a9584", "has_internet", "none" ], [ "_:search/ba4a9584", "pricerange", "expensive" ], [ "_:search/ba4a9584", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotels" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/ba4a9584" ], [ "_:search/ba4a9584", "category", "guesthouses" ], [ "_:search/ba4a9584", "has_internet", "none" ], [ "_:search/ba4a9584", "pricerange", "expensive" ], [ "_:search/ba4a9584", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotels" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/ba4a9584" ], [ "_:search/ba4a9584", "category", "guesthouses" ], [ "_:search/ba4a9584", "has_internet", "none" ], [ "_:search/ba4a9584", "pricerange", "expensive" ], [ "_:search/ba4a9584", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotels" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:result", "food", "Italian" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/ba4a9584" ], [ "_:search/ba4a9584", "category", "guesthouses" ], [ "_:search/ba4a9584", "has_internet", "none" ], [ "_:search/ba4a9584", "pricerange", "expensive" ], [ "_:search/ba4a9584", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotels" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:result", "food", "Italian" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "name", "Pizza Express located" ], [ "_:result", "phone", "01223324033" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Are there any trains leaving cambridge ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,departure,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are many trains leaving Cambridge" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm trying to get to London Liverpool Street on Friday ." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "When would you like to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'14:45');(_:search,leave_at,'dontcare');(_:search,type,'Train'))" ], "speaker": "user", "text": "I do n't have a preference but I do need to arrive by 14:45 ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,day,'Friday');(_:booking,leave_at,'5:59');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Friday at 5:59 would you like me to book it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please book it for 3 people ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'E2998ZVM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great . Your booking was successful . The reference number is E2998ZVM ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks ! Now can you help me find an expensive restaurant to go to in the centre ?" }, { "id": 9, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'lots');(_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are lots of expensive food options in the centre . Do you have a preferred food type ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Can you just suggest one for me ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'bedouin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I recommend bedouin . Do you want a reservation ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'11:45');(_:search,people,'3');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please reserve it for 3 people on Friday at 11:45 . And I want the reference number too" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Friday');(_:booking,duration,'11:45');(_:booking,name,'Bedouin');(_:booking,people,'3');(_:booking,ref,'JETYPNVX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are booked for 3 at 11:45 on Friday at Bedouin . Your reference number is JETYPNVX . Have fun ! Anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Awesome , that is all thanks for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your stay !" } ]
PMUL0860.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", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "leave_at", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "leave_at", "5:59" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "leave_at", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "leave_at", "5:59" ], [ "_:search", "people", "3" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "E2998ZVM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "leave_at", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "leave_at", "5:59" ], [ "_:search", "people", "3" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "E2998ZVM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "lots" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "leave_at", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "leave_at", "5:59" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "E2998ZVM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "amount", "lots" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "leave_at", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "leave_at", "5:59" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "amount", "lots" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "11:45" ], [ "_:booking", "name", "Bedouin" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "JETYPNVX" ], [ "_: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,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train to Cambridge from Kings Lynn ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,departure,'Kings Lynn');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are many trains from Kings Lynn to Cambridge . What time would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,leave_at,'21:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave Wednesday after 21:15 ." }, { "id": 3, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "For how many people ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'1');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am traveling alone ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,departure,'Kings Lynn');(_:booking,id,'TR8385');(_:booking,leave_at,'22:11');(_:booking,people,'a seat');(_:booking,ref,'T7PUQPR1');(_:booking,ticket,'9.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Thank you , I have booked you a seat on TR8385 leaving Kings Lynn at 22:11 cost of 9.8 GBP . The reference number is T7PUQPR1 ." }, { "id": 6, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Thank you . What is the arrival time in Cambridge , please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'23:58');(_:result,type,'Train'))" ], "speaker": "system", "text": "Arrival time is 23:58" }, { "id": 8, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Could I also have the price ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,ticket,'9.8 GBP');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The total fee is 9.8 GBP payable at the station . Anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm also looking for places to go in town . I would like an architecture type in the centre ." }, { "id": 11, "rdf-acts": [ "inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'all saints church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about all saints church ? It fits your criteria and has no entrance fee !" }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great , what is their phone number ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,name,'All Saints Church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number for All Saints Church is 01223452587 . Can I assist you with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all . Thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you and have a great trip . Goodbye ." } ]
MUL1922.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Kings Lynn" ], [ "_:booking", "id", "TR8385" ], [ "_:booking", "leave_at", "22:11" ], [ "_:booking", "people", "a seat" ], [ "_:booking", "ref", "T7PUQPR1" ], [ "_:booking", "ticket", "9.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Kings Lynn" ], [ "_:booking", "id", "TR8385" ], [ "_:booking", "leave_at", "22:11" ], [ "_:booking", "people", "a seat" ], [ "_:booking", "ref", "T7PUQPR1" ], [ "_:booking", "ticket", "9.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "23:58" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "people", "1" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Kings Lynn" ], [ "_:booking", "id", "TR8385" ], [ "_:booking", "leave_at", "22:11" ], [ "_:booking", "people", "a seat" ], [ "_:booking", "ref", "T7PUQPR1" ], [ "_:booking", "ticket", "9.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "23:58" ], [ "_:result", "ticket", "9.8 GBP" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "people", "1" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Kings Lynn" ], [ "_:booking", "id", "TR8385" ], [ "_:booking", "leave_at", "22:11" ], [ "_:booking", "people", "a seat" ], [ "_:booking", "ref", "T7PUQPR1" ], [ "_:booking", "ticket", "9.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "23:58" ], [ "_:result", "ticket", "9.8 GBP" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "all saints church" ], [ "_: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", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "people", "1" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Kings Lynn" ], [ "_:booking", "id", "TR8385" ], [ "_:booking", "leave_at", "22:11" ], [ "_:booking", "people", "a seat" ], [ "_:booking", "ref", "T7PUQPR1" ], [ "_:booking", "ticket", "9.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "23:58" ], [ "_:result", "ticket", "9.8 GBP" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "phone", "01223452587" ], [ "_: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,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hi ! Can you help me find an attraction to visit in the centre of town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'quite a few');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have quite a few options . Did you have an idea what type of attraction you were looking to visit ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,category,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Surprise me . I just need the attraction type , address , and postcode ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,category,'museums');(_:result,name,'Castle Galleries');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Castle Galleries is one of my favorite museums . It is at unit su43 , grande arcade , saint andrews street , post code cb23bj . Does that sound good ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's great . Thanks ." }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No thanks . You 've been a great help . Have a nice day . Bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you . Have a great day , goodbye ." } ]
SNG1080.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "category", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "category", "museums" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "postcode", "cb23bj" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "category", "museums" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "postcode", "cb23bj" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a moderately priced restaurant in the east part of town" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "May I suggest curry prince , a moderately priced indian restaurant in the east ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , the west part of town" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'west');(_:result,food,'British');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,pricerange,'moderate price');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Indian , Italian and British restaurants are available in the west part of town for a moderate price . Would you like more information on any or all of these ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address ?" }, { "id": 5, "rdf-acts": [ "select((_:result,food,'British');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Did you want the address for an Indian , Italian , or British restaurant ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't have a preference as long as it 's moderately priced and in the west part of town ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Meghna is an Indian restaurant , it is in the moderate price range , and it is in the west part of town . The address is 205 Victoria Road Chesterton ." } ]
WOZ20454.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "curry prince" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "west" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "pricerange", "moderate price" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "name", "curry prince" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate price" ], [ "_:result", "address", "?" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_internet,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel in the east , and it does n't need to include internet ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I can help with that ! How much money are you looking to spend ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It does n't matter" }, { "id": 3, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have several available . Do you want a hotel or guesthouse ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "A guesthouse please . I 'd like wifi also ." }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Okay . I have several in different price ranges . Would you like me to recommend one to you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Can you suggest one ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'Autumn House');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , I recommend the Autumn House . It is cheap and it has 4 stars . Would you like their information ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "No , that 's all the info I need . Can you book some rooms for me ?" }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Of course I can help ! What day do you want to check in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please book for 7 people , 4 nights and starting on Saturday ." }, { "id": 11, "rdf-acts": [ "inform((_:result,ref,'E0BD9V4Y');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Reference number is : E0BD9V4Y . Is there anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking for a train . The train should leave on wednesday and should depart from cambridge ." }, { "id": 13, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,departure,'Cambridge');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are many trains which depart daily from Cambridge - what is the destination to which you will be traveling ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,leave_at,'9:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm headed to Bishops Stortford . I 'd like to leave Cambridge after 9:45 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'20:07');(_:result,id,'TR3262');(_:result,leave_at,'19:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "train ID TR3262 leaves at 19:29 and arrives at 20:07 . will that suit you ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "that is fine . book for 7 people please" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'IPFTBLLM');(_:booking,ticket,'70.7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "your all set reference is IPFTBLLM , the cost is 70.7 payable at the station , anything else ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "no that will be all thanks for everything , you have been great !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us have a great day ." } ]
PMUL1604.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "E0BD9V4Y" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "E0BD9V4Y" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "9:45" ], [ "_: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", "east" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "E0BD9V4Y" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "9:45" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "id", "TR3262" ], [ "_:result", "leave_at", "19:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "E0BD9V4Y" ], [ "_:search", "day", "wednesday" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "9:45" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "id", "TR3262" ], [ "_:result", "leave_at", "19:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "IPFTBLLM" ], [ "_:booking", "ticket", "70.7" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'park');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a park in the centre of town to visit ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'bateman street');(_:result,category,'park');(_:result,name,'Cambridge university botanic gardens');(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,entrance_fee,'4 pounds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cambridge university botanic gardens is a wonderful park located on bateman street . Entrance fee is 4 pounds . Is there anything else I can help you with ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great , can I get its address and phone number ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Bateman Street');(_:result,category,'park');(_:result,phone,'01223336265');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The park is located at Bateman Street and the phone number is 01223336265 . Can I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all . Thanks !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Bye ." } ]
SNG1199.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "bateman street" ], [ "_:result", "category", "park" ], [ "_:result", "name", "Cambridge university botanic gardens" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "4 pounds" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Cambridge university botanic gardens" ], [ "_:result", "entrance_fee", "4 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Bateman Street" ], [ "_:result", "category", "park" ], [ "_:result", "phone", "01223336265" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for trains heading to Cambridge , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where is the destination and what day would you like to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'leicester');(_:search,destination,'Cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be traveling on Thursday . Going from Leicester to Cambridge ." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "And what time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'18:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to be there by 18:00 ." }, { "id": 5, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Alright and when would you like to leave by ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "That does n't matter , I 'd just like to get there at or right before 18:00 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'10:54');(_:result,id,'TR3839');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok I have a train arriving at 10:54 , its TR3839 , how many tickets please" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'four');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will need four tickets please ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'ZJCV6A8L');(_:booking,ticket,'151.19 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 151.19 GBP payable at the station . Reference number is : ZJCV6A8L . Can I help with anything else today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Oh gosh , I did n't need a train booked . I am looking to book a hotel in the north ." }, { "id": 11, "rdf-acts": [ "select((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))", "thank()", "offer((_:booking,type,'Booking'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "That 's okay . There are two that meet your criteria . The Ashley Hotel , and the Lovell Lodge . Would you like me to book one of them for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need the place to be a guesthouse with 4 stars and free wifi" }, { "id": 13, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "inform((_:result,count,'8');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , I see 8 options here . Do you prefer moderate or cheap price ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Either would be fine ." }, { "id": 15, "rdf-acts": [ "select((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))", "inform((_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "What about the Acorn Guest House ? It gets 4 stores and is moderately priced ." }, { "id": 16, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is that a guesthouse ? If it is , book it for 5 nights starting Thursday and there 's 4 of us ." }, { "id": 17, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))", "reqmore()", "inform((_:booking,ref,'KSXKMXWC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes it is a guesthouse . I made your reservation , and the reference number is KSXKMXWC . Anything else ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank so much ! No , that will be all , goodbye ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "You are so very welcome ! Have a good day !" } ]
PMUL1650.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:54" ], [ "_:result", "id", "TR3839" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "four" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:54" ], [ "_:result", "id", "TR3839" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ZJCV6A8L" ], [ "_:booking", "ticket", "151.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:54" ], [ "_:result", "id", "TR3839" ], [ "_:search", "people", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ZJCV6A8L" ], [ "_:booking", "ticket", "151.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:54" ], [ "_:result", "id", "TR3839" ], [ "_:search", "people", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ZJCV6A8L" ], [ "_:booking", "ticket", "151.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "8" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:54" ], [ "_:result", "id", "TR3839" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ZJCV6A8L" ], [ "_:booking", "ticket", "151.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "8" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:54" ], [ "_:result", "id", "TR3839" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "151.19 GBP" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "8" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "KSXKMXWC" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I am looking for a cheap restaurant in the town centre ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes there are many in my search for you , can I get what type of food you are looking to eat at the restaurant ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Italian Food , Cheap and in the East part of town" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,area,'centre');(_:result,food,'Italian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are several cheap Italian restaurants in the centre but none in the east ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Actually a chinese restaurant in the centre would better suit our needs , what is available at a cheap price ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,amount,'all');(_:result,area,'centre');(_:result,name,'Charlie Chan');(_:result,name,'Golden House');(_:result,name,'Rice House');(_:result,pricerange,'quite inexpensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "In the centre we have Charlie Chan , Rice House , and Golden House that are all quite inexpensive . Would you like me to book a table at one of them ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'18:00');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please . I need a table for 3 people at 18:00 on Thursday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Rice House');(_:booking,ref,'CBKXEVPZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You have a table at the Rice House . It will be held for 15 minutes and the reference number is CBKXEVPZ . Can I help you further ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all thanks . Have a great day ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you . I hope you have a good day as well ." } ]
SSNG0026.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/f4f42395" ], [ "_:search/f4f42395", "type", "Restaurant" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/f4f42395" ], [ "_:search/f4f42395", "type", "Restaurant" ], [ "_:result", "food", "Italian" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "all" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "pricerange", "quite inexpensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/f4f42395" ], [ "_:search/f4f42395", "type", "Restaurant" ], [ "_:result", "food", "Italian" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "all" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "pricerange", "quite inexpensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Rice House" ], [ "_:booking", "ref", "CBKXEVPZ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I want some help finding a place to go in the centre of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'center');(_:result,category,'architecture');(_:result,category,'boats');(_:result,category,'many types');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,category,'parks');(_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 44 attractions in the center , of many types . Quieter fare includes architecture , parks and museums . If you 'd like more excitement , we have boats and nightclubs ." }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "How about nightclubs ? What is one that you would suggest ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Ballare');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would highly recommend the Ballare . What would you like to know about it ?" }, { "id": 4, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the entrance fee ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'5 pounds');(_:result,name,'the ballare');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The entrance fee for the ballare is 5 pounds . Can I help you with anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,name,'Ballare');(_:search,type,'Attraction');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I am also looking for a restaurant in the same area as the Ballare ." }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Sure , I can help you with that . Was there a particular type of food you were interested in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'modern glodal');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have any modern glodal ones ?" }, { "id": 9, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'modern global');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Nothing matches for modern global , can I run a search for a different food type ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about International ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'2');(_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two options . I 'd recommend the Varsity Restaurant . Would you like to book a table ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't need a reservation but I do need the address , phone number and price range ." }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'35 Saints ANdrews street city centre');(_:result,area,'centre');(_:result,food,'international');(_:result,name,'The varsity restaurant');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The varsity restaurant is located in the centre of town serving international food . It is a moderately priced place located at 35 Saints ANdrews street city centre ." }, { "id": 14, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and what is their phone number ?" }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223356060');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their phone number is 01223356060 . Can I help you with anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Alright , have a wonderful time in cambridge !" } ]
PMUL2414.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", "area", "center" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "many types" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "center" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "many types" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "44" ], [ "_:result", "name", "Ballare" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "center" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "many types" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "44" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "the ballare" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Ballare" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "center" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "many types" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "44" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "the ballare" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Ballare" ], [ "_:search", "food", "modern glodal" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "center" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "many types" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "44" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "the ballare" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Ballare" ], [ "_:system", "canthelp", "_:search/9ea9c9aa" ], [ "_:search/9ea9c9aa", "food", "modern global" ], [ "_:search/9ea9c9aa", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "center" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "many types" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Ballare" ], [ "_:system", "canthelp", "_:search/9ea9c9aa" ], [ "_:search/9ea9c9aa", "food", "modern global" ], [ "_:search/9ea9c9aa", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "category", "architecture" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "many types" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Ballare" ], [ "_:system", "canthelp", "_:search/9ea9c9aa" ], [ "_:search/9ea9c9aa", "food", "modern global" ], [ "_:search/9ea9c9aa", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "2" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "35 Saints ANdrews street city centre" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "The varsity restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "category", "architecture" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "many types" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Ballare" ], [ "_:system", "canthelp", "_:search/9ea9c9aa" ], [ "_:search/9ea9c9aa", "food", "modern global" ], [ "_:search/9ea9c9aa", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "2" ], [ "_:result", "address", "35 Saints ANdrews street city centre" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "The varsity restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223356060" ], [ "_:result", "type", "Restaurant" ] ], "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,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can I catch a train to Cambridge ?" }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "You sure can ! Where will you be traveling from , and on what day ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'10:15');(_:search,day,'sunday');(_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving Peterborough on Sunday and I need to arrive by 10:15 ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "When do you want to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'10:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 10:15 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'10:09');(_:result,id,'TR0774');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR0774 arrives closest to that time , it will arrive by 10:09 . Would you like to book a seat ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please . I only need one ticket ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'676ITDRH');(_:booking,ticket,'13.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 13.2 GBP payable at the station . \n Reference number is : 676ITDRH . Can I help with anything else today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I am going to need a place to stay while I 'm in town . Can you recommend a guesthouse in the south ?" }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What price range would you like ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to keep it in the moderate range please" }, { "id": 11, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Aylesbray Lodge');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , I would recommend the Aylesbray Lodge guesthouse . It is 4 stars , includes wifi , parking and is in the moderate range . Would you like me to book it ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I actually want a hotel with 3 stars if possible" }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'The bridge guesthouse');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The bridge guesthouse is in the south with 3 stars . They have internet and parking . Would you like me to make a reservation for you ?" }, { "id": 14, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can I please have their phone number ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,phone,'01223247942');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Sure there phone number is 01223247942 . Is there anything else I can help you with today ?" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 's all . good bye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL1545.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", "arrive_by", "10:15" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "arrive_by", "10:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "arrive_by", "10:15" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR0774" ], [ "_: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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "arrive_by", "10:15" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR0774" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "676ITDRH" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "arrive_by", "10:15" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR0774" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "676ITDRH" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "arrive_by", "10:15" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR0774" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "676ITDRH" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Aylesbray Lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "arrive_by", "10:15" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR0774" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "676ITDRH" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The bridge guesthouse" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_: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", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "arrive_by", "10:15" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR0774" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "676ITDRH" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The bridge guesthouse" ], [ "_:result", "stars", "3" ], [ "_:result", "phone", "01223247942" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi there . I want to come into the Cambridge area and thought of an airplane but its is extremely costly . I am wondering about a train instead ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))", "inform((_:result,amount,'dozens');(_:result,destination,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "We have dozens of trains into Cambridge every day . Where will you be coming from , and on what day ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'19:30');(_:search,day,'sunday');(_:search,departure,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be coming in from Broxbourne on Sunday . I want to arrive by 19:30 . Can you help me ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'5');(_:result,departure,'broxbourne');(_:result,destination,'cambridge');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 5 trains leaving broxbourne heading towards cambridge . Do you have an arrival time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'19:30');(_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , 19:30 like I said previously . I will need 2 tickets ." }, { "id": 5, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to leave ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'19:30');(_:search,people,'two');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I want to leave at 19:30 and need two tickets . Please send me the reference number and telephone number to the train company ." }, { "id": 7, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))", "inform((_:result,amount,'several');(_:result,type,'Train'))" ], "speaker": "system", "text": "Is there a certain time you need to arrive by . I have several options ." }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'19:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 19:30 ." }, { "id": 9, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'm sorry but just to clarify . Are you hoping to leave or arrive by 19:30 ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'19:30');(_:search,departure,'Cambridge');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive in Broxbourne from Cambridge by 19:30 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'18:32');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I havea train that arrives at 18:32 Should I book this for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please . Can you book me for 2 tickets ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'7VR15FZ8');(_:booking,ticket,'28.64 Pounds');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Done ! Your reference number is 7VR15FZ8 . The tickets come to 28.64 Pounds , payable at the station . Can I help you with anything else ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please . I need to find a hotel on the north end of town . An expensive hotel ." }, { "id": 15, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately , there are no expensive hotels in the north . Do you want another area or a different price range ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yeah , moderate would be okay as well ." }, { "id": 17, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have a star preference ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , it should have four stars ." }, { "id": 19, "rdf-acts": [ "inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the acorn guest house ?" }, { "id": 20, "rdf-acts": [], "speaker": "user", "text": "that will be fine ." }, { "id": 21, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book it for you ?" }, { "id": 22, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "NO , i just need you to get phone number and postcode" }, { "id": 23, "rdf-acts": [ "inform((_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "OK , phone number is 01223353888 , postal is cb41da , can I assist with anything else ?" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "no that s all thanks" }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "No problem , have a great day ." } ]
PMUL3783.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "dozens" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "dozens" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "broxbourne" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "dozens" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "broxbourne" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "broxbourne" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "people", "two" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "people", "two" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:32" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:32" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "7VR15FZ8" ], [ "_:booking", "ticket", "28.64 Pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:32" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "7VR15FZ8" ], [ "_:booking", "ticket", "28.64 Pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/37d377c7" ], [ "_:search/37d377c7", "area", "north" ], [ "_:search/37d377c7", "category", "hotels" ], [ "_:search/37d377c7", "pricerange", "expensive" ], [ "_:search/37d377c7", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:32" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "7VR15FZ8" ], [ "_:booking", "ticket", "28.64 Pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/37d377c7" ], [ "_:search/37d377c7", "area", "north" ], [ "_:search/37d377c7", "category", "hotels" ], [ "_:search/37d377c7", "pricerange", "expensive" ], [ "_:search/37d377c7", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "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": [ [ "_:search", "day", "sunday" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:32" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "7VR15FZ8" ], [ "_:booking", "ticket", "28.64 Pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/37d377c7" ], [ "_:search/37d377c7", "area", "north" ], [ "_:search/37d377c7", "category", "hotels" ], [ "_:search/37d377c7", "pricerange", "expensive" ], [ "_:search/37d377c7", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:32" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "7VR15FZ8" ], [ "_:booking", "ticket", "28.64 Pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/37d377c7" ], [ "_:search/37d377c7", "area", "north" ], [ "_:search/37d377c7", "category", "hotels" ], [ "_:search/37d377c7", "pricerange", "expensive" ], [ "_:search/37d377c7", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "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", "day", "sunday" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:32" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "7VR15FZ8" ], [ "_:booking", "ticket", "28.64 Pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/37d377c7" ], [ "_:search/37d377c7", "area", "north" ], [ "_:search/37d377c7", "category", "hotels" ], [ "_:search/37d377c7", "pricerange", "expensive" ], [ "_:search/37d377c7", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a very nice place to dine . Something expensive ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have many excellent and expensive restaurants . Is there a type of cuisine you 'd prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Not exactly . However I would like to have the phone number , address , and postal codes for the top 5 restaurants in the north ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'169 High Street Chesterton');(_:result,food,'Asian Oriental');(_:result,name,'Saigon City');(_:result,phone,'01223356555');(_:result,postcode,'cb41nl');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have Saigon City , offering Asian Oriental cuisine . Phone : 01223356555 address : 169 High Street Chesterton , and postcode : cb41nl ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'club salsa');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great I also am looking for an attraction called club salsa ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'1 station road');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I found the place you are looking for ! Club Salsa is located at 1 station road . Would you like help with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'club salsa');(_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes I also will need the entrance fee for Club Salsa , and what type of attraction is that ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,category,'nightclub');(_:result,entrance_fee,'5 pounds');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Club Salsa is a nightclub , entrance fee is 5 pounds . Anything else I can assist you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'the restaurant');(_:search,leave_at,'11:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Great , thank you ! I also need a taxi that can take me from the restaurant to the nightclub . I want to leave by 11:30 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,car,'white audi');(_:result,departure,'the restaurant');(_:result,phone,'0735045835');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Taxi has been booked , a white audi will be picking you up at the restaurant , contact number is 0735045835 . Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need , you 've been a great help !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling Cambridge TownInfo Centre . Please call us back if you have any other questions !" } ]
MUL0859.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", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:result", "address", "169 High Street Chesterton" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "name", "Saigon City" ], [ "_:result", "phone", "01223356555" ], [ "_:result", "postcode", "cb41nl" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "club salsa" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "phone", "01223356555" ], [ "_:result", "postcode", "cb41nl" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "1 station road" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "club salsa" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "phone", "01223356555" ], [ "_:result", "postcode", "cb41nl" ], [ "_:result", "address", "1 station road" ], [ "_:search", "name", "club salsa" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "nightclub" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "postcode", "cb41nl" ], [ "_:result", "address", "1 station road" ], [ "_:search", "name", "club salsa" ], [ "_:result", "category", "nightclub" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "Club Salsa" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white audi" ], [ "_:result", "departure", "the restaurant" ], [ "_:result", "phone", "0735045835" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please , if you can , find me a restaurant in the centre that serves Indian food" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'9');(_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 9 restaurants in the city centre that serve Indian food . Do you have a preference in price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , it 's for a special occasion , so something expensive would be preferred ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'6');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "That narrows the selection to six . Would you like me to suggest one ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'12:45');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need to book a table for 6 on Tuesday at 12:45 . Can any of them do that ?" }, { "id": 5, "rdf-acts": [ "select((_:result,name,'Curry Garden');(_:result,name,'Curry King');(_:result,name,'Curry Queen');(_:result,name,'Golden Curry');(_:result,name,'Panahar');(_:result,name,'Saffron Brasserie');(_:result,type,'Restaurant'))", "inform((_:result,count,'6');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are six different restaurants in the area that can reserve you the table that you require . Your choices are Curry Garden , The Golden Curry , Saffron Brasserie , Panahar , Curry King , and Curry Queen . Which would you prefer ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Can you please recommend one and book it for my party ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'curry garden');(_:result,type,'Restaurant'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))", "inform((_:result,day,'Tuesday');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I would recommend curry garden . I just need to verify the time needed is 12:45 on Tuesday ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Yes , that is correct , 12:45 Tuesday for 6 ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'WA0R6QZN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great . Your table is reserved for 15 minutes and your reference number is WA0R6QZN ." }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks , can you help me find a train to get there as well ?" }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I will need to know your departure and destination before reserving ." }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'08:15');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))", "request((_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "We will need to depart from Ely and will need to arrive in Cambridge by 08:15 . How long will it take to arrive and what will be the departure time ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'07:52');(_:result,duration,'17 minutes');(_:result,id,'TR6971');(_:result,leave_at,'07:35');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR6971 Departs at 07:35 and arrives by 07:52 . The duration of the ride is 17 minutes . Would you like me to book it for you ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that s all I need" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thanks for using our service , and goodbye !" } ]
PMUL4868.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" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "name", "Curry King" ], [ "_:result", "name", "Curry Queen" ], [ "_:result", "name", "Golden Curry" ], [ "_:result", "name", "Panahar" ], [ "_:result", "name", "Saffron Brasserie" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "name", "curry garden" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "6" ], [ "_:result", "count", "6" ], [ "_:result", "name", "curry garden" ], [ "_:booking", "duration", "?" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "ref", "WA0R6QZN" ], [ "_: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", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "6" ], [ "_:result", "count", "6" ], [ "_:result", "name", "curry garden" ], [ "_:booking", "duration", "?" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "ref", "WA0R6QZN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "08:15" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "6" ], [ "_:result", "count", "6" ], [ "_:result", "name", "curry garden" ], [ "_:booking", "duration", "?" ], [ "_:result", "day", "Tuesday" ], [ "_:booking", "ref", "WA0R6QZN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "08:15" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "07:52" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "id", "TR6971" ], [ "_:result", "leave_at", "07:35" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel in the north to stay in . Can you help me with this ?" }, { "id": 1, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'proper hotel');(_:result,type,'Hotel'))", "inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'13');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 13 hotels in the north . Do you want a guesthouse or a proper hotel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a proper hotel , please . If it had free wifi , well , I would n't complain about that either ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Ashley hotel is in the north and has both free internet and parking . Would you care to go here ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I want to book it for 6 people and 5 nights starting from sunday . May I also have the reference number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Ashley Hotel');(_:booking,people,'6');(_:booking,stay,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright , your room is booked for the Ashley Hotel for 5 nights with 6 people . Is there anything else I can do for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I would like to have the reference number for the room booking please ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'75625428');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The reference number is 75625428 . Anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes . I want to check out a college in the centre ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,area,'center');(_:result,category,'colleges');(_:result,entrance_fee,'free');(_:result,name,'Downing College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cambridge has many colleges in the center of town . Downing College is nice , and it 's free to get in ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great . Can I get the address and postcode ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It 's in the centre of town and it 's at cb21dq ." }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,departure,'my hotel');(_:search,destination,'the college');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would now like to book a taxi from my hotel at 06;15 going to the college ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'black lexus');(_:result,phone,'07864379890');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have confirmed your taxi a black lexus will be picking you up . Their contact number is 07864379890 . Do you need further assistance ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,name,'downing college');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Actually , can I get the street address of Downing College before we go ?" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "The address for downing college is regent street . Have a great day ." } ]
MUL1072.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Ashley Hotel" ], [ "_:booking", "people", "6" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Ashley Hotel" ], [ "_:booking", "people", "6" ], [ "_:booking", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "75625428" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "count", "13" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Ashley Hotel" ], [ "_:booking", "people", "6" ], [ "_:booking", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "75625428" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "center" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Downing College" ], [ "_: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": [ [ "_:result", "count", "13" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Ashley Hotel" ], [ "_:booking", "people", "6" ], [ "_:booking", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "75625428" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Downing College" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "my hotel" ], [ "_:search", "destination", "the college" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "count", "13" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Ashley Hotel" ], [ "_:booking", "people", "6" ], [ "_:booking", "stay", "5" ], [ "_:booking", "ref", "75625428" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Downing College" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "cb21dq" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "my hotel" ], [ "_:search", "destination", "the college" ], [ "_:result", "car", "black lexus" ], [ "_:result", "phone", "07864379890" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "downing college" ], [ "_:search", "type", "Attraction" ], [ "_: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,food,'catalan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for an expensive place to dine that serves catalan food ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I do not show any matches for your request , maybe change the type of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'catalan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are you sure ? I really need an expensive restaurant that serves catalan food in the centre of the city . Can you check again please ?" }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "I am sure , would you like me to check for another option ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you recommend a restaurant that serves indian food is expensive , and in the centre ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:search,food,'Indian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry there are not Indian restaurants . Can I check for a Chinese restaurant ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "There are no restaurants that serve indian food ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am afraid there is none ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))", "request((_:result,category,?);(_:result,food,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What type of restaurants are located in the city centre ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'106 Mill Road');(_:result,amount,'several');(_:result,area,'centre');(_:result,food,'Indian');(_:result,name,'Curry Queen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm so sorry , I was mistaken , there are several expensive Indian restaurants in the centre of town . May I recommend Curry Queen , at 106 Mill Road ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Sounds great ! Can you set up a reservation ?" }, { "id": 11, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure . What time would you like the reservation for ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'14:30');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a table for 2 people on Monday at 14:30 ." }, { "id": 13, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , a table is n't available . Perhaps a different day or time slot would work for you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,duration,'13:30');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you try 13:30 instead ? Thanks ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,ref,'Z0V0H1YR');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : Z0V0H1YR ." }, { "id": 16, "rdf-acts": [ "thank()", "inform((_:search,area,'same area');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thanks , I 'm also looking for a place to go in the same area ." }, { "id": 17, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Sure thing , you have any particular attraction in mind ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Something in the centre of town . Do you have any suggestions for a museum maybe ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,address,'98 king street');(_:result,name,'broughton house gallery');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I 'd suggest broughton house gallery on 98 king street , cb11ln . Anything else ?" }, { "id": 20, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , could you please give me their phone number ?" }, { "id": 21, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223314960');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their phone number is 01223314960 . Anything else ?" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is all . Thank you for your help . Goodbye ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "You are very welcome . Thank you for choosing Cambridge TownInfo centre today !" } ]
MUL2329.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "catalan" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "catalan" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ed8f3b66" ], [ "_:search/ed8f3b66", "food", "Indian" ], [ "_:search/ed8f3b66", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ed8f3b66" ], [ "_:search/ed8f3b66", "food", "Indian" ], [ "_:search/ed8f3b66", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "canthelp", "_:search/1f600e73" ], [ "_:search/1f600e73", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "category", "?" ], [ "_:result", "food", "?" ], [ "_:result", "type", "Attraction" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ed8f3b66" ], [ "_:search/ed8f3b66", "food", "Indian" ], [ "_:search/ed8f3b66", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "canthelp", "_:search/1f600e73" ], [ "_:search/1f600e73", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "category", "?" ], [ "_:result", "address", "106 Mill Road" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Curry Queen" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ed8f3b66" ], [ "_:search/ed8f3b66", "food", "Indian" ], [ "_:search/ed8f3b66", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "canthelp", "_:search/1f600e73" ], [ "_:search/1f600e73", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "?" ], [ "_:result", "address", "106 Mill Road" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Curry Queen" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "2" ], [ "_: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", "canthelp", "_:search/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ed8f3b66" ], [ "_:search/ed8f3b66", "food", "Indian" ], [ "_:search/ed8f3b66", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "canthelp", "_:search/1f600e73" ], [ "_:search/1f600e73", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "?" ], [ "_:result", "address", "106 Mill Road" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Curry Queen" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/c8c71547" ], [ "_:booking/c8c71547", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "13:30" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ed8f3b66" ], [ "_:search/ed8f3b66", "food", "Indian" ], [ "_:search/ed8f3b66", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "canthelp", "_:search/1f600e73" ], [ "_:search/1f600e73", "type", "Restaurant" ], [ "_:result", "category", "?" ], [ "_:result", "address", "106 Mill Road" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Curry Queen" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/c8c71547" ], [ "_:booking/c8c71547", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "13:30" ], [ "_:booking", "ref", "Z0V0H1YR" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_: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/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ed8f3b66" ], [ "_:search/ed8f3b66", "food", "Indian" ], [ "_:search/ed8f3b66", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "canthelp", "_:search/1f600e73" ], [ "_:search/1f600e73", "type", "Restaurant" ], [ "_:result", "category", "?" ], [ "_:result", "address", "106 Mill Road" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Curry Queen" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/c8c71547" ], [ "_:booking/c8c71547", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "13:30" ], [ "_:booking", "ref", "Z0V0H1YR" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_: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, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ed8f3b66" ], [ "_:search/ed8f3b66", "food", "Indian" ], [ "_:search/ed8f3b66", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "canthelp", "_:search/1f600e73" ], [ "_:search/1f600e73", "type", "Restaurant" ], [ "_:result", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/c8c71547" ], [ "_:booking/c8c71547", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "13:30" ], [ "_:booking", "ref", "Z0V0H1YR" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "98 king street" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_: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 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/71d01237" ], [ "_:search/71d01237", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ed8f3b66" ], [ "_:search/ed8f3b66", "food", "Indian" ], [ "_:search/ed8f3b66", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "canthelp", "_:search/1f600e73" ], [ "_:search/1f600e73", "type", "Restaurant" ], [ "_:result", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/c8c71547" ], [ "_:booking/c8c71547", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "13:30" ], [ "_:booking", "ref", "Z0V0H1YR" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "98 king street" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "postcode", "cb11ln" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a restaurant in the east ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have several restaurants that would work . Do you have a price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'15:00');(_:search,people,'6');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "not really . just book it for 6 people at 15:00 on monday . Get me a ref number please ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'0KSZQNWL');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "thanks . the reference number is 0KSZQNWL" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a place to stay and would like to fins a guesthouse with a star rating of 4 ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Which area would you like to stay in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "On the East side please , in the same area as the restaurant" }, { "id": 7, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,count,'6');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "great , i have 6 options for you ! do you need parking or wifi ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'dontcare');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I 'm impartial to both , but would like to know if they have or do n't have internet available ." }, { "id": 9, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They both have internet ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'East');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ill take the one in the East , can you book it for me ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Autumn House');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Might I suggest the Autumn House . It is cheap and in the east . 4 star rated and they offer free parking and wifi . What day for your reservation ?" }, { "id": 12, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Sounds great ! May I please have the postcode ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'cb58rs');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure ! It 's cb58rs . Is there anything else I can do for you ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need today thanks for all the help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You are very welcome . Please reach out to us again , if we can be of further service . Good - bye ." } ]
PMUL0465.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" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "0KSZQNWL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "0KSZQNWL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "0KSZQNWL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "0KSZQNWL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "6" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "East" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "0KSZQNWL" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "6" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "area", "East" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "ref", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "6" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "area", "East" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "cb58rs" ], [ "_: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,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to book a train for Monday going to Cambridge please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'quite a few');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are quite a few trains that could suit your needs . Can you tell me where you would like to depart from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,\"london 's kings cross\");(_:search,leave_at,'11:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be at London 's Kings Cross and wanting to leave after 11:45 am ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'14:08');(_:result,departure,'London Kings Cross');(_:result,destination,'Cambridge');(_:result,leave_at,'13:17');(_:result,type,'Train'))" ], "speaker": "system", "text": "There is a train that leaves London Kings Cross at 13:17 and arrives in Cambridge at 14:08 . Does that time work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , that sounds fine . Can you book me tickets for 8 people , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'2EGCVFWC');(_:booking,ticket,'188.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . The total fee is 188.8 GBP payable at the station . The reference number is 2EGCVFWC" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye" }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank you and goodbye ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Before you go , could you help me find an expensive restaurant in the city centre ?" }, { "id": 9, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you have a preference for the type of food ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 'd like some classic British cuisine ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'British');(_:result,name,'Midsummer House Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Midsummer House Restaurant serves British food . Would you like me to book you a table ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,duration,'15:00');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , that place sounds perfect . If I could book for 8 on the same day at 15:00 it would be great ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'P0T1HLVC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : P0T1HLVC . Is there anything more I can do for you ?" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That will be all . Thanks for your time . Bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome , enjoy your Cambridge visit !" } ]
MUL1409.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "london 's kings cross" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "departure", "london 's kings cross" ], [ "_:search", "leave_at", "11:45" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:17" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "departure", "london 's kings cross" ], [ "_:search", "leave_at", "11:45" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:17" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2EGCVFWC" ], [ "_:booking", "ticket", "188.8 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "departure", "london 's kings cross" ], [ "_:search", "leave_at", "11:45" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:17" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2EGCVFWC" ], [ "_:booking", "ticket", "188.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "departure", "london 's kings cross" ], [ "_:search", "leave_at", "11:45" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:17" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2EGCVFWC" ], [ "_:booking", "ticket", "188.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "departure", "london 's kings cross" ], [ "_:search", "leave_at", "11:45" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:17" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2EGCVFWC" ], [ "_:booking", "ticket", "188.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Midsummer House Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "8" ], [ "_: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", "destination", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "departure", "london 's kings cross" ], [ "_:search", "leave_at", "11:45" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:17" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "188.8 GBP" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Midsummer House Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "P0T1HLVC" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'avalon');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you tell me more information on the avalon ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'avalon');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I can ! The avalon is a guesthouse in north . What other information do you need ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you help me book a 5 night stay there ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Absolutely ! First , what day did you want to arrive , and how many guests will be staying ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'll need to book for 3 people for a 5 night stay starting on wednesday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'HNG3AW8R');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Not a problem , I have booked your stay there already . Your reference number is HNG3AW8R . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train to Birmingham New Street on Sunday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,departure,'cambridge');(_:result,ticket,'60.08 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Your only departure site is cambridge . And the cost is 60.08 pounds ." }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'15:30');(_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "That 's where I am leaving from . I 'll need tickets for 3 people and we need to leave after 15:30 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR6725');(_:result,leave_at,'05:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR6725 will be leaving at 05:01 D o you want me to buy a ticket ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,leave_at,'15:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "No , I need the train to leave after 15:30 . Can you help me find a train at that time ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,id,'TR2776');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2776 will be perfect for that time . Shall i book it for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'three');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please . I need three tickets ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'M27VMT7N');(_:booking,ticket,'180.24 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 180.24 GBP payable at the station . Reference number is : M27VMT7N ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , that is everything , thanks for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Okay , I hope your visit is wonderful !" } ]
PMUL1742.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "avalon" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "avalon" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "avalon" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "avalon" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "avalon" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "avalon" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "avalon" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "HNG3AW8R" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "avalon" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "avalon" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "HNG3AW8R" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "avalon" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "avalon" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "HNG3AW8R" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:search", "people", "3" ], [ "_:result", "id", "TR6725" ], [ "_:result", "leave_at", "05:01" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "avalon" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "avalon" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "HNG3AW8R" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:result", "leave_at", "05:01" ], [ "_:booking", "category", "Train" ], [ "_:search", "leave_at", "15:30" ], [ "_:result", "id", "TR2776" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "three" ], [ "_: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", "name", "avalon" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "avalon" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:result", "leave_at", "05:01" ], [ "_:search", "leave_at", "15:30" ], [ "_:result", "id", "TR2776" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "three" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "M27VMT7N" ], [ "_:booking", "ticket", "180.24 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "am looking for a place to to stay that has cheap price range it should be in a type of hotel" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Okay , do you have a specific area you want to stay in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "no , i just need to make sure it 's cheap . oh , and i need parking" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotel');(_:result,count,'1');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I found 1 cheap hotel for you that includes parking . Do you like me to book it ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please . 6 people 3 nights starting on tuesday ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,day,'Tuesday');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I am sorry but I was n't able to book that for you for Tuesday . Is there another day you would like to stay or perhaps a shorter stay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about only 2 nights ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'7GAWK763');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : 7GAWK763 . Anything else I can do for you ?" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that will be all . Good bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
SNG01856.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "1" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "1" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/dc159f2f" ], [ "_:booking/dc159f2f", "day", "Tuesday" ], [ "_:booking/dc159f2f", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_: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", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "1" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/dc159f2f" ], [ "_:booking/dc159f2f", "day", "Tuesday" ], [ "_:booking/dc159f2f", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "7GAWK763" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need to find a place to eat in the centre , thanks !" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'over 69');(_:result,area,'center');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have over 69 restaurants i the center of town . Do you have any food style or price preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am in the mood for Lebanese food ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'Lebanese');(_:result,name,'Ali Baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Ali Baba is a Lebanese restaurant in the centre . Would you like for me to book it for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm not sure what time I need just yet . Can I get the postcode ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb21nt');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure . It 's cb21nt . What else can I assist you with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm also in need of a hotel in the same area as the restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Okay ! Would you like to stay in a guesthouse , or in a hotel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'zero');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm gon na get wild this weekend , find me a zero - star guesthouse with free parking !" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'el shaddai');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the el shaddai that meets those requirements . Would you like to make reservations ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Definitely ! There will be 6 of us , arriving Saturday , and staying for 5 nights ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,day,'Saturday');(_:booking,name,'El Shaddai');(_:booking,people,'6');(_:booking,ref,'6NUZQ2BG');(_:booking,stay,'6 days 5 nights');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation for 6 at El Shaddai this Saturday for 6 days 5 nights was successful . Your Reference number is : 6NUZQ2BG ." }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'ali baba');(_:search,leave_at,'05:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Great . Can you also get me a taxi to take me from Ali Baba to El Shaddai . I want to leave the restaurant by 05:30 ." }, { "id": 13, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people will be traveling ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I just need one taxi . Can you book that for me , please ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'black Honda');(_:result,phone,'07167504810');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked you a taxi . The contact number is 07167504810 , and it will be a black Honda . Anything else for you today ?" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , thank you . That was it for today . Thank you very much for your assistance . Have a good one . Good bye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us at Cambridge TownInfo Centre . Have a good trip . Goodbye ." } ]
PMUL0174.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "over 69" ], [ "_:result", "area", "center" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "over 69" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Lebanese" ], [ "_:result", "name", "Ali Baba" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "over 69" ], [ "_:search", "food", "lebanese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Lebanese" ], [ "_:result", "name", "Ali Baba" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21nt" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "over 69" ], [ "_:search", "food", "lebanese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Lebanese" ], [ "_:result", "name", "Ali Baba" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21nt" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "over 69" ], [ "_:search", "food", "lebanese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Lebanese" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21nt" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "zero" ], [ "_:result", "name", "el shaddai" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "over 69" ], [ "_:search", "food", "lebanese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Lebanese" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21nt" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "zero" ], [ "_:result", "name", "el shaddai" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "El Shaddai" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "6NUZQ2BG" ], [ "_:booking", "stay", "6 days 5 nights" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "ali baba" ], [ "_:search", "leave_at", "05:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "over 69" ], [ "_:search", "food", "lebanese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Lebanese" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21nt" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "zero" ], [ "_:result", "name", "el shaddai" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "El Shaddai" ], [ "_:booking", "ref", "6NUZQ2BG" ], [ "_:booking", "stay", "6 days 5 nights" ], [ "_:search", "departure", "ali baba" ], [ "_:search", "leave_at", "05:30" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "over 69" ], [ "_:search", "food", "lebanese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Lebanese" ], [ "_:result", "postcode", "cb21nt" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "zero" ], [ "_:result", "name", "el shaddai" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "El Shaddai" ], [ "_:booking", "ref", "6NUZQ2BG" ], [ "_:booking", "stay", "6 days 5 nights" ], [ "_:search", "departure", "ali baba" ], [ "_:search", "leave_at", "05:30" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black Honda" ], [ "_:result", "phone", "07167504810" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'japanese');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a resteraunt that serves japanese food , any price range is fine . What do you have available ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found Wagamama in the centre part of town ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is their address , phone number , and postcode ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'36 saint andrews street');(_:result,name,'wagamama');(_:result,phone,'1223 462354');(_:result,postcode,'CB23AR');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "wagamama is located at 36 saint andrews street . Its phone number is 1223 462354 and the postcode is CB23AR . Is there anything I can help you with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank You" }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "You 're welcome . Good bye ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . Good bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye !" } ]
WOZ20038.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "36 saint andrews street" ], [ "_:result", "name", "wagamama" ], [ "_:result", "phone", "1223 462354" ], [ "_:result", "postcode", "CB23AR" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "36 saint andrews street" ], [ "_:result", "name", "wagamama" ], [ "_:result", "phone", "1223 462354" ], [ "_:result", "postcode", "CB23AR" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'swimmingpool');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I wish to go to a swimmingpool in Cambridge ." }, { "id": 1, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,type,'Attraction'))", "inform((_:result,category,'swimming pools');(_:result,count,'4');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have four different swimming pools I can recommend . First , can you specify if you prefer the centre , east , or north area ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you tell me the address and phone number for the one in the center of town ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'gonville place');(_:result,phone,'01223446100');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is gonville place and their phone number is 01223446100" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks . I also need to check on trains . I need to travel on Wednesday ." }, { "id": 5, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))", "inform((_:result,amount,'many');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are many trains fitting your criteria . Can you give me departure site , destination , and time preferences ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'21:00');(_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave london liverpool street and be in cambridge by 21:00 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'8');(_:result,day,'Wednesday');(_:result,departure,'london');(_:result,leave_at,'07:39');(_:result,leave_at,'17:39');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 8 trains that would work on Wednesday . Do you have a departure time in mind ? You could leave london as early as 07:39 or as late as 17:39 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'dontcare');(_:search,type,'Train'))", "request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I do n't care about the departure time so please give me the ID and price of any one of those trains ." }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR7020');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Okay , the trainID is TR7020 and the price is 16.60 pounds ." }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to book that train . Thank You" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'KJ1FLZL5');(_:booking,ticket,'16.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The train booking is confirmed , number KJ1FLZL5 is your confirmation number . The fee is 16.6 GBP . Anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that will be everything . Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo Centre ! Have a great day !" } ]
MUL1772.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "swimmingpool" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "swimmingpool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "swimmingpool" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "4" ], [ "_:result", "address", "gonville place" ], [ "_:result", "phone", "01223446100" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "swimmingpool" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "4" ], [ "_:result", "address", "gonville place" ], [ "_:result", "phone", "01223446100" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "swimmingpool" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "address", "gonville place" ], [ "_:result", "phone", "01223446100" ], [ "_:search", "day", "wednesday" ], [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "8" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "london" ], [ "_:result", "leave_at", "07:39" ], [ "_:result", "leave_at", "17:39" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "swimmingpool" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "address", "gonville place" ], [ "_:result", "phone", "01223446100" ], [ "_:search", "day", "wednesday" ], [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "8" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "london" ], [ "_:result", "leave_at", "07:39" ], [ "_:result", "leave_at", "17:39" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "id", "TR7020" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "swimmingpool" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "address", "gonville place" ], [ "_:result", "phone", "01223446100" ], [ "_:search", "day", "wednesday" ], [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "8" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "london" ], [ "_:result", "leave_at", "07:39" ], [ "_:result", "leave_at", "17:39" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "id", "TR7020" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "KJ1FLZL5" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for an expensive restaurant in the centre" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'33');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Alright , well you have 33 to choose from . Any type of cuisine you 're looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))", "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'll take something Chinese if you have it . I 'll take the postcode of which every of those you recommend ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,name,'Golden House');(_:result,postcode,'cb21eg');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Okay the postcode for the Golden House is cb21eg . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will do it . Thanks for your help . Have a nice day ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "I 'm glad to be of service . Enjoy your dinner in Cambridge !" } ]
SNG0615.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "33" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Golden House" ], [ "_:result", "postcode", "cb21eg" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about a turkish restaurant ?" }, { "id": 1, "rdf-acts": [ "select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,food,'turkish');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three turkish restaurants . Would you prefer one in the moderate or expensive price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Moderate price range please" }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'Turkish');(_:result,name,'Anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Anatolia is a nice restaurant serving Turkish food in the moderate price range ." }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any other Turkish restaurants in that price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Efes Restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is also Efes Restaurant in the moderate price range . It is located in the centre of town ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds lovely . May I have the address and phone number , please ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'King Street City Centre');(_:result,phone,'01223 500005');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is King Street City Centre , and the phone number is 01223 500005 . Will there be anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome and thank you for calling us . Goodbye ." } ]
WOZ20508.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "turkish" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "3" ], [ "_:result", "food", "turkish" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "count", "3" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Turkish" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "count", "3" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Turkish" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Efes Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "count", "3" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Turkish" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Efes Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "King Street City Centre" ], [ "_:result", "phone", "01223 500005" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I was wondering if you could assist me in finding a train for Monday ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'2828');(_:result,day,'Monday');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 2828 trains available Monday . Where are you traveling to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am traveling to London Liverpool Street from Cambridge ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'10');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 10 trains that meet your criteria . Do you have a preferred time that you would like to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'17:30');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , I need to leave after 17:30 , please . I do n't need tickets right now , I 'll just need the price , travel time , and train ID ." }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'88 minutes');(_:result,id,'TR7092');(_:result,leave_at,'17:59');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Of course ! The best option is the TR7092 leaving at 17:59 with a duration of 88 minutes . The price is 16.60 pounds . How else may I assist you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to find somewhere to stay with free parking ; I 'm planning to rent a car during my stay ." }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'29');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have found 29 hotels that fit your criteria for parking . What price range are you looking for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to stay in a guesthouse that is in the south ." }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,area,'south');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are three guesthouses in the south with free parking in the moderate and cheap price ranges . Do you have a star or price range preference ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,pricerange,'dontcare');(_:search,stars,'dontcare');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not really . Would you see if the highest rated , least expensive guesthouse has rooms for 5 nights for 6 people , beginning Wednesday ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,day,'Wednesday');(_:booking,name,\"Rosa 's Bed and Breakfast\");(_:booking,people,'6');(_:booking,ref,'RTITW2L5');(_:booking,stay,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book Rosa 's Bed and Breakfast for you for 5 nights for 6 people starting on Wednesday . The reference number is RTITW2L5 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . I believe that is everything I need today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "It was my pleasure to help . You have a great day . Goodbye ." } ]
MUL0727.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:result", "count", "2828" ], [ "_:result", "day", "Monday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "17:30" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "17:30" ], [ "_:result", "duration", "88 minutes" ], [ "_:result", "id", "TR7092" ], [ "_:result", "leave_at", "17:59" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "17:30" ], [ "_:result", "duration", "88 minutes" ], [ "_:result", "id", "TR7092" ], [ "_:result", "leave_at", "17:59" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "29" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "day", "Monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "17:30" ], [ "_:result", "duration", "88 minutes" ], [ "_:result", "id", "TR7092" ], [ "_:result", "leave_at", "17:59" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "day", "Monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "17:30" ], [ "_:result", "duration", "88 minutes" ], [ "_:result", "id", "TR7092" ], [ "_:result", "leave_at", "17:59" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "name", "Rosa 's Bed and Breakfast" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "RTITW2L5" ], [ "_:booking", "stay", "5" ], [ "_: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,'Hospital'))" ], "speaker": "user", "text": "Where can I find directions to Addenbrookes Hospital ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'0122324515');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The address to this hospital is Hills Rd , Cambrige , postcode CB20QQ . If you would like to call the hospital for further information the number is 0122324515 ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for that information . Can you give me directions please" }, { "id": 3, "rdf-acts": [], "speaker": "system", "text": "I 'm sorry , but I can not provide you with directions ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , thank you ! Goodbye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Goodbye !" } ]
SNG0173.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "0122324515" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "0122324515" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hey , I 'd like to find a hotel in the north , today ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))", "inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'13');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 13 hotels in the north . What type of hotel did you want ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want one with moderate prices that has free wifi ." }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have five hotels that match your requests ." }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do they include wifi ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'all');(_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes all of them do . May I recommend something to you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,day,'thursday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am open to any hotel that matches my requests . I need it booked for 1 person , 3 nights starting thursday" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Okay . I would like to recommend the Acorn Guest House ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Ok can you book that for me and get me a confirmation number" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "May i please have your details ( Name , ID , Phone number , email ) so i can go ahead and make the booking for you ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "You have all the information you need ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'DN8DIW5T');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I made the booking for you . Your confirmation number is DN8DIW5T . What else can I do for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "I 'm going to need more information than that . Where will you be departing from , and what is your destination ? And do you have a date and time in mind ?" } ]
PMUL3297.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "?" ], [ "_:result", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_: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" ], [ "_:result", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "all" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "all" ], [ "_:result", "has_internet", "none" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "all" ], [ "_:result", "has_internet", "none" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "all" ], [ "_:result", "has_internet", "none" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "DN8DIW5T" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'finches bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I 'm looking for information about finches bed and breakfast ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Finches');(_:result,pricerange,'cheap');(_:result,stars,'4-star');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Finches is a cheap guesthouse located in the west . It has a 4-star rating and offers both free internet and free parking . Would you like more info or to book ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can you book for 5 people and 5 nights starting from tuesday for me ?" }, { "id": 3, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many rooms will you book ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'five');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "we need five rooms please ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'9FXEI63V');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your rooms are reserved . Reference number 9FXEI63V ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great ! Can you also recommend a fun attraction to visit in the town centre ?" }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Sure , do you have a preference for a museum / college / architecture , etc ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Not really , which place is your favorite ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'old schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I enjoy old schools . It is free and I love the architecture . Would you like more information on it ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , please . What is the address and postcode ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'trinity lane');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Its address is on trinity lane and its postal code is cb21tt ." }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'old schools');(_:search,destination,'the hotel');(_:search,leave_at,'15:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thanks ! Can you also book a taxi for me ? I need to leave the Old Schools attraction by 15:30 and head to the hotel ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'grey honda');(_:result,phone,'07551850448');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Not a problem , a grey honda will pick you up then , and the contact number is 07551850448 \n . Anything else today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all . Thank you very much ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Okay great , have a good day !" } ]
MUL2542.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", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "five" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "five" ], [ "_:booking", "ref", "9FXEI63V" ], [ "_: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", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "five" ], [ "_:booking", "ref", "9FXEI63V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4-star" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "five" ], [ "_:booking", "ref", "9FXEI63V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "architecture" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "old schools" ], [ "_: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", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4-star" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "five" ], [ "_:booking", "ref", "9FXEI63V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "architecture" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "old schools" ], [ "_:result", "address", "trinity lane" ], [ "_:result", "postcode", "cb21tt" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "old schools" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4-star" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "five" ], [ "_:booking", "ref", "9FXEI63V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:result", "category", "architecture" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "old schools" ], [ "_:result", "address", "trinity lane" ], [ "_:result", "postcode", "cb21tt" ], [ "_:search", "departure", "old schools" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey honda" ], [ "_:result", "phone", "07551850448" ], [ "_: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,category,'guesthouse');(_:search,has_parking,'free');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please help me find a guesthouse or hotel that has free parking . I prefer a guesthouse though ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are many . Is there a particular area you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , but I 'd like it to be moderately priced ." }, { "id": 3, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "they are many here . we can narrow them down by stating how many stars you want ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "that could be anywhere . book for me for 3 people and 4 nightsstarting from sunday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The acorn guest house is a good option for you ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay sounds good can you make a booking for 3 people and 4 nights starting from sunday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'RKBQJ4LX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! I booked that room for you . Here is your reference number RKBQJ4LX ." }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 've got another request I need assistance with please . I am looking to Stansted Airport via train and need help booking it ." }, { "id": 9, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , do you know what day you 're traveling ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will travel on Thursday ." }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be departing from ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Departing from Cambridge ." }, { "id": 13, "rdf-acts": [ "inform((_:result,count,'19');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 19 trains that meet your requirements . Do you want to narrow it down by departure time or arrival time ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'14:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "i want to leave cambridge after 14:45 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,count,'9');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have narrowed the selection to 9 trains . What time do you want to arrive ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,leave_at,'14:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave after 14:45 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,duration,'a 28 minute trip');(_:result,id,'TR9427');(_:result,leave_at,'15:40');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your best fit is TR9427 , they leave at 15:40 , cost is 10.10 pounds a ticket and its a 28 minute trip . Shall I book you ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,people,'three');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , if you can book it for three people , please . I will need the reference number" }, { "id": 19, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'3');(_:booking,ref,'EH1JDWFV');(_:booking,ticket,'30.29');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked 3 tickets , your reference number is EH1JDWFV . The cost is 30.29 payable at the station , can I do anything else ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! That is all I need ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "I appreciate your help today ." } ]
PMUL1811.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "RKBQJ4LX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "RKBQJ4LX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "RKBQJ4LX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "name", "acorn guest house" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "RKBQJ4LX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "name", "acorn guest house" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "RKBQJ4LX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "name", "acorn guest house" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "RKBQJ4LX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "9" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "duration", "a 28 minute trip" ], [ "_:result", "id", "TR9427" ], [ "_:result", "leave_at", "15:40" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "three" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "name", "acorn guest house" ], [ "_:search", "stay", "4" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "9" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "duration", "a 28 minute trip" ], [ "_:result", "id", "TR9427" ], [ "_:result", "leave_at", "15:40" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "three" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "EH1JDWFV" ], [ "_:booking", "ticket", "30.29" ], [ "_: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,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train to leave on Monday ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Sure . Where are you looking to go ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'20:00');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive at bishops stortford by 20:00 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'7');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "We have 7 such entries . Do you have a preference further ?" }, { "id": 4, "rdf-acts": [ "request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I just need the train ID , departure time , and price of one please" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'06:07');(_:result,departure,'Cambridge');(_:result,destination,'bishops stortford');(_:result,id,'TR4283');(_:result,leave_at,'05:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4283 leaves Cambridge at 05:29 and arrives in bishops stortford by 06:07 . Is this okay ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can I get the price of the ticket please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,ticket,'10.10 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Certainly . It 's 10.10 pounds . May I help with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That is all ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "OK , have a great day . Bye ." } ]
SNG0316.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "id", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ticket", "?" ], [ "_:result", "arrive_by", "06:07" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "bishops stortford" ], [ "_:result", "id", "TR4283" ], [ "_:result", "leave_at", "05:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "7" ], [ "_:result", "arrive_by", "06:07" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "bishops stortford" ], [ "_:result", "id", "TR4283" ], [ "_:result", "leave_at", "05:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need to find a local hospital ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The Addenbrookes Hospital is located at Hills Rd , Cambridge Postcode CB20QQ" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Can you please tell me what their phone number is ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The phone number is 01223245151 ." }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks ! That is all I need . Good bye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "welcome . at your service next time" } ]
SNG02099.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "type", "Hospital" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am traveling to Cambridge and looking forward to try local restaurants ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "sure , what can i help you find ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centere');(_:search,food,'hungarian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a place to eat in the centere of town in the expensive price range serving hungarian food ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'centre');(_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are no hungarian restaurant located in the centre of town . How about another food type ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sure , let 's try British food , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'3');(_:result,name,'midsummer house restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there are 3 . I recommend midsummer house restaurant ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'16:00');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great ! Could you book a table there for Wednesday ? There will be 7 of us , and we 'd like to eat at 16:00 ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "I certainly can . Just let me call them and confirm the reservation . Can you hold please ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "ok and get me the reference number please" }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'TFUP32PH');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Reference number is : TFUP32PH . Is there anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train to Leicester ." }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Would you be leaving from Cambridge ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , on Thursday ." }, { "id": 13, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to leave ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,leave_at,'16:45');(_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I prefer to depart after 16:45 . Just choose the first train you see listed and book tickets for 7 people . Then give me the reference number ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,people,'seven');(_:booking,ref,'IKCBZMLX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "IKCBZMLX Is you confirmation number , have you booked for seven tickets ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for all of your help ." }, { "id": 17, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Do you need additional help with a taxi or attractions ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is everything I needed . Thank you ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "You 're welcome and enjoy your stay ." } ]
PMUL3251.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centere" ], [ "_:search", "food", "hungarian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centere" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ee80b95a" ], [ "_:search/ee80b95a", "area", "centre" ], [ "_:search/ee80b95a", "food", "hungarian" ], [ "_:search/ee80b95a", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centere" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ee80b95a" ], [ "_:search/ee80b95a", "area", "centre" ], [ "_:search/ee80b95a", "food", "hungarian" ], [ "_:search/ee80b95a", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "3" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centere" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ee80b95a" ], [ "_:search/ee80b95a", "area", "centre" ], [ "_:search/ee80b95a", "food", "hungarian" ], [ "_:search/ee80b95a", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "3" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centere" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ee80b95a" ], [ "_:search/ee80b95a", "area", "centre" ], [ "_:search/ee80b95a", "food", "hungarian" ], [ "_:search/ee80b95a", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "3" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "7" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "TFUP32PH" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centere" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ee80b95a" ], [ "_:search/ee80b95a", "area", "centre" ], [ "_:search/ee80b95a", "food", "hungarian" ], [ "_:search/ee80b95a", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "3" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "7" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "TFUP32PH" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centere" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ee80b95a" ], [ "_:search/ee80b95a", "area", "centre" ], [ "_:search/ee80b95a", "food", "hungarian" ], [ "_:search/ee80b95a", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "3" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "16:00" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "TFUP32PH" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centere" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ee80b95a" ], [ "_:search/ee80b95a", "area", "centre" ], [ "_:search/ee80b95a", "food", "hungarian" ], [ "_:search/ee80b95a", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "3" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "16:00" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "seven" ], [ "_:booking", "ref", "IKCBZMLX" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "area", "centere" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ee80b95a" ], [ "_:search/ee80b95a", "area", "centre" ], [ "_:search/ee80b95a", "food", "hungarian" ], [ "_:search/ee80b95a", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "3" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "16:00" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "seven" ], [ "_:booking", "ref", "IKCBZMLX" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'19:00');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to leave cambridge and arrive by 19:00" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "sure , what is your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "My destination is going to be stansted airport" }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day will you be traveling ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I should leave on Thursday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'18:08');(_:result,destination,'the airport');(_:result,leave_at,'17:40');(_:result,type,'Train'))" ], "speaker": "system", "text": "Okay , the 17:40 train arriving at 18:08 will get you to the airport a little early ." }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great . Can you book me 7 seats on that train ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'IVUVQUHJ');(_:booking,ticket,'70.7 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Here is your reference number IVUVQUHJ and the total fee is 70.7 GBP . Is their anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I also want to eat Modern European in the south ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is the place for you ! Do you need a reservation ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,duration,'10:00');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please , make it for the same group ( 7 people ) , 10:00 on the same day ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,day,'Thursday');(_:booking,duration,'10:00');(_:booking,name,'Restaurant Alimentum');(_:booking,ref,'1U8QWEDC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking has been made at Restaurant Alimentum for Thursday at 10:00 . Reference number is 1U8QWEDC ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for the help ! Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Have a great trip ! I hope you enjoy your trip !" } ]
PMUL3365.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "destination", "the airport" ], [ "_:result", "leave_at", "17:40" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "destination", "the airport" ], [ "_:result", "leave_at", "17:40" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "IVUVQUHJ" ], [ "_:booking", "ticket", "70.7 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "destination", "the airport" ], [ "_:result", "leave_at", "17:40" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "IVUVQUHJ" ], [ "_:booking", "ticket", "70.7 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "food", "modern european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "10:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "destination", "the airport" ], [ "_:result", "leave_at", "17:40" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "70.7 GBP" ], [ "_:search", "area", "south" ], [ "_:search", "food", "modern european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "10:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "10:00" ], [ "_:booking", "name", "Restaurant Alimentum" ], [ "_:booking", "ref", "1U8QWEDC" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is there anything fun to do in the centre ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I can recommend any of 44 options for you in the centre area , what would you consider to be a day of fun ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like to go the the theatre and then maybe out for a drink ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Park Street');(_:result,name,'ADC theatre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Okay , how about the ADC theatre on Park Street ?" }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "get me their post code . i also need a train" }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'cb58as');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb58as ." }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'20:00');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you look up info for a train ticket ? I need to leave cambridge and go to stansted airport thursday at 20:00" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'19:08');(_:result,id,'TR5476');(_:result,type,'Train'))", "select((_:result,arrive_by,'20:00');(_:result,type,'Train'))", "thank()", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I tsounds like to needed to arrive by 20:00 right ? If so , TR5476 will get you there by 19:08 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'20:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm sorry for the confusion . I actually need to leave after 20:00 . Do any trains run on that schedule ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,id,'TR9751');(_:booking,leave_at,'23:40');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "how about TR9751 ? it leaves at 23:40" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'two');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Please book me two tickets and send me the reference number . Thank you" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'17XBF5X5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : 17XBF5X5 . Is there anything else ?" }, { "id": 12, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the arrival time , and travel time please ?" }, { "id": 13, "rdf-acts": [ "inform((_:booking,arrive_by,'24:08');(_:booking,category,'Train');(_:booking,destination,'Stansted Airport');(_:booking,duration,'28 minutes');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 'll arrive at Stansted Airport at 24:08 . Total travel time is 28 minutes ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! That is all that I needed to know . Thank you so much ." }, { "id": 15, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're very welcome ! Can I help you with anything else ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "No . That is all for today ." }, { "id": 17, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "Glad to be of service . Have a great day ." }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "greate day to youu too" }, { "id": 19, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "have yourself a safe journey ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks . That 's all I need . Goodbye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Again , thank you for contacting Cambridge TownInfo Centre . Goodbye ." } ]
PMUL4598.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Park Street" ], [ "_:result", "name", "ADC theatre" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "name", "ADC theatre" ], [ "_:result", "postcode", "cb58as" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "name", "ADC theatre" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "id", "TR5476" ], [ "_:result", "arrive_by", "20:00" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "name", "ADC theatre" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "id", "TR5476" ], [ "_:result", "arrive_by", "20:00" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9751" ], [ "_:booking", "leave_at", "23:40" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "name", "ADC theatre" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "id", "TR5476" ], [ "_:result", "arrive_by", "20:00" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "id", "TR9751" ], [ "_:booking", "leave_at", "23:40" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "17XBF5X5" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "name", "ADC theatre" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "id", "TR5476" ], [ "_:result", "arrive_by", "20:00" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "id", "TR9751" ], [ "_:booking", "leave_at", "23:40" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "17XBF5X5" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "duration", "?" ], [ "_:booking", "arrive_by", "24:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Stansted Airport" ], [ "_:booking", "duration", "28 minutes" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "name", "ADC theatre" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "id", "TR5476" ], [ "_:result", "arrive_by", "20:00" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "id", "TR9751" ], [ "_:booking", "leave_at", "23:40" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "17XBF5X5" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "duration", "?" ], [ "_:booking", "arrive_by", "24:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Stansted Airport" ], [ "_:booking", "duration", "28 minutes" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "name", "ADC theatre" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "id", "TR5476" ], [ "_:result", "arrive_by", "20:00" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "id", "TR9751" ], [ "_:booking", "leave_at", "23:40" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "17XBF5X5" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "duration", "?" ], [ "_:booking", "arrive_by", "24:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Stansted Airport" ], [ "_:booking", "duration", "28 minutes" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "name", "ADC theatre" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "id", "TR5476" ], [ "_:result", "arrive_by", "20:00" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "id", "TR9751" ], [ "_:booking", "leave_at", "23:40" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "17XBF5X5" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "duration", "?" ], [ "_:booking", "arrive_by", "24:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Stansted Airport" ], [ "_:booking", "duration", "28 minutes" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'cambridge book and print gallery');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hi , could you tell me if Cambridge Book and Print Gallery is still open ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Yes , but I am unable to make a booking for you . Would you like to do anything else ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That 's fine , could you give me the address for the gallery please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'49 newnham road');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is 49 newnham road , is there anything else I could do for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I also need to find a train leaving from cambridge . Can you help me with that ?" }, { "id": 5, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Absolutely , where would you like to go ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'london liverpool street');(_:search,leave_at,'16:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to go to london liverpool street on Thursday . I would like to leave after 16:00 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'4');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 4 trains that run during that period , do you have a preference for your arrival time ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'16:00');(_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "Just any time leaving after 16:00 , and I need tickets for 5 people ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'IG0M4C9S');(_:booking,ticket,'83 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 83 GBP payable at the station . \n Reference number is : IG0M4C9S ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! I think that is all I need . I appreciate your help today ." }, { "id": 11, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "Glad I could help you . Have a nice day ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! You have a nice day as well ." }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo Centre , have a great day !" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , you as well , goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Goodbye to you as well . I hope you have a wonderful day ." } ]
MUL1953.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge book and print gallery" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge book and print gallery" ], [ "_:search", "type", "Attraction" ], [ "_:system", "canthelp", "_:booking/2c6c9ae7" ], [ "_:booking/2c6c9ae7", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge book and print gallery" ], [ "_:system", "canthelp", "_:booking/2c6c9ae7" ], [ "_:booking/2c6c9ae7", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "49 newnham road" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge book and print gallery" ], [ "_:system", "canthelp", "_:booking/2c6c9ae7" ], [ "_:booking/2c6c9ae7", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "49 newnham road" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge book and print gallery" ], [ "_:system", "canthelp", "_:booking/2c6c9ae7" ], [ "_:booking/2c6c9ae7", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "49 newnham road" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge book and print gallery" ], [ "_:system", "canthelp", "_:booking/2c6c9ae7" ], [ "_:booking/2c6c9ae7", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "49 newnham road" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "IG0M4C9S" ], [ "_:booking", "ticket", "83 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge book and print gallery" ], [ "_:system", "canthelp", "_:booking/2c6c9ae7" ], [ "_:booking/2c6c9ae7", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "49 newnham road" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "IG0M4C9S" ], [ "_:booking", "ticket", "83 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge book and print gallery" ], [ "_:system", "canthelp", "_:booking/2c6c9ae7" ], [ "_:booking/2c6c9ae7", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "49 newnham road" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "IG0M4C9S" ], [ "_:booking", "ticket", "83 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": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a moderately priced place to eat located in the centre ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Certainly , there are many restaurants that fit that criteria . Do you have a food type preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , do any serve international food ?" }, { "id": 3, "rdf-acts": [ "select((_:result,name,'The varsity restaurant');(_:result,name,'bloomsberry');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,food,'international');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 2 . The varsity restaurant and bloomsberry . Both serve international food and are in the moderate price range . Do you have a preference ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'17:15');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you check to see if either has booking for 5 people at 17:15 on monday ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Neither are available at that time . Would you like to try a different time ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,day,'monday');(_:search,duration,'17:15');(_:search,food,*);(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , I need 17:15 on Monday . Perhaps a different restaurant in the centre with moderate prices ? Any cuisine is fine ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'yippee noodle bar');(_:booking,ref,'E6ERFBKG');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book you for the yippee noodle bar , your reference number is E6ERFBKG" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you and goodbye" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Good bye to you , let us know if you need us again ." } ]
SSNG0144.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "international" ], [ "_:result", "name", "The varsity restaurant" ], [ "_:result", "name", "bloomsberry" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "name", "The varsity restaurant" ], [ "_:result", "name", "bloomsberry" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/305da8de" ], [ "_:booking/305da8de", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "name", "The varsity restaurant" ], [ "_:result", "name", "bloomsberry" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/305da8de" ], [ "_:booking/305da8de", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "yippee noodle bar" ], [ "_:booking", "ref", "E6ERFBKG" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , hello . I need a train departing from cambridge and should go to stansted airport ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure thing , what day will you be leaving ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving on Sunday" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'6:08');(_:result,id,'TR5529');(_:result,leave_at,'5:40');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5529 leaves at 5:40 and arrives at 6:08 , will this work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , I need a booking for 7 people and the reference number ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "The total is 56.56 GBP and can be paid at the station . the reference number is Y1MGNCV3" } ]
PMUL4090.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "sunday" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR5529" ], [ "_:result", "leave_at", "5:40" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want to find a restaurant in the north part of town and serves international food ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry , there are no international restaurants listed in that area . Would you like to try something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any Italian restaurants in that part of town ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes . da vinci pizzeria restaurant in the north part of town and in the cheap price range . Would you like more information for them ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , the address and phone number please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'20 Milton Road Chesterton');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Here is the information you have requested . phone number is 01223 351707 , and address is 20 Milton Road Chesterton . Will that be all ?" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "thank you . good bye" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Goodbye ." } ]
WOZ20394.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cb7f146c" ], [ "_:search/cb7f146c", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cb7f146c" ], [ "_:search/cb7f146c", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cb7f146c" ], [ "_:search/cb7f146c", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , i need a train leaving on Saturday ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where would you like to go to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to leave London Kings Cross and head to Cambridge ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to leave or arrive ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'15:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would love to arrive by 15:00" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'14:08');(_:result,destination,'Cambridge');(_:result,id,'TR5729');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The closest train I can find to your arrival time is the TR5729 which would arrive at Cambridge at 14:08 . Is this okay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That 's great ! Please book for 6 people . I 'll need the reference number ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'0I2EGI9Q');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked the train per your request and your reference 0I2EGI9Q ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm also looking for a restaurant . The restaurant should be in the center and should be in the expensive price range ." }, { "id": 9, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have many options , any cuisine preference ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have anything serving Italian food ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,count,'4');(_:result,food,'italian');(_:result,name,'Clowns Cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 4 italian restaurants . It might sound funny , but my recommendation if you 'd like it is to try the Clowns Cafe . They have amazing food ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all" }, { "id": 13, "rdf-acts": [], "speaker": "system", "text": "Okay would you like their telephone , address or postcode ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'19:15');(_:search,name,'clowns cafe');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would actually like to book a table at the Clowns Cafe that you mentioned . I need a table for 6 on Saturday at 19:15 ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,ref,'571QZ495');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table will be reserved for 15 minutes . Your reference number is 571QZ495 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help . That is all for now ." }, { "id": 17, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is it . Thank you ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for using the service glad I was able to help . Have a nice day ." } ]
PMUL0811.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5729" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5729" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "0I2EGI9Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5729" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "0I2EGI9Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5729" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "0I2EGI9Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "4" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "Clowns Cafe" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5729" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "0I2EGI9Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "4" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "Clowns Cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "name", "clowns cafe" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5729" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "4" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "Clowns Cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "name", "clowns cafe" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "571QZ495" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5729" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "4" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "Clowns Cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "name", "clowns cafe" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "571QZ495" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel , but not a guesthouse . All it needs is free parking . Can you recommend one ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I am sorry are not hotels that match your criteria . Can I try to find a hotel in the south ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I 'm trying to find a hotel in the south with a 4 star rating , with free parking ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately there are no hotels that match those specifics , can you alter your location ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ok , let 's try the same other criteria but how about a guesthouse ?" }, { "id": 5, "rdf-acts": [ "select((_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are 2 guesthouses in the south that have 4 stars : Aylesbray Lodge Guest House ( moderate prices ) , and Rosa 's Bed and Breakfast ( cheap ) . Would you like to book at one ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No but can I get the address and postcode for Rosa 's Bed and Breakfast please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'53 roseford road');(_:result,postcode,'cb22 ha');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The address is 53 roseford road and the post code is cb22 ha ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same place');(_:search,category,'cinema');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thanks . I 'm also looking for a cinema in the same place at the hotel ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'that part of town');(_:result,name,'Cineworld Cinema');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cineworld Cinema is in that part of town ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'swimming pool');(_:search,name,'cineworld cinema');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you confirm if Cineworld Cinema is in the south ? Also , can you look up a swimming pool ? I 'm thinking of going swimming ." }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,area,'south');(_:search,category,'swimming pools');(_:search,type,'Attraction'))", "inform((_:result,name,'Cineworld Cinema');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , Cineworld Cinema is in the south part of town unfortunately there are no swimming pools in the south . Can I check another area of town for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'cinema');(_:search,name,'Cineworld Cinema');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I get the fee and the phone number for Cineworld Cinema please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'system does not show fees');(_:result,phone,'00872208000');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone is 00872208000 . Unfortunately my system does not show fees ." }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Okay . That 's all I needed then ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
MUL2583.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/26acc210" ], [ "_:search/26acc210", "category", "hotels" ], [ "_:search/26acc210", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/26acc210" ], [ "_:search/26acc210", "category", "hotels" ], [ "_:search/26acc210", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/306bc8e7" ], [ "_:search/306bc8e7", "category", "hotels" ], [ "_:search/306bc8e7", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/26acc210" ], [ "_:search/26acc210", "category", "hotels" ], [ "_:search/26acc210", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/306bc8e7" ], [ "_:search/306bc8e7", "category", "hotels" ], [ "_:search/306bc8e7", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/26acc210" ], [ "_:search/26acc210", "category", "hotels" ], [ "_:search/26acc210", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/306bc8e7" ], [ "_:search/306bc8e7", "category", "hotels" ], [ "_:search/306bc8e7", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "53 roseford road" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "same place" ], [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/26acc210" ], [ "_:search/26acc210", "category", "hotels" ], [ "_:search/26acc210", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/306bc8e7" ], [ "_:search/306bc8e7", "category", "hotels" ], [ "_:search/306bc8e7", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "53 roseford road" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "area", "that part of town" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "name", "cineworld cinema" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/26acc210" ], [ "_:search/26acc210", "category", "hotels" ], [ "_:search/26acc210", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/306bc8e7" ], [ "_:search/306bc8e7", "category", "hotels" ], [ "_:search/306bc8e7", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "53 roseford road" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "area", "that part of town" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/f1900c50" ], [ "_:search/f1900c50", "area", "south" ], [ "_:search/f1900c50", "category", "swimming pools" ], [ "_:search/f1900c50", "type", "Attraction" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "cinema" ], [ "_:search", "name", "Cineworld Cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/26acc210" ], [ "_:search/26acc210", "category", "hotels" ], [ "_:search/26acc210", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/306bc8e7" ], [ "_:search/306bc8e7", "category", "hotels" ], [ "_:search/306bc8e7", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "53 roseford road" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "area", "that part of town" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/f1900c50" ], [ "_:search/f1900c50", "area", "south" ], [ "_:search/f1900c50", "category", "swimming pools" ], [ "_:search/f1900c50", "type", "Attraction" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:search", "category", "cinema" ], [ "_:search", "name", "Cineworld Cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "system does not show fees" ], [ "_:result", "phone", "00872208000" ], [ "_: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,department,'cardiology and coronary care unit');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need to find a hospital in town with a cardiology and coronary care unit ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,department,'cardiology');(_:result,department,'cardiology and coronary care unit');(_:result,phone,'01223256459');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital , Address : Hills Rd , Cambridge , Postcode \t : CB20QQ . cardiology and coronary care unit 01223256459" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you for the info ." }, { "id": 3, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You are very welcome . Is there any other info I can look up for you today ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all . Thank you very much ." }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "OK , just let us know if there is anything else you need ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I needed ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . I hope everything is okay ." } ]
SNG01379.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "cardiology and coronary care unit" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "cardiology and coronary care unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "cardiology" ], [ "_:result", "department", "cardiology and coronary care unit" ], [ "_:result", "phone", "01223256459" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "cardiology and coronary care unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "cardiology" ], [ "_:result", "department", "cardiology and coronary care unit" ], [ "_:result", "phone", "01223256459" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "cardiology and coronary care unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "cardiology" ], [ "_:result", "department", "cardiology and coronary care unit" ], [ "_:result", "phone", "01223256459" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'australian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need to eat australian food in a place that is expensive" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'Cambridge');(_:search,food,'Australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately , I am not able to find any Australian cuisine in Cambridge ? Can I look up another type of restaurant for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'Australian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are you sure there are no restaurants that serve Australian food in the north that has an expensive price range ?" }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'Australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "No , I apologize there are no Australian restaurants in Cambridge . Would you like to try another type of cuisine ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hmm , I 'll try asian oriental instead ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is one of the best places in town . Shall I book it for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes , please book it for me ." }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day and time should I make the reservation for ? How many people ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'15:00');(_:search,people,'six');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Let 's make it for six people at 15:00 on saturday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'30D245LZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The reference number is 30D245LZ . Anything else I can do ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area of town');(_:search,type,'Attraction'))", "thank()" ], "speaker": "user", "text": "Thank you ! Now I need some suggestions on places to go in that same area of town ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'north');(_:result,entrance_fee,'free');(_:result,name,'milton country park');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Would you like to go to milton country park ? They are located in the north and the entrance fee is free ." }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure . What is their postcode and phone number ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223420060');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb46az . The phone number is 01223420060 . Can I help you with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That all thank you very much for all your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "you are very welcome . thank you for using our system ." } ]
PMUL3250.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "australian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d29ce2ab" ], [ "_:search/d29ce2ab", "area", "Cambridge" ], [ "_:search/d29ce2ab", "food", "Australian" ], [ "_:search/d29ce2ab", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "Australian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d29ce2ab" ], [ "_:search/d29ce2ab", "area", "Cambridge" ], [ "_:search/d29ce2ab", "food", "Australian" ], [ "_:search/d29ce2ab", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/162fe57c" ], [ "_:search/162fe57c", "food", "Australian" ], [ "_:search/162fe57c", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d29ce2ab" ], [ "_:search/d29ce2ab", "area", "Cambridge" ], [ "_:search/d29ce2ab", "food", "Australian" ], [ "_:search/d29ce2ab", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/162fe57c" ], [ "_:search/162fe57c", "food", "Australian" ], [ "_:search/162fe57c", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d29ce2ab" ], [ "_:search/d29ce2ab", "area", "Cambridge" ], [ "_:search/d29ce2ab", "food", "Australian" ], [ "_:search/d29ce2ab", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/162fe57c" ], [ "_:search/162fe57c", "food", "Australian" ], [ "_:search/162fe57c", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d29ce2ab" ], [ "_:search/d29ce2ab", "area", "Cambridge" ], [ "_:search/d29ce2ab", "food", "Australian" ], [ "_:search/d29ce2ab", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/162fe57c" ], [ "_:search/162fe57c", "food", "Australian" ], [ "_:search/162fe57c", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "six" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "30D245LZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area of town" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d29ce2ab" ], [ "_:search/d29ce2ab", "area", "Cambridge" ], [ "_:search/d29ce2ab", "food", "Australian" ], [ "_:search/d29ce2ab", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/162fe57c" ], [ "_:search/162fe57c", "food", "Australian" ], [ "_:search/162fe57c", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "six" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "30D245LZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area of town" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "north" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "milton country park" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d29ce2ab" ], [ "_:search/d29ce2ab", "area", "Cambridge" ], [ "_:search/d29ce2ab", "food", "Australian" ], [ "_:search/d29ce2ab", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/162fe57c" ], [ "_:search/162fe57c", "food", "Australian" ], [ "_:search/162fe57c", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "six" ], [ "_:booking", "ref", "30D245LZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area of town" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "north" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "milton country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_: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,food,'corsica');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you recommend a restaurant that serves Corsica food in the expensive price range ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "reqmore()", "thank()" ], "speaker": "system", "text": "I do n't have a match for that food type . I apologize . Would you like to try something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you try italian food instead ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have five choices , any area preference in mind ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'18:45');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Any area is fine . Could you book a table for 7 for me at your favorite place ? We 're looking for something at 18:45 on Tuesday ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,name,'frankie and bennys');(_:booking,ref,'O7FO0UHU');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , I 've made a reservation for you at frankie and bennys . The reference number is O7FO0UHU ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant');(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Thank you . Could you please send me the address and phone number ." }, { "id": 7, "rdf-acts": [ "hello()", "inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,phone,'01223412430');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Of course . It 's located at Cambridge Leisure Park Clifton Way Cherry Hinton postcode cb17dy . Phone 01223412430 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "now find me a stay in the east and should have a star of 4" }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "inform((_:result,count,'6');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 6 results matching your request . What price range would you like cheap or moderate ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm not concerened about pricing , but I would like a 4 start hotel in the east ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'517a coldham lane');(_:result,name,'allenbell');(_: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": "I 'd recommend the allenbell on 517a coldham lane . Its 4 stars and has free wifi and parking . Would you like a room ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , thanks . I 'm all set . Good bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Glad I could be of help , goodbye !" } ]
PMUL0060.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "corsica" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/4281a97d" ], [ "_:search/4281a97d", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/4281a97d" ], [ "_:search/4281a97d", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "?" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/4281a97d" ], [ "_:search/4281a97d", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "?" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "frankie and bennys" ], [ "_:booking", "ref", "O7FO0UHU" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/4281a97d" ], [ "_:search/4281a97d", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "5" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "7" ], [ "_:booking", "name", "frankie and bennys" ], [ "_:booking", "ref", "O7FO0UHU" ], [ "_:booking", "type", "Booking" ], [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "phone", "01223412430" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/4281a97d" ], [ "_:search/4281a97d", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "7" ], [ "_:booking", "name", "frankie and bennys" ], [ "_:booking", "ref", "O7FO0UHU" ], [ "_:booking", "type", "Booking" ], [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "phone", "01223412430" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "pricerange", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_: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/4281a97d" ], [ "_:search/4281a97d", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "7" ], [ "_:booking", "name", "frankie and bennys" ], [ "_:booking", "ref", "O7FO0UHU" ], [ "_:booking", "type", "Booking" ], [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "01223412430" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "pricerange", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "6" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "517a coldham lane" ], [ "_:result", "name", "allenbell" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_: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,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a place to stay that includes free parking , my price range is on the expensive end ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , we have 5 hotels that match your criteria . Is there a specific area you 're looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I 'm thinking I 'd like it to be in the north . Does that help ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'the North');(_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately , I do n't have any expensive hotels in the North that have rooms available . Would you like me to try another area or another price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What about any in the cheap range ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'152 Chesterton Road');(_:result,category,'guesthouse');(_:result,name,'Worth House');(_:result,stars,'four');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Worth House is a four star guesthouse on 152 Chesterton Road that seems like a good fit . Would you like me to make a reservation for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you please book it for 5 people and 5 nights starting from thursday ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,day,'Thursday');(_:booking,people,'5');(_:booking,ref,'MCS14SHL');(_:booking,stay,'five');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I booked the room for 5 people and five nights starting on Thursday . The Reference number is : MCS14SHL ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I need , goodbye" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "great , have a wonderful day !" } ]
PMUL1753.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/e1186441" ], [ "_:search/e1186441", "area", "the North" ], [ "_:search/e1186441", "category", "hotels" ], [ "_:search/e1186441", "pricerange", "expensive" ], [ "_:search/e1186441", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "ticket", "?" ], [ "_:result", "count", "5" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/e1186441" ], [ "_:search/e1186441", "area", "the North" ], [ "_:search/e1186441", "category", "hotels" ], [ "_:search/e1186441", "pricerange", "expensive" ], [ "_:search/e1186441", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "152 Chesterton Road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Worth House" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "ticket", "?" ], [ "_:result", "count", "5" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/e1186441" ], [ "_:search/e1186441", "area", "the North" ], [ "_:search/e1186441", "category", "hotels" ], [ "_:search/e1186441", "pricerange", "expensive" ], [ "_:search/e1186441", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "152 Chesterton Road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Worth House" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "MCS14SHL" ], [ "_:booking", "stay", "five" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'center');(_:search,pricerange,'inexpensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi I 'm looking for a restaurant in the center , one that is inexpensive ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'100 Mill Road City Centre');(_:result,food,'African');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Bedouin on 100 Mill Road City Centre is available . It serves African food . Would you like a reservation ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'tuscan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there a restaurant that serves Tuscan food ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,food,'Tuscan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , but I do n't show any Tuscan restaurants ." }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you try Chinese ?" }, { "id": 5, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))", "inform((_:result,count,'6');(_:result,food,'Chinese');(_:result,pricerange,'inexpensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have 6 inexpensive Chinese restaurants in this area . So that I can narrow down the choice are you looking for the cheap price range or moderately priced ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm sorry , I would actually like to find a cheap Mediterranean restaurant ." }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'la mimosa');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure thing I would suggest la mimosa" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is it a cheap place ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Gardenia');(_:result,name,'La Mimosa');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "La Mimosa is not cheap , but The Gardenia is . Would you like a table there ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'14:00');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes , I would like to book a table for 7 people at 14:00 on tuesday" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'Y93ZZAHM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : Y93ZZAHM . Anything else I can help with ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'll need a train leaving cambridge and going to ely on Tuesday as well ." }, { "id": 13, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "at what time do you want to leave or arrive ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'08:00');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "i would like to arrive in cambridge by 08:00 ." }, { "id": 15, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Please confirm you are traveling from cambridge and going to ely . Also , confirm if you want to leave Cambridge at 08:00 or arrive in ely at 08:00 ." }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "that is right , please get me the booking ." }, { "id": 17, "rdf-acts": [ "inform((_:result,id,'TR1534');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Your Train ID is TR1534 and the price is 4.40 pounds per person ." }, { "id": 18, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can i get the reference number please ?" }, { "id": 19, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets do you need ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need 7 tickets please ." }, { "id": 21, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'25ILDP20');(_:booking,ticket,'30.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 30.8 GBP payable at the station . \n Reference number is : 25ILDP20 ." }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much !" }, { "id": 23, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's it . Thank you so much for your help ." }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "i am happy i have been of help to you . great day" } ]
PMUL0516.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "food", "African" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "tuscan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "food", "African" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "name", "Bedouin" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "name", "la mimosa" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Chinese" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "name", "La Mimosa" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Chinese" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "name", "La Mimosa" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Y93ZZAHM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_: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", "center" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Chinese" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "name", "La Mimosa" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Y93ZZAHM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Chinese" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "name", "La Mimosa" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Y93ZZAHM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "?" ], [ "_: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", "center" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Chinese" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "name", "La Mimosa" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Y93ZZAHM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR1534" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:result", "ref", "?" ] ], "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", "center" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Chinese" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "name", "La Mimosa" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "14:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Y93ZZAHM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "?" ], [ "_:result", "id", "TR1534" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_: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, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Chinese" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "name", "La Mimosa" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "14:00" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "?" ], [ "_:result", "id", "TR1534" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "25ILDP20" ], [ "_:booking", "ticket", "30.8 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, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:system", "canthelp", "_:search/4605bbeb" ], [ "_:search/4605bbeb", "food", "Tuscan" ], [ "_:search/4605bbeb", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Chinese" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "name", "La Mimosa" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "14:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "?" ], [ "_:result", "id", "TR1534" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "25ILDP20" ], [ "_:booking", "ticket", "30.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the phone number and postcode of a cheap restaurant in the east part of town ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'international');(_:result,name,'Missing Sock');(_:result,phone,'01223 812660');(_:result,postcode,'9 a.q.');(_:result,postcode,'C.B 25');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is The Missing Sock . They serve international food on the east side and are cheap . Their phone number is 01223 812660 and postcode is C.B 25 , 9 A.Q." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much !" }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Goodbye" } ]
WOZ20072.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "postcode", "9 a.q." ], [ "_:result", "postcode", "C.B 25" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "postcode", "9 a.q." ], [ "_:result", "postcode", "C.B 25" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want to eat at a moderately priced restaurant please" }, { "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,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Belgian please , i 'm craving that lately" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "We need some more information . Where are looking to eat ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'center');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I prefer to eat in the center of town , please ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "No , I did not find any restaurants in the centre ." }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Hmm .. How about somewhere else in town , what is available ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'centre');(_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry but I do n't have any belgian places in the centre . Can I try a different area ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Why do n't we try turkish food instead" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'Turkish');(_:result,name,'Anatolia');(_:result,name,\"Efe 's restaurant\");(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two Turkish restaurants in the centre of town . They are Efe 's restaurant and Anatolia ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'20:00');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Either would be fine . Can you book for 1 at 20:00 on Tuesday ?" }, { "id": 11, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry , it looks like they are both booked during yoir preferred time and day . Would you like to try something else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,duration,'19:00');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes try 19:00 and please give me the reference number ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,name,'efes restaurant');(_:booking,ref,'QXZ05J29');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful at efes restaurant . The table will be reserved for 15 minutes . Reference number is : QXZ05J29 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much ! You 've been helpful ." }, { "id": 15, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Have a nice day" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "You have a nice day also ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you . I hope you enjoy your meal ." } ]
SNG01172.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "food", "belgian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "food", "belgian" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "food", "belgian" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e85b589d" ], [ "_:search/e85b589d", "area", "centre" ], [ "_:search/e85b589d", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e85b589d" ], [ "_:search/e85b589d", "area", "centre" ], [ "_:search/e85b589d", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/8085ddb9" ], [ "_:search/8085ddb9", "area", "centre" ], [ "_:search/8085ddb9", "food", "belgian" ], [ "_:search/8085ddb9", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e85b589d" ], [ "_:search/e85b589d", "area", "centre" ], [ "_:search/e85b589d", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/8085ddb9" ], [ "_:search/8085ddb9", "area", "centre" ], [ "_:search/8085ddb9", "food", "belgian" ], [ "_:search/8085ddb9", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Turkish" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "name", "Efe 's restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e85b589d" ], [ "_:search/e85b589d", "area", "centre" ], [ "_:search/e85b589d", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/8085ddb9" ], [ "_:search/8085ddb9", "area", "centre" ], [ "_:search/8085ddb9", "food", "belgian" ], [ "_:search/8085ddb9", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Turkish" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "name", "Efe 's restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "food", "?" ], [ "_:system", "canthelp", "_:booking/47b67e29" ], [ "_:booking/47b67e29", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "duration", "19:00" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e85b589d" ], [ "_:search/e85b589d", "area", "centre" ], [ "_:search/e85b589d", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/8085ddb9" ], [ "_:search/8085ddb9", "area", "centre" ], [ "_:search/8085ddb9", "food", "belgian" ], [ "_:search/8085ddb9", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Turkish" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "name", "Efe 's restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "food", "?" ], [ "_:system", "canthelp", "_:booking/47b67e29" ], [ "_:booking/47b67e29", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "duration", "19:00" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "efes restaurant" ], [ "_:booking", "ref", "QXZ05J29" ], [ "_: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", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e85b589d" ], [ "_:search/e85b589d", "area", "centre" ], [ "_:search/e85b589d", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/8085ddb9" ], [ "_:search/8085ddb9", "area", "centre" ], [ "_:search/8085ddb9", "food", "belgian" ], [ "_:search/8085ddb9", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Turkish" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "name", "Efe 's restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "food", "?" ], [ "_:system", "canthelp", "_:booking/47b67e29" ], [ "_:booking/47b67e29", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "duration", "19:00" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "efes restaurant" ], [ "_:booking", "ref", "QXZ05J29" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I am going for luxorious today . I need to find an expensive restaurant in the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a lot');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are a lot to chose from what type of food do you want to eat ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd prefer Italian food please ." }, { "id": 3, "rdf-acts": [ "request((_:search,name,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have 4 matches in the centre area of the town . Do you know the name of the place by any chance ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "No , I was hoping for a recommendation ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'clowns cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "d recommend clowns cafe" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'13:15');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sounds good . Can you reserve me a table for 8 people on Wednesday at 13:15 please ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,day,'wednesday');(_:booking,duration,'13:15');(_:booking,name,'Clowns Cafe');(_:booking,people,'8');(_:booking,ref,'XLDDAGQJ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation at Clowns Cafe for this wednesday at 13:15 for 8 people was successful . Your Reference number is : XLDDAGQJ ." }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'19:30');(_:search,day,'thursday');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to stansted airport on Thursday that arrives by 19:30 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR5476');(_:result,type,'Train'))", "offer((_:booking,arrive_by,'19:08');(_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,destination,'Stansted Airport');(_:booking,leave_at,'18:40');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure . Train TR5476 leaves Cambridge at 18:40 and arrives at Stansted Airport at 19:08 . Would you like me to book that for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the travel time for that one ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,duration,'28 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "It 's 28 minutes . It 's very fast ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much !" }, { "id": 13, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Anything else you need today ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "nope you have been great !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you . Enjoy your dining experience and do n't hesitate to call again . Have a great day !" } ]
PMUL3635.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a lot" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a lot" ], [ "_:search", "food", "italian" ], [ "_:search", "name", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a lot" ], [ "_:search", "food", "italian" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "name", "clowns cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a lot" ], [ "_:search", "food", "italian" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "name", "clowns cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "8" ], [ "_:booking", "day", "wednesday" ], [ "_:booking", "duration", "13:15" ], [ "_:booking", "name", "Clowns Cafe" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "XLDDAGQJ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a lot" ], [ "_:search", "food", "italian" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "name", "clowns cafe" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "8" ], [ "_:booking", "day", "wednesday" ], [ "_:booking", "duration", "13:15" ], [ "_:booking", "name", "Clowns Cafe" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "XLDDAGQJ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5476" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "19:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "Stansted Airport" ], [ "_:booking", "leave_at", "18:40" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a lot" ], [ "_:search", "food", "italian" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "name", "clowns cafe" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "8" ], [ "_:booking", "day", "wednesday" ], [ "_:booking", "duration", "13:15" ], [ "_:booking", "name", "Clowns Cafe" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "XLDDAGQJ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5476" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "19:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "Stansted Airport" ], [ "_:booking", "leave_at", "18:40" ], [ "_:result", "duration", "28 minutes" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a lot" ], [ "_:search", "food", "italian" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "name", "clowns cafe" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "8" ], [ "_:booking", "day", "wednesday" ], [ "_:booking", "duration", "13:15" ], [ "_:booking", "name", "Clowns Cafe" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "XLDDAGQJ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5476" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "19:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "Stansted Airport" ], [ "_:booking", "leave_at", "18:40" ], [ "_:result", "duration", "28 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]