turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a cheap place to eat in the east part of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,count,'1');(_:result,food,'international');(_:result,name,'Missing Sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I just happen to have one place that is cheap in the east . They serve international food . It 's called the Missing Sock . Would that be of interest to you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'International');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do they serve International food ? That 's what I was hoping for !" }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'international');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "They do serve international food ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "It was a pleasure to help . Have a good day ." } ]
PMUL3677.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "east" ], [ "_:result", "count", "1" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "International" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "east" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "International" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'center');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello ! Can you help me find a restaurant somewhere in the center of Cambridge please ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "thank()", "inform((_:result,area,'centre');(_:result,count,'69');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure thing!. There are 69 restaurants in the centre . Is there a specific cuisine or price range you 're looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 'm looking for an indian restaurant ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'9');(_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have found 9 Indian restaurants . Do you have a price range in mind ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,pricerange,'dontcare');(_:search,type,'Attraction');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Not really . But I am also interested in finding some architecture to look at ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I recommend the All Saints Church , located in the centre . Would you like more information ?" }, { "id": 6, "rdf-acts": [ "request((_:result,area,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "May I get the area of the church , phone number , and entrance fee ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'church');(_:result,entrance_fee,'free');(_:result,phone,'01223452587');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The church is in the centre area , its phone number is 01223452587 , and the entrance fee is free ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Excellent . That 's all I need ." }, { "id": 9, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Great ! Is there anything else I can assist you with ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "No , that will be all today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you and have nice visit ." } ]
MUL0898.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "69" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:result", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "architecture" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Indian" ], [ "_:search", "category", "architecture" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Indian" ], [ "_:search", "category", "architecture" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "All Saints Church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "church" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Indian" ], [ "_:search", "category", "architecture" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "church" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'09:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like a train leaving Cambridge after 09:30 , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Can you tell me where you are looking to go to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "i am going to norwich on tuesday" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'10:55');(_:result,departure,'cambridge');(_:result,destination,'norwich');(_:result,leave_at,'9:36');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have one that leaves cambridge at 9:36 and arrives in norwich at 10:55 . Would you like me to book it for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Actually , no I will book it later but can I please get the price of the ticket and the travel time ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'79 minute');(_:result,ticket,'17.6 GBP');(_:result,type,'Train'))" ], "speaker": "system", "text": "The price for one ticket is 17.6 GBP which is payable at the station and it 's a 79 minute ride ." }, { "id": 6, "rdf-acts": [ "inform((_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Fantastic . Where could I stay that has 0 stars ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'Cityroomz');(_:result,stars,'0');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Cityroomz has 0 star rating , would you like to stay there ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Is it in the moderate price range ? And in centre of town ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes this hotel fits both those criteria . Would you like me to book it for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "That wo n't be necessary , I will just need their address and phone number please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'sleeperz hotel , station road');(_:result,phone,'01223304050');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , their address is sleeperz hotel , station road and their phone number is 01223304050 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much . That 's all I needed today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "It 's been a pleasure assisting you . Have a great day . Goodbye ." } ]
MUL2059.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "norwich" ], [ "_:result", "leave_at", "9:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "norwich" ], [ "_:result", "leave_at", "9:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "79 minute" ], [ "_:result", "ticket", "17.6 GBP" ], [ "_:result", "type", "Train" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "norwich" ], [ "_:result", "leave_at", "9:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "79 minute" ], [ "_:result", "ticket", "17.6 GBP" ], [ "_:search", "stars", "0" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "norwich" ], [ "_:result", "leave_at", "9:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "79 minute" ], [ "_:result", "ticket", "17.6 GBP" ], [ "_:search", "stars", "0" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "stars", "0" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "norwich" ], [ "_:result", "leave_at", "9:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "79 minute" ], [ "_:result", "ticket", "17.6 GBP" ], [ "_:search", "stars", "0" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "stars", "0" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotel" ], [ "_:result", "address", "sleeperz hotel , station road" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hello ! I am looking for places to stay in Cambridge . Can you help me with this ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are several guesthouses where would you like it and what price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like an expensive place in the north ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'north');(_:search,category,'guesthouses');(_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately , I do not have any expensive hotels or guesthouses in the north . Would you like me to check a different area or price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can we try to find one that is in the East please ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'1');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have one , would you like me to book it ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'one');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , for one person and four nights on Thursday ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I do apologize , but it looks like it 's all booked . Perhaps try a shorter stay or another start day ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you try to book it for one night instead ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,day,'1');(_:booking,name,'Express by Holiday Inn Cambridge');(_:booking,people,'1');(_:booking,ref,'XLN3932A');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book Express by Holiday Inn Cambridge . 1 day with 1 person . Your reference number is XLN3932A ." }, { "id": 10, "rdf-acts": [ "inform((_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks . I also need a train to leicester . Can you help with that ?" }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Sure ! First , can you confirm that you are departing Cambridge ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,leave_at,'15:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I would like to leave at 15:15 on Friday ." }, { "id": 13, "rdf-acts": [ "inform((_:result,day,'Friday');(_:result,destination,'Leicester');(_:result,ticket,'15:21');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have a train to Leicester departing Friday at 15:21 . Does that work for you ?" }, { "id": 14, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , can I get the reference number ?" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Booking was successful , the total fee is 37.79 GBP payable at the station . \n Reference number is : 1WOTPNYE ." } ]
MUL2232.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/47031658" ], [ "_:search/47031658", "area", "north" ], [ "_:search/47031658", "category", "guesthouses" ], [ "_:search/47031658", "category", "hotels" ], [ "_:search/47031658", "pricerange", "expensive" ], [ "_:search/47031658", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/47031658" ], [ "_:search/47031658", "area", "north" ], [ "_:search/47031658", "category", "guesthouses" ], [ "_:search/47031658", "category", "hotels" ], [ "_:search/47031658", "pricerange", "expensive" ], [ "_:search/47031658", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "one" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/47031658" ], [ "_:search/47031658", "area", "north" ], [ "_:search/47031658", "category", "guesthouses" ], [ "_:search/47031658", "category", "hotels" ], [ "_:search/47031658", "pricerange", "expensive" ], [ "_:search/47031658", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "one" ], [ "_:system", "canthelp", "_:booking/2b5649fc" ], [ "_:booking/2b5649fc", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/47031658" ], [ "_:search/47031658", "area", "north" ], [ "_:search/47031658", "category", "guesthouses" ], [ "_:search/47031658", "category", "hotels" ], [ "_:search/47031658", "pricerange", "expensive" ], [ "_:search/47031658", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "one" ], [ "_:system", "canthelp", "_:booking/2b5649fc" ], [ "_:booking/2b5649fc", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "1" ], [ "_:booking", "name", "Express by Holiday Inn Cambridge" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "XLN3932A" ], [ "_:booking", "type", "Booking" ], [ "_: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": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/47031658" ], [ "_:search/47031658", "area", "north" ], [ "_:search/47031658", "category", "guesthouses" ], [ "_:search/47031658", "category", "hotels" ], [ "_:search/47031658", "pricerange", "expensive" ], [ "_:search/47031658", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "one" ], [ "_:system", "canthelp", "_:booking/2b5649fc" ], [ "_:booking/2b5649fc", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "1" ], [ "_:booking", "name", "Express by Holiday Inn Cambridge" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "XLN3932A" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "leicester" ], [ "_:search", "departure", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "15: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": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/47031658" ], [ "_:search/47031658", "area", "north" ], [ "_:search/47031658", "category", "guesthouses" ], [ "_:search/47031658", "category", "hotels" ], [ "_:search/47031658", "pricerange", "expensive" ], [ "_:search/47031658", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:search", "people", "one" ], [ "_:system", "canthelp", "_:booking/2b5649fc" ], [ "_:booking/2b5649fc", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "1" ], [ "_:booking", "name", "Express by Holiday Inn Cambridge" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "XLN3932A" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "leicester" ], [ "_:search", "departure", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "15:15" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "ticket", "15:21" ], [ "_:result", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "Could you help me with some information about places I can go in town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'a great deal of');(_:result,category,'architecture');(_:result,category,'boats');(_:result,category,'colleges');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Do you have a particular attraction or type of attraction in mind ? We have boats , colleges , and a great deal of architecture ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I want to go to a museum ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have several museums available . What part of town would you like ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Please focus your search to the west ." }, { "id": 5, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Lynne Strover Gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would recommend the Lynne Strover Gallery . Admission is free ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "plese get me the phone number and address" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'23 high street , fen ditton');(_:result,phone,'01223295264');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223295264 and the address is 23 high street , fen ditton . What else can I do for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,day,'tuesday');(_:search,people,'1');(_:search,pricerange,'moderate');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes I need a place to stay that is a hotel that is moderate and I need it for 5 nights for 1 person from Tuesday ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Okay what area would you like to stay in ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I need the reference number too . I am not particular as to where , as long as it is near Cambridge ." }, { "id": 11, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Is parking and free wifi important to you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))", "thank()" ], "speaker": "user", "text": "I would prefer it to include both . Thanks for asking ." }, { "id": 13, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,amount,'over a dozen');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are over a dozen to choose from . Are you looking for a particular star rating ? Do you prefer a guesthouse or a hotel ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "I have no preference . Please make a recommendation and book a room for me ." }, { "id": 15, "rdf-acts": [ "inform((_:result,name,'acorn guesthouse');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I recommend the acorn guesthouse . Is it okay to book there ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "If the acorn guesthouse is in the moderate range with wifi and parking , please book the above nights for me , please ." }, { "id": 17, "rdf-acts": [ "inform((_:booking,ref,'5X4PO32W');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay ! I have booked you and your reference number is 5X4PO32W ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , take care ." }, { "id": 19, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I look up anything else for you ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that is all ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Your welcome , enjoy your stay in Cambridge ." } ]
PMUL2959.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "a great deal of" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "colleges" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stay", "5" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stay", "5" ], [ "_:search", "area", "?" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stay", "5" ], [ "_:search", "area", "?" ], [ "_:result", "ref", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "over a dozen" ], [ "_: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", "name", "?" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "area", "?" ], [ "_:result", "ref", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "over a dozen" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_: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", "name", "?" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "area", "?" ], [ "_:result", "ref", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "over a dozen" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "5X4PO32W" ], [ "_: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", "name", "?" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "area", "?" ], [ "_:result", "ref", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "over a dozen" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "5X4PO32W" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel in the north side ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,area,'north');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I have many options in the north . All are in the cheap to moderate range . Do you have any further requirements ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like a 2 star hotel with free parking ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Ashley Hotel');(_:result,name,'Lovell lodge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ashley Hotel and Lovell lodge are both available" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,name,'Ashley Hotel');(_:search,type,'Hotel'))", "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "The Ashley Hotel sounds fine , can you book that for me please . Also , I need the postcode of that hotel as well ." }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'cb41er');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "the post code is cb41er . what day would you like the reservation for ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Actually , I do n't need a booking . Thanks . Have a nice day ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're quite welcome . Thanks for contacting the Cambridge TownInfo Centre and have a great day !" } ]
SNG0758.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", "amount", "many" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "north" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell lodge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "Ashley Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "north" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell lodge" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "Ashley Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "postcode", "cb41er" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'huntingdon marriott hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you give me the information on the Huntingdon Marriott Hotel ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Absolutely . It is an expensive hotel located in the west part of town . It has 4 starts and includes free wifi and parking . Would you like help booking a room ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please , I need a reservation for 6 people for 5 nights starting on Saturday ." }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sorry , there are not enough rooms available for that time period . Perhaps a different day or a shorter stay might yield better results ." }, { "id": 4, "rdf-acts": [ "inform((_:search,stay,'1');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "How about for 1 night ? If that works , I 'll need a reference number of course ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'OO8QDA62');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Your reference number is : OO8QDA62 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much . Goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Goodbye . Have a nice stay !" } ]
SNG1002.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "huntingdon marriott hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "huntingdon marriott hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "huntingdon marriott hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/55aa11ea" ], [ "_:booking/55aa11ea", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "huntingdon marriott hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/55aa11ea" ], [ "_:booking/55aa11ea", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "OO8QDA62" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,name,'arbury lodge guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I have heard a lot of good things about the Arbury Lodge Guesthouse . Would you be able to provide any information on them ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'arbury lodge guesthouse');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , the arbury lodge guesthouse is in the north part of town in the moderate price range . It has parking and internet . Would you like to book a room ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,stars,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No thank you . How many stars does it have ? What is the postcode ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'cb42je');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It has 4 stars , and the postcode is cb42je ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you that is all I need to know ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day !" } ]
SNG0990.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "name", "arbury lodge guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "name", "arbury lodge guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "arbury lodge guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ], [ "_:result", "stars", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "name", "arbury lodge guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "arbury lodge guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "postcode", "cb42je" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'Pizza Express fen ditton');(_:search,type,'Restaurant'))", "request((_:result,food,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you give me the price for a large pizza and what type of pizzas they offer at Pizza Express fen ditton please" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Pizza Express');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like to book a reservation at Pizza Express ?" }, { "id": 2, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'Pizza Express');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What is the price range of Pizza Express ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Pizza Express Fen Ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Pizza Express Fen Ditton is in the moderate price range ." }, { "id": 4, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'Pizza Express');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What is the food type at Pizza Express ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is italian food ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , thank you ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book it for you ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Alright . let me know if there is anything else I can help you with ." } ]
SNG0569.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Pizza Express fen ditton" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "food", "?" ], [ "_:result", "pricerange", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Pizza Express" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "Pizza Express" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "Pizza Express" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "name", "Pizza Express" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "name", "Pizza Express" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking to book a train that will depart out of Cambridge . Can you give me information about trains that leave Cambridge and arrive in Norwich ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,day,'Friday');(_:result,leave_at,'5:36');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Of course . There is a train leaving Friday at 5:36 . Would you like me to book it for you ?" }, { "id": 2, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What time does it arrive ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,arrive_by,'06:55');(_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It arrives by 06:55 would that be okay to book for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'16:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "No I need one that arrives at 16:15 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'06:55 is the earliest');(_:result,type,'Train'))" ], "speaker": "system", "text": "I 'm afraid 06:55 is the earliest I could find ." }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "What ? 16:15 is later that 6:55 . Are you saying you have nothing arriving in almost 10 hours after 6:55 ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'that time');(_:result,id,'TR2534');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2534 arrives that time . can i book for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,id,'TR2534');(_:search,type,'Train'))" ], "speaker": "user", "text": "TR2534 arrives at what time ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'15:55');(_:result,day,'Friday');(_:result,destination,'Norwich');(_:result,id,'TR8314');(_:result,type,'Train'))" ], "speaker": "system", "text": "Sorry , there was a miscommunication earlier . TR8314 is your best bet . It will arrive in Norwich at 15:55 on Friday ." }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes I would like this train booked . I need ticket for 4 people . I also need the reference number please ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'8RU6MZ5J');(_:booking,ticket,'70.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , your booking was successful . The total fee due at the station is 70.4 GBP . The reference number is 8RU6MZ5J ." }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay thanks . Can you also help me find somewhere to stay ? I 'd like a guesthouse in the north preferably with a 3 star rating ." }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 3 star guesthouses in the north . One has free wifi and parking while the other has neither . Which one would you prefer ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,has_internet,'yes');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The one with wifi will work . I need to book it for Friday , 5 nights , 4 people ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,type,'Booking'))" ], "speaker": "system", "text": "No problem . I have the rooms booked for you . What else can I do ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Reference number please , come on , this is taking too long . And I did n't even get the hotel name from you , is there a manager ?" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Hamilton Lodge');(_:booking,ref,'UC7W5EFU');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I apologize . You 're booked at the Hamilton Lodge and your Reference number is : UC7W5EFU . Can I assist you with anything else ?" }, { "id": 18, "rdf-acts": [], "speaker": "user", "text": "That was all I needed ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us have a nice day ." } ]
PMUL1595.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" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Friday" ], [ "_:result", "leave_at", "5:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "day", "Friday" ], [ "_:result", "leave_at", "5:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ], [ "_:booking", "arrive_by", "06:55" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "day", "Friday" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:booking", "arrive_by", "06:55" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "06:55 is the earliest" ], [ "_: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", "Friday" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:booking", "arrive_by", "06:55" ], [ "_:search", "arrive_by", "16:15" ], [ "_:result", "arrive_by", "that time" ], [ "_:result", "id", "TR2534" ], [ "_:result", "type", "Train" ], [ "_:search", "id", "TR2534" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:booking", "arrive_by", "06:55" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "id", "TR2534" ], [ "_:result", "arrive_by", "15:55" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "TR8314" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "06:55" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "id", "TR2534" ], [ "_:result", "arrive_by", "15:55" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "TR8314" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8RU6MZ5J" ], [ "_:booking", "ticket", "70.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "06:55" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "id", "TR2534" ], [ "_:result", "arrive_by", "15:55" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "TR8314" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8RU6MZ5J" ], [ "_:booking", "ticket", "70.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "06:55" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "id", "TR2534" ], [ "_:result", "arrive_by", "15:55" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "TR8314" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8RU6MZ5J" ], [ "_:booking", "ticket", "70.4 GBP" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "06:55" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "id", "TR2534" ], [ "_:result", "arrive_by", "15:55" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "TR8314" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "70.4 GBP" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Hamilton Lodge" ], [ "_:booking", "ref", "UC7W5EFU" ], [ "_: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,name,'warkworth house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel called Warkworth House ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'East');(_:result,name,'Warkworth House');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have found the Warkworth House located in the East . It is 4 stars and is in the moderate price range . May I book it for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stars,'4');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please . I need a reservation for 5 nights starting Wednesday . There will be 4 people ." }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,name,'Warkworth House');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I am sorry but Warkworth House is fully booked . May I look for another hotel for you in the east area ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'Warkworth House');(_:search,name,'none');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you find me another hotel in the same price range as the Warkworth House ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I show two hotels in the moderate price range . Would you like more details on them ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes thank you and the reference number" }, { "id": 7, "rdf-acts": [ "request((_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'both');(_:result,area,'east');(_:result,category,'guesthouses');(_:result,stars,'four');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They are both guesthouses in the east , four star . Would you prefer the one with our without parking ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Either is fine . I just need the reservation for Wednesday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'A and B Guest House');(_:booking,ref,'ZE1OBRFT');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! You 're booked at A and B Guest House with reference number ZE1OBRFT . May I help with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I need ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Enjoy your stay" } ]
SSNG0317.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:booking/ce3038cc" ], [ "_:booking/ce3038cc", "name", "Warkworth House" ], [ "_:booking/ce3038cc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "Warkworth House" ], [ "_:search", "name", "none" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:booking/ce3038cc" ], [ "_:booking/ce3038cc", "name", "Warkworth House" ], [ "_:booking/ce3038cc", "type", "Booking" ], [ "_:search", "name", "Warkworth House" ], [ "_:search", "name", "none" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Warkworth House" ], [ "_:search", "people", "4" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:booking/ce3038cc" ], [ "_:booking/ce3038cc", "name", "Warkworth House" ], [ "_:booking/ce3038cc", "type", "Booking" ], [ "_:search", "name", "Warkworth House" ], [ "_:search", "name", "none" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "both" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Warkworth House" ], [ "_:search", "people", "4" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:booking/ce3038cc" ], [ "_:booking/ce3038cc", "name", "Warkworth House" ], [ "_:booking/ce3038cc", "type", "Booking" ], [ "_:search", "name", "Warkworth House" ], [ "_:search", "name", "none" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "both" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "A and B Guest House" ], [ "_:booking", "ref", "ZE1OBRFT" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hi , I 'm coming into town and looking for some things to do and places to go on the south side of Cambridge . Do you have any suggestions ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,category,'park');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several interesting things to do in that part of town . How about a park ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'park');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure a park would be great ! Can you provide a phone number and address please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'wandlebury ring , gog magog hills , babraham');(_:result,name,'wandlebury country park');(_:result,phone,'01223243830');(_:result,postcode,'cb223a');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have wandlebury country park located at wandlebury ring , gog magog hills , babraham postcode cb223a . The phone number is 01223243830 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "First of all , I need a train to get there from london kings cross . Can you help find one ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'a lot');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have a lot of trains heading into Cambridge , do you know what day and time you 'll be traveling ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'21:30');(_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving on Thursday and I need to arrive by 21:30 ." }, { "id": 7, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "what time do you need to leave by ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Anytime that gets me in by 21:30" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'14:08');(_:result,id,'TR2512');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2512 will get you there by 14:08 . Do you need me to book seats for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please , for 6 people !" }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'R4UEAGTZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I booked it reference number is R4UEAGTZ ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for your help today !" }, { "id": 13, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "you are welcome , enjoy your stay ." }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "I am happy this is the end" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "All right . Have a nice day . Good bye ." } ]
PMUL1281.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "park" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "park" ], [ "_:search", "category", "park" ], [ "_:result", "address", "wandlebury ring , gog magog hills , babraham" ], [ "_:result", "name", "wandlebury country park" ], [ "_:result", "phone", "01223243830" ], [ "_:result", "postcode", "cb223a" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "category", "park" ], [ "_:search", "category", "park" ], [ "_:result", "address", "wandlebury ring , gog magog hills , babraham" ], [ "_:result", "name", "wandlebury country park" ], [ "_:result", "phone", "01223243830" ], [ "_:result", "postcode", "cb223a" ], [ "_:search", "departure", "london kings cross" ], [ "_:result", "amount", "a lot" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "category", "park" ], [ "_:search", "category", "park" ], [ "_:result", "address", "wandlebury ring , gog magog hills , babraham" ], [ "_:result", "name", "wandlebury country park" ], [ "_:result", "phone", "01223243830" ], [ "_:result", "postcode", "cb223a" ], [ "_:search", "departure", "london kings cross" ], [ "_:result", "amount", "a lot" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "category", "park" ], [ "_:search", "category", "park" ], [ "_:result", "address", "wandlebury ring , gog magog hills , babraham" ], [ "_:result", "name", "wandlebury country park" ], [ "_:result", "phone", "01223243830" ], [ "_:result", "postcode", "cb223a" ], [ "_:search", "departure", "london kings cross" ], [ "_:result", "amount", "a lot" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "id", "TR2512" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "category", "park" ], [ "_:search", "category", "park" ], [ "_:result", "address", "wandlebury ring , gog magog hills , babraham" ], [ "_:result", "name", "wandlebury country park" ], [ "_:result", "phone", "01223243830" ], [ "_:result", "postcode", "cb223a" ], [ "_:search", "departure", "london kings cross" ], [ "_:result", "amount", "a lot" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "id", "TR2512" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "R4UEAGTZ" ], [ "_: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", "south" ], [ "_:result", "category", "park" ], [ "_:search", "category", "park" ], [ "_:result", "address", "wandlebury ring , gog magog hills , babraham" ], [ "_:result", "name", "wandlebury country park" ], [ "_:result", "phone", "01223243830" ], [ "_:result", "postcode", "cb223a" ], [ "_:search", "departure", "london kings cross" ], [ "_:result", "amount", "a lot" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "14:08" ], [ "_:result", "id", "TR2512" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "R4UEAGTZ" ], [ "_: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,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to visit some of the architecture here in town . Can you help me with this ?" }, { "id": 1, "rdf-acts": [ "thank()", "inform((_:result,amount,'several');(_:result,category,'architecture');(_:result,category,'churches');(_:result,entrance_fee,'2 pounds');(_:result,entrance_fee,'free');(_:result,name,\"Great Saint Mary 's Church\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I can indeed . We have several churches and a school renowned for their architecture . Great Saint Mary 's Church charges visitors 2 pounds , but the rest are free ." }, { "id": 2, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you give me information on a free one and I 'd need to know what area of town it is in please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'jesus lane');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "all saints church is free and it 's in the centre , located at jesus lane . Their number is 01223452587 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much for your help ." }, { "id": 5, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You are very welcome . Was there anything else I can assist you with ?" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , thank you , that 's all I need today . Bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Have fun ! Goodbye !" } ]
SNG1123.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "churches" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "churches" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "all saints church" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "churches" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "all saints church" ], [ "_:result", "phone", "01223452587" ], [ "_: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,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need an expensive place to dine in the center of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What type of food are you wanting at this restaurant ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Type of food does not matter to me ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'33');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes there are 33 such restaurants . Would you like me to book one for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes and book one in the centre of town for tonight ." }, { "id": 5, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Certainly . How many will be in your party ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,duration,'14:00');(_:search,people,'one');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "just one , and can you book me for 14:00 ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'British');(_:result,name,'fitzbillies restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fitzbillies restaurant is British cuisine . Would you like me to book a reservation ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sure , for Thursday ." }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Booking was unsuccessful . Want to try another restaurant ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please book a different restaurant in the same area and price range ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,name,'Cambridge Chop House');(_:booking,ref,'T3XZDZFC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay . I got you into the Cambridge Chop House and your reference number is T3XZDZFC ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I need today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for using this service . Good bye ." } ]
SSNG0066.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "33" ], [ "_:search", "area", "centre" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "one" ], [ "_:result", "food", "British" ], [ "_:result", "name", "fitzbillies restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "33" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "one" ], [ "_:result", "food", "British" ], [ "_:result", "name", "fitzbillies restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:system", "canthelp", "_:booking/29b26c16" ], [ "_:booking/29b26c16", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "33" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "one" ], [ "_:result", "food", "British" ], [ "_:result", "name", "fitzbillies restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:system", "canthelp", "_:booking/29b26c16" ], [ "_:booking/29b26c16", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "Cambridge Chop House" ], [ "_:booking", "ref", "T3XZDZFC" ], [ "_: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,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant in the west that serves italian food ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'2');(_:result,name,'La Margherita');(_:result,name,'Prezzo');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two restaurants that meet your requirements . Prezzo is in the moderate price range and La Margherita is in the cheap range ." }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'Prezzo');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I get the address for Prezzo please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'21 - 24 Northampton Road');(_:result,name,'prezzo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address for prezzo is 21 - 24 Northampton Road . Is there anything else i can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'12:45');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 'd like to reserve a table for 5 at 12:45 on Monday please ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'A5FGTJTZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Of course . I successfully booked you your reservation . Your reference number is A5FGTJTZ ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all I need today !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day ! Goodbye ." } ]
SNG0570.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "2" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "name", "Prezzo" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "Prezzo" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "name", "Prezzo" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "21 - 24 Northampton Road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "name", "Prezzo" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "21 - 24 Northampton Road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "A5FGTJTZ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "I am planning a trip in cambridge" }, { "id": 1, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Okay . I can help you find a restaurant or hotel , look for tourist information , book a train or taxi . How may I help you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,destination,'broxbourne');(_:search,leave_at,'8:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train going to Broxbourne that leaves after 8:00 on Monday" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'09:01');(_:result,id,'TR5517');(_:result,leave_at,'08:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5517 will leave at 08:01 and arrive by 09:01 . Would you like to book seats ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,people,'one');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That 's leaving from Cambridge , right ? If so , then yes , book me one seat , and give me the reference number , thanks !" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'one');(_:booking,ref,'WB6YZLP0');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That is correct ! One ticket has been booked and your reference number is WB6YZLP0 . Is there anything else I can assist you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm also looking for information on a hotel called cityroomz ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have it be sure to give me your preferences and we can start booking" }, { "id": 8, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I just needed to find out if they offer free parking there ." }, { "id": 9, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Cityroomz');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Unfortunately , Cityroomz does not offer free parking -- just free internet . Is there something more I can help with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you so much for calling ." } ]
PMUL3955.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "8:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "8:00" ], [ "_:result", "arrive_by", "09:01" ], [ "_:result", "id", "TR5517" ], [ "_:result", "leave_at", "08:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "8:00" ], [ "_:result", "arrive_by", "09:01" ], [ "_:result", "id", "TR5517" ], [ "_:result", "leave_at", "08:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "one" ], [ "_:booking", "ref", "WB6YZLP0" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "cityroomz" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "8:00" ], [ "_:result", "arrive_by", "09:01" ], [ "_:result", "id", "TR5517" ], [ "_:result", "leave_at", "08:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "one" ], [ "_:booking", "ref", "WB6YZLP0" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "cityroomz" ], [ "_:result", "has_parking", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "8:00" ], [ "_:result", "arrive_by", "09:01" ], [ "_:result", "id", "TR5517" ], [ "_:result", "leave_at", "08:01" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "one" ], [ "_:booking", "ref", "WB6YZLP0" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "cityroomz" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I 'm looking for a cheap place to stay that includes wifi in cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Did you have a particular area of town in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No but I would like free parking and a star of 4 please ." }, { "id": 3, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Not a problem . I see several that fit that description , so let 's narrow it down a bit more . Would you like to stay in a guesthouse or hotel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "A hotel would be good , please ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the Cambridge Belfry which is cheap , located in the west , is a hotel with free internet and parking . Would you like me to make you a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please ! For 3 people for 4 nights starting Thursday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'529EH27L');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful . Your reference number is : 529EH27L . Can I do anything else for you today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great I also am looking for some place to go for an attraction in the west part of town ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'plenty of');(_:result,area,'West');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are plenty of attractions in the West . What type of attraction do you fancy ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Surprise me ! I 'm always up for an adventure . I will need the address and entrance fee ." }, { "id": 11, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Churchill college');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Churchill college is a great free attraction . The postcode is cb30ds . Would you also like the phone number ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I need to book a taxi ." }, { "id": 13, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))", "inform((_:result,name,'churchill college');(_:result,phone,'01223336233');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number for churchill college is \t 01223336233 . What time do you need a taxi ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,destination,'the college');(_:search,leave_at,'22:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to commute from the hotel to the college , leaving the hotel at 22:15 ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Where would you like to depart from" } ]
MUL2628.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "several" ], [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_: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", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "several" ], [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "529EH27L" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "529EH27L" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "plenty of" ], [ "_:result", "area", "West" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "529EH27L" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "plenty of" ], [ "_:result", "area", "West" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Churchill college" ], [ "_:result", "postcode", "cb30ds" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "529EH27L" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "plenty of" ], [ "_:result", "area", "West" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb30ds" ], [ "_:result", "name", "churchill college" ], [ "_:result", "phone", "01223336233" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the college" ], [ "_:search", "leave_at", "22:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "Hello , I am looking for a hospital in town . Can you please help me find one ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,type,'Hospital'))", "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "The Addenbrookes Hospital should suit whatever need you have ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Can I have the address , please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The address is Hills Rd , Cambridge . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Can you give me their phone number and postcode , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The telephone number is 01223245151 and the postcode is CB20QQ . May I help you with something else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all . Goodbye , now ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
SNG01449.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "type", "Hospital" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to find a train leaving on Thursday ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'd be happy to help you with that . Where are you departure and arrival locations ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving from Kings Lynn , traveling to Cambridge ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'nineteen');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have nineteen trains available that day . What time would you like to leave by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'13:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Anytime after 13:30 would be great ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR2162');(_:result,leave_at,'14:11');(_:result,type,'Train'))" ], "speaker": "system", "text": "Okay the TR2162 leaves at 14:11 ." }, { "id": 6, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What 's the arrival time for that train ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'14:58');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That train arrives at 14:58 . Will that work for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'13:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "As long as it leaves after 13:30 , yes ." }, { "id": 9, "rdf-acts": [ "inform((_:result,leave_at,'14:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It leaves at 14:11 . Would you like to book it ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'entertainment');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Not right now . I 'm also looking for an entertainment attraction on the east side of town . I 'll need their phone number and postcode ." }, { "id": 11, "rdf-acts": [ "select((_:result,name,'cherry hinton hall and grounds and funky fun house');(_:result,type,'Attraction'))", "inform((_:result,count,'2');(_:result,name,'Cherry Hinton Hall and Grounds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Okay we have two . The Cherry Hinton Hall and Grounds and Funky Fun House ." }, { "id": 12, "rdf-acts": [ "inform((_:search,name,'funky fun house');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you send me the phone number and postcode for the Funky Fun House ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,phone,'01223304705');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "the phone number is 01223304705 with post code cb58hy" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . That 's all I need for now . Good - bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day !" } ]
PMUL3834.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "nineteen" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "nineteen" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR2162" ], [ "_:result", "leave_at", "14:11" ], [ "_:result", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "nineteen" ], [ "_:result", "id", "TR2162" ], [ "_:result", "leave_at", "14:11" ], [ "_:result", "arrive_by", "14:58" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "13:30" ], [ "_: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", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "nineteen" ], [ "_:result", "id", "TR2162" ], [ "_:result", "arrive_by", "14:58" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "13:30" ], [ "_:result", "leave_at", "14:11" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "nineteen" ], [ "_:result", "id", "TR2162" ], [ "_:result", "arrive_by", "14:58" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "13:30" ], [ "_:result", "leave_at", "14:11" ], [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "funky fun house" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "nineteen" ], [ "_:result", "id", "TR2162" ], [ "_:result", "arrive_by", "14:58" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "13:30" ], [ "_:result", "leave_at", "14:11" ], [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:search", "name", "funky fun house" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "postcode", "cb58hy" ], [ "_:result", "type", "Attraction" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a restaurant in the centre that serves asian oriental food ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sure , i have 4 options for you" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need something in the cheap price range ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'j restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Okay , how about j restaurant ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'16:00');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sounds great ! Please book a table for Sunday at 16:00 for 6 people ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'QYJ31P1Z');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : QYJ31P1Z ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for all your help !" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , actually . I 'd like to find a guesthouse with free wifi ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'so many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have so many . What area would you like to stay in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It does not matter but please find a guesthouse in the expensive range and include free parking ." }, { "id": 11, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no expensive hotels in the area . Could we look at a moderately priced one ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Actually , how about a cheap one ?" }, { "id": 13, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area of town ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "In the centre ." }, { "id": 15, "rdf-acts": [ "inform((_:result,name,'el shaddai');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "how about el shaddai , it seems lovely ." }, { "id": 16, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Great ! What is their postcode ?" }, { "id": 17, "rdf-acts": [ "select((_:result,name,'El Shaddai');(_:result,type,'Hotel'))", "inform((_:result,postcode,'CB11eg');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The postal code is CB11eg . May I help you with another aspect of your stay at El Shaddai ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all" }, { "id": 19, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 20, "rdf-acts": [], "speaker": "user", "text": "That is all I needed ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day !" } ]
PMUL4842.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:result", "count", "4" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:result", "count", "4" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "QYJ31P1Z" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:result", "count", "4" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "QYJ31P1Z" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "asian oriental" ], [ "_:result", "count", "4" ], [ "_:result", "name", "j restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "QYJ31P1Z" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "so many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "asian oriental" ], [ "_:result", "count", "4" ], [ "_:result", "name", "j restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "QYJ31P1Z" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "so many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/a0ed307c" ], [ "_:search/a0ed307c", "category", "hotels" ], [ "_:search/a0ed307c", "pricerange", "expensive" ], [ "_:search/a0ed307c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_: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", "asian oriental" ], [ "_:result", "count", "4" ], [ "_:result", "name", "j restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "QYJ31P1Z" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "so many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/a0ed307c" ], [ "_:search/a0ed307c", "category", "hotels" ], [ "_:search/a0ed307c", "pricerange", "expensive" ], [ "_:search/a0ed307c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "centre" ], [ "_: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", "asian oriental" ], [ "_:result", "count", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "QYJ31P1Z" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "so many" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/a0ed307c" ], [ "_:search/a0ed307c", "category", "hotels" ], [ "_:search/a0ed307c", "pricerange", "expensive" ], [ "_:search/a0ed307c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "el shaddai" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "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", "asian oriental" ], [ "_:result", "count", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "QYJ31P1Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "so many" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/a0ed307c" ], [ "_:search/a0ed307c", "category", "hotels" ], [ "_:search/a0ed307c", "pricerange", "expensive" ], [ "_:search/a0ed307c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "postcode", "CB11eg" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "food", "asian oriental" ], [ "_:result", "count", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "QYJ31P1Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "so many" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/a0ed307c" ], [ "_:search/a0ed307c", "category", "hotels" ], [ "_:search/a0ed307c", "pricerange", "expensive" ], [ "_:search/a0ed307c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "postcode", "CB11eg" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I am looking to book a train to Cambridge this Thursday ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'a number');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are a number of trains to Cambridge . What is your departure location please ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'21:45');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Leicester . I need to reach Cambridge by 21:45 ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,arrive_by,'20:54');(_:booking,category,'Train');(_:booking,departure,'Leicester');(_:booking,destination,'Cambridge');(_:booking,id,'TR8530');(_:booking,leave_at,'19:09');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR8530 leaves Leicester at 19:09 and arrives in Cambridge at 20:54 . Does that sound good ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , I will also need the price please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR8530');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))", "thank()" ], "speaker": "system", "text": "Sure . The price is 37.80 pounds and the ID is TR8530 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great thanks and I 'm also looking for places to go in town which should be in the centre . Can you please help ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'The all saints Church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The all saints Church is free" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "That sounds interesting ; can you suggest something else ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'cambridge contemporary art');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about cambridge contemporary art , they are also free ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure , could you provide me the address for that ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"6 saint edward 's passage\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is 6 saint edward 's passage . Is there anything else I can help with ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "No , I have everything I need ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Great . Have a great day ." } ]
MUL0419.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "a number" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "a number" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "20:54" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Leicester" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR8530" ], [ "_:booking", "leave_at", "19:09" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "a number" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "20:54" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Leicester" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR8530" ], [ "_:booking", "leave_at", "19:09" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR8530" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "a number" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "20:54" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Leicester" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR8530" ], [ "_:booking", "leave_at", "19:09" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR8530" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "The all saints Church" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "a number" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "20:54" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Leicester" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR8530" ], [ "_:booking", "leave_at", "19:09" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR8530" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cambridge contemporary art" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "a number" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "20:54" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Leicester" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR8530" ], [ "_:booking", "leave_at", "19:09" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR8530" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cambridge contemporary art" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "6 saint edward 's passage" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train . The train should leave on wednesday and should go to stevenage ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'10');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 10 options available . Is there a particular time you wish to depart ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'19:45');(_:search,departure,'cambridge');(_:search,destination,'Stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I have to leave Cambridge and arrive by 19:45 in Stevenage ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'06:10');(_:result,id,'TR5695');(_:result,leave_at,'05:21');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5695 departs at 05:21 and arrives at 06:10 . Can I book that for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please , just myself . Can you please provide the reference number as well ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'26IZGBI5');(_:booking,ticket,'12.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 12.8 GBP payable at the station . Reference number is : 26IZGBI5 . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a hotel as well ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "OK , where are you wanting the hotel to be at , or do you have a specific price range you would like to stay in ?" }, { "id": 8, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No price range , please book me a place and I need postcode" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What type of lodging would you prefer ? And in which area ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'bridge guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Actually I think I 've heard of a specific place - the Bridge Guest House ? Do you have any info on them ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,name,'bridge guest house');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The bridge guest house is located in the south and is in the moderate price range . Would you like to make reservation ?" }, { "id": 12, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No , I do n't need a reservation at this time . But can you provide me with their postcode ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,postcode,'cb28rj');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Sure , the postcode is cb28rj . Anything else I can get you today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is all the information I needed . Thank you for all your help . Goodbye" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Your welcome , good bye" } ]
MUL2032.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Stevenage" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "06:10" ], [ "_:result", "id", "TR5695" ], [ "_:result", "leave_at", "05:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Stevenage" ], [ "_:result", "arrive_by", "06:10" ], [ "_:result", "id", "TR5695" ], [ "_:result", "leave_at", "05:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "26IZGBI5" ], [ "_:booking", "ticket", "12.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Stevenage" ], [ "_:result", "arrive_by", "06:10" ], [ "_:result", "id", "TR5695" ], [ "_:result", "leave_at", "05:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "26IZGBI5" ], [ "_:booking", "ticket", "12.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Stevenage" ], [ "_:result", "arrive_by", "06:10" ], [ "_:result", "id", "TR5695" ], [ "_:result", "leave_at", "05:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "26IZGBI5" ], [ "_:booking", "ticket", "12.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:search", "name", "bridge guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Stevenage" ], [ "_:result", "arrive_by", "06:10" ], [ "_:result", "id", "TR5695" ], [ "_:result", "leave_at", "05:21" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "26IZGBI5" ], [ "_:booking", "ticket", "12.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:search", "name", "bridge guest house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "name", "bridge guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Stevenage" ], [ "_:result", "arrive_by", "06:10" ], [ "_:result", "id", "TR5695" ], [ "_:result", "leave_at", "05:21" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "26IZGBI5" ], [ "_:booking", "ticket", "12.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:search", "name", "bridge guest house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "name", "bridge guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "postcode", "cb28rj" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like help finding a college to visit in the centre of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Trinity Street');(_:result,count,'13');(_:result,name,'Trinity College');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "There are 13 . I could recommend Trinity College on Trinity Street . Or would you like information about one of the others ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds good . Could you give me the entrance fee , phone number , and postcode ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Trinity Street');(_:result,entrance_fee,'one pound');(_:result,postcode,'CB21TQ');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Of course . The address is Trinity Street , postcode is CB21TQ , and the entrance fee is one pound . Can I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'17:00');(_:search,day,'wednesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I 'm also looking for a train that leaves wednesday and arrives by 17:00 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR3702');(_:result,leave_at,'05:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR3702 LEAVES AT 05:00 CAN I BOOK THAT ONE FOR YOU ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "Does this train go to Leicester from Cambridge ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,day,'Wednesday');(_:result,departure,'leicester');(_:result,destination,'cambridge');(_:result,id,'TR2052');(_:result,leave_at,'15:09');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sorry . TR2052 departs from leicester and the destination is cambridge . It leaves at 15:09 on Wednesday . Would you like me to book it for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes and please give me the reference number ." }, { "id": 9, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Certainly . Just to verify , are you traveling alone ? You would only like one ticket ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'1');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I only need 1 ticket for myself ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'17:00');(_:result,count,'11');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How early do you wish to arrive ? There are 11 trains that will get you there before 17:00 ." }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'17:00');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive by 17:00 in leicester ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,arrive_by,'16:06');(_:booking,category,'Train');(_:booking,departure,'cambridge');(_:booking,destination,'leicester');(_:booking,id,'TR0451');(_:booking,people,'one');(_:booking,ref,'8OZNJHMO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK , I 've booked one ticket for you on TR0451 from cambridge to leicester , arriving at 16:06 . Ref # 8OZNJHMO . Can I help you with anything else today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I think that is all I need , thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service . Have a good night . Goodbye ." } ]
MUL1905.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Trinity Street" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Trinity College" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Trinity College" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Trinity Street" ], [ "_:result", "entrance_fee", "one pound" ], [ "_:result", "postcode", "CB21TQ" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Trinity College" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Trinity Street" ], [ "_:result", "entrance_fee", "one pound" ], [ "_:result", "postcode", "CB21TQ" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "day", "wednesday" ], [ "_:result", "id", "TR3702" ], [ "_:result", "leave_at", "05:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Trinity College" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Trinity Street" ], [ "_:result", "entrance_fee", "one pound" ], [ "_:result", "postcode", "CB21TQ" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "day", "wednesday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "leicester" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR2052" ], [ "_:result", "leave_at", "15:09" ], [ "_:result", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Trinity College" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Trinity Street" ], [ "_:result", "entrance_fee", "one pound" ], [ "_:result", "postcode", "CB21TQ" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "day", "wednesday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "leicester" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR2052" ], [ "_:result", "leave_at", "15:09" ], [ "_:result", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "name", "Trinity College" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Trinity Street" ], [ "_:result", "entrance_fee", "one pound" ], [ "_:result", "postcode", "CB21TQ" ], [ "_:search", "day", "wednesday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "leicester" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR2052" ], [ "_:result", "leave_at", "15:09" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "1" ], [ "_:result", "arrive_by", "17:00" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "name", "Trinity College" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "Trinity Street" ], [ "_:result", "entrance_fee", "one pound" ], [ "_:result", "postcode", "CB21TQ" ], [ "_:search", "day", "wednesday" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "leicester" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR2052" ], [ "_:result", "leave_at", "15:09" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "1" ], [ "_:result", "arrive_by", "17:00" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "16:06" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "cambridge" ], [ "_:booking", "destination", "leicester" ], [ "_:booking", "id", "TR0451" ], [ "_:booking", "people", "one" ], [ "_:booking", "ref", "8OZNJHMO" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I am hoping you can help me with my planning . I am trying to find information on the trains ." }, { "id": 1, "rdf-acts": [ "thank()", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can definitely help you with that . Can you give me more information , like your departure and destination preferences ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Stansted Airport to go to Cambridge on Wednesday ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I am getting the information up now , do you have a specific arrival or departure time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'13:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive by 13:15 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'12:52');(_:result,id,'TR6386');(_:result,leave_at,'12:24');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR6386 departs at 12:24 and arrives by 12:52 . Would you like a ticket ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No . Can you help me find a very cheap , not shabby hotel that has free parking ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'a lot of');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have a lot of great choices to offer you . Do you have a preference to what part of Cambridge you 'd like to stay in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "itshould be in the centre" }, { "id": 9, "rdf-acts": [], "speaker": "system", "text": "There are two guesthouses : Alexander Bed and Breakfast , and El Shaddai . Would you like to stay in one of those guesthouses ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Which one of them has free wifi ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'Both');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Both facilities do ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "book for 2 people for 2 nights from wednesday" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Wednesday');(_:booking,name,'Alexander Bed & Breakfast');(_:booking,people,'2');(_:booking,ref,'8JX02F2T');(_:booking,stay,'2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I made your reservation for 2 people for 2 nights starting Wednesday at the Alexander Bed & Breakfast . Your reference number is 8JX02F2T . Is there anything else I can do ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sorry , can you actually book it for 3 people for 2 nights , please ?" }, { "id": 15, "rdf-acts": [ "thank()", "inform((_:booking,ref,'FVTMM086');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking has been changed . Your new reference number is FVTMM086 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I needed ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day !" } ]
PMUL1999.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:result", "arrive_by", "12:52" ], [ "_:result", "id", "TR6386" ], [ "_:result", "leave_at", "12:24" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:result", "arrive_by", "12:52" ], [ "_:result", "id", "TR6386" ], [ "_:result", "leave_at", "12:24" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "a lot of" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:result", "arrive_by", "12:52" ], [ "_:result", "id", "TR6386" ], [ "_:result", "leave_at", "12:24" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "a lot of" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:result", "arrive_by", "12:52" ], [ "_:result", "id", "TR6386" ], [ "_:result", "leave_at", "12:24" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "Both" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:result", "arrive_by", "12:52" ], [ "_:result", "id", "TR6386" ], [ "_:result", "leave_at", "12:24" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "Both" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "name", "Alexander Bed & Breakfast" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "8JX02F2T" ], [ "_:booking", "stay", "2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:15" ], [ "_:result", "arrive_by", "12:52" ], [ "_:result", "id", "TR6386" ], [ "_:result", "leave_at", "12:24" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "Both" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "name", "Alexander Bed & Breakfast" ], [ "_:booking", "people", "2" ], [ "_:booking", "stay", "2" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "FVTMM086" ], [ "_: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,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you help me find an Austrian restaurant please ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'Austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry but there are no Austrian restaurants . Is there another type that might interest you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'Austrian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Darn , I was really hoping to find a cheap Austrian restaurant . Would you mind checking one more time ?" }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'in the city');(_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm so sorry but there does n't seem to be any restaurants in the city that offer austrian food . Can I look for another cuisine style for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Ok , how about a cheap Chinese restaurant ?" }, { "id": 5, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))", "inform((_:result,count,'4');(_:result,food,'Chinese');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have four cheap Chinese restaurants . Are you interested in the south or centre area ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am interested in the centre area ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'center');(_:result,food,'chinese');(_:result,name,'golden house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The golden house is a cheap chinese restaurant in the center area . Would you like me to reserve a table for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'18:30');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , that would be great . I 'd like a table for 3 on Saturday at 18:30 ." }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,day,'Saturday');(_:booking,duration,'18:30');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There does n't seem to be any availability for Saturday at 18:30 . Does another time or day work for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,duration,'17:30');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sure , try 17:30 ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,duration,'17:30');(_:booking,ref,'VGGQ2AP9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to make your reservation for 17:30 . Your reference number is VGGQ2AP9 . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "No that will be all ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Excellent . Have a good rest of your day ." } ]
SNG0734.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "austrian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d89152cc" ], [ "_:search/d89152cc", "food", "Austrian" ], [ "_:search/d89152cc", "type", "Restaurant" ], [ "_:search", "food", "Austrian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d89152cc" ], [ "_:search/d89152cc", "food", "Austrian" ], [ "_:search/d89152cc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/997a1412" ], [ "_:search/997a1412", "area", "in the city" ], [ "_:search/997a1412", "food", "austrian" ], [ "_:search/997a1412", "type", "Restaurant" ], [ "_: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/d89152cc" ], [ "_:search/d89152cc", "food", "Austrian" ], [ "_:search/d89152cc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/997a1412" ], [ "_:search/997a1412", "area", "in the city" ], [ "_:search/997a1412", "food", "austrian" ], [ "_:search/997a1412", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d89152cc" ], [ "_:search/d89152cc", "food", "Austrian" ], [ "_:search/d89152cc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/997a1412" ], [ "_:search/997a1412", "area", "in the city" ], [ "_:search/997a1412", "food", "austrian" ], [ "_:search/997a1412", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "4" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "center" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "golden house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d89152cc" ], [ "_:search/d89152cc", "food", "Austrian" ], [ "_:search/d89152cc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/997a1412" ], [ "_:search/997a1412", "area", "in the city" ], [ "_:search/997a1412", "food", "austrian" ], [ "_:search/997a1412", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "4" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "center" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "golden house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/1b3b554a" ], [ "_:booking/1b3b554a", "day", "Saturday" ], [ "_:booking/1b3b554a", "duration", "18:30" ], [ "_:booking/1b3b554a", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "17:30" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d89152cc" ], [ "_:search/d89152cc", "food", "Austrian" ], [ "_:search/d89152cc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/997a1412" ], [ "_:search/997a1412", "area", "in the city" ], [ "_:search/997a1412", "food", "austrian" ], [ "_:search/997a1412", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "4" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "center" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "golden house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/1b3b554a" ], [ "_:booking/1b3b554a", "day", "Saturday" ], [ "_:booking/1b3b554a", "duration", "18:30" ], [ "_:booking/1b3b554a", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "17:30" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "17:30" ], [ "_:booking", "ref", "VGGQ2AP9" ], [ "_: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": "Hi , I am traveling to Cambridge and am super excited to see some local tourist attractions . I am looking for some suggestions on places to go in town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,category,'churches');(_:result,category,'museums');(_:result,category,'swimming pool');(_:result,count,'79');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 79 attractions in Cambridge . There are churches , museums , swimming pool , and many more attractions . What are you interested in doing ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Perhaps I 'd like to see a museum . Are there any in the centre ?" }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,category,'art and antiques');(_:result,category,'museums');(_:result,category,'others');(_:result,category,'science');(_:result,count,'11');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 11 museums in the centre area . There is a science museum , an art and antiques museum , and 9 others . What kind of museum are you interested in ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Does not matter can you just recommend one please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Castle Galleries is a very nice museum in the centre , and their entrance fee is free !" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Excellent . Can I please have they 're phone number and address please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,phone,'01223307402');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "They are located at unit su43 , grande arcade , saint andrews street , cb23bj . You can reach them at 01223307402 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you . I am also needing help booking a guesthouse in the north part of town . Can you assist me with that ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "You 're in luck . There are 11 guesthouses in the north . What amenities are you looking for ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "4 people for 5 nights starting Sunday and I also need the ref # too please" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Ok great , we have you booked in the alpha - milton guest house at 63 milton road . Your Reference number is : KPUSMIB9 . Thank you !" } ]
PMUL2710.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "category", "churches" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "swimming pool" ], [ "_:result", "count", "79" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "art and antiques" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "others" ], [ "_:result", "category", "science" ], [ "_:result", "count", "11" ], [ "_: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", "count", "11" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "count", "11" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "postcode", "cb23bj" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "postcode", "cb23bj" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I 've been injured and I need to find a hospital ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "I 'm sorry about your injury . Addenbrooks Hospital is located at Hills Rd , Cambridge CB20QQ . Is there any additional information you need ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Yes I will need the phone number also ." }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))", "reqmore()" ], "speaker": "system", "text": "01223245151 is the number . Is there anything else I can do ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "I need the address and postcode ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Address : Hills Rd , Cambridge , Postcode : CB20QQ . Can I help with anything else today ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's all I need . Thanks for your help !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system !" } ]
SNG0168.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "type", "Hospital" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223245151" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What is there to do in the centre of town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 44 attractions . What type of attraction do you want to visit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Possibly a theatre ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'4');(_:result,name,'adc theatre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have a listing for 4 in that area , can I recommend adc theatre ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Ok , what 's the phone number for that place ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,name,'ADC');(_:result,phone,'01223300085');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "You can reach ADC at 01223300085 . Is there any other information I can get for you today ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What 's the postcode ?" }, { "id": 7, "rdf-acts": [ "thank()", "inform((_:result,address,'park street');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb58as and the address is park street . Enjoy your visit !" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thanks ! I also need some help finding a hotel on the east side ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'the express by holiday inn cambridge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the express by holiday inn cambridge ? It is on the east side & has parking and wifi ." }, { "id": 10, "rdf-acts": [ "request((_:result,stars,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "What star is it ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is a 2 star . Would you like me to book it ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , I 'm not ready to book yet . Thanks for all the help today , that 's all I needed . Good bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Let us know if we can help more ." } ]
PMUL2977.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", "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" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "4" ], [ "_:result", "name", "adc theatre" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "ADC" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "ADC" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "address", "park street" ], [ "_:result", "postcode", "cb58as" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "address", "park street" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:result", "stars", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "address", "park street" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you help me find a train departing from birmingham new street going to cambridge ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Absolutely . What day do you need to get to Cambridge , and at what time ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'21:00');(_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "train should arrive by 21:00 and should leave on tuesday" }, { "id": 3, "rdf-acts": [ "inform((_:result,leave_at,'05:40');(_:result,leave_at,'once an hour');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are trains that meet those requirements leaving once an hour starting at 05:40 ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Can you assist me with booking one ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'20.23');(_:result,id,'TR 3802');(_:result,leave_at,'17.40');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Lets narrow down the time a little , the TR 3802 leaves at 17.40 and arrives at 20.23 so that gives you a little extra time , would you like me to book you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That would be great . I also would like to book a guesthouse for my stay ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'a lot');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , great . You have a lot of options . Would you like to narrow it down by area , price range , or stars ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . It should have 2 stars and include free wifi ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I do not have any in that star range . Shall I try something else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Maybe a star rating of 3 would be good . Is there anything available ?" }, { "id": 11, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "yes when were you planning your stay and for how many people ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need the reservation to be for 2 people and 2 nights please ." }, { "id": 13, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay ! Starting when ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "On Tuesday please ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Tuesday');(_:booking,name,'Hamilton Lodge');(_:booking,people,'two');(_:booking,ref,'3NT2B4SP');(_:booking,stay,'2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've booked your room for two at Hamilton Lodge . You 'll be staying for 2 nights beginning Tuesday . Your reference number is 3NT2B4SP . Can I help you find anything else today ?" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks , that is all I 'll need today . Bye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day !" } ]
PMUL3338.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" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "21: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" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "05:40" ], [ "_:result", "leave_at", "once an hour" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "tuesday" ], [ "_:result", "arrive_by", "20.23" ], [ "_:result", "id", "TR 3802" ], [ "_:result", "leave_at", "17.40" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "tuesday" ], [ "_:result", "arrive_by", "20.23" ], [ "_:result", "id", "TR 3802" ], [ "_:result", "leave_at", "17.40" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a lot" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "tuesday" ], [ "_:result", "arrive_by", "20.23" ], [ "_:result", "id", "TR 3802" ], [ "_:result", "leave_at", "17.40" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a lot" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/dc84c23a" ], [ "_:search/dc84c23a", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "tuesday" ], [ "_:result", "arrive_by", "20.23" ], [ "_:result", "id", "TR 3802" ], [ "_:result", "leave_at", "17.40" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a lot" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/dc84c23a" ], [ "_:search/dc84c23a", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "3" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:00" ], [ "_:result", "arrive_by", "20.23" ], [ "_:result", "id", "TR 3802" ], [ "_:result", "leave_at", "17.40" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a lot" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/dc84c23a" ], [ "_:search/dc84c23a", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "3" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_: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", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "21:00" ], [ "_:result", "arrive_by", "20.23" ], [ "_:result", "id", "TR 3802" ], [ "_:result", "leave_at", "17.40" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a lot" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/dc84c23a" ], [ "_:search/dc84c23a", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Hamilton Lodge" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "3NT2B4SP" ], [ "_:booking", "stay", "2" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'respiratory medicine');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I am looking for the Addenbrookes Hospital . It should also have a respiratory medicine department ." }, { "id": 1, "rdf-acts": [ "inform((_:result,department,'respiratory medicine');(_:result,phone,'01223256645');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The respiratory medicine department at Addenbrookes can be reached at 01223256645 ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Thank you , may I have their phone number and address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The hospital is at Hills Rd in Cambridge . Again , the phone number is 01223245151 . I can book an appointment for you ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "What is their postcode ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The postcode is CB20QQ . Do you need anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I have everything I need . Thanks . Goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Ok , you are booked for 13:00 next Wednesday . Reference Number is : SPCYMPMU" } ]
SNG02219.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "respiratory medicine" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "respiratory medicine" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "respiratory medicine" ], [ "_:result", "phone", "01223256645" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "respiratory medicine" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "respiratory medicine" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "type", "Hospital" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "respiratory medicine" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "respiratory medicine" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'19:30');(_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train that departs from peterborough and arrives by 19:30" }, { "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,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to Cambridge on Sunday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'19:09');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train that arrives at 19:09 . Would that do ?" }, { "id": 4, "rdf-acts": [ "request((_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Sure would . What time does it depart and how much does it cost ?" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "leaves at 5:19 13.2 GBP payable at the station your reference number is CLPW6OR9" } ]
PMUL3631.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:30" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "19:09" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant serving chinese food in the centre part of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,area,'centre');(_:result,food,'chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are several chinese restaurants in the centre area . What price range are you considering ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for something expensive ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'21 Burleigh Street City Centre');(_:result,name,'hk fusion');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about hk fusion located at 21 Burleigh Street City Centre ? Would you like me to book ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'15:45');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great ! Yes , please ! Book a table for 3 people at 15:45 on friday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'CDBQYMUI');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : CDBQYMUI . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all . Thank you very much !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Enjoy the meal . Bye ." } ]
SNG0644.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_: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", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "21 Burleigh Street City Centre" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "21 Burleigh Street City Centre" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "CDBQYMUI" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay . The hotel should be in the expensive price range and should be in the type of guesthouse" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,category,'guesthouse');(_:search,type,'Hotel'))", "inform((_:result,name,'Huntingdon Marriott Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I do n't have a guesthouse type of hotel , but I could suggest the Huntingdon Marriott Hotel" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "its ok if it has free parking" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It does have free parking . Would you like me to book it for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are there any guesthouses in the cheap price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'nine');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are nine cheap guesthouses , all in different areas . Any preference ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "can you please tell me about the star of the hotel" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'Allenbell');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Allenbell has a star rating of 4 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'Allenbell');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What is the price of Allenbell ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Allenbell is in the cheap price range . Do you want me to book it ?" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 's all I need for today . Good bye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Have a great day !" } ]
SNG01943.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/5c2f4b15" ], [ "_:search/5c2f4b15", "category", "guesthouse" ], [ "_:search/5c2f4b15", "type", "Hotel" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/5c2f4b15" ], [ "_:search/5c2f4b15", "category", "guesthouse" ], [ "_:search/5c2f4b15", "type", "Hotel" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/5c2f4b15" ], [ "_:search/5c2f4b15", "category", "guesthouse" ], [ "_:search/5c2f4b15", "type", "Hotel" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "nine" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/5c2f4b15" ], [ "_:search/5c2f4b15", "category", "guesthouse" ], [ "_:search/5c2f4b15", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "nine" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "Allenbell" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/5c2f4b15" ], [ "_:search/5c2f4b15", "category", "guesthouse" ], [ "_:search/5c2f4b15", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "nine" ], [ "_:result", "stars", "4" ], [ "_:search", "name", "Allenbell" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_: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,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a chinese restaurant ." }, { "id": 1, "rdf-acts": [ "reqmore()", "thank()" ], "speaker": "system", "text": "Okay . Any other criteria ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I actually do n't want a restaurant . I need a train to Birmingham New Street on Sunday . Can you help me ?" }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a certain time you need to leave after or arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'15:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 15:45 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'11:44');(_:result,id,'TR1931');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR1931 will arrive by 11:44" }, { "id": 6, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the reference number ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'll be able to give you a reference number once we 've booked . Did you want me to book this train for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . please book me 2 tickets ." }, { "id": 9, "rdf-acts": [ "thank()", "inform((_:booking,category,'Train');(_:booking,ref,'9S9SF2VH');(_:booking,ticket,'120.16 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are good to go . Your reference number is 9S9SF2VH and it will cost 120.16 GBP at the station ." }, { "id": 10, "rdf-acts": [ "thank()", "inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you . I 'll also need a place to stay . I 'd like it to be in the west and it should be moderate in price ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'allenbell');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I can suggest the allenbell ." }, { "id": 12, "rdf-acts": [ "inform((_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds great ! I 'd like a reservation for 5 nights please ." }, { "id": 13, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Certainly , how many people will be staying ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "2 people starting on tuesday . please find me the reference number" }, { "id": 15, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,name,'Allenbell');(_:search,type,'Hotel'))", "inform((_:booking,name,'Hobsons House');(_:booking,ref,'CTYSXIVU');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , Allenbell was not in the west . Hobsons House meets your needs and I have booked you a room . Reference number is : CTYSXIVU ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay . That should do it . Thanks for your help with everything ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You are welcome . enjoy your stay ." } ]
PMUL3679.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:44" ], [ "_:result", "id", "TR1931" ], [ "_:result", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:45" ], [ "_:result", "arrive_by", "11:44" ], [ "_:result", "id", "TR1931" ], [ "_:result", "ref", "?" ], [ "_: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 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:45" ], [ "_:result", "arrive_by", "11:44" ], [ "_:result", "id", "TR1931" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9S9SF2VH" ], [ "_:booking", "ticket", "120.16 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_: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", "food", "chinese" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:45" ], [ "_:result", "arrive_by", "11:44" ], [ "_:result", "id", "TR1931" ], [ "_:result", "ref", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9S9SF2VH" ], [ "_:booking", "ticket", "120.16 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "allenbell" ], [ "_:result", "type", "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", "food", "chinese" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:45" ], [ "_:result", "arrive_by", "11:44" ], [ "_:result", "id", "TR1931" ], [ "_:result", "ref", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9S9SF2VH" ], [ "_:booking", "ticket", "120.16 GBP" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:45" ], [ "_:result", "arrive_by", "11:44" ], [ "_:result", "id", "TR1931" ], [ "_:result", "ref", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "120.16 GBP" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/df46c3d9" ], [ "_:search/df46c3d9", "area", "west" ], [ "_:search/df46c3d9", "name", "Allenbell" ], [ "_:search/df46c3d9", "type", "Hotel" ], [ "_:booking", "name", "Hobsons House" ], [ "_:booking", "ref", "CTYSXIVU" ], [ "_: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,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a 2 star hotel ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'3');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 3 hotels that have a 2 star rating . Is there a price range you are wanting ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not really , but it needs to be in the east and include free wifi ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,amount,'the only');(_:result,area,'east');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'express by holiday inn cambridge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The only hotel that is in the east with free wifi is express by holiday inn cambridge . Would you like to go ahead and book a room ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,stay,'two');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , for two nights please ." }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Before I can book a room for you I need to know a few details . What day would you arrive ? How many days would you stay ? How many people are staying ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))", "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I just need the phone number for the hotel please ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Express by Holiday Inn Cambridge');(_:result,phone,'01223866800');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The phone number for the Express by Holiday Inn Cambridge is 01223866800 . Can I help you with booking for this hotel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'wandlebury country park');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No , but I 'd like to know the address and phone number for wandlebury country park ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,name,'Wandlebury Country Park');(_:result,phone,'01223243830');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number for Wandlebury Country Park is 01223243830 . Is there anything else I can assist you with ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))", "inform((_:search,name,'wandlebury country park');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "May I also get the address for wandlebury country park please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,phone,'0122324380');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The number is 0122324380 ." }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the address , please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'wandlebury ring , gog magog hills , babraham');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is wandlebury ring , gog magog hills , babraham ." }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Was there anything else I could help you with today ?" }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Have all of your needs been met for today ? Do you require further assistance with anything ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No . I have everything I need . Thank you and goodbye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service . Have a great day !" } ]
MUL1028.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "the only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "two" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "stars", "2" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "the only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "two" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "2" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "the only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stay", "two" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "wandlebury country park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "2" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "the only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stay", "two" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:result", "phone", "01223243830" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "wandlebury country park" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "stars", "2" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "the only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stay", "two" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:search", "name", "wandlebury country park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "0122324380" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "stars", "2" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "the only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stay", "two" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:search", "name", "wandlebury country park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "0122324380" ], [ "_:result", "address", "wandlebury ring , gog magog hills , babraham" ], [ "_: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", "stars", "2" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "the only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stay", "two" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:search", "name", "wandlebury country park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "0122324380" ], [ "_:result", "address", "wandlebury ring , gog magog hills , babraham" ], [ "_: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,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for places to go in the centre of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))", "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are 44 places to go in the centre of town . Do you know what you want to do ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Not really . Can you recommend a place ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Trinity Lane');(_:result,category,'architecture');(_:result,name,'Old Schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "If you like architecture , I would recommend Old Schools located on Trinity Lane . It is a nice place to visit ." }, { "id": 4, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds wonderful , can you tell me what the entrance fee is for that ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "They offer free admission . Is there anything else I can help with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Actually yes . I need high priced hotel with free wifi" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "there are 5 choices . to narrow down you need to choose the side of town you prefer" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Area does n't matter , but it should be a guesthouse with a 4 star rating ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "unfortunately , nothing meets that criteria ." }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about a guesthouse with a star rating of 4 that is cheap ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,count,'7');(_:result,name,'Autumn House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 7 options . I recommend Autumn House ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sounds great , thanks ! Can you please book it for 4 people , for 3 nights , starting Saturday ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'2LDTCWH4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Consider it done , you are booked , reference number is 2LDTCWH4 any other questions today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us have a nice day ." } ]
PMUL2945.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", "?" ], [ "_: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", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "Old Schools" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "Old Schools" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "Old Schools" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "Old Schools" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/6bf9dce7" ], [ "_:search/6bf9dce7", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_: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": [ [ "_:result", "area", "centre" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "category", "architecture" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/6bf9dce7" ], [ "_:search/6bf9dce7", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "7" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "category", "architecture" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/6bf9dce7" ], [ "_:search/6bf9dce7", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "7" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "2LDTCWH4" ], [ "_: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,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "We are visiting for a couple days and would like to see some boat attractions in town . What do you have available ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Depends on what area of town you 'll be visiting ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I have n't decided on what area of town I will be staying in , I would just like to know the boat attractions please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'only');(_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,category,'boat');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are only boat attractions in the east , north and centre so If i was you I would n't stay in the west or south ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Ok . I would like the name of a specific boat attraction please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'camboats');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The camboats in the east side is highly suggested . Would you like any information on them ?" }, { "id": 6, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the entrance fee ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,category,'boat');(_:result,entrance_fee,'none have entrance fees listed');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry , but I have checked all the boat attractions in the other areas of town and none have entrance fees listed . Can I help with something else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'huntingdon marriott hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you get me information about Huntingdon Marriott Hotel ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'kingfisher way , hinchinbrook business park , huntingdon');(_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,phone,'01480446000');(_:result,postcode,'pe296fl');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It 's an expensive 4 star hotel at kingfisher way , hinchinbrook business park , huntingdon on the west side of town . Phone number is 01480446000 and postcode is pe296fl . Provides free internet / parking ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can I book lodging for 7 people starting on Saturday ? We 're staying for 4 nights ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'GOL43A42');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful , your reference number is GOL43A42 . What else can I help you with today ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,leave_at,'17:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi between the two places that leaves the hotel by 17:15 , please ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'a blue audi');(_:result,phone,'07750823972');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "You are all set . Be expecting a blue Audi . Please call 07750823972 should you need to reach them ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL2653.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "category", "boat" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:result", "amount", "only" ], [ "_:result", "category", "boat" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "name", "camboats" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:result", "amount", "only" ], [ "_:search", "category", "boat" ], [ "_:result", "area", "east" ], [ "_:result", "name", "camboats" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "boat" ], [ "_:result", "entrance_fee", "none have entrance fees listed" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "huntingdon marriott hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:result", "amount", "only" ], [ "_:search", "category", "boat" ], [ "_:result", "name", "camboats" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "none have entrance fees listed" ], [ "_:search", "name", "huntingdon marriott hotel" ], [ "_:result", "address", "kingfisher way , hinchinbrook business park , huntingdon" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01480446000" ], [ "_:result", "postcode", "pe296fl" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_: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", "dontcare" ], [ "_:result", "amount", "only" ], [ "_:search", "category", "boat" ], [ "_:result", "name", "camboats" ], [ "_:result", "entrance_fee", "none have entrance fees listed" ], [ "_:search", "name", "huntingdon marriott hotel" ], [ "_:result", "address", "kingfisher way , hinchinbrook business park , huntingdon" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01480446000" ], [ "_:result", "postcode", "pe296fl" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "GOL43A42" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:result", "amount", "only" ], [ "_:search", "category", "boat" ], [ "_:result", "name", "camboats" ], [ "_:result", "entrance_fee", "none have entrance fees listed" ], [ "_:search", "name", "huntingdon marriott hotel" ], [ "_:result", "address", "kingfisher way , hinchinbrook business park , huntingdon" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "pe296fl" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "GOL43A42" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "a blue audi" ], [ "_:result", "phone", "07750823972" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm planning a trip and need some suggestions . I 'm looking for places to go in town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'close to 80');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sure we can find you something you will really love . I have close to 80 attractions to choose from . Did you have a certain type of attraction in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'nightclubs');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can I get some information on nightclubs in the east area ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,category,'nightclubs');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry I do n't have any nightclubs there . Would another part of town work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "how about one that is in the type of museum ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'High Street');(_:result,area,'East');(_:result,category,'museums');(_:result,count,'4');(_:result,entrance_fee,'free');(_:result,name,'Gallery at Twelve');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have 4 fantastic museums in the East . My personal favorite is the Gallery at Twelve a High Street , it is free to get in !" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could I have the phone number and postcode ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'01223295264');(_:result,postcode,'cb15dh');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Of course ! Their postcode is cb15dh and they can be reached at 01223295264 . Can I help you find a restaurant in the area ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No but I need a hotel ." }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "anything in particular you had in mind and when is your stay ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to be in the same area as the attraction" }, { "id": 11, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))", "inform((_:result,area,'east');(_:result,count,'7');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 7 results for places to stay in the east , would you prefer a guesthouse or hotel ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'dontcare');(_:search,has_parking,'no');(_:search,pricerange,'moderately');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care about that . I do need a 4-star , moderately priced accommodation in the east area , but it does n't need to have free parking ." }, { "id": 13, "rdf-acts": [ "inform((_:result,name,'A and B Guest House');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'd recommend the A and B Guest House . It meets your criteria . Would you like to book a room ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . 1 person , 3 nights from Monday on ." }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I will work on getting this booked and be back with you shortly ." }, { "id": 16, "rdf-acts": [ "inform((_:search,name,'A and B Guest House');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I will be waiting for my reference number for 1 person for 3 nights at A and B Guest House ." }, { "id": 17, "rdf-acts": [ "inform((_:booking,ref,'WBJGAOT8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : WBJGAOT8 ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help planning my trip . I think that 's everything I need for now . Have a great day !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Have a great day too ! Good bye ." } ]
PMUL4019.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "close to 80" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "category", "nightclubs" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "close to 80" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/caa55184" ], [ "_:search/caa55184", "category", "nightclubs" ], [ "_:search/caa55184", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "close to 80" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/caa55184" ], [ "_:search/caa55184", "category", "nightclubs" ], [ "_:search/caa55184", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "High Street" ], [ "_:result", "area", "East" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "4" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Gallery at Twelve" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "close to 80" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/caa55184" ], [ "_:search/caa55184", "category", "nightclubs" ], [ "_:search/caa55184", "type", "Attraction" ], [ "_:result", "address", "High Street" ], [ "_:result", "area", "East" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "4" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Gallery at Twelve" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "postcode", "cb15dh" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "close to 80" ], [ "_:system", "canthelp", "_:search/caa55184" ], [ "_:search/caa55184", "category", "nightclubs" ], [ "_:search/caa55184", "type", "Attraction" ], [ "_:result", "address", "High Street" ], [ "_:result", "area", "East" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "4" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Gallery at Twelve" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "postcode", "cb15dh" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "close to 80" ], [ "_:system", "canthelp", "_:search/caa55184" ], [ "_:search/caa55184", "category", "nightclubs" ], [ "_:search/caa55184", "type", "Attraction" ], [ "_:result", "address", "High Street" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Gallery at Twelve" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "postcode", "cb15dh" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "category", "dontcare" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "close to 80" ], [ "_:system", "canthelp", "_:search/caa55184" ], [ "_:search/caa55184", "category", "nightclubs" ], [ "_:search/caa55184", "type", "Attraction" ], [ "_:result", "address", "High Street" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "postcode", "cb15dh" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "count", "7" ], [ "_:search", "area", "east" ], [ "_:search", "category", "dontcare" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4-star" ], [ "_:result", "name", "A and B Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "amount", "close to 80" ], [ "_:system", "canthelp", "_:search/caa55184" ], [ "_:search/caa55184", "category", "nightclubs" ], [ "_:search/caa55184", "type", "Attraction" ], [ "_:result", "address", "High Street" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "postcode", "cb15dh" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "count", "7" ], [ "_:search", "area", "east" ], [ "_:search", "category", "dontcare" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4-star" ], [ "_:result", "name", "A and B Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "A and B Guest House" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "amount", "close to 80" ], [ "_:system", "canthelp", "_:search/caa55184" ], [ "_:search/caa55184", "category", "nightclubs" ], [ "_:search/caa55184", "type", "Attraction" ], [ "_:result", "address", "High Street" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "postcode", "cb15dh" ], [ "_:booking", "day", "?" ], [ "_:result", "area", "east" ], [ "_:result", "count", "7" ], [ "_:search", "area", "east" ], [ "_:search", "category", "dontcare" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4-star" ], [ "_:result", "name", "A and B Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "A and B Guest House" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "WBJGAOT8" ], [ "_: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,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay with free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,category,'hotels');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ok , I have several hotels . Any particular location ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Location does n't really matter as long as there 's free parking available ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have several available . What is your price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Between $ 100-$300 per night ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Gonville Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the Gonville Hotel located in the centre area of town ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "What is their postcode ?" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Their postcode is cb11Iy , address gonville place , phone 0122336661 they have wifi and free parking too . Would you like me to book this for you ?" } ]
PMUL1808.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for an expensive restaurant that serves italian food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,food,'italian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 5 expensive restaurants that serves italian , which area are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't care" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Caffe Uno');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Caffe Uno is located in the city centre ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "May I have the address and phone number please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'32 Bridge Street City Centre');(_:result,name,\"Caffe Uno 's\");(_:result,phone,'01223 448620');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Caffe Uno 's telephone number is 01223 448620 and the address is 32 Bridge Street City Centre ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Have a good evening ." } ]
WOZ20358.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Caffe Uno" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "32 Bridge Street City Centre" ], [ "_:result", "name", "Caffe Uno 's" ], [ "_:result", "phone", "01223 448620" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train from stansted airport to cambridge , please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'133');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 133 trains that make that trip , do you have a day and time ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'17:15');(_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I need to leave on Sunday and arrive by 17:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'16:52');(_:result,departure,'the airport');(_:result,id,'TR7744');(_:result,leave_at,'16:24');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR7744 that leaves the airport at 16:24 and will get you there by 16:52 . Would you like me to book you a ticket ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "How much is the ticket ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'8.08 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The tickets are 8.08 pounds per ticket . Would you like to book the train ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not at the moment . Thank you ." }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need right now . Thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a wonderful day ." } ]
SNG0363.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "133" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "133" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:52" ], [ "_:result", "departure", "the airport" ], [ "_:result", "id", "TR7744" ], [ "_:result", "leave_at", "16:24" ], [ "_: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", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "133" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:52" ], [ "_:result", "departure", "the airport" ], [ "_:result", "id", "TR7744" ], [ "_:result", "leave_at", "16:24" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "133" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:52" ], [ "_:result", "departure", "the airport" ], [ "_:result", "id", "TR7744" ], [ "_:result", "leave_at", "16:24" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Do you have any museums there ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have several ? A particular area you are looking for ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'm not quite sure yet . What are the entrance fees for the museums ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'most');(_:result,entrance_fee,'3.50 pounds');(_:result,entrance_fee,'5 pounds');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Museum of Technology');(_:result,name,'Cambridge and County Folk Museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Most are free , but the Cambridge Museum of Technology is 5 pounds and the Cambridge and County Folk Museum is 3.50 pounds ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'Cambridge Museum');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you find me a train that goes to the Cambridge Museum on Wednesday from Cambridge ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:search,type,'Train'))" ], "speaker": "system", "text": "I 'm sorry , I do n't think the train goes within the city . Could I book you a taxi , instead ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "actually , i need a train from cambridge to ely ." }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'multiple');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There multiple trains departing from Cambridge to Ely . What day and time of departure did you have in mind ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,leave_at,'8:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "i want to leave after 8:15 on wednesday" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'10:07');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,leave_at,'9:50');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train leaving Cambridge at 9:50 arriving in Ely at 10:07 . Would that work for you ? Would you like me to make a reservation ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes that would work . Please book the reservation . Could I please get the reference number ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,people,'one');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "i just want to confirm if i am booking one ticket" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'seven');(_:search,type,'Train'))" ], "speaker": "user", "text": "No I need to book seven tickets ." }, { "id": 13, "rdf-acts": [ "inform((_:result,ref,'H4BYPL6F');(_:result,ticket,'30.8 GBP');(_:result,type,'Train'))", "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Perfect , the train is booked for 7 people . The total is 30.8 GBP and the reference number is H4BYPL6F . Is there anything else I can assist you with today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . Have an amazing day . Goodbye !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a great day as well . Good bye ." } ]
PMUL1064.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", "amount", "several" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "most" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Museum of Technology" ], [ "_:result", "name", "Cambridge and County Folk Museum" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Cambridge Museum" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "most" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Museum of Technology" ], [ "_:result", "name", "Cambridge and County Folk Museum" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "wednesday" ], [ "_:system", "canthelp", "_:search/49b1830f" ], [ "_:search/49b1830f", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Museum of Technology" ], [ "_:result", "name", "Cambridge and County Folk Museum" ], [ "_:system", "canthelp", "_:search/49b1830f" ], [ "_:search/49b1830f", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "amount", "multiple" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "8:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Museum of Technology" ], [ "_:result", "name", "Cambridge and County Folk Museum" ], [ "_:system", "canthelp", "_:search/49b1830f" ], [ "_:search/49b1830f", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "amount", "multiple" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "8:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "10:07" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "leave_at", "9:50" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Museum of Technology" ], [ "_:result", "name", "Cambridge and County Folk Museum" ], [ "_:system", "canthelp", "_:search/49b1830f" ], [ "_:search/49b1830f", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "amount", "multiple" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "8:15" ], [ "_:result", "arrive_by", "10:07" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "leave_at", "9:50" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "people", "one" ], [ "_:search", "people", "seven" ], [ "_: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", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Museum of Technology" ], [ "_:result", "name", "Cambridge and County Folk Museum" ], [ "_:system", "canthelp", "_:search/49b1830f" ], [ "_:search/49b1830f", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "amount", "multiple" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "8:15" ], [ "_:result", "arrive_by", "10:07" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "leave_at", "9:50" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "seven" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "H4BYPL6F" ], [ "_:result", "ticket", "30.8 GBP" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "7" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Are there any trains from London Kings Cross to Cambridge ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'serveal');(_:result,departure,'London Kings Cross');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Yes there are serveal trains leaving from London Kings Cross to Cambridge what time would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'08:30');(_:search,day,'monday');(_:search,leave_at,'dontcare');(_:search,type,'Train'))" ], "speaker": "user", "text": "I do n't care as long as I arrive by 08:30 on monday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'6:08');(_:result,departure,'London Kings Cross');(_:result,destination,'Cambridge');(_:result,id,'TR0379');(_:result,leave_at,'05:17');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR0379 leaves London Kings Cross at 05:17 and arrives in Cambridge at 6:08 . Would you like me to book that for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please , Could you book 8 tickets and provide the reference number ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR0378');(_:booking,ref,'K3KI84VN');(_:booking,ticket,'188.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , the train is actually number TR0378 and your reference number is K3KI84VN . The price will be 188.8 GBP payable at the station . Is there anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'wagamama');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 've heard something about a restaurant , I think it 's called Wagamama or something like that . Can you help me find it ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'36 Saint Andrews Street');(_:result,food,'Japanese');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "That restaurant is found at 36 Saint Andrews Street and serves Japanese food . Do you need their phone number or any other details ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'13:00');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can O book a table for 8 people at 13:00 on monday too ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'CFC04U75');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're reference number is CFC04U75 . Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that was all . Thanks . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a nice day ." } ]
MUL1508.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "serveal" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "serveal" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0379" ], [ "_:result", "leave_at", "05:17" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "serveal" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0379" ], [ "_:result", "leave_at", "05:17" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR0378" ], [ "_:booking", "ref", "K3KI84VN" ], [ "_:booking", "ticket", "188.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "wagamama" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "serveal" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0379" ], [ "_:result", "leave_at", "05:17" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR0378" ], [ "_:booking", "ref", "K3KI84VN" ], [ "_:booking", "ticket", "188.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "wagamama" ], [ "_:result", "address", "36 Saint Andrews Street" ], [ "_:result", "food", "Japanese" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "serveal" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0379" ], [ "_:result", "leave_at", "05:17" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR0378" ], [ "_:booking", "ticket", "188.8 GBP" ], [ "_:search", "name", "wagamama" ], [ "_:result", "address", "36 Saint Andrews Street" ], [ "_:result", "food", "Japanese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "CFC04U75" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I 'm looking for a train , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Of course . Where will you be departing from and arriving ? When would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave from Cambridge on Sunday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'202');(_:result,day,'sunday');(_:result,departure,'cambridge');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 202 trains leaving cambridge on sunday , do you have a destination or time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'norwich');(_:search,leave_at,'10:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "Well , I 'm thinking I need to leave sometime after 10:45 for Norwich ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'12:55');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,leave_at,'11:36');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train leaving Cambridge for Norwich at 11:36 which arrives at 12:55 . Shall I book it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'd like one ticket please ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'23G7RUXL');(_:booking,ticket,'14.08 pounds');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . The ticket fee is 14.08 pounds and is payable at the station . Your reference number is 23G7RUXL . May I assist you with anything else today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much . I am all set . Have a nice day ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You too . Good bye ." } ]
SNG0324.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "202" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "202" ], [ "_:result", "day", "sunday" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "10:45" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "leave_at", "11:36" ], [ "_: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", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "202" ], [ "_:result", "day", "sunday" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "10:45" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "leave_at", "11:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "23G7RUXL" ], [ "_:booking", "ticket", "14.08 pounds" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to find an east side restaurant that is expensive ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are five restaurants matching your request . What kind of food would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Chinese food sound good ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden serves chinese food , is in the east part of town and is in the expensive price range . Would you like their location ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is their address and postcode ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'529 Newmarket Road Fen Ditton');(_:result,name,'yu garden');(_:result,phone,'01223 248882');(_:result,postcode,'8 P.A');(_:result,postcode,'C.B 5');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden chinese east expensive 01223 248882 529 Newmarket Road Fen Ditton C.B 5 , 8 P.A" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "thank you and good bye" } ]
WOZ20016.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "yu garden" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "529 Newmarket Road Fen Ditton" ], [ "_:result", "name", "yu garden" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "postcode", "8 P.A" ], [ "_:result", "postcode", "C.B 5" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'17:15');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train arriving by 17:15 departing from cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where is your destination ? And what day would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,\"bishops ' stortford\");(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to go to bishops ' stortford on Sunday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'16:07');(_:result,destination,'Bishops Stortford');(_:result,id,'TR3600');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR3600 will arrive at 16:07 to Bishops Stortford . Do you need me to book that for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , please . I 'm travelling alone , but could you give me the price as well ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'ODVZEU6H');(_:booking,ticket,'8.08 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 8.08 GBP payable at the station . Your reference number is ODVZEU6H . Will that be all ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'five');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can yo also find a guesthouse with a five star rating ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,category,'guesthouse');(_:search,stars,'5');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "there are no 5 star guesthouse" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about a 5 star hotel" }, { "id": 9, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,stars,'five');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry there are no five star hotels either . Would you like to look for a different place to stay ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "A four star with free parking would be fine" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,area,'centre');(_:result,area,'west');(_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are two hotels on the west side and one located in the centre of town . Do you have a specific area you would like to be in ?" }, { "id": 12, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No , it does n't matter . Which ever you recommend would be fine . I do need to get the postcode for it ." }, { "id": 13, "rdf-acts": [ "inform((_:result,name,'the university arms hotel');(_:result,postcode,'cb21ad');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I will recommend the university arms hotel and the postcode for it is cb21ad ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that was everything I needed for this trip . Have a great day !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day !" } ]
PMUL4956.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "bishops ' stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "bishops ' stortford" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "id", "TR3600" ], [ "_: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", "arrive_by", "17:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "bishops ' stortford" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "id", "TR3600" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ticket", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ODVZEU6H" ], [ "_:booking", "ticket", "8.08 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "five" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "bishops ' stortford" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "id", "TR3600" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ticket", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ODVZEU6H" ], [ "_:booking", "ticket", "8.08 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/8cce47cb" ], [ "_:search/8cce47cb", "category", "guesthouse" ], [ "_:search/8cce47cb", "stars", "5" ], [ "_:search/8cce47cb", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "bishops ' stortford" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "id", "TR3600" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ticket", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ODVZEU6H" ], [ "_:booking", "ticket", "8.08 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/8cce47cb" ], [ "_:search/8cce47cb", "category", "guesthouse" ], [ "_:search/8cce47cb", "stars", "5" ], [ "_:search/8cce47cb", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/52bc4c40" ], [ "_:search/52bc4c40", "category", "hotels" ], [ "_:search/52bc4c40", "stars", "five" ], [ "_:search/52bc4c40", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "bishops ' stortford" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "id", "TR3600" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ticket", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ODVZEU6H" ], [ "_:booking", "ticket", "8.08 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/8cce47cb" ], [ "_:search/8cce47cb", "category", "guesthouse" ], [ "_:search/8cce47cb", "stars", "5" ], [ "_:search/8cce47cb", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/52bc4c40" ], [ "_:search/52bc4c40", "category", "hotels" ], [ "_:search/52bc4c40", "stars", "five" ], [ "_:search/52bc4c40", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "bishops ' stortford" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "id", "TR3600" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ticket", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ODVZEU6H" ], [ "_:booking", "ticket", "8.08 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/8cce47cb" ], [ "_:search/8cce47cb", "category", "guesthouse" ], [ "_:search/8cce47cb", "stars", "5" ], [ "_:search/8cce47cb", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/52bc4c40" ], [ "_:search/52bc4c40", "category", "hotels" ], [ "_:search/52bc4c40", "stars", "five" ], [ "_:search/52bc4c40", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "name", "the university arms hotel" ], [ "_:result", "postcode", "cb21ad" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need to find a hospital here in town ." }, { "id": 1, "rdf-acts": [ "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "I have the Addenbrookes Hospital on Hills Road in Cambridge . Does that work ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "it does may I please have the postcode and phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))", "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "Of course ! The postcode is CB20QQ and you can reach the main hospital at 01223245151 . Was there a specific department you were looking for ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thanks , just the general info is fine ." }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The postcode is CB20QQ and you can reach the main hospital at 01223245151 . Do you need anything else ?" }, { "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 . Please call us again if you have further needs . Goodbye ." } ]
SNG01904.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "phone", "01223245151" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,leave_at,'20:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train that departs from Ely anytime after 20:15 ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))", "inform((_:result,amount,'many');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have many . Which day would you be traveling on ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be traveling on Friday ." }, { "id": 3, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be going , Cambridge ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I will be going to Cambridge ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR0292');(_:result,leave_at,'21:35');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR0292 will leave at 21:35 would that work for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Attraction'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes I need the price . Also , I am traveling in the east , can you recommend a good place to go ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'entertainment');(_:result,name,'funky fun house');(_:result,ticket,'4.40 pounds');(_:result,type,'Attraction');(_:result,type,'Train'))" ], "speaker": "system", "text": "4.40 pounds payable at the station . The funky fun house is a great place for entertainment . I ca n't quote the price on that though sorry ." }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That s okay . Can i just have their address and postcode ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , it is 8 mercers row , mercers row industrial estate and the postal code is cb58hy" }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you tell me the entrance fee please ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'not listed');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Unfortunately the entrance fee is not listed . Can I help you find anything else ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No thanks . I think that answered all my questions . Have a nice day . Bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thanks for using the Cambridge TownInfo centre and have a great day !" } ]
MUL1786.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR0292" ], [ "_:result", "leave_at", "21:35" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR0292" ], [ "_:result", "leave_at", "21:35" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "entertainment" ], [ "_:result", "name", "funky fun house" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Attraction" ], [ "_:result", "type", "Train" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR0292" ], [ "_:result", "leave_at", "21:35" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "entertainment" ], [ "_:result", "name", "funky fun house" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:result", "postcode", "cb58hy" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR0292" ], [ "_:result", "leave_at", "21:35" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "entertainment" ], [ "_:result", "name", "funky fun house" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:result", "postcode", "cb58hy" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "not listed" ], [ "_:result", "type", "Attraction" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'pizza hut city centre');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address for find pizza hut city centre ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Regent Street City Centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address for that restaurant is Regent Street City Centre ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'18:00');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you , can you book a table for 2 on Friday at 18:00" }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry . The restaurant is fully booked at that time . What other day or time slot would be good for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'17:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please try Friday at 17:00 . It should be less crowded then ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'CQV6JDS3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : CQV6JDS3 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for the help ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You are more than welcome !" } ]
SNG01671.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "pizza hut city centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "pizza hut city centre" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "pizza hut city centre" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/2d127589" ], [ "_:booking/2d127589", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "pizza hut city centre" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/2d127589" ], [ "_:booking/2d127589", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "CQV6JDS3" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'good luck');(_:search,destination,'alpha - milton guest house');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to pick me up at The Good Luck Chinese Food Takeaway to take me to Alpha - Milton Guest House ." }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Of course ; can you tell me what time you need to leave or arrive by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'18:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will need to be there by 18:15 please ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t yellow volvo \n Contact number \t : \t 07057945339" } ]
SNG01507.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "good luck" ], [ "_:search", "destination", "alpha - milton guest house" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "good luck" ], [ "_:search", "destination", "alpha - milton guest house" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I am looking for an early evening train leaving from Cambridge . Is there one available ?" }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day will you be travelling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "Tuesday going to bishops stortford please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'10');(_:result,day,'Tuesday');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 10 trains for you on Tuesday . What time would you like to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would need to arrive by 16:30 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'16:07');(_:result,id,'TR8017');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR8017 arriving at 16:07 , is that good for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "How much will it cost and how long will the trip take ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,duration,'38 minutes');(_:result,ticket,'10.10 pounds per person');(_:result,type,'Train'))" ], "speaker": "system", "text": "It is a 38 minutes drive and the cost is 10.10 pounds per person ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'dontcare');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a guesthouse to stay in . It does n't need to have free parking or internet ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Let 's narrow down our search . What price range would you like to be in ?" } ]
PMUL3230.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Tuesday" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR8017" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Tuesday" ], [ "_:search", "arrive_by", "16:30" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR8017" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "38 minutes" ], [ "_:result", "ticket", "10.10 pounds per person" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel called a and b guest house ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,category,'guest house');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "That guest house is moderately priced and located in the east . Would you like to make a reservation ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Do they provide free parking and internet ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They have free internet offered but not parking ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That 's fine I guess . I need to reserve a table at an expensive restaurant in the centre part of town , can you help me ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,name,'A and B Guesthouse');(_:booking,type,'Booking');(_:result,area,'Centre');(_:result,count,'33');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I show 33 expensive restaurants in the Centre area of town . Before we narrow down your restaurant selection , let 's complete your reservation with A and B Guesthouse ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,food,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i please get the address , postcode , and food type" }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'Bedouin');(_:booking,type,'Booking');(_:result,address,'100 Mill Rd');(_:result,food,'African');(_:result,postcode,'CB12BD');(_:result,postcode,'Centre');(_:result,postcode,'City');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , I can book you at Bedouin - address is 100 Mill Rd City Centre , CB12BD and they serve African food ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I needed today ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're quite welcome , have a wonderful time in Cambridge !" } ]
MUL1305.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ], [ "_:result", "has_parking", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guest house" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "A and B Guesthouse" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "Centre" ], [ "_:result", "count", "33" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guest house" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "Centre" ], [ "_:result", "count", "33" ], [ "_:result", "pricerange", "expensive" ], [ "_:booking", "name", "Bedouin" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Rd" ], [ "_:result", "food", "African" ], [ "_:result", "postcode", "CB12BD" ], [ "_:result", "postcode", "Centre" ], [ "_:result", "postcode", "City" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'leicester');(_:search,leave_at,'9:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train from leicester sometime after 9:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "I can assist you with that . What day would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to be in Cambridge on Monday please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR0032');(_:result,leave_at,'10:09');(_:result,type,'Train'))", "thank()", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Very well . The earliest train is TR0032 , which leaves at 10:09 . Is that alright ?" }, { "id": 4, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Could you give me the arrival time and price on that please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR0032');(_:result,leave_at,'11:54');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR0032 arrives at 11:54 and costs 37.80 pounds . May I book that for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes , that would be terrific ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'I6NJ8FUB');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great , I have booked your ticket , your reference number is : I6NJ8FUB . may I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you for everything ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a nice day . Good bye ." } ]
SNG0344.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:search", "leave_at", "9:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:search", "leave_at", "9:30" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:search", "leave_at", "9:30" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR0032" ], [ "_:result", "leave_at", "10:09" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:search", "leave_at", "9:30" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "id", "TR0032" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:search", "leave_at", "9:30" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "id", "TR0032" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "I6NJ8FUB" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for information about train bookings , can you assist me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Gladly . On what day are you traveling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'14:45');(_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be traveling on Sunday and need to arrive in Cambridge by 14:45" }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will your departure be from ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Leaving from Birmingham New Street ." }, { "id": 5, "rdf-acts": [ "inform((_:result,leave_at,'05:40');(_:result,leave_at,'one nearly every hour until 11:40');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How early do you want to leave ? The first train departs at 05:40 and there 's one nearly every hour until 11:40" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "It does n't really matter but early would be nice ." }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR9462');(_:result,leave_at,'07:40');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , the TR9462 leaves at 07:40 so its early enough but not too early . Will that work for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "Perfect . Can I get a booking for 4 people please ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'TR9462');(_:booking,people,'4');(_:booking,ref,'GO1L3W48');(_:booking,ticket,'240.32');(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Of course . Your booking of 4 tickets for the train TR9462 was successful . The cost will be 240.32 payable at the station . Your reference number is GO1L3W48 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ok , I am also looking for a cheap guesthouse to stay in . Can you tell me what 's available ?" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouse');(_:result,count,'9');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 9 entries that fit your criteria . What area would you like the guesthouse to be in ? What about the number of stars ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like 0 stars and needs to be cheap ." }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'city centre north b and b');(_:result,stars,'0');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "city centre north b and b \t is a great pick ! It 's located in the north part of town and has 0 stars but includes both internet and parking ." }, { "id": 14, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Thanks , what 's their phone number and address ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,address,'328a histon road');(_:result,phone,'01223312843');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Phone number is 01223312843 and address is 328a histon road . Do you need anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . I appreciate all of your help today ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thanks for using the TownInfo centre , and I hope you enjoy your stay in Cambridge !" } ]
PMUL1712.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "14:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "14:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "14:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "leave_at", "05:40" ], [ "_:result", "leave_at", "one nearly every hour until 11:40" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "14:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "id", "TR9462" ], [ "_:result", "leave_at", "07:40" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "14:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "id", "TR9462" ], [ "_:result", "leave_at", "07:40" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9462" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "GO1L3W48" ], [ "_:booking", "ticket", "240.32" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_: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", "arrive_by", "14:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "id", "TR9462" ], [ "_:result", "leave_at", "07:40" ], [ "_:search", "leave_at", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9462" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "GO1L3W48" ], [ "_:booking", "ticket", "240.32" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "14:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "id", "TR9462" ], [ "_:result", "leave_at", "07:40" ], [ "_:search", "leave_at", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9462" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "GO1L3W48" ], [ "_:booking", "ticket", "240.32" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "9" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "14:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "id", "TR9462" ], [ "_:result", "leave_at", "07:40" ], [ "_:search", "leave_at", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9462" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "GO1L3W48" ], [ "_:booking", "ticket", "240.32" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "9" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "stars", "0" ], [ "_:result", "address", "328a histon road" ], [ "_:result", "phone", "01223312843" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,leave_at,'15:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "i need a train that leaves norwich after 15:00" }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "I can help you with that . What day would you like to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave on Sunday and arrive in Cambridge please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'9');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 9 trains available . Do you have an arrival or departure time preference ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'15:00');(_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "No arrival preference but it will need to leave after 15:00 . Any one is fine . I 'll need a booking for 3 people ." }, { "id": 5, "rdf-acts": [ "bye()", "inform((_:booking,category,'Train');(_:booking,leave_at,'15:16');(_:booking,ref,'RZKWMA85');(_:booking,ticket,'42.24 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 42.24 GBP payable at the station . \n Reference number is : RZKWMA85 . It leaves at 15:16 . Thank you and have a good day ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would also like more info in a place I would like to eat at ." }, { "id": 7, "rdf-acts": [ "request((_:search,name,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Absolutely . What is the name of the restaurant you have in mind ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'dojo noodle bar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The restaurant I am looking for is Dojo Noodle Bar ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Dojo Noodle Bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have found the Dojo Noodle Bar , would you like me to book it for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'20:30');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please book it for 3 people on sunday at 20:30" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'9P2XXWAS');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've gone ahead and booked , the reference number is 9P2XXWAS , can I help with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's it . Thank you for your help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for allowing me to help you . Have a great day ." } ]
PMUL4700.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "people", "3" ], [ "_:system", "dismissed", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "15:16" ], [ "_:booking", "ref", "RZKWMA85" ], [ "_:booking", "ticket", "42.24 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "people", "3" ], [ "_:system", "dismissed", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "15:16" ], [ "_:booking", "ref", "RZKWMA85" ], [ "_:booking", "ticket", "42.24 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "dojo noodle bar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "9" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:system", "dismissed", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "15:16" ], [ "_:booking", "ref", "RZKWMA85" ], [ "_:booking", "ticket", "42.24 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "dojo noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Dojo Noodle Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "20:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "9" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:system", "dismissed", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "15:16" ], [ "_:booking", "ticket", "42.24 GBP" ], [ "_:search", "name", "dojo noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Dojo Noodle Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "20:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "9P2XXWAS" ], [ "_: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": "What is the address for the Addensbrookes Hospital near me ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))", "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "The Addenbrookes Hospital is located at Hills Rd , Cambridge . Can I help you find the phone number for a certain department ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Actually I need the general phone number for the hospital , please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))", "reqmore()" ], "speaker": "system", "text": "I can certainly provide that to you . Their main contact number is 01223245151 . Can I assist you with anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all . Thanks ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Okay , have a great day !" } ]
SNG0186.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "type", "Hospital" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "type", "Hospital" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'12:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train going to Cambridge that 'll leave after 12:15 ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "what day of the week do you want to travel" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Trusday , I need to leave by the london liverpool street station ." }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR3257');(_:result,leave_at,'13:39');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR3257 leaves at 13:39 for 16.60 pounds . Would you like me to book that for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes . Also , what will be the arrival time ? And , what is the train ID ? Thanks so much !" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'15:07');(_:result,destination,'cambridge');(_:result,id,'TR3257');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "The train is number TR3257 . It arrives in cambridge at 15:07 . How many tickets would you like ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i am , Also looking for a place to stay . The hotel should be in the north and should be in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))", "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,area,'north');(_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 11 places to stay in the north . Do you prefer a guesthouse or hotel ? And do you need internet or parking ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd prefer a guesthouse . A 4 star one , if possible ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'7');(_:result,pricerange,'moderately prices');(_:result,stars,'four');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 7 guesthouses available in the north that are moderately prices and four stars . Would you like to book one of these rooms ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,has_parking,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Do any have both free parking and internet ? If so , I 'll need their phone number ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'limehouse');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The limehouse meets your needs including internet and wifi , shall I book you or provide more info ?" }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can I have their phone number , please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,phone,'01223300552');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , it is 01223300552" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all I need . Thank you !" }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Thank you for using our services . Have we met all of your needs today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes thanks , that will be all ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "It was a pleasure to help today . Have a good afternoon . Bye ." } ]
PMUL4665.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR3257" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR3257" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR3257" ], [ "_:search", "people", "?" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR3257" ], [ "_:search", "people", "?" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "7" ], [ "_:result", "pricerange", "moderately prices" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR3257" ], [ "_:search", "people", "?" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "7" ], [ "_:result", "pricerange", "moderately prices" ], [ "_:result", "stars", "four" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "limehouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR3257" ], [ "_:search", "people", "?" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "7" ], [ "_:result", "pricerange", "moderately prices" ], [ "_:result", "stars", "four" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "limehouse" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223300552" ], [ "_: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", "destination", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR3257" ], [ "_:search", "people", "?" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "7" ], [ "_:result", "pricerange", "moderately prices" ], [ "_:result", "stars", "four" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "limehouse" ], [ "_:result", "phone", "01223300552" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'teenage cancer trust unit');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I got injured and are looking for a hospital nearby it should have the teenage cancer trust unit department" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,department,'teenage cancer trust unit');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital is located at Hills Rd , Cambridge and has a teenage cancer trust unit . Do you need their phone ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Yes , please . Also their address and postcode ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223274222');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital is on Hills Rd , Cambridge and Postcode CB20QQ . The phone for that unit is 01223274222 . Anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I think that will do it . Thanks for the information ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You are welcome , best of luck with everything ." } ]
SNG01399.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "teenage cancer trust unit" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "teenage cancer trust unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "teenage cancer trust unit" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "teenage cancer trust unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "teenage cancer trust unit" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "phone", "01223274222" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Need a place to eat in the south of town that has moroccan food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'south');(_:search,food,'Moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately , there are no Moroccan restaurants in the south part of Cambridge . Could I help you find one with a different type or location ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about one with indian food ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,name,'Taj Tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "I have place . Oh , and it 's a great place too . It 's called Taj Tandoori . It 's on the expensive side . They are in the south part of town . How does that sound ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'19:30');(_:search,people,'three');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can I book a table for three people at 19:30 on Tuesday ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "The booking was unsuccessful , do you have any other choices in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Another indian restaurant will due , and I 'll need my reference number too please ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,day,'Tuesday');(_:booking,duration,'19:30');(_:booking,people,'3');(_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , I checked every Indian restaurant in the city and could not find a table for 3 people on Tuesday at 19:30 . Do you have another time perhaps ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,duration,'18:30');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you try 18:30 ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,day,'Tuesday');(_:booking,duration,'18:30');(_:booking,name,'Taj Tandoori');(_:booking,ref,'8L32ED7Q');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book Taj Tandoori for 18:30 on Tuesday . The reference number is 8L32ED7Q ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a place to stay . I would like it be in the same area of the restaurant and with a 4 star rating ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Aylesbray lodge guest house');(_:result,name,\"Rosa 's bed and breakfast\");(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the Aylesbray lodge guest house and Rosa 's bed and breakfast available ." }, { "id": 12, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are either of them moderately priced ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,name,'Aylesbury');(_:result,name,\"Rosa 's\");(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Rosa 's is actually cheap and Aylesbury is moderately priced ." }, { "id": 14, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does the Aylesbury have free wifi ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes it does , would you like any more info on the room ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please book it for 3 people and 3 nights starting Tuesday ." }, { "id": 17, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately their booked for that time , would you like to change the day for booking ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about 2 nights ?" }, { "id": 19, "rdf-acts": [ "inform((_:booking,ref,'X2FC2VN3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book that , reference number is X2FC2VN3 ." }, { "id": 20, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would also like to book a taxi to commute between the two places ." }, { "id": 21, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I need one more information . Do you have a time preference of when to leave or arrive ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,arrive_by,'time for my restaurant reservation');(_:search,day,'tuesday');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will need to arrive in time for my restaurant reservation on tuesday ." }, { "id": 23, "rdf-acts": [ "inform((_:result,car,'white ford');(_:result,phone,'07803520714');(_:result,type,'Taxi'))", "reqmore()", "thank()" ], "speaker": "system", "text": "Ah , that makes sense . I 've booked it , a white ford should be there to pick you up . The contact number is 07803520714 . Can I help you with anything else ?" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all . Thank you !" }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "It has been a pleasure . Take care . Good day ." } ]
MUL1371.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "food", "moroccan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "three" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "three" ], [ "_:system", "canthelp", "_:booking/1512e0f0" ], [ "_:booking/1512e0f0", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "three" ], [ "_:system", "canthelp", "_:booking/1512e0f0" ], [ "_:booking/1512e0f0", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/5485d85b" ], [ "_:booking/5485d85b", "day", "Tuesday" ], [ "_:booking/5485d85b", "duration", "19:30" ], [ "_:booking/5485d85b", "people", "3" ], [ "_:booking/5485d85b", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "18:30" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "three" ], [ "_:system", "canthelp", "_:booking/1512e0f0" ], [ "_:booking/1512e0f0", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/5485d85b" ], [ "_:booking/5485d85b", "day", "Tuesday" ], [ "_:booking/5485d85b", "duration", "19:30" ], [ "_:booking/5485d85b", "people", "3" ], [ "_:booking/5485d85b", "type", "Booking" ], [ "_:search", "duration", "18:30" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "18:30" ], [ "_:booking", "name", "Taj Tandoori" ], [ "_:booking", "ref", "8L32ED7Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_: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/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "three" ], [ "_:system", "canthelp", "_:booking/1512e0f0" ], [ "_:booking/1512e0f0", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/5485d85b" ], [ "_:booking/5485d85b", "day", "Tuesday" ], [ "_:booking/5485d85b", "duration", "19:30" ], [ "_:booking/5485d85b", "people", "3" ], [ "_:booking/5485d85b", "type", "Booking" ], [ "_:search", "duration", "18:30" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "18:30" ], [ "_:booking", "name", "Taj Tandoori" ], [ "_:booking", "ref", "8L32ED7Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Aylesbray lodge guest house" ], [ "_:result", "name", "Rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "three" ], [ "_:system", "canthelp", "_:booking/1512e0f0" ], [ "_:booking/1512e0f0", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/5485d85b" ], [ "_:booking/5485d85b", "day", "Tuesday" ], [ "_:booking/5485d85b", "duration", "19:30" ], [ "_:booking/5485d85b", "people", "3" ], [ "_:booking/5485d85b", "type", "Booking" ], [ "_:search", "duration", "18:30" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "18:30" ], [ "_:booking", "name", "Taj Tandoori" ], [ "_:booking", "ref", "8L32ED7Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Aylesbury" ], [ "_:result", "name", "Rosa 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_: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, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:booking/1512e0f0" ], [ "_:booking/1512e0f0", "type", "Booking" ], [ "_:search", "food", "indian" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/5485d85b" ], [ "_:booking/5485d85b", "day", "Tuesday" ], [ "_:booking/5485d85b", "duration", "19:30" ], [ "_:booking/5485d85b", "people", "3" ], [ "_:booking/5485d85b", "type", "Booking" ], [ "_:search", "duration", "18:30" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "18:30" ], [ "_:booking", "name", "Taj Tandoori" ], [ "_:booking", "ref", "8L32ED7Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Aylesbury" ], [ "_:result", "name", "Rosa 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "3" ], [ "_: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/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:booking/1512e0f0" ], [ "_:booking/1512e0f0", "type", "Booking" ], [ "_:search", "food", "indian" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/5485d85b" ], [ "_:booking/5485d85b", "day", "Tuesday" ], [ "_:booking/5485d85b", "duration", "19:30" ], [ "_:booking/5485d85b", "people", "3" ], [ "_:booking/5485d85b", "type", "Booking" ], [ "_:search", "duration", "18:30" ], [ "_:booking", "duration", "18:30" ], [ "_:booking", "name", "Taj Tandoori" ], [ "_:booking", "ref", "8L32ED7Q" ], [ "_:search", "area", "same area" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Aylesbury" ], [ "_:result", "name", "Rosa 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/976e0e95" ], [ "_:booking/976e0e95", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:booking/1512e0f0" ], [ "_:booking/1512e0f0", "type", "Booking" ], [ "_:search", "food", "indian" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/5485d85b" ], [ "_:booking/5485d85b", "day", "Tuesday" ], [ "_:booking/5485d85b", "duration", "19:30" ], [ "_:booking/5485d85b", "people", "3" ], [ "_:booking/5485d85b", "type", "Booking" ], [ "_:search", "duration", "18:30" ], [ "_:booking", "duration", "18:30" ], [ "_:booking", "name", "Taj Tandoori" ], [ "_:search", "area", "same area" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Aylesbury" ], [ "_:result", "name", "Rosa 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/976e0e95" ], [ "_:booking/976e0e95", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "X2FC2VN3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:booking/1512e0f0" ], [ "_:booking/1512e0f0", "type", "Booking" ], [ "_:search", "food", "indian" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/5485d85b" ], [ "_:booking/5485d85b", "day", "Tuesday" ], [ "_:booking/5485d85b", "duration", "19:30" ], [ "_:booking/5485d85b", "people", "3" ], [ "_:booking/5485d85b", "type", "Booking" ], [ "_:search", "duration", "18:30" ], [ "_:booking", "duration", "18:30" ], [ "_:booking", "name", "Taj Tandoori" ], [ "_:search", "area", "same area" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Aylesbury" ], [ "_:result", "name", "Rosa 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/976e0e95" ], [ "_:booking/976e0e95", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "X2FC2VN3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "time for my restaurant reservation" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/6173b73c" ], [ "_:search/6173b73c", "area", "south" ], [ "_:search/6173b73c", "food", "Moroccan" ], [ "_:search/6173b73c", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:booking/1512e0f0" ], [ "_:booking/1512e0f0", "type", "Booking" ], [ "_:search", "food", "indian" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/5485d85b" ], [ "_:booking/5485d85b", "day", "Tuesday" ], [ "_:booking/5485d85b", "duration", "19:30" ], [ "_:booking/5485d85b", "people", "3" ], [ "_:booking/5485d85b", "type", "Booking" ], [ "_:search", "duration", "18:30" ], [ "_:booking", "duration", "18:30" ], [ "_:booking", "name", "Taj Tandoori" ], [ "_:search", "area", "same area" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Aylesbury" ], [ "_:result", "name", "Rosa 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/976e0e95" ], [ "_:booking/976e0e95", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "X2FC2VN3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "time for my restaurant reservation" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white ford" ], [ "_:result", "phone", "07803520714" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I 'm looking for a train to cambridge that leaves on monday , would you please help me with that ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,day,'Monday');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "I can help you with that ! We have many options available on Monday , where are you travelling from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'15:00');(_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am travelling from Peterborough . I would also like to arrive by 15:00 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'14:38');(_:result,day,'Monday');(_:result,destination,'Cambridge');(_:result,id,'TR9063');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR9063 arrives in Cambridge on Monday at 14:38 , would you like to make a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "Book it for 6 people ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'TQDMTW4Z');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I went ahead and booked that train . Your reference number is TQDMTW4Z . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay too ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have an area , price range , or star rating in mind ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "A FOUR STAR RATING , WITH A PRICE RANGE IN THE NEIGHBORHHOOD OF 1000 POUNDS . PLEASE I WOULD LIKE TO BE IN THE LONDON , ENGLAND AREA IF I MAY TO BE NEAR THE CLUBS ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Just for clarification would you like to be in the city centre ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Just as long as it is located in the south ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'south');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,name,'Aylesbray Lodge Guest House');(_:result,name,\"Rosa 's Bed & Breakfast\");(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "With a 4-star rating and located in the south , I have 2 options . Both are guesthouses . One is Aylesbray Lodge Guest House and the other is Rosa 's Bed & Breakfast ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Either one works , I need to book for 6 people for 5 nights starting on monday . I 'll also need a reference number ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,day,'Monday');(_:booking,people,'6');(_:booking,ref,'ZJMOAB2L');(_:booking,stay,'5');(_:booking,type,'Booking');(_:result,name,'Aylesbray Lodge Guest House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I was able to book you at Aylesbray Lodge Guest House for 5 nights starting Monday for 6 people . Your reference number is ZJMOAB2L ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much ! Goodbye" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us . Have a good day . Good bye ." } ]
MUL2238.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", "many" ], [ "_:result", "day", "Monday" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR9063" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR9063" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "TQDMTW4Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR9063" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "TQDMTW4Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "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", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR9063" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "TQDMTW4Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "south" ], [ "_: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" ], [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR9063" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "TQDMTW4Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Aylesbray Lodge Guest House" ], [ "_:result", "name", "Rosa 's Bed & Breakfast" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "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", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR9063" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4-star" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "ZJMOAB2L" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Aylesbray Lodge Guest House" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train going to Birmingham New Street ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can help ! What day are you looking to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave on Thursday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'19');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We 've got about 19 trains for that route . Do you have a certain time you want to leave after or arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,leave_at,'10:45');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I want to leave on Saturday and leave after 10:45 . Could you give me the travel time ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'163 mins');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The duration is 163 mins . Do i need to book something for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'parks');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes i 'd also like parks I can go to ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'center');(_:result,category,'parks');(_:result,count,'5');(_:result,entrance_fee,'4-pound');(_:result,name,'Botanic Gardens');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have 5 great parks in town . My favorite is the Botanic Gardens in the center . It 's well worth the 4-pound entrance fee ." }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Okay Could I have their telephone number please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'01223336265');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223336265 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'10:45');(_:search,type,'Train'))", "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Thanks for the park info . In review , I do n't see a train ID departing from Cambridge after 10:45 . Do you have it ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'13:44');(_:result,departure,'Cambridge');(_:result,destination,'birmingham new street');(_:result,id,'TR5669');(_:result,leave_at,'11:01');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "TR5669 leaves Cambridge at 11:01 and arrives at birmingham new street at 13:44 . May I help with anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'park');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a park , can you help me with that ?" }, { "id": 13, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Is there an area you prefer ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I do not have a preference on a side of town ." }, { "id": 15, "rdf-acts": [ "inform((_:result,area,'east');(_:result,entrance_fee,'free');(_:result,name,'cherry hinton water play');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would recommend the cherry hinton water play on the east . It is also free admission ." }, { "id": 16, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Sorry , how long is the travel time on the train ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,duration,'163 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "It is 163 minutes" }, { "id": 18, "rdf-acts": [ "inform((_:search,category,'parks');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you also tell me about some parks that I could visit ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'cherry hinton water play');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "May I suggest cherry hinton water play , since it will be warm out . It 's located in the east ." }, { "id": 20, "rdf-acts": [ "thank()", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thanks . Can you please give me its address ?" }, { "id": 21, "rdf-acts": [ "reqmore()", "inform((_:result,address,'cherry hinton hall , cherry hinton road');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their address is cherry hinton hall , cherry hinton road . Is there anything else I can help you with today ?" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I think that is all I need today . Thank you for your help ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome . Good day ." } ]
PMUL4525.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:result", "count", "19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:45" ], [ "_:result", "duration", "163 mins" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:45" ], [ "_:result", "duration", "163 mins" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "center" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "4-pound" ], [ "_:result", "name", "Botanic Gardens" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:result", "duration", "163 mins" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "parks" ], [ "_:result", "area", "center" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "4-pound" ], [ "_:result", "name", "Botanic Gardens" ], [ "_:result", "phone", "01223336265" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:result", "duration", "163 mins" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "4-pound" ], [ "_:result", "name", "Botanic Gardens" ], [ "_:result", "phone", "01223336265" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:45" ], [ "_:result", "arrive_by", "13:44" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "birmingham new street" ], [ "_:result", "id", "TR5669" ], [ "_:result", "leave_at", "11:01" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:result", "duration", "163 mins" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "4-pound" ], [ "_:result", "name", "Botanic Gardens" ], [ "_:result", "phone", "01223336265" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:45" ], [ "_:result", "arrive_by", "13:44" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "birmingham new street" ], [ "_:result", "id", "TR5669" ], [ "_:result", "leave_at", "11:01" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "park" ], [ "_:search", "area", "dontcare" ], [ "_: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", "destination", "birmingham new street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:result", "duration", "163 mins" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "phone", "01223336265" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:45" ], [ "_:result", "arrive_by", "13:44" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "birmingham new street" ], [ "_:result", "id", "TR5669" ], [ "_:result", "leave_at", "11:01" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "park" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cherry hinton water play" ], [ "_:result", "type", "Attraction" ], [ "_:result", "duration", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "phone", "01223336265" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:45" ], [ "_:result", "arrive_by", "13:44" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "birmingham new street" ], [ "_:result", "id", "TR5669" ], [ "_:result", "leave_at", "11:01" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cherry hinton water play" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "parks" ], [ "_: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": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "phone", "01223336265" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:45" ], [ "_:result", "arrive_by", "13:44" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "birmingham new street" ], [ "_:result", "id", "TR5669" ], [ "_:result", "leave_at", "11:01" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "dontcare" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "duration", "163 minutes" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "name", "cherry hinton water play" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "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", "destination", "birmingham new street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "phone", "01223336265" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:45" ], [ "_:result", "arrive_by", "13:44" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "birmingham new street" ], [ "_:result", "id", "TR5669" ], [ "_:result", "leave_at", "11:01" ], [ "_:search", "area", "dontcare" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "duration", "163 minutes" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "name", "cherry hinton water play" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "cherry hinton hall , cherry hinton road" ], [ "_: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,arrive_by,'12:30');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train from Bishops Stortford to Cambridge that will arrive by 12:30 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,arrive_by,'12:07');(_:result,count,'7');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have found 7 trains that will get you to Cambridge by 12:07 . What day would you like me to book ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need it for Saturday ." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "When would you like to leave at ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'12:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I just need to get there by 12:30 so that train would be good . What time do I depart ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'6:07');(_:result,id,'TR6163');(_:result,leave_at,'5:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR6163 that leaves at 5:29 and arrive 6:07 . Would you like me to make reservations ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No thanks , I just wanted to know the information . I do need a moderately priced hotel , with free parking ." }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'bridge house');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "How about bridge house ? I hear it 's lovely ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Can I get more information ?" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "It is a moderately priced guesthouse on the south side , a 3 star . Would you like to book it ?" } ]
PMUL3827.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:30" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:30" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "count", "7" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "count", "7" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "7" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:30" ], [ "_:result", "arrive_by", "6:07" ], [ "_:result", "id", "TR6163" ], [ "_:result", "leave_at", "5:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "7" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:30" ], [ "_:result", "arrive_by", "6:07" ], [ "_:result", "id", "TR6163" ], [ "_:result", "leave_at", "5:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "bridge house" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "I need a room in cambridge please" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Okay , do you have an area or price range you 're looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "expensive guesthouse . it should have free parking and wifi" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately there are not guesthouses that meet your criteria . Would you like to look for something in the moderate price range or a hotel instead ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about any guesthouses available ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:search,category,'guesthouses');(_:search,has_internet,'none');(_:search,has_parking,'none');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "inform((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I do not have any expensive guesthouses with wifi and parking . I do have some moderate or cheap ones ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hmm , well how about checking for a hotel instead that is expensive with free parking and wifi ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "I did n't find any that matched that criteria ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about a hotel ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'a few');(_:result,area,'centre');(_:result,category,'hotels');(_:result,name,'Gonville Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have a few hotels that meet your needs . How about the Gonville Hotel ? It is in the centre of town ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Yes that sounds like a good fit for me . Please book it for me ." }, { "id": 11, "rdf-acts": [ "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))", "inform((_:booking,day,'1');(_:booking,name,'gonville hotel');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked you at the gonville hotel for 1 night however we will need to know for how long and how many people . Thank you ." }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'4');(_:search,stay,'one');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It 's just one night for 4 people ." }, { "id": 13, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "And what night will you be staying at the hotel , please ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "Actually , come to think of it I will go ahead and book the room later . Can you help me find a train going to Broxbourne ?" }, { "id": 15, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Of course . What day will you be travelling ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,leave_at,'9:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would prefer to leave around 9:30 on Monday morning ." }, { "id": 17, "rdf-acts": [ "inform((_:result,count,'14');(_:result,day,'Monday');(_:result,destination,'Broxbourne');(_:result,leave_at,'09:30');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have 14 trains leaving around 09:30 on Monday to Broxbourne . Was there a certain time you wanted to arrive by ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,arrive_by,'3 pm');(_:search,destination,'broxbourne');(_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train for 4 people to broxbourne , arriving by 3 pm" }, { "id": 19, "rdf-acts": [ "inform((_:result,id,'TR1319');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR1319 fits your criteria . Would you like me to book passage for you on this train ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,people,'four');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will need it for four people ." }, { "id": 21, "rdf-acts": [ "inform((_:result,ref,'UYNXZ4W5');(_:result,ticket,'71.59 GBP');(_:result,type,'Train'))", "reqmore()", "inform((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 71.59 GBP payable at the station . \n Reference number is : UYNXZ4W5 . Do you need anything else ?" }, { "id": 22, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No . That will be all I need . Thanks . Take care . Bye ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "Okay , great ! I 'm so glad I could help you . Have a wonderful visit !" } ]
MUL2064.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/be1c329d" ], [ "_:search/be1c329d", "category", "guesthouses" ], [ "_:search/be1c329d", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/be1c329d" ], [ "_:search/be1c329d", "category", "guesthouses" ], [ "_:search/be1c329d", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/f8eef708" ], [ "_:search/f8eef708", "category", "guesthouses" ], [ "_:search/f8eef708", "has_internet", "none" ], [ "_:search/f8eef708", "has_parking", "none" ], [ "_:search/f8eef708", "pricerange", "expensive" ], [ "_:search/f8eef708", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/be1c329d" ], [ "_:search/be1c329d", "category", "guesthouses" ], [ "_:search/be1c329d", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/f8eef708" ], [ "_:search/f8eef708", "category", "guesthouses" ], [ "_:search/f8eef708", "has_internet", "none" ], [ "_:search/f8eef708", "has_parking", "none" ], [ "_:search/f8eef708", "pricerange", "expensive" ], [ "_:search/f8eef708", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/f93c4772" ], [ "_:search/f93c4772", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/be1c329d" ], [ "_:search/be1c329d", "category", "guesthouses" ], [ "_:search/be1c329d", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/f8eef708" ], [ "_:search/f8eef708", "category", "guesthouses" ], [ "_:search/f8eef708", "has_internet", "none" ], [ "_:search/f8eef708", "has_parking", "none" ], [ "_:search/f8eef708", "pricerange", "expensive" ], [ "_:search/f8eef708", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/f93c4772" ], [ "_:search/f93c4772", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/be1c329d" ], [ "_:search/be1c329d", "category", "guesthouses" ], [ "_:search/be1c329d", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/f8eef708" ], [ "_:search/f8eef708", "category", "guesthouses" ], [ "_:search/f8eef708", "has_internet", "none" ], [ "_:search/f8eef708", "has_parking", "none" ], [ "_:search/f8eef708", "pricerange", "expensive" ], [ "_:search/f8eef708", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/f93c4772" ], [ "_:search/f93c4772", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "day", "1" ], [ "_:booking", "name", "gonville hotel" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "one" ], [ "_: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", "?" ], [ "_:system", "canthelp", "_:search/be1c329d" ], [ "_:search/be1c329d", "category", "guesthouses" ], [ "_:search/be1c329d", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/f8eef708" ], [ "_:search/f8eef708", "category", "guesthouses" ], [ "_:search/f8eef708", "has_internet", "none" ], [ "_:search/f8eef708", "has_parking", "none" ], [ "_:search/f8eef708", "pricerange", "expensive" ], [ "_:search/f8eef708", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/f93c4772" ], [ "_:search/f93c4772", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "name", "gonville hotel" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/be1c329d" ], [ "_:search/be1c329d", "category", "guesthouses" ], [ "_:search/be1c329d", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/f8eef708" ], [ "_:search/f8eef708", "category", "guesthouses" ], [ "_:search/f8eef708", "has_internet", "none" ], [ "_:search/f8eef708", "has_parking", "none" ], [ "_:search/f8eef708", "pricerange", "expensive" ], [ "_:search/f8eef708", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/f93c4772" ], [ "_:search/f93c4772", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "name", "gonville hotel" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "9:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/be1c329d" ], [ "_:search/be1c329d", "category", "guesthouses" ], [ "_:search/be1c329d", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/f8eef708" ], [ "_:search/f8eef708", "category", "guesthouses" ], [ "_:search/f8eef708", "has_internet", "none" ], [ "_:search/f8eef708", "has_parking", "none" ], [ "_:search/f8eef708", "pricerange", "expensive" ], [ "_:search/f8eef708", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/f93c4772" ], [ "_:search/f93c4772", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "name", "gonville hotel" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "9:30" ], [ "_:result", "count", "14" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "leave_at", "09:30" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "3 pm" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "people", "4" ], [ "_: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", "area", "?" ], [ "_:system", "canthelp", "_:search/be1c329d" ], [ "_:search/be1c329d", "category", "guesthouses" ], [ "_:search/be1c329d", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/f8eef708" ], [ "_:search/f8eef708", "category", "guesthouses" ], [ "_:search/f8eef708", "has_internet", "none" ], [ "_:search/f8eef708", "has_parking", "none" ], [ "_:search/f8eef708", "pricerange", "expensive" ], [ "_:search/f8eef708", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/f93c4772" ], [ "_:search/f93c4772", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "name", "gonville hotel" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "9:30" ], [ "_:result", "count", "14" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "leave_at", "09:30" ], [ "_:search", "arrive_by", "3 pm" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "id", "TR1319" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "four" ], [ "_: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", "?" ], [ "_:system", "canthelp", "_:search/be1c329d" ], [ "_:search/be1c329d", "category", "guesthouses" ], [ "_:search/be1c329d", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/f8eef708" ], [ "_:search/f8eef708", "category", "guesthouses" ], [ "_:search/f8eef708", "has_internet", "none" ], [ "_:search/f8eef708", "has_parking", "none" ], [ "_:search/f8eef708", "pricerange", "expensive" ], [ "_:search/f8eef708", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/f93c4772" ], [ "_:search/f93c4772", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "name", "gonville hotel" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "9:30" ], [ "_:result", "count", "14" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "leave_at", "09:30" ], [ "_:search", "arrive_by", "3 pm" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "id", "TR1319" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "four" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "UYNXZ4W5" ], [ "_:result", "ticket", "71.59 GBP" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are there any proper hotels in the south ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'53 - 57 lensfield road');(_:result,area,'south');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lensfield Hotel');(_:result,postcode,'cb21en');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , the Lensfield Hotel is an expensive hotel in the south with 3 stars , free wifi , and free parking . It 's located at 53 - 57 lensfield road cb21en . Would you like to book ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ok , are there any hotels in the cheap price range in the south part of town ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm not finding any . Would you care for another part of town ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can we check for guesthouses ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,name,\"Rosa 's bed and breakfast\");(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Rosa 's bed and breakfast is a guesthouse in the south area that meets your preferences . Would you like me to make a reservation for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes , that will work ." }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "When would you like to visit ?" }, { "id": 8, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't need a reservation right now , but does Rosa 's B&B have internet ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes they do ! Do you have any other questions about Rosa 's ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I really need internet . Can you tell me if they have free wifi ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,name,\"Rosa 's\");(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , Rosa 's absolutely has free WiFi . Can I book a room for you ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "No , that 's fine !" }, { "id": 13, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "Sure . Is there anything else I can help you with today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all I need . Thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services & have a good day ." } ]
SNG0842.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "hotels" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotels" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "53 - 57 lensfield road" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "53 - 57 lensfield road" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1287805" ], [ "_:search/c1287805", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "53 - 57 lensfield road" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1287805" ], [ "_:search/c1287805", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 lensfield road" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1287805" ], [ "_:search/c1287805", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 lensfield road" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1287805" ], [ "_:search/c1287805", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Rosa 's bed and breakfast" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 lensfield road" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1287805" ], [ "_:search/c1287805", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Rosa 's" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 lensfield road" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1287805" ], [ "_:search/c1287805", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Rosa 's" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for college attractions to go to in town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Herschel Road');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about Clare Hall on Herschel Road ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds good . May I have their postcode and phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223333200');(_:result,postcode,'cb21tl');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number and postcode is : 01223333200 \t cb21tl" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great ! I 'm also looking for a moderately priced restaurant in the north area of town . Can you help me with that ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Yippee Noolde bar');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yippee Noolde bar is moderately priced , would you like a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'13:45');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes , please - table for 4 at 13:45 on tuesday" }, { "id": 7, "rdf-acts": [ "inform((_:booking,duration,'15 minutes');(_:booking,ref,'VHZUMK58');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : VHZUMK58 ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you !" }, { "id": 9, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Do you need help with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I need . Thank you for your help !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . If anything comes up please return for help ." } ]
MUL0885.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Herschel Road" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "address", "Herschel Road" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "phone", "01223333200" ], [ "_:result", "postcode", "cb21tl" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "address", "Herschel Road" ], [ "_:result", "phone", "01223333200" ], [ "_:result", "postcode", "cb21tl" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Yippee Noolde bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_: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", "category", "college" ], [ "_:result", "address", "Herschel Road" ], [ "_:result", "phone", "01223333200" ], [ "_:result", "postcode", "cb21tl" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Yippee Noolde bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "duration", "15 minutes" ], [ "_:booking", "ref", "VHZUMK58" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "address", "Herschel Road" ], [ "_:result", "phone", "01223333200" ], [ "_:result", "postcode", "cb21tl" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Yippee Noolde bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "duration", "15 minutes" ], [ "_:booking", "ref", "VHZUMK58" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'african');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Hello . I would like to know if you serve African food . If you do , can I please get the address , phone number and postcode of the venue ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'100 Mill Road City Centre');(_:result,name,'Bedouin');(_:result,phone,'01223367660');(_:result,postcode,'2 B.D');(_:result,postcode,'C.B 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Bedouin is located at 100 Mill Road City Centre . It 's phone number is 01223367660 and it 's postcode is C.B 1 , 2 B.D" }, { "id": 2, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you ! Good bye !" }, { "id": 3, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You are welcome . Have a nice day . Good bye !" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "What is the price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Bedouin is in the expensive price range ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Goodbye ." } ]
WOZ20248.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "phone", "01223367660" ], [ "_:result", "postcode", "2 B.D" ], [ "_:result", "postcode", "C.B 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "phone", "01223367660" ], [ "_:result", "postcode", "2 B.D" ], [ "_:result", "postcode", "C.B 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "phone", "01223367660" ], [ "_:result", "postcode", "2 B.D" ], [ "_:result", "postcode", "C.B 1" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I need some recommendations for attractions in Cambridge at the centre , what would you suggest ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,area,'centre');(_:result,category,'museums');(_:result,category,'theaters');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Is there a specific type of attraction you are most interested in ? The centre has many different kinds of attractions from museums to theaters . Do you have a preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,\"do n't have a preference\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No , I do n't have a preference . May I please have some suggestions ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'251a Chesterton Road');(_:result,address,'Grafton Centre , East Road');(_:result,category,'boating');(_:result,name,'Cambridge Punter');(_:result,name,'Vue Cinema');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "If you 're in the mood for boating there is The Cambridge Punter at 251a Chesterton Road , or maybe a movie ? The Vue Cinema is at Grafton Centre , East Road ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could you also provide me with the postcodes for these establishments ?" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Yes All Saints Church is at jesus lane and is free" } ]
PMUL1365.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", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theaters" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "do n't have a preference" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "do n't have a preference" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "251a Chesterton Road" ], [ "_:result", "address", "Grafton Centre , East Road" ], [ "_:result", "category", "boating" ], [ "_:result", "name", "Cambridge Punter" ], [ "_:result", "name", "Vue Cinema" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay . The hotel should be in the east and should include free wifi" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have a pricerange in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The rating should be 4 stars and I want free parking to be included ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 5 guesthouses with your criteria . Do you have a preference in pricerange ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,pricerange,'dontcare');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , will you just book me something for wednesday for 1 person for 5 nights ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,name,'allenbell');(_:booking,ref,'S0JDZBTQ');(_:booking,type,'Booking');(_:result,address,'710 newmarket road');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have you booked at allenbell at 710 newmarket road . The reference number is : S0JDZBTQ ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need , thank you !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You are most welcome !" } ]
SNG01884.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "allenbell" ], [ "_:booking", "ref", "S0JDZBTQ" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "710 newmarket road" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to a train that goes to Cambridge , from Stansted Airport ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))", "inform((_:result,count,'133');(_:result,departure,'Stansted Airport');(_:result,destination,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 133 trains traveling from Stansted Airport to Cambridge between Friday and Wednesday . What day did you want to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "i would like to travel friday around 2 pm" }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR2819');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR2819 fits the bill , would you like me to book you passage ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "yes please and a reference number please thank you" }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'LQ076J6Z');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 10.1 GBP payable at the station .Reference number is : LQ076J6Z ." }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Did I mention I need two tickets ? There are 2 of us . Sorry ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'BYTSKQJT');(_:booking,ticket,'20.2 GBP');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Not a problem . The reference number is BYTSKQJT , and the price is 20.2 GBP , payable at the station . Is there anything else I can assist you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,food,'mediterranean');(_:search,people,'2');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I also want to find a restaurant that serves Mediterranean food for a cheap price . I 'd like a reservation for 2 people that same day ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,name,'Gardenia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is The Gardenia in the centre that meets your criteria . Would you like me to book it for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'17:15');(_:search,people,'2');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Sure , please book it for saturday at 17:15 , for 2 people . And tell me the reference number" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'0VES7LP4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright I 've made that booking they will hold the table for 15 minutes and the reference # is 0VES7LP4 . Is there anything else i can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's it . Thank you . Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great time ." } ]
PMUL0766.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "133" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "133" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR2819" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "133" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "id", "TR2819" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "LQ076J6Z" ], [ "_:booking", "ticket", "10.1 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "133" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR2819" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "BYTSKQJT" ], [ "_:booking", "ticket", "20.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "same day" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "133" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR2819" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "BYTSKQJT" ], [ "_:booking", "ticket", "20.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "17:15" ], [ "_: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", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "133" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR2819" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "20.2 GBP" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0VES7LP4" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "I am looking for Ian hong house" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "That is a chinese restaurant in the centre of town ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Ok I 'd like to book for 6 people at 1400 on saturday please" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'XDYJMTO7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have that booked for you and here is your reference number : XDYJMTO7 . Is there anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you were super efficient . Thank you . Goodbye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "It was my pleasure . Have a great day !" } ]
SNG01382.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "XDYJMTO7" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Please , I am looking for some entertainment when I visit next week . Do you have any suggestions ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'dozens');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have dozens , what type would you prefer ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Pick what one you like best , and please give me the area and phone number as well as address ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Unit G6 , Cambridge Leisure Park , Clifton Road');(_:result,area,'south');(_:result,name,'Nusha');(_:result,phone,'01223902158');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Nusha is in the south . They are located at Unit G6 , Cambridge Leisure Park , Clifton Road . Their postcode is cb17dy . Their phone number is 01223902158 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need help finding a 4 star hotel to stay in while I am there ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area would you like to stay in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I have no preference in regards to area , it just needs to be 4 star , a guesthouse , and include free wifi" }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , there are many that fit that , what is your price - range ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'$ 100');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Well , I want it cheaper than AIRBNB , so how about $ 100 a night ?" }, { "id": 9, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "inform((_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately , we do not have such specific price ranges , but our options are divided into 3 categories : cheap , moderate or expensive . Which would you prefer ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Any will do just fine , thank you ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Arbury Lodge Guesthouses');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Arbury Lodge Guesthouses is a beautiful 4 star guesthouse in the north that is moderately priced with free wifi and parking . Can I make a reservation for you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Not at this time . Can I have the postcode ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,name,'the arbury lodge guesthouse');(_:result,postcode,'cb42je');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes , the postcode for the arbury lodge guesthouse is cb42je . Anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to commute between the two locations . Can you help ?" }, { "id": 15, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I can help you with that . Do you have a time when you need to leave or arrive by ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'nusha');(_:search,leave_at,'11:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to leave Nusha by 11:30 please ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'grey skoda');(_:result,departure,'Nusha');(_:result,leave_at,'11:30');(_:result,phone,'07760653408');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have a taxi scheduled to pick you up at Nusha at 11:30 . It will be a grey skoda . The contact number is 07760653408 ." }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Good , that works for me . Thank you , and good bye ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "No , thank you for your interest in Cambridge !" } ]
MUL2677.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "dozens" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "dozens" ], [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , Clifton Road" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Nusha" ], [ "_:result", "phone", "01223902158" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "dozens" ], [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , Clifton Road" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Nusha" ], [ "_:result", "phone", "01223902158" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , Clifton Road" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Nusha" ], [ "_:result", "phone", "01223902158" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "$ 100" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , Clifton Road" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Nusha" ], [ "_:result", "phone", "01223902158" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "pricerange", "$ 100" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , Clifton Road" ], [ "_:result", "phone", "01223902158" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:search", "pricerange", "$ 100" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Arbury Lodge Guesthouses" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , Clifton Road" ], [ "_:result", "phone", "01223902158" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:search", "pricerange", "$ 100" ], [ "_:result", "count", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "name", "the arbury lodge guesthouse" ], [ "_:result", "postcode", "cb42je" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , Clifton Road" ], [ "_:result", "phone", "01223902158" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:search", "pricerange", "$ 100" ], [ "_:result", "count", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "name", "the arbury lodge guesthouse" ], [ "_:result", "postcode", "cb42je" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "nusha" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , Clifton Road" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:search", "pricerange", "$ 100" ], [ "_:result", "count", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "name", "the arbury lodge guesthouse" ], [ "_:result", "postcode", "cb42je" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "nusha" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey skoda" ], [ "_:result", "departure", "Nusha" ], [ "_:result", "leave_at", "11:30" ], [ "_:result", "phone", "07760653408" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'the copper kettle');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant called the copper kettle ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'4 Kings Parade');(_:result,name,'Copper Kettle');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have found The Copper Kettle lcoated at 4 Kings Parade . Would you like to make a reservation ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'15:15');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I would like a table for 3 on tuesday at 15:15 ." }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was unsuccessful , would you like to try a different time of place ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you find me another place in the same area and price range ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'oak bistro');(_:booking,ref,'K4QUY32N');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book you at the oak bistro . Reference number K4QUY32N . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Okay enjoy your dinner ." } ]
SSNG0058.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "the copper kettle" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "the copper kettle" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "4 Kings Parade" ], [ "_:result", "name", "Copper Kettle" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "the copper kettle" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "4 Kings Parade" ], [ "_:result", "name", "Copper Kettle" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/6dd3466e" ], [ "_:booking/6dd3466e", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "the copper kettle" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "4 Kings Parade" ], [ "_:result", "name", "Copper Kettle" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/6dd3466e" ], [ "_:booking/6dd3466e", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "oak bistro" ], [ "_:booking", "ref", "K4QUY32N" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a 3 star hotel that has free wifi" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have two hotels in that category . Both are expensive and have 3 stars each . Both offer free wifi and parking . Do you prefer the south or centre of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Either one is fine . How about the South ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,stars,'3-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Lensfield Hotel would be the place then . It 's expensive , 3-star rated with free wifi and free parking . Would you like me to book a room for you ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks , just getting information . That 's all I need ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "bye()" ], "speaker": "system", "text": "Okay . Let us know if you need help booking !" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Actually my wife says it 's better to book it . Can you reserve it for 4 people for 4 nights starting from monday ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'H3MWAYDX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The hotel is booked and the reference number is H3MWAYDX . Your wife can sleep calm now ." }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "fantastic ! have a good day I will let you know !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "enjoy your stay , bye !" } ]
SNG0999.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "count", "2" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "count", "2" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "count", "2" ], [ "_:search", "area", "south" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "count", "2" ], [ "_:search", "area", "south" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "H3MWAYDX" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'international');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I need a restaurant in the Cambridge area that serves international food and is moderately priced ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is a really good choice . Want a reservation ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "No , I do n't need a reservation . ," }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Okay , anything else I can help with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Is that restaurant in the centre area and could I get the postcode please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'center');(_:result,postcode,'cb23ar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes it is located in th center and their postcode is cb23ar" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "i also need a place to stay" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Is there a specific part of town that you are wanting to stay ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No particular area , just one that has free wifi and parking and has 3 stars ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,category,'guest house');(_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are five that meet your criteria . A guesthouse and hotel in the south , a hotel in centre , a guest house in north , and another guesthouse in west ." }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Why do n't you recommend one of the hotels ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'gonville hotel');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I recommend gonville hotel . Do you want a booking ?" }, { "id": 12, "rdf-acts": [ "request((_:result,area,?);(_:result,category,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I do n't need a booking , but can you please inform me of the area , type , and phone number for it ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,phone,'01223366611');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The are is centre , the price range is expensive and the phone number is 01223366611 ." }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Great ! I also will need a taxi between the two places ." }, { "id": 15, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where will you be departing from ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'gonville hotel');(_:search,leave_at,'21:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to be picked up from the gonville hotel by 21:00 please ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'blue tesla');(_:result,phone,'07361030196');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Your booking was successful , a blue tesla will be picking you up and the contact number is 07361030196 , anything else I can do for you today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , I do n't need anything else ! Goodbye !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Good bye" } ]
PMUL0387.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "varsity restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "varsity restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "varsity restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb23ar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "varsity restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb23ar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "varsity restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23ar" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23ar" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "category", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23ar" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223366611" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23ar" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223366611" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "gonville hotel" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb23ar" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "departure", "gonville hotel" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue tesla" ], [ "_:result", "phone", "07361030196" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Please help me find a train from kings lynn to cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day and time will you be departing ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'11:30');(_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Friday . I need to arrive by 11:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'9:58');(_:result,id,'TR1612');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR1612 will get you there by 9:58 . Plenty of time ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Ok , that sounds good . Can I please book 2 tickets ? And I 'll need a reference number , please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'RH4X9U1Z');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reference number is RH4X9U1Z . Do you need anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , please . I would like to visit a museum while I am in town ." }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'the cambridge artworks');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about the cambridge artworks ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is it in the west ? I need something in that area ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "If you 'd like to be in the west , I recommend Cafe Jello Gallery ." }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could I get the phone number and postcode of that museum ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Cafe Jello Gallery');(_:result,phone,'01223312112');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Sure , the phone number is 01223312112 . The post code is \t cb30af . Do you need any additional information about Cafe Jello Gallery ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , may I have the address , too ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,address,'13 Magdalene Street');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address for Cafe Jello Gallery is 13 Magdalene Street . Would you like any more assistance today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that is it i am good now thanks !" }, { "id": 15, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "Awesome . Thank you for using the Cambridge TownInfo centre . Have a great day !" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "You too , goodbye !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Be sure to ask if you need anything !" } ]
PMUL1261.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" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "9:58" ], [ "_:result", "id", "TR1612" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "9:58" ], [ "_:result", "id", "TR1612" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RH4X9U1Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "9:58" ], [ "_:result", "id", "TR1612" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RH4X9U1Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:result", "name", "the cambridge artworks" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "9:58" ], [ "_:result", "id", "TR1612" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RH4X9U1Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Cafe Jello Gallery" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "9:58" ], [ "_:result", "id", "TR1612" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RH4X9U1Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Cafe Jello Gallery" ], [ "_:result", "phone", "01223312112" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "9:58" ], [ "_:result", "id", "TR1612" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RH4X9U1Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223312112" ], [ "_:result", "postcode", "cb30af" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "13 Magdalene Street" ], [ "_:result", "name", "Cafe Jello Gallery" ], [ "_: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", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "9:58" ], [ "_:result", "id", "TR1612" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RH4X9U1Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223312112" ], [ "_:result", "postcode", "cb30af" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "13 Magdalene Street" ], [ "_:result", "name", "Cafe Jello Gallery" ], [ "_:result", "type", "Attraction" ], [ "_: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,day,'wednesday');(_:search,leave_at,'11:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train leaving after 11:00 on wednesday if you can help me ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Certainly . Where would you like to go ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to go from Cambridge to London Liverpool Street ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'13:27');(_:result,id,'TR4604');(_:result,leave_at,'11:59');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have TR4604 leaving at 11:59 and arriving at 13:27 . Would you like to make reservations ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'1');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes please make a booking for 1 people ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'TR4604');(_:booking,ref,'IG31YH6P');(_:booking,ticket,'16.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book you for train TR4604 . The total fee is 16.6 GBP . The Reference number is : IG31YH6P ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find a place to stay ." }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Okay what is your price range ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer a guesthouse in the cheap price range . thanks" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have many to choose from ! Is there an area in town you want to stay in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm not sure but it needs to have free wi - fi . Do you have some with those specifications ?" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'nine');(_:result,category,'guesthouses');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "there are nine places that are cheap guesthouses and offer free wifi and free parking . if you know an area i can narrow it down or i can suggest one ." }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am open to any area , whatever you suggest is fine ." }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "okay when are you planning your stay so I can book the room" }, { "id": 14, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I Need a cheap guesthouse with free wifi . I would like it to be a hotel ." }, { "id": 15, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , but your message is ambiguous . Would you like to stay in a guesthouse , or in a hotel ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a guesthouse ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Would you like me to book it for you and get a reference number ?" } ]
PMUL1574.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "13:27" ], [ "_:result", "id", "TR4604" ], [ "_:result", "leave_at", "11:59" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "13:27" ], [ "_:result", "id", "TR4604" ], [ "_:result", "leave_at", "11:59" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "1" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4604" ], [ "_:booking", "ref", "IG31YH6P" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "13:27" ], [ "_:result", "id", "TR4604" ], [ "_:result", "leave_at", "11:59" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "1" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4604" ], [ "_:booking", "ref", "IG31YH6P" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "13:27" ], [ "_:result", "id", "TR4604" ], [ "_:result", "leave_at", "11:59" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "1" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4604" ], [ "_:booking", "ref", "IG31YH6P" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "13:27" ], [ "_:result", "id", "TR4604" ], [ "_:result", "leave_at", "11:59" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "1" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4604" ], [ "_:booking", "ref", "IG31YH6P" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "nine" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_: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", "wednesday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "13:27" ], [ "_:result", "id", "TR4604" ], [ "_:result", "leave_at", "11:59" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "1" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4604" ], [ "_:booking", "ref", "IG31YH6P" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:result", "amount", "nine" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "13:27" ], [ "_:result", "id", "TR4604" ], [ "_:result", "leave_at", "11:59" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "1" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4604" ], [ "_:booking", "ref", "IG31YH6P" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:result", "amount", "nine" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_: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,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi there . Can you help me find a train going to London Liverpool Street ?" }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day would you like to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,leave_at,'16:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave from Cambridge on Friday . Any train after 16:00 should be fine ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'19:27');(_:result,departure,'Cambridge');(_:result,destination,'London Liverpool Street');(_:result,id,'TR5212');(_:result,leave_at,'16:00');(_:result,leave_at,'17:59');(_:result,type,'Train'))", "select((_:result,arrive_by,'16:00');(_:result,leave_at,'16:00');(_:result,type,'Train'))" ], "speaker": "system", "text": "That 's leaving after 16:00 , yes ? Or did you mean arriving after 16:00 ? If leaving after 16:00 , the TR5212 leaves Cambridge at 17:59 and arrives at London Liverpool Street at 19:27 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'two');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yeah , that sounds good . Can you get me two tickets ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR5212');(_:booking,ref,'NJP5V947');(_:booking,ticket,'33.20 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've booked you on the TR5212 , the total fee is 33.20 GBP payable at the station . Your reference number is NJP5V947 . Is there anything else you need ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'avalon');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I 'm also looking for a hotel called avalon ." }, { "id": 7, "rdf-acts": [], "speaker": "system", "text": "Sure I 've got it right here . What do you want to know about it ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to book it for 2 nights , starting Wednesday , for 2 people ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'OLSTTTVO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Excellent , your room has been reserved . Your reference number , should you need it , is OLSTTTVO . Will you be needing further information or assistance today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you have covered everything . Thank you !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Have a good day !" } ]
MUL2020.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "16:00" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR5212" ], [ "_:result", "arrive_by", "16:00" ], [ "_:result", "leave_at", "16:00" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "16:00" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR5212" ], [ "_:result", "arrive_by", "16:00" ], [ "_:result", "leave_at", "16:00" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "two" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR5212" ], [ "_:booking", "ref", "NJP5V947" ], [ "_:booking", "ticket", "33.20 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "avalon" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "16:00" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR5212" ], [ "_:result", "arrive_by", "16:00" ], [ "_:result", "leave_at", "16:00" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR5212" ], [ "_:booking", "ref", "NJP5V947" ], [ "_:booking", "ticket", "33.20 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "avalon" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "16:00" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR5212" ], [ "_:result", "arrive_by", "16:00" ], [ "_:result", "leave_at", "16:00" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR5212" ], [ "_:booking", "ticket", "33.20 GBP" ], [ "_:search", "name", "avalon" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "OLSTTTVO" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I 'm planning a trip to North Cambridge and I am looking for a moderately priced restaurant for dinner . Can you help ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,count,'2');(_:result,food,'chinese');(_:result,food,'indian');(_:result,name,'golden wok');(_:result,name,'nirala');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two moderately priced restaurants in north cambridge . The golden wok serves chinese food and the nirala serves indian food . Would you like a table at one of those ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'11:30');(_:search,name,'golden wok');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I think I 'll try the Golden Wok . Can you get a reservation for 2 people 11:30 this Thursday ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , but they have no tables available at that time . Would you like to try a different day or time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,duration,'10:30');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about 10:30 then ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Thursday');(_:booking,duration,'10:30');(_:booking,ref,'Y4VBKJFT');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have you booked for Thursday at 10:30 . Your reference number is Y4VBKJFT . Keep in mind the table is reserved for 15 minutes . May I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Is there a train that arrives by 15:15 from Cambridge ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'714');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 714 trains . Where are you travelling to ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to bishops stortford , leaving on Friday ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'14:07');(_:result,id,'TR8585');(_:result,leave_at,'13:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR8585 leaves at 13:29 and arrives at 14:07 . Would you like to book this train ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , for 2 people . Can I have the reference number ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'4NSCBU57');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , I have booked the train for you . The reference number is 4NSCBU57 . What else can I help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a lovely day ." } ]
MUL0355.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "count", "2" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "golden wok" ], [ "_:result", "name", "nirala" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "11:30" ], [ "_:search", "name", "golden wok" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "count", "2" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "golden wok" ], [ "_:result", "name", "nirala" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "name", "golden wok" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/25b0e0ea" ], [ "_:booking/25b0e0ea", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "10:30" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "count", "2" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "golden wok" ], [ "_:result", "name", "nirala" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "name", "golden wok" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/25b0e0ea" ], [ "_:booking/25b0e0ea", "type", "Booking" ], [ "_:search", "duration", "10:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "10:30" ], [ "_:booking", "ref", "Y4VBKJFT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "golden wok" ], [ "_:result", "name", "nirala" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "name", "golden wok" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/25b0e0ea" ], [ "_:booking/25b0e0ea", "type", "Booking" ], [ "_:search", "duration", "10:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "10:30" ], [ "_:booking", "ref", "Y4VBKJFT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "714" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_: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", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "golden wok" ], [ "_:result", "name", "nirala" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "name", "golden wok" ], [ "_:system", "canthelp", "_:booking/25b0e0ea" ], [ "_:booking/25b0e0ea", "type", "Booking" ], [ "_:search", "duration", "10:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "10:30" ], [ "_:booking", "ref", "Y4VBKJFT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "714" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "arrive_by", "14:07" ], [ "_:result", "id", "TR8585" ], [ "_:result", "leave_at", "13:29" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "golden wok" ], [ "_:result", "name", "nirala" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "name", "golden wok" ], [ "_:system", "canthelp", "_:booking/25b0e0ea" ], [ "_:booking/25b0e0ea", "type", "Booking" ], [ "_:search", "duration", "10:30" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "10:30" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "714" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "arrive_by", "14:07" ], [ "_:result", "id", "TR8585" ], [ "_:result", "leave_at", "13:29" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "4NSCBU57" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'acorn guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel called acorn guest house" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Acorn Guest House is located in the north area of town . Would you like more information ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes I would like to book that for 3 nights from Saturday for 7 people ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Will you need any dinner reservations to go with that ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks . I just need to book the room ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'Y5RM8ZUC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all set , the reference number is Y5RM8ZUC , can i assist with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'spanish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you find me a spanish restaurant in the moderate price range ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'La Tasca');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , La Tasca matches your preferences . Would you like their information ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,name,'la tasca');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want to double check , is La Tasca in the centre of town ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , it is in the centre . Would you like a reservation ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No thank you , I just need the post code . phone number and address please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'154 chesterton road');(_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their phone number is 01223353888 . Their postcode is cb41da and their address is 154 chesterton road ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks that 's all I needed to know today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Ok great , have a wonderful day !" } ]
PMUL4180.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "acorn guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "acorn guest house" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "acorn guest house" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "acorn guest house" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Y5RM8ZUC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Y5RM8ZUC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "La Tasca" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "la tasca" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Y5RM8ZUC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "La Tasca" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "la tasca" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Y5RM8ZUC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "La Tasca" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "la tasca" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'kosher');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant in the centre of town that serves kosher food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))", "inform((_:result,food,'kosher');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , but there are no restaurants in the center of town that offer kosher food . Would you like me to check another area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any kosher restaurants in the city at all ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry . There are none ." }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Alright . Can you find me an indian food restaurant instead ?" }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'22');(_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , there are 22 Indian places in the city . Do you have a price range you 're looking for ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Something expensive please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'center');(_:result,name,'Curry Garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about the Curry Garden in the city center ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'19:15');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sounds perfect . Can you book a table for 3 at 19:15 on Thursday ?" }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry I was unable to do so . Would you like to try another restaurant ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . Just make sure it is something in the expensive range ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,name,'Curry Garden');(_:booking,ref,'DHF9VBTS');(_:booking,type,'Booking');(_:result,area,'center');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I was able to book you into the Curry Garden , an expensive Indian restaurant in the city center and your reference number is DHF9VBTS ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay great . That is all I need . Thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Good - bye ." } ]
SSNG0139.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "kosher" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "kosher" ], [ "_:system", "canthelp", "_:search/a026373f" ], [ "_:search/a026373f", "type", "Restaurant" ], [ "_:result", "food", "kosher" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/a026373f" ], [ "_:search/a026373f", "type", "Restaurant" ], [ "_:result", "food", "kosher" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/f95494d6" ], [ "_:search/f95494d6", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/a026373f" ], [ "_:search/a026373f", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/f95494d6" ], [ "_:search/f95494d6", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/a026373f" ], [ "_:search/a026373f", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/f95494d6" ], [ "_:search/f95494d6", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "center" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/a026373f" ], [ "_:search/a026373f", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/f95494d6" ], [ "_:search/f95494d6", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:result", "food", "Indian" ], [ "_:result", "area", "center" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/40a66d1e" ], [ "_:booking/40a66d1e", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/a026373f" ], [ "_:search/a026373f", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/f95494d6" ], [ "_:search/f95494d6", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:result", "name", "Curry Garden" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/40a66d1e" ], [ "_:booking/40a66d1e", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "Curry Garden" ], [ "_:booking", "ref", "DHF9VBTS" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'persian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant serving persian food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you have a specific area in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it does n't matter ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "inform((_:result,food,'persian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "No restaurants serving persian food have been found ." }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i have an european restaurant instead ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,area,'west');(_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant is in the west part of town and it is serving european food . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I need the address and phone number ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Cambridge Lodge Hotel 139 Huntingdon Road City Centre');(_:result,name,'Cambridge Lodge Restaurant');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address of Cambridge Lodge Restaurant is Cambridge Lodge Hotel 139 Huntingdon Road City Centre and the phone number is 01223 355166 . May I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that does it . Thank you and goodbye !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system . Good bye" } ]
WOZ20343.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "persian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "persian" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/561cc121" ], [ "_:search/561cc121", "type", "Restaurant" ], [ "_:result", "food", "persian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/561cc121" ], [ "_:search/561cc121", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "west" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:system", "canthelp", "_:search/561cc121" ], [ "_:search/561cc121", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "european" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Cambridge Lodge Hotel 139 Huntingdon Road City Centre" ], [ "_:result", "name", "Cambridge Lodge Restaurant" ], [ "_:result", "phone", "01223 355166" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train that will be going to london kings cross on Wednesday ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'ten');(_:result,day,'Wednesday');(_:result,departure,'Cambridge');(_:result,destination,'London Kings Cross');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are ten trains departing from Cambridge and arriving in London Kings Cross on Wednesday . Do you need to arrive by a certain time ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'18:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need it to arrive by 18:00 ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,id,'TR8676');(_:booking,leave_at,'19:00');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How about TR8676 that leaves at 19:00 ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))", "inform((_:search,people,'three');(_:search,type,'Train'))" ], "speaker": "user", "text": "i want to book for three people . help me get the reference number too" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'17:51');(_:result,id,'TR3843');(_:result,type,'Train'))", "canthelp((_:search,arrive_by,'18:00');(_:search,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry for the confusion , that train wo n't arrive by 18:00 . TR3843 will arrive by 17:51 , does that sound like it will work ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , please book for 3 people . I will need a reference number also ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'H6YK4BJL');(_:booking,ticket,'70.8 GBP payable at the station');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 70.8 GBP payable at the station . Reference number is : H6YK4BJL ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help !" }, { "id": 9, "rdf-acts": [ "reqmore()", "thank()" ], "speaker": "system", "text": "You 're certainly welcome . My pleasure , sir . Anything else I may do for you today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "You 've covered it all . Thanks a million . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Happy to be of service . Please let us know if we can assist you in the future ." } ]
SNG02046.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "18:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR8676" ], [ "_:booking", "leave_at", "19:00" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "three" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:search", "arrive_by", "18:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR8676" ], [ "_:booking", "leave_at", "19:00" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:result", "arrive_by", "17:51" ], [ "_:result", "id", "TR3843" ], [ "_:result", "type", "Train" ], [ "_:system", "canthelp", "_:search/b3e94320" ], [ "_:search/b3e94320", "arrive_by", "18:00" ], [ "_:search/b3e94320", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:search", "arrive_by", "18:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "id", "TR8676" ], [ "_:booking", "leave_at", "19:00" ], [ "_:result", "ref", "?" ], [ "_:result", "arrive_by", "17:51" ], [ "_:result", "id", "TR3843" ], [ "_:result", "type", "Train" ], [ "_:system", "canthelp", "_:search/b3e94320" ], [ "_:search/b3e94320", "arrive_by", "18:00" ], [ "_:search/b3e94320", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "H6YK4BJL" ], [ "_:booking", "ticket", "70.8 GBP payable at the station" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:search", "arrive_by", "18:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "id", "TR8676" ], [ "_:booking", "leave_at", "19:00" ], [ "_:result", "ref", "?" ], [ "_:result", "arrive_by", "17:51" ], [ "_:result", "id", "TR3843" ], [ "_:result", "type", "Train" ], [ "_:system", "canthelp", "_:search/b3e94320" ], [ "_:search/b3e94320", "arrive_by", "18:00" ], [ "_:search/b3e94320", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "H6YK4BJL" ], [ "_:booking", "ticket", "70.8 GBP payable at the station" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))", "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a moderately priced hotel in Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have three choices for you . Do you have an area that is more convenient for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you check the north please ?" }, { "id": 3, "rdf-acts": [ "select((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are two hotels that match what you 're looking for . The Ashley Hotel and Lovell Lodge . Does either of those sound preferable ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,name,'ashley hotel');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can you book me at Ashley Hotel for 1 and 3 nights ?" }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "No problem ! What day are you wanting to check in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "On wednesday please" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book it for you ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Yes that 's what I already asked you to do ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'40GGN5EY');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is : 40GGN5EY . Is there anything else I can assist you with ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'efes');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 'm also looking for some information on a restaurant called Efes . I 'll need the phone number , price range , and postcode , please ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223500005');(_:result,postcode,'cb11ln');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sure , its moderate , phone is 01223500005 and the postcode is cb11ln , anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 'll be all today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "If the hotel and restaurant are all you need for today , then thank you for contacting Cambridge TownInfo centre . Goodbye ." } ]
PMUL0438.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "?" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "wednesday" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "40GGN5EY" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "efes" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "category", "hotel" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "wednesday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "ref", "40GGN5EY" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "efes" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223500005" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a guesthouse to stay at with free wifi please ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'23');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 23 locations like that . Any area preferences ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "In the north area , please ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'10');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "That narrows it down to 10 locations . Do you have any kind of price range in mind ?" }, { "id": 4, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , I do n't care about price , but I do need to have free parking ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'like worth house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I believe I would like Worth house ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "That`s fine . What is their address , please ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'152 Chesterton Road');(_:result,name,'Worth House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Worth House is located at 152 Chesterton Road . Would you like to make a reservation ?" }, { "id": 8, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No thank you . Do they offer free parking ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , they do ." }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Wonderful . I just need their postcode then please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,postcode,'cb41da');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , it is cb41da ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is it , thanks ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you & have a good day" } ]
SNG1037.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "23" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "10" ], [ "_:result", "has_parking", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "like worth house" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "10" ], [ "_:result", "has_parking", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "152 Chesterton Road" ], [ "_:result", "name", "Worth House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "10" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "152 Chesterton Road" ], [ "_:result", "name", "Worth House" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "10" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "152 Chesterton Road" ], [ "_:result", "name", "Worth House" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'aylesbray lodge guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi I am looking to get some info on the aylesbray lodge guest house" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,category,'hotel');(_:result,name,'Aylesbury');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Aylesbury is a moderately priced 4 star hotel on the south side of town . Would you like the phone number , or a room , perhaps ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great . Book me that for 2 nights starting from saturday for just myself ." }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry there are no rooms available for that hotel for the nights you want , would you like me to try something else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,stay,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about 1 night starting from Saturday ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'VDL0A0ID');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That worked . Your reference number for the reservation is VDL0A0ID . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I needed . Thanks ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye ." } ]
SNG1021.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Aylesbury" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Aylesbury" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/8a791c43" ], [ "_:booking/8a791c43", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "saturday" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Aylesbury" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/8a791c43" ], [ "_:booking/8a791c43", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "VDL0A0ID" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you help me find a train leaving Tuesday from Norwich ? Thanks ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'about 19');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have about 19 different trains . Do you have a certain time you would like to leave after or arrive by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'20:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to leave after 20:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,destination,'Cambridge');(_:result,duration,'79 minutes');(_:result,leave_at,'20:16');(_:result,type,'Train'))" ], "speaker": "system", "text": "At 20:16 a train leaves for Cambridge duration of which is 79 minutes ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to making a booking for one please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,ref,'UK9225HY');(_:result,type,'Train'))", "reqmore()", "inform((_:booking,category,'Train');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 17.6 GBP payable at the station . Reference number is : UK9225HY . Is there anything else I can do for you today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you help with info on places to stay ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Yes , I can help with that . What are your preferences of area , price range , and type of accommodation ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "I would like a really nice place because I 'm celebrating my 10 year anniversary . Something cozy and romantic ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "That sounds great , I want to find you the perfect place ! Is pricing a factor , do you have a part of the city in mind ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'1');(_:search,pricerange,'dontcare');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Price is no concern for me . I need it booked for 1 person for 4 nights starting on Tuesday please ." }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I need more information please . What area of town ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't need a specific area . What do you recommend ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'east');(_:result,category,'hotel');(_:result,name,'The allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The allenbell in the east is a cheap hotel with 4 stars ." }, { "id": 14, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it have free wifi ?" }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,name,'Allenbell');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Allenbell does indeed have wifi . Would you like a reservation ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please . I 'm celebrating my anniversary with myself , so I need a room for 1 starting Tuesday for 4 nights ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Booking was a success ! Your reference number is : XJGR0GCN ." } ]
PMUL1926.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:result", "amount", "about 19" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:result", "amount", "about 19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "20:16" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:result", "amount", "about 19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "20:16" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "UK9225HY" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:result", "amount", "about 19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "20:16" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "UK9225HY" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:result", "amount", "about 19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "20:16" ], [ "_:result", "ref", "UK9225HY" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "?" ], [ "_:search", "area", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:result", "amount", "about 19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "20:16" ], [ "_:result", "ref", "UK9225HY" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:search", "area", "dontcare" ], [ "_: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", "norwich" ], [ "_:result", "amount", "about 19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "20:16" ], [ "_:result", "ref", "UK9225HY" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "The allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_: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, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:result", "amount", "about 19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "20:16" ], [ "_:result", "ref", "UK9225HY" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "?" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'19:00');(_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi ! Can you help me figure out some train schedules ? I need to travel by train on Tuesday , and I need to arrive at my destination by 19:00 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Can you tell me your destination and departure locations , please ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I am leaving Cambridge for Stansted Airport ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'18:08');(_:result,id,'TR7743');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR7743 that will arrive by 18:08 , would you like me to book a ticket for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "what s the price of tickets ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'10.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "10.10 pounds , per ticket ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Perfect . I also need to book a museum in the west . What options do you have ?" }, { "id": 7, "rdf-acts": [ "select((_:result,name,'Cage jello gallery');(_:result,name,'cambridge and couny folk museum');(_:result,name,\"kettle 's yard\");(_:result,name,'lynne strover gallery');(_:result,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have many options ! Cage jello gallery , cambridge and couny folk museum , kettle 's yard and lynne strover gallery to name a few . Do any of those stand out ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yeah can you give me the Cage jello gallery 's address , phone number and postcode please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'cafe jello gallery , 13 magdalene street');(_:result,name,'Cafe jello');(_:result,phone,'01223355159');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cafe jello is located at cafe jello gallery , 13 magdalene street . Post code is cb30af . The phone number is 01223355159 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank so much !" }, { "id": 11, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else you need help with ?" }, { "id": 12, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , I also need the travel time for the train TR7743 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,duration,'28 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "The travel time is 28 minutes ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much ! That is all I need today ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "If that is all you need today you are very welcome . I hope you enjoy your trip and have a wonderful day ." } ]
MUL1913.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_: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", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "id", "TR7743" ], [ "_: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", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "id", "TR7743" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "id", "TR7743" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Cage jello gallery" ], [ "_:result", "name", "cambridge and couny folk museum" ], [ "_:result", "name", "kettle 's yard" ], [ "_:result", "name", "lynne strover gallery" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "id", "TR7743" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "address", "cafe jello gallery , 13 magdalene street" ], [ "_:result", "name", "Cafe jello" ], [ "_:result", "phone", "01223355159" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "id", "TR7743" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "address", "cafe jello gallery , 13 magdalene street" ], [ "_:result", "name", "Cafe jello" ], [ "_:result", "phone", "01223355159" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "duration", "?" ], [ "_: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", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "id", "TR7743" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "address", "cafe jello gallery , 13 magdalene street" ], [ "_:result", "name", "Cafe jello" ], [ "_:result", "phone", "01223355159" ], [ "_:result", "postcode", "cb30af" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "duration", "28 minutes" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a place to eat in the centre in the moderate price range ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'21');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have 21 options using those requirements . Do you have a preference for any particular cuisine ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I really like British cuisine that is in the center of town ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Oak Bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "One of my favorites that fits your preferences is The Oak Bistro . There food is wonderful . Is this a restaurant that you may be interested in ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'20:00');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . Are you able to make reservations for 4 people at 20:00 on Saturday ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'L6STCUZA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've made your booking . Your reference number is L6STCUZA . Is there anything else I can help with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "i also need a place to stay" }, { "id": 7, "rdf-acts": [], "speaker": "system", "text": "Sure , what are you looking for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a 4 star guesthouse ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Great ! Do you have a price range you 'd like to stay in or a location that you prefer ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place in the moderate price range and i need free parking ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'acorn guesthouse');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "the acorn guesthouse is nice , when will you planning your stay ?" }, { "id": 12, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "do they have free wifi ? And I need their phone #" }, { "id": 13, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,phone,'01223353888');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "They do have free wifi and their phone number is 01223353888 . Is there anything else you need to know ?" }, { "id": 14, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "What area are they located in ?" }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They 're in the north end of town . Would you like to book a reservation ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,destination,'the oak bistro');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "No I 'll take care of that later . But can you arrange a taxi for me ? Going from the hotel to The Oak Bistro ." }, { "id": 17, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I 'll need to know when you want to leave or arrive ." }, { "id": 18, "rdf-acts": [ "inform((_:search,arrive_by,'my dinner reservation');(_:search,day,'saturday');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I just need to get to the restaurant for my dinner reservation on Saturday ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'white audi');(_:result,departure,'Oak Bistro');(_:result,leave_at,'20:00');(_:result,phone,'07934977306');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have you booked in a white audi to be at the Oak Bistro by 20:00 . The cab contact number is 07934977306 ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok , I think that 's it . Thanks for your help ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "You are most welcome . Have a great day ." } ]
PMUL0427.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "21" ], [ "_:search", "food", "british" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "21" ], [ "_:search", "food", "british" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "L6STCUZA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "21" ], [ "_:search", "food", "british" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "L6STCUZA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "count", "21" ], [ "_:search", "food", "british" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "L6STCUZA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_: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": [ [ "_:result", "count", "21" ], [ "_:search", "food", "british" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "L6STCUZA" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_: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": [ [ "_:result", "count", "21" ], [ "_:search", "food", "british" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "4" ], [ "_:booking", "ref", "L6STCUZA" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "count", "21" ], [ "_:search", "food", "british" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "4" ], [ "_:booking", "ref", "L6STCUZA" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "phone", "01223353888" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the oak bistro" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "count", "21" ], [ "_:search", "food", "british" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "4" ], [ "_:booking", "ref", "L6STCUZA" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "phone", "01223353888" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "my dinner reservation" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:result", "count", "21" ], [ "_:search", "food", "british" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "4" ], [ "_:booking", "ref", "L6STCUZA" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "my dinner reservation" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white audi" ], [ "_:result", "departure", "Oak Bistro" ], [ "_:result", "leave_at", "20:00" ], [ "_:result", "phone", "07934977306" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a place to in the centre , perhaps a college ." }, { "id": 1, "rdf-acts": [ "select((_:result,entrance_fee,'without an entrance fee');(_:result,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))", "request((_:search,entrance_fee,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are 13 colleges in the centre of town . Would you prefer a college without an entrance fee ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No preference . Can you make a recommendation and give me the address , phone number , and entrance fee ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'st andrews st');(_:result,entrance_fee,'free entrance');(_:result,name,\"christ 's college\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "christ 's college is great . the address is st andrews st , free entrance & their number is 01223334900 , anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,leave_at,'14:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train on Saturday after 14:30 ." }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you leaving from and traveling to ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,leave_at,'14:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to travel to Norwich from Cambridge after 14:30 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR1156');(_:result,leave_at,'15:16');(_:result,type,'Train'))" ], "speaker": "system", "text": "The TR1156 leaves at 15:16 . Will that work for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes can I have an arrival time please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'16:35');(_:result,type,'Train'))" ], "speaker": "system", "text": "The arrival time is 16:35 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you for your help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using Cambridge TownInfo Centre ." } ]
PMUL3100.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "without an entrance fee" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "type", "Attraction" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:search", "entrance_fee", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "st andrews st" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:search", "entrance_fee", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "st andrews st" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:search", "entrance_fee", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "st andrews st" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "phone", "01223334900" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR1156" ], [ "_:result", "leave_at", "15:16" ], [ "_:result", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:search", "entrance_fee", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "st andrews st" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "phone", "01223334900" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR1156" ], [ "_:result", "leave_at", "15:16" ], [ "_:result", "arrive_by", "16:35" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'saffron brasserie');(_:search,leave_at,'14:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I am needing a taxi at the saffron brasserie after 14:45 . Can you help me with that ?" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I can help you with that . First I just need your destination ." }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'good luck');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "The Good Luck Chinese Food Takeaway please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'white ford');(_:result,phone,'07449185919');(_:result,type,'Taxi'))", "thank()" ], "speaker": "system", "text": "sure ! its a white ford and the contact number is 07449185919" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great . Thank you very much for your help today ." }, { "id": 5, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "No , thank you and I hope the rest of your day goes great ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "I hope your day goes well too !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Let us know if you need any further assistance ." } ]
SNG0060.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "saffron brasserie" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "saffron brasserie" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "destination", "good luck" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "saffron brasserie" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "destination", "good luck" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white ford" ], [ "_:result", "phone", "07449185919" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "saffron brasserie" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "destination", "good luck" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white ford" ], [ "_:result", "phone", "07449185919" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel with free parking and wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'29');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 29 hotels that fit your criteria . Do you have an area or price range that you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,pricerange,'dontcare');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not necessarily , but I am looking for a 4-star hotel . Does that narrow it down ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'is 517a coldham lane');(_:result,amount,'fair number');(_:result,category,'guesthouse');(_:result,name,'Allenbell');(_:result,pricerange,'budget - priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are still a fair number of selections to choose from . How about the Allenbell ? It is a budget - priced guesthouse that fits your criteria . Its location is 517a Coldham Lane ." }, { "id": 4, "rdf-acts": [ "inform((_:search,stars,'four');(_:search,type,'Hotel'))", "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Are you sure it is four stars ? If so , could I also have the postcode please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,name,'Allenbell');(_:result,postcode,'cb13js');(_:result,stars,'4');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Certainly , yes the Allenbell is a 4 star hotel and their postcode is cb13js . Is there anything else I may help you with today ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that is all !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Good - bye ." } ]
SNG0965.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "29" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "29" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "address", "is 517a coldham lane" ], [ "_:result", "amount", "fair number" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "pricerange", "budget - priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "29" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "address", "is 517a coldham lane" ], [ "_:result", "amount", "fair number" ], [ "_:result", "pricerange", "budget - priced" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "postcode", "cb13js" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'13:30');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train to cambridge that should arrive by 13:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "On what day would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave on sunday please ." }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "OK , and what 's your departure station ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm departing from stansted airport ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'12:52');(_:result,destination,'Cambridge');(_:result,id,'TR5358');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have TR5358 arriving in Cambridge by 12:52 . Would you like me to book it ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes Please . I am also looking for places to go in town ." }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I 'm happy to help . Do you have any preferences for the type of attraction you would like to visit ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like to visit a college in the centre . I 'd like the entrance fee , address and phone number , as well , please ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"king 's parade\");(_:result,area,'centre');(_:result,entrance_fee,'2 pounds');(_:result,name,'Corpus christi');(_:result,phone,'01223338000');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Corpus christi is in the centre , the address is king 's parade and has an entrance fee of 2 pounds . Their phone is 01223338000 . Would you like to hear about any others ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you and have a good day !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Okay . Thank you for calling !" } ]
MUL0452.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "arrive_by", "12:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5358" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "arrive_by", "12:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5358" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "arrive_by", "12:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5358" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "king 's parade" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "name", "Corpus christi" ], [ "_:result", "phone", "01223338000" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'williams art and antiques');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you get me information on a placed called williams art and antiques ?" }, { "id": 1, "rdf-acts": [ "thank()", "inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I certainly can . That 's a museum in the centre , with free admission ." }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'Williams Art and Antiques');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to find a place called Williams Art and Antiques ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is a museum located in the centre . Admission is free ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the address ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,\"gwydir street , no . 5 dale 's brewery\");(_:result,name,'williams art and antiques');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "williams art and antiques is located at gwydir street , no . 5 dale 's brewery" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'riverside brasserie');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you . Can you also tell me about a restaurant called riverside brasserie ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "reqmore()", "inform((_:result,area,'Centre');(_:result,food,'modern european');(_:result,name,'Riverside Brasserie');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Riverside Brasserie serves modern european cuisine in the Centre area of town , it is moderately priced . I would be happy to give you more information or book a table ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'14:30');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like you to book for 8 people on 14:30 on sunday" }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'WFZTQIKD');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reference number is WFZTQIKD ." }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'14:30');(_:search,departure,'williams art and antiques');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you . I 'll also need a taxi to go from Williams Art and Antiques to the restaurant . I need to be there by 14:30 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'grey lexus');(_:result,phone,'07863326057');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked your taxi . You 'll be expecting a grey lexus . The contact number is 07863326057 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye , have a nice day" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Enjoy your trip ! Thanks for booking through us ." } ]
PMUL4708.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "williams art and antiques" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Williams Art and Antiques" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Williams Art and Antiques" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "address", "gwydir street , no . 5 dale 's brewery" ], [ "_:result", "name", "williams art and antiques" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "riverside brasserie" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "address", "gwydir street , no . 5 dale 's brewery" ], [ "_:search", "name", "riverside brasserie" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "Centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "Riverside Brasserie" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "address", "gwydir street , no . 5 dale 's brewery" ], [ "_:search", "name", "riverside brasserie" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "Centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "Riverside Brasserie" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "WFZTQIKD" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "departure", "williams art and antiques" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "address", "gwydir street , no . 5 dale 's brewery" ], [ "_:search", "name", "riverside brasserie" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "Centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "Riverside Brasserie" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "WFZTQIKD" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "departure", "williams art and antiques" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey lexus" ], [ "_:result", "phone", "07863326057" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find some Thai food to eat tonight ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What area of town would you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't care where , just as long as it 's expensive !" }, { "id": 3, "rdf-acts": [ "select((_:result,name,'Bangkok City');(_:result,name,'Sala Thong');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Understood . You have a choice between Sala Thong and Bangkok City ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'11:45');(_:search,name,'sala thong');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sala Thong sounds good . Please make a booking for 2 at 11:45 on Monday" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'RARTE3OH');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : RARTE3OH . is there anything else i can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "yeah i need a train too" }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be leaving from ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'11:00');(_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll need to arrive by 11:00 and it should be going to london liverpool street ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'21');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 21 trains available . Would you like to narrow it down by departure site , day , or departure time ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'10:30');(_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Let 's pick something arriving between 11:00 and 10:30 . It needs to depart from cambridge and leave on tuesday ." }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'closest arrival time to 11:00');(_:result,arrive_by,'9:27');(_:result,destination,'London Liverpool Street');(_:result,id,'TR4259');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Train TR4259 arrives in London Liverpool Street at 9:27 . It 's the closest arrival time to 11:00 . How many tickets would you like to book ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like 2 tickets please ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'TR4259');(_:booking,people,'2');(_:booking,ref,'FNRSFZWB');(_:booking,ticket,'33.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation for 2 on the TR4259 train was successful , the total fee is 33.2 GBP payable at the station . Your Reference number is : FNRSFZWB" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Restaurant');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you so much . The restaurant and train are all I need for now . Have a great day . Goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Ok ! Have a great day !" } ]
PMUL0510.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Bangkok City" ], [ "_:result", "name", "Sala Thong" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "name", "sala thong" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Bangkok City" ], [ "_:result", "name", "Sala Thong" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "name", "sala thong" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "RARTE3OH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Bangkok City" ], [ "_:result", "name", "Sala Thong" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "name", "sala thong" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "RARTE3OH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Bangkok City" ], [ "_:result", "name", "Sala Thong" ], [ "_:search", "duration", "11:45" ], [ "_:search", "name", "sala thong" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "RARTE3OH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "tuesday" ], [ "_: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", "food", "thai" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Bangkok City" ], [ "_:result", "name", "Sala Thong" ], [ "_:search", "duration", "11:45" ], [ "_:search", "name", "sala thong" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "RARTE3OH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "21" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "closest arrival time to 11:00" ], [ "_:result", "arrive_by", "9:27" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR4259" ], [ "_:result", "type", "Train" ], [ "_: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", "food", "thai" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Bangkok City" ], [ "_:result", "name", "Sala Thong" ], [ "_:search", "duration", "11:45" ], [ "_:search", "name", "sala thong" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "21" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "closest arrival time to 11:00" ], [ "_:result", "arrive_by", "9:27" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR4259" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4259" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "FNRSFZWB" ], [ "_:booking", "ticket", "33.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a 5 star luxury hotel with a jacuzzi ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I am sorry but I am not finding any hotels that fit your needs ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What about an expensive , 4 star hotel ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,area,'west');(_:result,count,'2');(_:result,name,'Huntingdon Marriott Hotel');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have two for you to choose from . I have the Huntingdon Marriott Hotel in the west , and the University Arms Hotel in the centre of town ." }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does either one have free parking ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'both');(_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,stars,'four');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , they both offer free parking , and are expensive four star hotels . Would you prefer the centre area or the west area ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I guess the centre . Can you reserve 2 nights starting Saturday ? There are 8 of us ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately , neither location can accommodate your request , would you like to try for a different length length of time ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . Is either one available for just one night ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'NNFT47MW');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The marriott worked . Your reference number is NNFT47MW ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that is all I need . Toodles ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Have a fun stay . Bye ." } ]
SNG0865.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c512f865" ], [ "_:search/c512f865", "category", "hotels" ], [ "_:search/c512f865", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c512f865" ], [ "_:search/c512f865", "category", "hotels" ], [ "_:search/c512f865", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c512f865" ], [ "_:search/c512f865", "category", "hotels" ], [ "_:search/c512f865", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "both" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c512f865" ], [ "_:search/c512f865", "category", "hotels" ], [ "_:search/c512f865", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "both" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/0bd71326" ], [ "_:booking/0bd71326", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c512f865" ], [ "_:search/c512f865", "category", "hotels" ], [ "_:search/c512f865", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "both" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/0bd71326" ], [ "_:booking/0bd71326", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "NNFT47MW" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,leave_at,'12:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train that leaves on wednesday after 12:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'm happy to help ! Could you let me know where you would like to depart from and what your destination is ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am departing from birmingham new street and my destination is cambridge ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'16:23');(_:result,count,'12');(_:result,leave_at,'12:30');(_:result,leave_at,'13:40');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have 12 trains that leave after 12:30 that day . Did you want to leave at about 13:40 ? That train arrives at 16:23 and costs 75.10 pounds a ticket ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , thank you ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,ref,'9P2D9ORJ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "All set ! Your reference number is 9P2D9ORJ ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for a certain hotel in the area . It is called the Lovell Lodge . Do you have information on that ?" }, { "id": 7, "rdf-acts": [], "speaker": "system", "text": "Yes , I do . What would you like to know ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you see if they have rooms available for 7 people , for a 4 night stay ?" }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "When would you like to begin your stay ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like you begin my stay on Wednesday ." }, { "id": 11, "rdf-acts": [ "canthelp((_:booking,people,'7');(_:booking,stay,'4');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately , it does n't look like there is availability for 7 people , for 4 nights , starting on Wednesday . Would you like to try another day or a shorter stay ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ummm , I can swing just 2 nights if that is available ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,ref,'1HC1U1TN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , we were able to book that for you , your confirmation code is 1HC1U1TN ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that is all . Goodbye !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Enjoy your trip ." } ]
MUL0638.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:23" ], [ "_:result", "count", "12" ], [ "_:result", "leave_at", "12:30" ], [ "_:result", "leave_at", "13:40" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:23" ], [ "_:result", "count", "12" ], [ "_:result", "leave_at", "12:30" ], [ "_:result", "leave_at", "13:40" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9P2D9ORJ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:23" ], [ "_:result", "count", "12" ], [ "_:result", "leave_at", "12:30" ], [ "_:result", "leave_at", "13:40" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9P2D9ORJ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "12:30" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:23" ], [ "_:result", "count", "12" ], [ "_:result", "leave_at", "12:30" ], [ "_:result", "leave_at", "13:40" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9P2D9ORJ" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "12:30" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:23" ], [ "_:result", "count", "12" ], [ "_:result", "leave_at", "12:30" ], [ "_:result", "leave_at", "13:40" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9P2D9ORJ" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "people", "7" ], [ "_:search", "day", "wednesday" ], [ "_:system", "canthelp", "_:booking/aed03534" ], [ "_:booking/aed03534", "people", "7" ], [ "_:booking/aed03534", "stay", "4" ], [ "_:booking/aed03534", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "12:30" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:23" ], [ "_:result", "count", "12" ], [ "_:result", "leave_at", "12:30" ], [ "_:result", "leave_at", "13:40" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "people", "7" ], [ "_:search", "day", "wednesday" ], [ "_:system", "canthelp", "_:booking/aed03534" ], [ "_:booking/aed03534", "people", "7" ], [ "_:booking/aed03534", "stay", "4" ], [ "_:booking/aed03534", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "1HC1U1TN" ], [ "_: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,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay in with free wifi in the west part of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Hobsons House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the Hobsons House ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is that a guesthouse ? I like the guesthouse style , and I also need something that 's moderately priced ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouse');(_:result,pricerange,'moderately');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes it is a moderately priced guesthouse . Would you like me to make a reservation for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Not yet . Can I have the address there though ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'is 96 barton road');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , it is 96 Barton Road ." }, { "id": 6, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,postcode,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can I also get the postcode ? And do they have free parking ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,postcode,'cb39lh');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "They have free parking . Postcode is cb39lh . Anything else you need ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all . Thanks !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Alright . You 're all set . Enjoy !" } ]
SNG0924.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Hobsons House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Hobsons House" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Hobsons House" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "address", "is 96 barton road" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Hobsons House" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "address", "is 96 barton road" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb39lh" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'scott polar museum');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like to book a taxi to the scott polar museum" }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I 'd be happy to help . What time do you want to leave and/or arrive by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'3');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "3 00 will be best pick up time thank you" }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is your departure site ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'london kings cross train station');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,phone,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I will be picked up from london kings cross train station . I 'll also need a contact phone number and a car type to expect ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'grey lexus');(_:result,phone,'07089138985');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Okay I have a grey lexus and the contact number is 07089138985 . Anything else I can do for you ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I needed help with today . Thanks !" }, { "id": 7, "rdf-acts": [ "inform((_:result,destination,'Scott polar museum');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I need a taxi to the Scott polar museum ." }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you , good bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for using Cambridge TownInfo centre , have a nice day ." } ]
SNG02319.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "scott polar museum" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "scott polar museum" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "3" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "scott polar museum" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "3" ], [ "_:search", "departure", "london kings cross train station" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "scott polar museum" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "3" ], [ "_:search", "departure", "london kings cross train station" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey lexus" ], [ "_:result", "phone", "07089138985" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "scott polar museum" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "3" ], [ "_:search", "departure", "london kings cross train station" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey lexus" ], [ "_:result", "phone", "07089138985" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "destination", "Scott polar museum" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'the lensfield hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please send me general information about a particular hotel called the lensfield hotel ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Lensfield Hotel is an expensive hotel in the south rated 3 stars . Internet and parking are included in the price of your stay . Would you like to book a room ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , could you make a reservation for just me starting on Monday ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'MB909S4Y');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "it was successful . Reference number is : MB909S4Y ." }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am also looking for a train out of bishops stortford please ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "i will book it for you and thank you for your time with us" } ]
PMUL1503.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "the lensfield hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "the lensfield hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "the lensfield hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "ref", "MB909S4Y" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to find some info on the warkworth house hotel ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Warkworth house');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Warkworth house is a guesthouse hotel located in the east . It is a moderately priced 4 star hotel . The Warkworth house provides internet and parking ." }, { "id": 2, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking to book at the warkworth hotel ." }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day will you be coming in ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need it for 4 people for 2 nights starting Monday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'S42UNZJV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all set , the reference number is S42UNZJV , can I help with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'Warkworth house');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Could you provide me with the address of the Warkworth house ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'Warkworth Terrace');(_:result,postcode,'cb11ee');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes , the address is Warkworth Terrace cb11ee . Is there anything else I can find for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'museum of classical archaeology');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like some information about the Museum of Classical Archaeology ." }, { "id": 9, "rdf-acts": [], "speaker": "system", "text": "What information are you looking for ?" }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Just the postcode and entrance fee please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,category,'museum');(_:result,entrance_fee,'free admission');(_:result,postcode,'cb39da');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "They offer free admission to the museum . The postcode is cb39da . Anything else I can do for you ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be all thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "My pleasure . Enjoy your stay !" } ]
PMUL2837.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Warkworth house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Warkworth house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Warkworth house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "S42UNZJV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Warkworth house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Warkworth house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "S42UNZJV" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Warkworth Terrace" ], [ "_:result", "postcode", "cb11ee" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "museum of classical archaeology" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Warkworth house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "S42UNZJV" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Warkworth Terrace" ], [ "_:result", "postcode", "cb11ee" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "museum of classical archaeology" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Warkworth house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "S42UNZJV" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Warkworth Terrace" ], [ "_:search", "name", "museum of classical archaeology" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "postcode", "cb39da" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]