turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "i need a good place to go in the centre" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'various');(_:result,area,'centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have amazing various of attractions in the centre area ! What type of attraction are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Nothing in particular . Any recommendations ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Museum of Archaeology and Anthropology');(_:result,phone,'01223333516');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Let me suggest the Museum of Archaeology and Anthropology . Their admission is free and the phone number is 01223333516 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a moderate priced place to stay ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have many moderate priced hotels available . What part of town would you prefer ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'no');(_:search,has_parking,'no');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Any area is fine are there any with a 3 star rating ? I do n't need free parking or internet ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'alpha - milton guest house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "alpha - milton guest house is in the north . Would you like me to book you a room ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please coming in on monday for 5 nights for 3 people ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book it for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you book it for me and get a reference number ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'5MM5C3UC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I booked it for you . Your reference number is as follows : 5MM5C3UC . Is there anything else I can assist you with today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all , thanks !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Happy to help ! Have a good trip !" } ]
PMUL3182.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", "various" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "various" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Museum of Archaeology and Anthropology" ], [ "_:result", "phone", "01223333516" ], [ "_:result", "type", "Attraction" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Museum of Archaeology and Anthropology" ], [ "_:result", "phone", "01223333516" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "dontcare" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223333516" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "north" ], [ "_:result", "name", "alpha - milton guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "dontcare" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223333516" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "north" ], [ "_:result", "name", "alpha - milton guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "dontcare" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223333516" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "north" ], [ "_:result", "name", "alpha - milton guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5MM5C3UC" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a place to eat in the east that is expensive ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'and indian');(_:result,food,'british');(_:result,food,'chinese');(_:result,food,'gastropubs');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , we have british , chinese , gastropubs , and indian restaurants . Would you like to book a table at one of them ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about an expensive British place ? I 'd like a reservation for Wednesday ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))", "inform((_:result,name,'Grafton Hotel Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "okay , I have the Grafton Hotel Restaurant . What time would you like me to book your reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'14:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a table at 14:00 on Wednesday for 5 people ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately they did not have that day and time available . Would you like to try for another date or time slot ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'13:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do they have an opening at 13:00 on Wednesday for 5 people ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'96IH1QYG');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , I 've made your reservation . The reference number is 96IH1QYG . What else can I help you with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all , thanks . Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Goodbye . Have a great day !" } ]
SNG0691.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" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "and indian" ], [ "_:result", "food", "british" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "gastropubs" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "and indian" ], [ "_:result", "food", "british" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "gastropubs" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "and indian" ], [ "_:result", "food", "british" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "gastropubs" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/600ccf60" ], [ "_:booking/600ccf60", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "and indian" ], [ "_:result", "food", "british" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "gastropubs" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/600ccf60" ], [ "_:booking/600ccf60", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "96IH1QYG" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "While on my trip to Cambridge I need a hotel , and it is not important for it to have internet ." }, { "id": 1, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,count,'9');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 9 hotels in Cambridge . Is there any particular star rating you would like such as a 2 or 4 star ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a cheap hotel ." }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "The Cambridge Belfry is the only hotel showing to your specifications . Would you like to book a stay there ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it have free wifi ? If so , please book it for me ." }, { "id": 5, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It does have free wifi . On what day will you be checking in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I will need to book it on Saturday for 5 nights . The room will need to accommodate 3 people ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'59FZCVEC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great it 's all booked , the reference number is 59FZCVEC" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'international');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks I also need a restaurant in the cheap price range serving international food" }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'Missing Sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Missing Sock fits those requests , would you like the address ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , can you book a table for 3 people on Saturday ?" }, { "id": 11, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'd be happy to assist you , what time would you like your reservation for ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'11:00');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to make a reservation for 11:00 on Saturday . Please provide the reference number for the reservation . Thanks" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'QD0E91EW');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Good news ! I was able to book that for you and your reservation number is QD0E91EW . Will that be all ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I need today ." }, { "id": 15, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You 're welcome , enjoy your stay in Cambridge !" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye ." } ]
MUL0009.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "59FZCVEC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "59FZCVEC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "59FZCVEC" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "3" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "5" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "3" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QD0E91EW" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "5" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "3" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QD0E91EW" ], [ "_: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,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there a portuguese food restaurant ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,food,'Yes');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Is there anything else ?" }, { "id": 3, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,food,'portuguese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two portuguese restaurants in town . Would you prefer one in the centre of town or in the south part ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I get the address and phone number , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'33 - 34 Saint Andrews Street');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their address is 33 - 34 Saint Andrews Street . Their phone is 01223 327908" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for using out system . Good bye ." } ]
WOZ20232.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Yes" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "food", "portuguese" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "food", "portuguese" ], [ "_:result", "address", "33 - 34 Saint Andrews Street" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "i am looking for a train from london kings cross and leaves on wednesday" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'10');(_:result,leave_at,'5:17');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 10 train departures that may match your needs . The earliest train departs at 5:17 . Does this work for you or would you like a different time in particular ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'13:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking to book a train that arrives by 13:30 . Are there any that fit that description ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'12:08');(_:result,id,'TR2417');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , TR2417 arrives at 12:08 . Would you like me to book it ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No , I just need to know how much it is ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR2417');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2417 is 23.60 pounds , would you like to book a seat ?" }, { "id": 6, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Sounds great . Is TR2417 the train ID ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,type,'Train'))" ], "speaker": "system", "text": "Yes it is ." }, { "id": 8, "rdf-acts": [ "request((_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I will also need the departure time please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR2417');(_:result,leave_at,'11:17');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "TR2417 departs at 11:17 . Do you need any further assistance ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I think we have covered everything . Thank you so much for all of your help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thanks ! Have a nice day !" } ]
SNG01553.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "london kings cross" ], [ "_:result", "count", "10" ], [ "_:result", "leave_at", "5:17" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "london kings cross" ], [ "_:result", "count", "10" ], [ "_:result", "leave_at", "5:17" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "12:08" ], [ "_:result", "id", "TR2417" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "london kings cross" ], [ "_:result", "count", "10" ], [ "_:result", "leave_at", "5:17" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "12:08" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR2417" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "london kings cross" ], [ "_:result", "count", "10" ], [ "_:result", "leave_at", "5:17" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "12:08" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR2417" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "id", "?" ], [ "_:result", "type", "Train" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "london kings cross" ], [ "_:result", "count", "10" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "12:08" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "id", "TR2417" ], [ "_:result", "leave_at", "11:17" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,leave_at,'15:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to take a train on saturday after 15:00" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "First I need a little more information to find something that will suit your needs . What are your departure and arrival destinations ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm coming to Cambridge from Peterborough ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay , is there a certain time you need to arrive by ?" }, { "id": 4, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No , just need to leave after 15:00 . When will I arrive and how long does it take ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'a few');(_:result,arrive_by,'16:09');(_:result,destination,'cambridge');(_:result,duration,'50 minute');(_:result,leave_at,'15:19');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You have a few options . One train leaves at 15:19 and it 's about a 50 minute trip , putting you in cambridge at 16:09 . Should I book it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'multiple sports');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No thanks . I also need multiple sports places to go please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'cherry hinton village centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Okay , I found one on the East side called the cherry hinton village centre . Would you like me to get you the address ?" }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "no , thanks I just need the phone number" }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'cherry hinton village centre');(_:result,phone,'01223576412');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number for the cherry hinton village centre is 01223576412" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'multiple sports');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for a multiple sports complex to visit ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,name,'cherry hinton village centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There 's the cherry hinton village centre . Would you like more information ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks . I am all set here ." }, { "id": 13, "rdf-acts": [], "speaker": "system", "text": "Would you like some info on that venue ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . I have everything I need for now ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful day" } ]
PMUL3752.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "16:09" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "duration", "50 minute" ], [ "_:result", "leave_at", "15:19" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "16:09" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "duration", "50 minute" ], [ "_:result", "leave_at", "15:19" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "name", "cherry hinton village centre" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "16:09" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "duration", "50 minute" ], [ "_:result", "leave_at", "15:19" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "name", "cherry hinton village centre" ], [ "_:result", "phone", "01223576412" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "16:09" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "duration", "50 minute" ], [ "_:result", "leave_at", "15:19" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "phone", "01223576412" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "cherry hinton village centre" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "16:09" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "duration", "50 minute" ], [ "_:result", "leave_at", "15:19" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "phone", "01223576412" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "cherry hinton village centre" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a South restaurant with british food ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry but I can not find any british food located in the south part of town ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there a chinese restaurant in the south part of town ?" }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'south');(_:result,count,'3');(_:result,food,'Chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I 've found three Chinese restaurants in the south part of town . Does price range matter to you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , any price range is fine . I would just like to know the address and price range of one of the restaurants ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'10 Homerton Street City Centre');(_:result,food,'Chinese');(_:result,name,'Peking Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Peking Restaurant is an expensive Chinese restaurant that is located at 10 Homerton Street City Centre . Is there anything else I can help you with today ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you ." } ]
WOZ20486.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/937e557a" ], [ "_:search/937e557a", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/937e557a" ], [ "_:search/937e557a", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "south" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/937e557a" ], [ "_:search/937e557a", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "south" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "10 Homerton Street City Centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Peking Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "I need a room , can you help ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'long list');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i got a long list . it will help if you knew the king of food you want" }, { "id": 2, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))", "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Well I want a hotel not food ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Which area would you like to be in ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like something in the east with 4 stars ." }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'6');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 6 choices , any pricing preferences ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like it to be a guesthouse ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'The allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The allenbell is a guesthouse in the east in the cheap price range and it has a 4 star rating . Would you like to reserve a room ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would like to book for 8 people for 4 nights starting Tuesday ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I will book that for you now ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Please do so ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,ref,'XVPDCMK9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , I was able to make a booking . Your reference number is XVPDCMK9" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you that is all I need goodbye" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great stay !" } ]
PMUL0154.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "long list" ], [ "_:result", "type", "Hotel" ], [ "_:result", "food", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "long list" ], [ "_:result", "type", "Hotel" ], [ "_:result", "food", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "long list" ], [ "_:result", "food", "?" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "long list" ], [ "_:result", "food", "?" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "6" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "long list" ], [ "_:result", "food", "?" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "6" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "long list" ], [ "_:result", "food", "?" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "6" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "XVPDCMK9" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What is there to do or see for entertainment ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,category,'architechture');(_:result,category,'boat');(_:result,category,'college');(_:result,category,'theatre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many options , including a boat , college , architechture , and theatre ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What is in the centre ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'architecture');(_:result,category,'concerthall');(_:result,category,'museums');(_:result,category,'theatre');(_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are still 44 entries including options like architecture , theatre , museums , concerthall , etc . Do you think you can narrow down your options a bit ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "If there is nothing under entertainment , do you have a museum you can recommend ?" }, { "id": 5, "rdf-acts": [ "request((_:search,entrance_fee,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Do you have a price preference ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "No , I do n't mind paying admission ." }, { "id": 7, "rdf-acts": [ "inform((_:result,name,\"saint mary 's church\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "OKay then I would suggest great saint mary 's church" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sound good . Can I get their address , phone number and entrance fee please ?" }, { "id": 9, "rdf-acts": [ "thank()", "inform((_:result,address,'Market Square');(_:result,entrance_fee,'2 pounds');(_:result,phone,'01223350914');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure ! The address is Market Square . Phone number is 01223350914 and it costs 2 pounds to get in ." }, { "id": 10, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thanks . I also need help with lodging in the moderate price range with free wifi , please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,name,'cityroomz');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "The cityroomz hotel is located in the centre and has free wifi . Would you like to make a reservation ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'that area');(_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do you happen to have any guesthouses in that area ?" }, { "id": 13, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "I do n't . Would you like to try a different location or price ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please find me a guesthouse in the north , in the moderate price range that includes free wifi ." }, { "id": 15, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "of how many stars do you prefer ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "I have no preference ." }, { "id": 17, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,'Avalon');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "The Avalon is a guesthouse in the north , in the moderate price range , with free wifi . Do you want me to book it ? I will need your details ." }, { "id": 18, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please . I need the reservation to be for 5 people ." }, { "id": 19, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "I can do that for you . What day do you want to book the hotel for ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Saturday or tuesday ." }, { "id": 21, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Which day do you prefer ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer Saturday please ." }, { "id": 23, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))", "inform((_:booking,stay,'one');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "do you want to book for one day ?" }, { "id": 24, "rdf-acts": [ "inform((_:search,stay,'five');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want five nights ." }, { "id": 25, "rdf-acts": [ "inform((_:booking,ref,'G1KVK1RL');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : G1KVK1RL" }, { "id": 26, "rdf-acts": [ "inform((_:search,departure,\"great saint mary 's church\");(_:search,destination,'Avalon guesthouse');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thanks . I will also need a taxi from great saint mary 's church to the Avalon guesthouse ." }, { "id": 27, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "When do you want to leave or arrive by ?" }, { "id": 28, "rdf-acts": [ "inform((_:search,departure,'the church');(_:search,leave_at,'12:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like to leave the church by 12:00 , please ." }, { "id": 29, "rdf-acts": [ "inform((_:result,car,'red Lexus');(_:result,phone,'07211078651');(_:result,type,'Taxi'))", "thank()" ], "speaker": "system", "text": "Okay . No problem I have you booked into a red Lexus and their contact number will be 07211078651 ." }, { "id": 30, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye" }, { "id": 31, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service today ." } ]
PMUL2572.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "architechture" ], [ "_:result", "category", "boat" ], [ "_:result", "category", "college" ], [ "_:result", "category", "theatre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theatre" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theatre" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theatre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "museum" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "saint mary 's church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theatre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "museum" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "name", "saint mary 's church" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "type", "Attraction" ], [ "_:search", "has_internet", "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", "amount", "many" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theatre" ], [ "_:result", "count", "44" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223350914" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "cityroomz" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "that area" ], [ "_:search", "category", "guesthouses" ], [ "_: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", "many" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theatre" ], [ "_:result", "count", "44" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "cityroomz" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/cf6fe7dd" ], [ "_:search/cf6fe7dd", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_: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", "many" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theatre" ], [ "_:result", "count", "44" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "cityroomz" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/cf6fe7dd" ], [ "_:search/cf6fe7dd", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "count", "44" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223350914" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/cf6fe7dd" ], [ "_:search/cf6fe7dd", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "count", "44" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223350914" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/cf6fe7dd" ], [ "_:search/cf6fe7dd", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "5" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "count", "44" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223350914" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/cf6fe7dd" ], [ "_:search/cf6fe7dd", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "5" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "count", "44" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223350914" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/cf6fe7dd" ], [ "_:search/cf6fe7dd", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "5" ], [ "_:search", "day", "saturday" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "one" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "five" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "count", "44" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223350914" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/cf6fe7dd" ], [ "_:search/cf6fe7dd", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "5" ], [ "_:search", "day", "saturday" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "one" ], [ "_:search", "stay", "five" ], [ "_:booking", "ref", "G1KVK1RL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "great saint mary 's church" ], [ "_:search", "destination", "Avalon guesthouse" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "count", "44" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223350914" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/cf6fe7dd" ], [ "_:search/cf6fe7dd", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "5" ], [ "_:search", "day", "saturday" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "one" ], [ "_:search", "stay", "five" ], [ "_:booking", "ref", "G1KVK1RL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "Avalon guesthouse" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the church" ], [ "_:search", "leave_at", "12:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "count", "44" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "address", "Market Square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/cf6fe7dd" ], [ "_:search/cf6fe7dd", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "people", "5" ], [ "_:search", "day", "saturday" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "one" ], [ "_:search", "stay", "five" ], [ "_:booking", "ref", "G1KVK1RL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "Avalon guesthouse" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the church" ], [ "_:search", "leave_at", "12:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red Lexus" ], [ "_:result", "phone", "07211078651" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'unusual');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for unusual and expensive cuisine in the west . Do you have any suggestions ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I did n't find any records matching those criteria ." }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about an Indian restaurant ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,area,'West');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are several in the West area . What is your address and I can find one that is closest to you ? Do you want to walk ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "I just want to go to one you think is best please" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Cocum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "You should definitely try Cocum . Can I reserve a table for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'14:45');(_:search,people,'4');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . I need a table for 4 people at 14:45 on Thursday . If not Thursday , I 'd like the same time on Tuesday . Please send me the reference number ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Thursday');(_:booking,ref,'XLUIM3SN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to get you a table on Thursday , ref # XLUIM3SN . Is there anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you 've been awesome thanks for all your help !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "I hope you enjoy your meal . Goodbye !" } ]
SNG1304.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "unusual" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/0e9fa2af" ], [ "_:search/0e9fa2af", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/0e9fa2af" ], [ "_:search/0e9fa2af", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "West" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/0e9fa2af" ], [ "_:search/0e9fa2af", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "West" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Cocum" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/0e9fa2af" ], [ "_:search/0e9fa2af", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "West" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Cocum" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "ref", "XLUIM3SN" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'place');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am wanting to find an attraction called The Place . Can you help me ?" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'22 Sidney Street');(_:result,area,'south');(_:result,category,'nightclub');(_:result,name,'Place');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Place is a nightclub in the south part of town located at 22 Sidney Street . Is there anything else you need ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you give me the postcode please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb23hg');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb23hg , can I assist with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I also need a restaurant ." }, { "id": 5, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What sort of food would you like ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm in the mood for some Modern European food" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'river bar steakhouse and grill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I would suggest the river bar steakhouse and grill" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great , is it moderately priced ?" }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is in the cheap price range . Would you prefer moderate price ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would prefer moderate price range please ." }, { "id": 11, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "there is no restaurant fitting your description . can we change the cuisine ." }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'modern european');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you double check for modern european food , centre area , and in the moderate price range ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "riverside brasserie would suit those needs ." }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sounds tasty . Can you get me a reservation for Saturday ?" }, { "id": 15, "rdf-acts": [ "inform((_:booking,day,'Saturday');(_:booking,people,'1');(_:booking,ref,'LXQWW69Y');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation for 1 on Saturday was successful . Reference number : LXQWW69Y" }, { "id": 16, "rdf-acts": [ "inform((_:search,destination,'the restaurant');(_:search,leave_at,'13:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you . I will also need a taxi to get form the attraction to the restaurant by 13:15 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'yellow Tesla');(_:result,phone,'07159979222');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Please look for a yellow Tesla . Your contact number is : 07159979222 . What else can I assist you with today ?" }, { "id": 18, "rdf-acts": [], "speaker": "user", "text": "That is all I need ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Have a nice day ." } ]
PMUL2030.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "place" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "place" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "22 Sidney Street" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Place" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "place" ], [ "_:result", "address", "22 Sidney Street" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Place" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23hg" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "place" ], [ "_:result", "address", "22 Sidney Street" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Place" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23hg" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "place" ], [ "_:result", "address", "22 Sidney Street" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23hg" ], [ "_:search", "food", "modern european" ], [ "_:result", "name", "river bar steakhouse and grill" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "place" ], [ "_:result", "address", "22 Sidney Street" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23hg" ], [ "_:search", "food", "modern european" ], [ "_:result", "name", "river bar steakhouse and grill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "place" ], [ "_:result", "address", "22 Sidney Street" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23hg" ], [ "_:result", "name", "river bar steakhouse and grill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/23de2b5b" ], [ "_:search/23de2b5b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "place" ], [ "_:result", "address", "22 Sidney Street" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23hg" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/23de2b5b" ], [ "_:search/23de2b5b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "place" ], [ "_:result", "address", "22 Sidney Street" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23hg" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/23de2b5b" ], [ "_:search/23de2b5b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "LXQWW69Y" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "13:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "name", "place" ], [ "_:result", "address", "22 Sidney Street" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:result", "postcode", "cb23hg" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/23de2b5b" ], [ "_:search/23de2b5b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "riverside brasserie" ], [ "_:search", "day", "saturday" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "LXQWW69Y" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "13:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow Tesla" ], [ "_:result", "phone", "07159979222" ], [ "_: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,food,'modern european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a cheap modern European restaurant . Can you help me ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'River Bar Steakhouse and Grill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The River Bar Steakhouse and Grill fits that description . Would you like me to book you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'13:00');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . 3 people at 13:00 on Thursday ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I will book that for you now ." }, { "id": 4, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you ! What 's the reference number ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'A36LRSL9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked your table and the reference number is : A36LRSL9 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for places to go where I can take a boat ." }, { "id": 7, "rdf-acts": [ "select((_:result,area,'center');(_:result,area,'east');(_:result,area,'north');(_:result,type,'Attraction'))", "inform((_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes I have places in the east , north and center . Any preference ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Preferably in the centre , I 'll be staying in that area with some friends ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'boat');(_:result,name,'Scudamores punting co');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is a place in the centre named Scudamores punting co where you can get a boat . Would you like their phone number or address ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , may I get the address , entrance fee and phone number please ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Granta Place , Mill Lane');(_:result,phone,'01223359750');(_:result,postcode,'cb21rs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , they are located at Granta Place , Mill Lane , postcode cb21rs . You will have to call for an entrance fee , the phone number is 01223359750 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I needed today . Goodbye !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Call back if you need further assistance ." } ]
PMUL2395.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "River Bar Steakhouse and Grill" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "River Bar Steakhouse and Grill" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "River Bar Steakhouse and Grill" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "A36LRSL9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "River Bar Steakhouse and Grill" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "A36LRSL9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:result", "area", "center" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "A36LRSL9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "boat" ], [ "_:result", "name", "Scudamores punting co" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "A36LRSL9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "boat" ], [ "_:result", "name", "Scudamores punting co" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "Granta Place , Mill Lane" ], [ "_:result", "phone", "01223359750" ], [ "_:result", "postcode", "cb21rs" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi I 'm looking to stay at a place with a 3 star rating that has free parking" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you prefer a hotel or a guesthouse ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a hotel ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,has_parking,'none');(_:result,name,'Gonville Hotel');(_:result,stars,'three');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Gonville Hotel is in the centre with three stars and free parking . Would that suit you ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes that would be just fine ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok I will book it for you" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "There are 8 of us , staying 5 nights , beginning on saturday ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Very good , I 'll go ahead and try to make that booking for you ." }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I 'll will need the reference number please ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "thank you the reference number is AH91827RT45C welcome" } ]
PMUL0104.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "stars", "three" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "stars", "three" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "stars", "three" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a restaurant in the centre and in the moderate price range ." }, { "id": 1, "rdf-acts": [ "inform((_:result,food,'Asian Oriental');(_:result,name,'Yippee Noodle Bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Yippee Noodle Bar is a moderate priced Asian Oriental restaurant . Does that sound good ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , the restaurant should serve modern european food ." }, { "id": 3, "rdf-acts": [ "select((_:result,name,'De Luca Cucina and Bar');(_:result,name,'Riverside Brasserie');(_:result,type,'Restaurant'))", "inform((_:result,amount,'at least two');(_:result,area,'center');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure I have at least two choices for you . One is the De Luca Cucina and Bar and the other is the Riverside Brasserie . Both are located in the center . Would either of them interest you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Let 's try the Brasserie ." }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "If you 'd like a reservation I will need to know what day and time you 'd like your reservation and how many will be in your party ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'13:15');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Just 1 person at 13:15 on thursday" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'IVGZLYTZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set your reference number is IVGZLYTZ" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks . That 's all I need !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Alright , thank you . Goodbye !" } ]
SNG0606.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "name", "Yippee Noodle Bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "food", "modern european" ], [ "_:result", "name", "De Luca Cucina and Bar" ], [ "_:result", "name", "Riverside Brasserie" ], [ "_:result", "amount", "at least two" ], [ "_:result", "area", "center" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "food", "modern european" ], [ "_:result", "name", "De Luca Cucina and Bar" ], [ "_:result", "name", "Riverside Brasserie" ], [ "_:result", "amount", "at least two" ], [ "_:result", "area", "center" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "food", "modern european" ], [ "_:result", "name", "De Luca Cucina and Bar" ], [ "_:result", "name", "Riverside Brasserie" ], [ "_:result", "amount", "at least two" ], [ "_:result", "area", "center" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "IVGZLYTZ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do need some information . I 'm looking for a place to stay ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Which area of town would you like to stay in ? Do you have a price preference or any other essentials ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No specific area or price range . I would like a four star guesthouse with wifi ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Allenbell');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I recommend the Allenbell . It 's 4 stars , but cheap ! Would you like to book a room ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please , if you can book for 4 people for 5 nights starting wednesday ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'XRWYCWBT');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Your reference number is : XRWYCWBT ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'gonville and caius college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I also need information on a particular attraction called the Gonville and Caius College ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'trinity street');(_:result,area,'centre');(_:result,phone,'01223332400');(_:result,postcode,'cb21ta');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes they are on trinity street in the centre of town . Postcode is cb21ta and phone is 01223332400 if you are partial to chatting on the tele . Is there anything else that I can help you with ?" }, { "id": 8, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "yes all I need now are the entrance fees" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There entrance fee is free . Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,destination,'allenbell');(_:search,leave_at,'5:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you book a taxi for me from the college to the Allenbell ? I want to leave the college by 5:30 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'white bmw');(_:result,phone,'07606742990');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "sure thing all set you will be riding in style in a white bmw contact # is 07606742990 , anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! Thanks ! That 's all I needed ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Great . Have a great trip !" } ]
PMUL3249.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:result", "area", "?" ], [ "_:result", "name", "Allenbell" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:result", "area", "?" ], [ "_:result", "name", "Allenbell" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "XRWYCWBT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "gonville and caius college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:result", "name", "Allenbell" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "XRWYCWBT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "gonville and caius college" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "trinity street" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223332400" ], [ "_:result", "postcode", "cb21ta" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:result", "name", "Allenbell" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "XRWYCWBT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "gonville and caius college" ], [ "_:result", "address", "trinity street" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223332400" ], [ "_:result", "postcode", "cb21ta" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "allenbell" ], [ "_:search", "leave_at", "5:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:result", "name", "Allenbell" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "XRWYCWBT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "gonville and caius college" ], [ "_:result", "address", "trinity street" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "cb21ta" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "destination", "allenbell" ], [ "_:search", "leave_at", "5:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white bmw" ], [ "_:result", "phone", "07606742990" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Would you help me book a train today ?" }, { "id": 1, "rdf-acts": [ "thank()", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I would be happy to . Where are you traveling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'broxbourne');(_:search,leave_at,'13:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "to broxbourne on Wednesday . I would like to leave after 13:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'15:01');(_:result,day,'Wednesday');(_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,id,'TR5164');(_:result,leave_at,'14:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5164 departs Cambridge Wednesday at 14:01 and arrives in Broxbourne by 15:01 . Would you like to book a ticket ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "That sounds just perfect . Can you book us 5 seats on that train ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,people,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , I will book 5 tickets for you ." }, { "id": 6, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you give me the reference number please ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'2GRQX8N4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : 2GRQX8N4 . Anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I need a place to stay in , preferably something moderately priced ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sure , do you have a preference in the area of town ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to stay in the east . I prefer a hotel , if possible ." }, { "id": 11, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,category,'hotels');(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are no hotels that meet that criteria in the east but we do have 3 moderately priced guesthouses available . Would one of those work ?" }, { "id": 12, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "yes . could you provide the postcode and star of the hotel ." }, { "id": 13, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,name,'the carolina bed and breakfast');(_:result,postcode,'cb13nx');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , the carolina bed and breakfast is a 4 star rated guesthouse and its postal code is cb13nx ." }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "thanks . i 've got all i need . take care . bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Glad to be of help . Please contact us again if you need any other information about Cambridge !" } ]
PMUL1623.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_:result", "arrive_by", "15:01" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR5164" ], [ "_:result", "leave_at", "14:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_:result", "arrive_by", "15:01" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR5164" ], [ "_:result", "leave_at", "14:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:booking", "people", "5" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_:result", "arrive_by", "15:01" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR5164" ], [ "_:result", "leave_at", "14:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:booking", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2GRQX8N4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_:result", "arrive_by", "15:01" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR5164" ], [ "_:result", "leave_at", "14:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:booking", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2GRQX8N4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_:result", "arrive_by", "15:01" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR5164" ], [ "_:result", "leave_at", "14:01" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:booking", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2GRQX8N4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/90677a96" ], [ "_:search/90677a96", "area", "east" ], [ "_:search/90677a96", "category", "hotels" ], [ "_:search/90677a96", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "moderately priced" ], [ "_: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", "day", "wednesday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_:result", "arrive_by", "15:01" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR5164" ], [ "_:result", "leave_at", "14:01" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:booking", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2GRQX8N4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/90677a96" ], [ "_:search/90677a96", "area", "east" ], [ "_:search/90677a96", "category", "hotels" ], [ "_:search/90677a96", "type", "Hotel" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "the carolina bed and breakfast" ], [ "_:result", "postcode", "cb13nx" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'no');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to find a hotel in the moderate price range . I do n't need free parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are several hotels in that price range . Do you have a particular area of town you are interested in staying in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes I need it to be in the north ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'63 Milton Road , 62 Gilbert Road');(_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have two hotels . One located at 63 Milton Road and 62 Gilbert Road ? Which one would you like for me to book you for ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are either of them 4 star hotels ? Because that 's what I need ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouse');(_:result,name,'Avalon');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Avalon guesthouse has a 4 star rating . Would you like me to book a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes could you check for a booking for 4 people and 2 nights starting from saturday ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I am sorry that booking was unsuccessful . Would you like me to find another hotel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about a different hotel in the same price range ?" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alpha - milton guest house');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Alpha - milton guest house is 3 stars . It does n't have internet or parking . Is that okay ? I could try another area , too ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "That 's fine can you try booking that for me ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,type,'Booking'))" ], "speaker": "system", "text": "That booking was successful . May I help you with anything else today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . That 's everything I need ." }, { "id": 13, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Glad I could be of help ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Good - bye ." } ]
SSNG0359.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "63 Milton Road , 62 Gilbert Road" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "63 Milton Road , 62 Gilbert Road" ], [ "_:result", "count", "2" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Avalon" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "63 Milton Road , 62 Gilbert Road" ], [ "_:result", "count", "2" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Avalon" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/163de590" ], [ "_:booking/163de590", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "63 Milton Road , 62 Gilbert Road" ], [ "_:result", "count", "2" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/163de590" ], [ "_:booking/163de590", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alpha - milton guest house" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "63 Milton Road , 62 Gilbert Road" ], [ "_:result", "count", "2" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/163de590" ], [ "_:booking/163de590", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alpha - milton guest house" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "63 Milton Road , 62 Gilbert Road" ], [ "_:result", "count", "2" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/163de590" ], [ "_:booking/163de590", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alpha - milton guest house" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_: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,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I am looking for a guesthouse in the west . Do you have any recommendations ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Finches Bed and Breakfast');(_:result,pricerange,'inexpensive');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I do . Finches Bed and Breakfast is a gem , rated 4 stars , but inexpensive in price . They offer free wifi and free parking ." }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is that one considered moderately priced ? I 'd prefer moderate over cheap ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Finches');(_:result,name,\"Hobson 's House\");(_:result,pricerange,'moderately priced');(_:result,pricerange,'quite cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It seems that Finches is quite cheap . However , Hobson 's House also fits your description , and it is moderately priced ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,stars,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "How many stars are they rated and could I get the phone number ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Finches bed and breakfast');(_:result,name,'Hobsons house');(_:result,phone,'01223276653');(_:result,phone,'01223304906');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Finches bed and breakfast has 4 stars . It 's phone number is 01223276653 and Hobsons house has 3 stars . It 's phone number is 01223304906" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "Wonderful . I will book with Finches tomorrow . I am also looking for a train from Cambridge to Peterborough ." }, { "id": 7, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a specific day and time you are looking to depart ?" }, { "id": 8, "rdf-acts": [ "request((_:result,day,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No . I do not have a specific day or time for departure ." }, { "id": 9, "rdf-acts": [ "inform((_:result,duration,'50 minutes');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Well then the most I can tell you is the journey last 50 minutes and costs 16.50 pounds ." }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Actually I do now . I need it to leave on a Sunday and arrive by 16:30 ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,arrive_by,'15:56');(_:booking,category,'Train');(_:booking,id,'TR 3434');(_:booking,leave_at,'15:06');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I found you the TR 3434 that leaves at 15:06 and arrives by 15:56 . Would you like to book some tickets ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'two');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes can you book two please ?" }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'TR3434');(_:booking,people,'two');(_:booking,ref,'HCZPLE1G');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR3434 has been booked for two tickets . Your reference number is HCZPLE1G ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That is all I need ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a great trip . Good bye ." } ]
PMUL4181.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Finches" ], [ "_:result", "name", "Hobson 's House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "pricerange", "quite cheap" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "stars", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "pricerange", "quite cheap" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "name", "Hobsons house" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "phone", "01223304906" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "pricerange", "quite cheap" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "name", "Hobsons house" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "phone", "01223304906" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "pricerange", "quite cheap" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "name", "Hobsons house" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "phone", "01223304906" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "?" ], [ "_:result", "day", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "pricerange", "quite cheap" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "name", "Hobsons house" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "phone", "01223304906" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "?" ], [ "_:result", "day", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "day", "sunday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "15:56" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR 3434" ], [ "_:booking", "leave_at", "15:06" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "two" ], [ "_: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", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "pricerange", "quite cheap" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "name", "Hobsons house" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "phone", "01223304906" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "?" ], [ "_:result", "day", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "day", "sunday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "15:56" ], [ "_:booking", "leave_at", "15:06" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR3434" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "HCZPLE1G" ], [ "_: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,'Hotel'))" ], "speaker": "user", "text": "Yes , can you help me with some information on a place to stay ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Yes , what do you have in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I 'd like something moderately priced , with a 4 star rating . I 'd like free parking too ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'9');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 9 results that match your criteria , is there a particular area you 'd like to stay in ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer to stay in the west ." }, { "id": 5, "rdf-acts": [ "select((_:result,category,'hotel');(_:result,type,'Hotel'))", "canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I am sorry but no guesthouses exist that match those criteria . Would you consider a hotel ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I 'm open to a hotel as long as it 's a 4 star with free parking" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sorry , I have no hotels that meet your criteria . Would you like to try a different area or a different price range , perhaps ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that s all I need thank you" }, { "id": 9, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "OK , please let me know if there is anything else I can do to assist you ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,destination,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "Could you find me a train leaving on Tuesday going to London Kings Cross ?" }, { "id": 11, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure ! What time would you like to leave at ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'8:30');(_:search,destination,'London Kings Cross');(_:search,leave_at,'dontcare');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks ! Whenever I depart is fine , as long as I arrive at London Kings Cross by 8:30 !" }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'07:51');(_:result,id,'TR3343');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR3343 will get you there by 07:51 . Would you like to book a seat ?" }, { "id": 14, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I do n't need a ticket today , but could you tell me the price ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,departure,'Cambridge');(_:result,departure,'london');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "If you are leaving from Cambridge to London Kings Cross , the ticket price is 23.60 pounds . Do you need more information ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That is all that I need ." }, { "id": 17, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "i am glad iwas of help . great day" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "You too . Thank you ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for using the Cambridge TownInfo centre . Enjoy the rest of your day ." } ]
PMUL1813.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:result", "ticket", "?" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "ticket", "?" ], [ "_:result", "count", "9" ], [ "_:search", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/c3ccc4b3" ], [ "_:search/c3ccc4b3", "category", "guesthouses" ], [ "_:search/c3ccc4b3", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "ticket", "?" ], [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/c3ccc4b3" ], [ "_:search/c3ccc4b3", "category", "guesthouses" ], [ "_:search/c3ccc4b3", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/8930680d" ], [ "_:search/8930680d", "category", "hotels" ], [ "_:search/8930680d", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "ticket", "?" ], [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/c3ccc4b3" ], [ "_:search/c3ccc4b3", "category", "guesthouses" ], [ "_:search/c3ccc4b3", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/8930680d" ], [ "_:search/8930680d", "category", "hotels" ], [ "_:search/8930680d", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "ticket", "?" ], [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/c3ccc4b3" ], [ "_:search/c3ccc4b3", "category", "guesthouses" ], [ "_:search/c3ccc4b3", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/8930680d" ], [ "_:search/8930680d", "category", "hotels" ], [ "_:search/8930680d", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "8:30" ], [ "_:search", "destination", "London Kings Cross" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "ticket", "?" ], [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c3ccc4b3" ], [ "_:search/c3ccc4b3", "category", "guesthouses" ], [ "_:search/c3ccc4b3", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/8930680d" ], [ "_:search/8930680d", "category", "hotels" ], [ "_:search/8930680d", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "8:30" ], [ "_:search", "destination", "London Kings Cross" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "07:51" ], [ "_:result", "id", "TR3343" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c3ccc4b3" ], [ "_:search/c3ccc4b3", "category", "guesthouses" ], [ "_:search/c3ccc4b3", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/8930680d" ], [ "_:search/8930680d", "category", "hotels" ], [ "_:search/8930680d", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "8:30" ], [ "_:search", "destination", "London Kings Cross" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "07:51" ], [ "_:result", "id", "TR3343" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "departure", "london" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "count", "9" ], [ "_:result", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c3ccc4b3" ], [ "_:search/c3ccc4b3", "category", "guesthouses" ], [ "_:search/c3ccc4b3", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/8930680d" ], [ "_:search/8930680d", "category", "hotels" ], [ "_:search/8930680d", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "8:30" ], [ "_:search", "destination", "London Kings Cross" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "07:51" ], [ "_:result", "id", "TR3343" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "departure", "london" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to treat myself by eating out so please find me an expensive restaurant in the centre" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Yes ! What kind of cuisine would you like ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Any restaurant that you recommend will be great . Can I have the postcode for the one you pick too ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'Korean');(_:result,name,'Little Seoul');(_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I would recommend Little Seoul , a Korean restaurant . It 's postcode is cb21dp . Would you like to reserve a table ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No thank you . I am looking for an expensive place to stay that includes free parking ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are five hotels that meet your criteria . Would you like to book one or would you rather narrow it down further ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer to find one that is located in the north ." }, { "id": 7, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,has_parking,'none');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no expensive hotels in the north area with free parking ." }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'cheaper');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is there a cheaper one ?" }, { "id": 9, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,count,'9');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 9 in the moderate price range do you prefer a guesthouse or hotel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer a hotel ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'the ashley hotel');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have two hotels that fit your needs . I recommend the ashley hotel . When would you like to book a room ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Do either have internet ?" }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,name,'ahley');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "yes ahley does has free internet . can we book it" }, { "id": 14, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No thanks , I just need the address please ." }, { "id": 15, "rdf-acts": [ "inform((_:result,address,'74 chesterton road');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the address is 74 chesterton road" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks for helping . have a great day" }, { "id": 17, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You 're welcome . Have a great day ." }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Have a great day too ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Please call if you need anything else . Goodbye ." } ]
PMUL3451.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Korean" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "postcode", "cb21dp" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Korean" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "postcode", "cb21dp" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Korean" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "postcode", "cb21dp" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3c11de74" ], [ "_:search/3c11de74", "area", "north" ], [ "_:search/3c11de74", "category", "hotels" ], [ "_:search/3c11de74", "has_parking", "none" ], [ "_:search/3c11de74", "pricerange", "expensive" ], [ "_:search/3c11de74", "type", "Hotel" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Korean" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "postcode", "cb21dp" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3c11de74" ], [ "_:search/3c11de74", "area", "north" ], [ "_:search/3c11de74", "category", "hotels" ], [ "_:search/3c11de74", "has_parking", "none" ], [ "_:search/3c11de74", "pricerange", "expensive" ], [ "_:search/3c11de74", "type", "Hotel" ], [ "_:search", "pricerange", "cheaper" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Korean" ], [ "_:result", "postcode", "cb21dp" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3c11de74" ], [ "_:search/3c11de74", "area", "north" ], [ "_:search/3c11de74", "category", "hotels" ], [ "_:search/3c11de74", "has_parking", "none" ], [ "_:search/3c11de74", "pricerange", "expensive" ], [ "_:search/3c11de74", "type", "Hotel" ], [ "_:search", "pricerange", "cheaper" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "the ashley hotel" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Korean" ], [ "_:result", "postcode", "cb21dp" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3c11de74" ], [ "_:search/3c11de74", "area", "north" ], [ "_:search/3c11de74", "category", "hotels" ], [ "_:search/3c11de74", "has_parking", "none" ], [ "_:search/3c11de74", "pricerange", "expensive" ], [ "_:search/3c11de74", "type", "Hotel" ], [ "_:search", "pricerange", "cheaper" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "category", "hotel" ], [ "_:result", "count", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "ahley" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Korean" ], [ "_:result", "postcode", "cb21dp" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3c11de74" ], [ "_:search/3c11de74", "area", "north" ], [ "_:search/3c11de74", "category", "hotels" ], [ "_:search/3c11de74", "has_parking", "none" ], [ "_:search/3c11de74", "pricerange", "expensive" ], [ "_:search/3c11de74", "type", "Hotel" ], [ "_:search", "pricerange", "cheaper" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "category", "hotel" ], [ "_:result", "count", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "ahley" ], [ "_:result", "address", "74 chesterton road" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Korean" ], [ "_:result", "postcode", "cb21dp" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3c11de74" ], [ "_:search/3c11de74", "area", "north" ], [ "_:search/3c11de74", "category", "hotels" ], [ "_:search/3c11de74", "has_parking", "none" ], [ "_:search/3c11de74", "pricerange", "expensive" ], [ "_:search/3c11de74", "type", "Hotel" ], [ "_:search", "pricerange", "cheaper" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "category", "hotel" ], [ "_:result", "count", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "ahley" ], [ "_:result", "address", "74 chesterton road" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'free');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I 'm looking for a guesthouse to stay at that provides free wifi , can you help me find one ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have several with available booking . May I have an area and a price range that you are interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am not sure yet but I would like it to have 3 stars ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'Bridge Guest House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'd recommend the Bridge Guest House . It is located in the south area ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "That would be great . Can I can the postcode that it is in ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'cb28rj');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The postcode is cb28rj . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I 'd like to know about some places to go in town . Are there any college I could visit ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Christ 's college is available if that works for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure , can I get the area it is in and the address please" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,\"saint andrew 's street\");(_:result,area,'centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It 's in the centre and the address is saint andrew 's street ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! Goodbye !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day ." } ]
MUL2665.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "free" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Bridge Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Bridge Guest House" ], [ "_:result", "postcode", "cb28rj" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "south" ], [ "_:result", "postcode", "cb28rj" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "free" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "stars", "3" ], [ "_:result", "postcode", "cb28rj" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'Center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to eat in the Center of town at a expensive place ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'African');(_:result,food,'Asian Oriental');(_:result,food,'British');(_:result,type,'Restaurant'))", "inform((_:result,area,'Town Centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "For Town Centre , there are African , Asian Oriental , and British options . Which of these would you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'16:15');(_:search,food,'african');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about African ? I 'd like to book a table for 7 at 16:15 on Tuesday ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,day,'tuesday');(_:booking,duration,'16:15');(_:booking,people,'7');(_:booking,ref,'VAZCWIS6');(_:booking,type,'Booking'))", "reqmore()", "inform((_:result,food,'African');(_:result,name,'bedouin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have booked a table at bedouin African restaurant for 7 people at 16:15 tuesday . Your reference number is VAZCWIS6 . May I help with anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope that 's all I needed ! Thanks !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Okay great . Enjoy your dining experience ." } ]
SNG0509.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" ], [ "_:result", "food", "African" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "food", "British" ], [ "_:result", "area", "Town Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "food", "african" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "Center" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "Town Centre" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "food", "african" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "duration", "16:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "VAZCWIS6" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "African" ], [ "_:result", "name", "bedouin" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'la raza');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have information on La Raza ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'Spanish');(_:result,name,'La raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "La raza is a spanish restaurant in the centre area . It is considered cheap" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I get their address and phone number , please ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "reqmore()", "inform((_:result,address,'4 - 6 Rose Crescent');(_:result,phone,'01223464550');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Certainly . They 're at 4 - 6 Rose Crescent . Their number is 01223464550 . I can help you book a table if you 'd like . Or is there anything else you need ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'11:00');(_:search,day,'saturday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I could use your help finding a train for Saturday that leaves after 11:00 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'278');(_:result,day,'Saturday');(_:result,leave_at,'11:00');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 278 trains that leave after 11:00 on Saturday . Do you have a particular departure and arrival location ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to go from leicester to cambridge ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'12:54');(_:result,day,'Saturday');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,id,'TR6210');(_:result,leave_at,'11:09');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "It looks like train TR6210 will be leaving Leicester at 11:09 on Saturday and will arrive to Cambridge at 12:54 . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What 's the travel time on that trip ? I really dislike math ." }, { "id": 9, "rdf-acts": [ "inform((_:result,duration,'105 minutes');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The travel time for that route is 105 minutes . Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thanks . That should be all , thank you !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Glad I could be of help . Have a great day . Goodbye ." } ]
MUL1603.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "la raza" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "la raza" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Spanish" ], [ "_:result", "name", "La raza" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "la raza" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Spanish" ], [ "_:result", "name", "La raza" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "4 - 6 Rose Crescent" ], [ "_:result", "phone", "01223464550" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "la raza" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Spanish" ], [ "_:result", "name", "La raza" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "4 - 6 Rose Crescent" ], [ "_:result", "phone", "01223464550" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "day", "saturday" ], [ "_:result", "count", "278" ], [ "_:result", "day", "Saturday" ], [ "_:result", "leave_at", "11:00" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "la raza" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Spanish" ], [ "_:result", "name", "La raza" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "4 - 6 Rose Crescent" ], [ "_:result", "phone", "01223464550" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "day", "saturday" ], [ "_:result", "count", "278" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "12:54" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Leicester" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6210" ], [ "_:result", "leave_at", "11:09" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "la raza" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Spanish" ], [ "_:result", "name", "La raza" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "4 - 6 Rose Crescent" ], [ "_:result", "phone", "01223464550" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "day", "saturday" ], [ "_:result", "count", "278" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "12:54" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Leicester" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6210" ], [ "_:result", "leave_at", "11:09" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "i need a place to go and should be a museum" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "thank()", "inform((_:result,amount,'several');(_:result,area,'Cambridge');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Okay ! There are several museums in Cambridge . What part of town would you like to visit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How about ones in the centre , what 's available ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There 's 11 different museums in the centre . Would you like a recommendation ?" }, { "id": 4, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , and if you can tell me it 's entrance fee , that 'd be great ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The entrance fee is free . is there anything else" }, { "id": 6, "rdf-acts": [ "request((_:result,name,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could you give me the name of the museum ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'98 King Street');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "My favorite free museum is the Broughton House Gallery at 98 King Street ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Can I have the info of this place thank you" }, { "id": 9, "rdf-acts": [], "speaker": "system", "text": "What would you like to know ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'Lensfield Hotel');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Oh thank you for the name of the museum and what part of the area is this museum in ? I 'd also like information about the Lensfield Hotel ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'center');(_:result,area,'south');(_:result,category,'museum');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'lensfield hotel');(_:result,pricerange,'expensive');(_:result,stars,'three');(_:result,type,'Attraction');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The museum is in the center part of time . The lensfield hotel is in the south , it 's expensive , three stars and has free wifi and parking ." }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Does the museum have an entrance fee ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'does not have an entrance fee');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "No it does not have an entrance fee" }, { "id": 14, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi after the attraction you get contact number and car type" }, { "id": 15, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I can certainly book that for you . What time would you like to be picked up ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'the museum');(_:search,leave_at,'16:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to leave the museum by 16:45" }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'blue Lexus');(_:result,phone,'07703215621');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Yor taxi is a blue Lexus . The contact number is 07703215621" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much . That is all for today ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Great ! Have a fun trip !" } ]
PMUL4246.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "Cambridge" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:result", "name", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "11" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 King Street" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "11" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 King Street" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "11" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 King Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "center" ], [ "_:result", "area", "south" ], [ "_:result", "category", "museum" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "three" ], [ "_:result", "type", "Attraction" ], [ "_:result", "type", "Hotel" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "11" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 King Street" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "center" ], [ "_:result", "area", "south" ], [ "_:result", "category", "museum" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "three" ], [ "_:result", "entrance_fee", "does not have an entrance fee" ], [ "_:result", "type", "Attraction" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "11" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 King Street" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:result", "area", "center" ], [ "_:result", "area", "south" ], [ "_:result", "category", "museum" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "three" ], [ "_:result", "entrance_fee", "does not have an entrance fee" ], [ "_:result", "type", "Attraction" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ], [ "_:search", "departure", "the museum" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "11" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 King Street" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:result", "area", "center" ], [ "_:result", "area", "south" ], [ "_:result", "category", "museum" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "three" ], [ "_:result", "entrance_fee", "does not have an entrance fee" ], [ "_:search", "departure", "the museum" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Lexus" ], [ "_:result", "phone", "07703215621" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a cheap place to have a meal ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , do you want to eat at a specific location or have a type of food you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The type of food does n't matter to me , but I would like the restaurant to be in the north ." }, { "id": 3, "rdf-acts": [ "select((_:result,food,'indian');(_:result,food,'italian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Okay there is indian and italian food . Which do you prefer ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'16:15');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Italian sounds good . I need a reservation for Thursday at 16:15 , please ." }, { "id": 5, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many will be in your party ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a table for 3 people ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'da vinci pizzeria');(_:booking,ref,'BSAJGSJ8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You have a table at da vinci pizzeria . The table will be reserved for 15 minutes . Reference number is : BSAJGSJ8 . Do you need anything else today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all for now . Thank you" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you , have a good day . Goodbye ." } ]
SNG1172.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "food", "italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "food", "italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "food", "italian" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "food", "italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "food", "italian" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "da vinci pizzeria" ], [ "_:booking", "ref", "BSAJGSJ8" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train on Saturday that will take me into cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you depart from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from norwich ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'19');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 19 trains do you have a time you 'd like to travel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'20:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I need to arrive by 20:00 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'19:35');(_:result,count,'1');(_:result,departure,'Norwich');(_:result,leave_at,'18:16');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have one arriving at 19:35 . It leaves Norwich at 18:16 . Does that work ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Sure , they are normally on time . Could you book that for 2 people please ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,arrive_by,'19:35');(_:booking,category,'Train');(_:booking,leave_at,'18:16');(_:booking,people,'2');(_:booking,ref,'C4O2XOZA');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Certainly . I have booked you on the 18:16 arriving at 19:35 for 2 people . your reference number is C4O2XOZA . Will that be all ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , thanks for your help !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "It was my pleasure to help . Have a wonderful day ." } ]
SNG0388.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "norwich" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_:result", "arrive_by", "19:35" ], [ "_:result", "count", "1" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "leave_at", "18:16" ], [ "_: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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_:result", "arrive_by", "19:35" ], [ "_:result", "count", "1" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "leave_at", "18:16" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:booking", "arrive_by", "19:35" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "18:16" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "C4O2XOZA" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'allenbell');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you give me some information on the Allenbell ? It 's a hotel ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,phone,'01223210353');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is a 4 star hotel that is cheap , and in the east of town . It is a guesthouse type and phone number is 01223210353 ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I need it for 5 people and 5 nights starting from sunday . I will also need the reference number ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'I44610JK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have successfully booked it for you . Your reference number is I44610JK ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm also looking for a museum in the east area . Can you help me find one ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,area,'east');(_:result,category,'museum');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , the Cambridge Artworks is a wonderful museum in the east . Would you like more information ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes ! Can I have the postcode for it ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,name,'cambridge artworks');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , the postcode for cambridge artworks is cb13ef . Do you need any more information ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'19:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Well , I also need to book a taxi . I want to leave the hotel by 19:30 ." }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Certainly I can help with that , will you destination be from allenbell ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,destination,'cambridge artworks');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to go to the Cambridge Artworks ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'grey toyota');(_:result,phone,'07790143125');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked a taxi for you . A grey toyota with the contact number 07790143125 . Is there anything else you need ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No . Thank you very much ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you , please enjoy your stay here in Cambridge . And have a wonderful day ." } ]
MUL1105.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "allenbell" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "allenbell" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "phone", "01223210353" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "allenbell" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "phone", "01223210353" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "I44610JK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "allenbell" ], [ "_:result", "phone", "01223210353" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "I44610JK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "allenbell" ], [ "_:result", "phone", "01223210353" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "I44610JK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "cambridge artworks" ], [ "_:result", "postcode", "cb13ef" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "19:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "allenbell" ], [ "_:result", "phone", "01223210353" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "I44610JK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "cambridge artworks" ], [ "_:result", "postcode", "cb13ef" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "19:30" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "cambridge artworks" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "I44610JK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "cambridge artworks" ], [ "_:result", "postcode", "cb13ef" ], [ "_:search", "leave_at", "19:30" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "cambridge artworks" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey toyota" ], [ "_:result", "phone", "07790143125" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'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": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))", "thank()" ], "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": null, "speaker": "system", "text": "TR6386 departs at 12:24 and arrives by 12:52 . Would you like a ticket ?" } ]
PMUL3385.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": 0, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train on sunday from cambridge ." }, { "id": 1, "rdf-acts": [ "inform((_:result,arrive_by,'05:51');(_:result,day,'sunday');(_:result,departure,'cambridge');(_:result,destination,'london kings cross');(_:result,duration,'51 minutes');(_:result,id,'TR7423');(_:result,leave_at,'05:00');(_:result,ticket,'18.88 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR7423 \t cambridge \t london kings cross \t sunday \t 05:00 \t 05:51 \t 18.88 pounds \t 51 minutes" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'09:00');(_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you verify that it will arrive in stevenage by 09:00 ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,destination,'Stevenage');(_:result,id,'TR3889');(_:result,id,'TR5390');(_:result,leave_at,'05:21');(_:result,leave_at,'07:21');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Ah , no , you will need another train to get to Stevenage . TR5390 leaves at 05:21 and TR3889 leaves at 07:21 . Do you have a preference ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'09:00');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I do n't have a preference I just need to arrive by 09:00 . Can you please provide me the travel time , departure time and price ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'49 minutes');(_:result,id,'TR3889');(_:result,leave_at,'07:21');(_:result,ticket,'10.24 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR3889 departs at 07:21 and takes 49 minutes to arrive . The fee is 10.24 pounds . Would you like me to book that for you ?" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks , that 's all . Good bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Reference number is : 8OHSGLQU . if u interested" } ]
SNG01161.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "05:51" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "london kings cross" ], [ "_:result", "duration", "51 minutes" ], [ "_:result", "id", "TR7423" ], [ "_:result", "leave_at", "05:00" ], [ "_:result", "ticket", "18.88 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "05:51" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "duration", "51 minutes" ], [ "_:result", "ticket", "18.88 pounds" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "id", "TR3889" ], [ "_:result", "id", "TR5390" ], [ "_:result", "leave_at", "05:21" ], [ "_:result", "leave_at", "07:21" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "05:51" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "destination", "Stevenage" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR3889" ], [ "_:result", "leave_at", "07:21" ], [ "_:result", "ticket", "10.24 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'restaurant two two');(_:search,destination,'museum of classical archaeology');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Hello , I 'd like to book a taxi from Restaurant Two Two to the Museum of Classical Archaeology ." }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure , I can help with that . When would you like to leave or arrive ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'11:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to be picked up by 11:00 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'yellow skoda');(_:result,departure,'the restaurant');(_:result,leave_at,'11:00');(_:result,phone,'07543428756');(_:result,type,'Taxi'))", "thank()" ], "speaker": "system", "text": "Alright . Your taxi will pick you up at the restaurant at 11:00 . It will be a yellow skoda . The contact number is 07543428756 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all ." }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Thank you for using our service . Have all of your needs been met ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes . Thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you and have a great day !" } ]
SNG0058.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "restaurant two two" ], [ "_:search", "destination", "museum of classical archaeology" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "restaurant two two" ], [ "_:search", "destination", "museum of classical archaeology" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "restaurant two two" ], [ "_:search", "destination", "museum of classical archaeology" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow skoda" ], [ "_:result", "departure", "the restaurant" ], [ "_:result", "leave_at", "11:00" ], [ "_:result", "phone", "07543428756" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "restaurant two two" ], [ "_:search", "destination", "museum of classical archaeology" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow skoda" ], [ "_:result", "departure", "the restaurant" ], [ "_:result", "leave_at", "11:00" ], [ "_:result", "phone", "07543428756" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a thai restaurant on the west side ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,food,'thai');(_:result,name,'Sala thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sala thong is a thai restaurant on the west side that is expensive . Do you want me to book it for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . Could you book it for 5 people on sunday ?" }, { "id": 3, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Yes of course . What time would you like me to make your reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,duration,'13:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a table for 13:00 ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was unable to book that , would you like me to try a different time or different restaurant ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please find me another restaurant in the same price range on the west side ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about Cocum ? It 's an expensive Indian restaurant on the west side ." }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Ok , that would be fine . Can you please send me the reference number ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'WS8R5J04');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay . I was able to book your table . Your reference number is WS8R5J04 . Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is all , thank you , cheers ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you , let us know if you need any thing else . Bye ." } ]
SSNG0019.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "Sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "Sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "13:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "Sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "duration", "13:00" ], [ "_:system", "canthelp", "_:booking/8e1dd073" ], [ "_:booking/8e1dd073", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "duration", "13:00" ], [ "_:system", "canthelp", "_:booking/8e1dd073" ], [ "_:booking/8e1dd073", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Cocum" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "duration", "13:00" ], [ "_:system", "canthelp", "_:booking/8e1dd073" ], [ "_:booking/8e1dd073", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Cocum" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "WS8R5J04" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you tell me a bit about the entertainment type places in the center of town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 44 places . What type are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I want it to be a type of college ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'2 pound');(_:result,name,'Corpus Christi');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 13 colleges in city centre . My personal favorite is Corpus Christi , even though they charge a 2 pound entrance fee ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Great , can I get the phone number and postcode ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223338000');(_:result,postcode,'cb21rh');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , the phone number is 01223338000 and post code is cb21rh . What else can I assist you with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for an entertainment venue in the centre of town . Are there any ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,type,'Attraction'))" ], "speaker": "system", "text": "unfortunately no . want to try another area ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'college');(_:search,day,'wednesday');(_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,leave_at,'11:00');(_:search,type,'Attraction');(_:search,type,'Train'))" ], "speaker": "user", "text": "No thanks ! I forgot that I 'm going to the college instead . I do need a train that goes to Cambridge on Wednesday . I will depart from Kings Lynn after 11:00 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'12:58');(_:result,destination,'Cambridge');(_:result,leave_at,'12:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a 12:11 that arrives n Cambridge at 12:58 . Would you like me to boo that for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please I will need 5 tickets ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,type,'Booking');(_:result,ref,'LNZ0GIXG');(_:result,type,'Train'))" ], "speaker": "system", "text": "Your tickets have been booked . Your reference number is LNZ0GIXG ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Wonderful . Thanks very much for your help today ." }, { "id": 13, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else you need help with today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's everything I needed . Thanks and goodbye !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL1085.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "2 pound" ], [ "_:result", "name", "Corpus Christi" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "2 pound" ], [ "_:result", "name", "Corpus Christi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223338000" ], [ "_:result", "postcode", "cb21rh" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "2 pound" ], [ "_:result", "name", "Corpus Christi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223338000" ], [ "_:result", "postcode", "cb21rh" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/3f6ef399" ], [ "_:search/3f6ef399", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "2 pound" ], [ "_:result", "name", "Corpus Christi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223338000" ], [ "_:result", "postcode", "cb21rh" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/3f6ef399" ], [ "_:search/3f6ef399", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "11:00" ], [ "_:result", "arrive_by", "12:58" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "12:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "2 pound" ], [ "_:result", "name", "Corpus Christi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223338000" ], [ "_:result", "postcode", "cb21rh" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/3f6ef399" ], [ "_:search/3f6ef399", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "11:00" ], [ "_:result", "arrive_by", "12:58" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "12:11" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "LNZ0GIXG" ], [ "_:result", "type", "Train" ] ], "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", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "2 pound" ], [ "_:result", "name", "Corpus Christi" ], [ "_:result", "phone", "01223338000" ], [ "_:result", "postcode", "cb21rh" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/3f6ef399" ], [ "_:search/3f6ef399", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "11:00" ], [ "_:result", "arrive_by", "12:58" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "12:11" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "LNZ0GIXG" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,leave_at,'19:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to book a taxi . I need it to arrive by 19:15 to go to park side pools ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Okay , could you tell me where you would like to depart from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'a and b guest house');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to depart from A and B Guest House ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'black Volkswagen');(_:result,phone,'07057340221');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have your taxi scheduled . The car type is a black Volkswagen , contact number 07057340221 . How else can I help you ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all the help I need . Thank you ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day !" } ]
SNG0040.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "19:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "19:15" ], [ "_:search", "departure", "a and b guest house" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "19:15" ], [ "_:search", "departure", "a and b guest house" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black Volkswagen" ], [ "_:result", "phone", "07057340221" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find a place to stay . I prefer a guesthouse and I 'll need free parking for my car ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Acorn Guesthouse');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I recommend the Acorn Guesthouse on the north side . Does that suit your needs ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it also have free WiFi ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,name,'acorn guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "acorn guest house has internet . Want to book a room ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,stars,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can I get the address postcode and the number of stars it has ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'154 chesterton road/');(_:result,category,'hotel');(_:result,postcode,'cb41da');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It 's a 4 star hotel , the Postcode is cb41da and the address is 154 chesterton road/" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'broughton house gallery');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great thank you I am also looking to get some info on the broughton house gallery" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'center');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'The broughton house gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The broughton house gallery is a museum found in the center of town . Entrance is free . Do you need their contact details ?" }, { "id": 8, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes I need the post code as well , thanks ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'98 king street');(_:result,phone,'01223314960');(_:result,postcode,'cb11In');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their address is 98 king street , the post code is cb11In , and their number is 01223314960 . Anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope . Thanks so much for your help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !" } ]
MUL2596.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "stars", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "address", "154 chesterton road/" ], [ "_:result", "category", "hotel" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "broughton house gallery" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "address", "154 chesterton road/" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "stars", "4" ], [ "_:search", "name", "broughton house gallery" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "center" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "The broughton house gallery" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:search", "name", "broughton house gallery" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "center" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "The broughton house gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 king street" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11In" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I 'm looking for an expensive restaurant ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'57');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Okay , we have 57 restaurants in that price range . Are you looking for a place in a certain part of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like something in the centre if possible ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'Most');(_:result,area,'center');(_:result,food,'British');(_:result,name,'Fitzbillies');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Most of the expensive restaurants in Cambridge happen to be in the center of town ! Would you like to try some British food at Fitzbillies ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds nice ! Can I just get their phone number , address , and postcode ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'51 Trumpington Street City Centre');(_:result,phone,'01223352500');(_:result,postcode,'cb21rg');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is 51 Trumpington Street City Centre , the phone number is 01223352500 , and the postcode is cb21rg . Is there anything else I can help you with today ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's everything . Thanks for the help !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a good day ." } ]
SNG0665.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "57" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "57" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "Most" ], [ "_:result", "area", "center" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Fitzbillies" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "57" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "Most" ], [ "_:result", "area", "center" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Fitzbillies" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "51 Trumpington Street City Centre" ], [ "_:result", "phone", "01223352500" ], [ "_:result", "postcode", "cb21rg" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I 'm looking for a hotel to stay that is in the moderate price range with free wifi ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'North');(_:result,count,'3');(_:result,has_internet,'none');(_:result,name,'Ashley hotel');(_:result,name,'CityRoomz');(_:result,name,'Lovell Lodge');(_:result,pricerange,'centre');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 3 hotels that are moderately priced with free wifi . Ashley hotel or Lovell Lodge in the North and CityRoomz in the centre ." }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer a 4 star hotel , are any of those three rated 4 stars ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,type,'Hotel'))" ], "speaker": "system", "text": "They are not . Would you like me to look for hotels in a certain area ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to stay in the centre part of town ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'center');(_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I am sorry but there are no hotels in the center of town matching your request . Would you like try a different part of town , price range , or star rating ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you check the north part of town ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,count,'7');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have seven places in the north . Would you like me to book one ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,category,?);(_:result,has_parking,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you let me know if one of them has free parking , the hotel type of it , and the postcode ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'nborth');(_:result,count,'6');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "There are six entries that fit your criteria in the nborth area , any other preferences ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Which one would you recommend ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'ashley hotel');(_:result,pricerange,'Moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the ashley hotel ? Moderately priced and located in the north ." }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Sounds good ! I also need to find a college in town . Can you help ?" }, { "id": 13, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,count,'18');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Sure ! There are 18 , any specific area ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I would prefer the same area as the hotel ." }, { "id": 15, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'North');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , there are none in the North , would you like to try a different area ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure , I 'd like to explore other areas of town . Any recommendations ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How does Christ 's College sound ? It 's in the city centre and is free to visit ." }, { "id": 18, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thanks ! Can I have the address and phone number please ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,address,'saint Andrews street');(_:result,phone,'01223334900');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223334900 and the address is saint Andrews street ." }, { "id": 20, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you ! One last thing : I need a taxi to commute from the hotel to the college , please ." }, { "id": 21, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time do you want that trip to be ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,leave_at,'19:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm going to leave the hotel by 19:15 ." }, { "id": 23, "rdf-acts": [ "inform((_:result,car,'blue honda');(_:result,leave_at,'19:15');(_:result,phone,'07956367561');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Excellent , I have booked you a blue honda for 19:15 . The contact number is 07956367561 . Is there anything else I can help you with ?" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That was all I needed . Goodbye ." }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "I 'm happy to have helped , good day ." } ]
MUL2524.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "address", "North" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Ashley hotel" ], [ "_:result", "name", "CityRoomz" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "centre" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "address", "North" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Ashley hotel" ], [ "_:result", "name", "CityRoomz" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "centre" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "North" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Ashley hotel" ], [ "_:result", "name", "CityRoomz" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "centre" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/16a5de8b" ], [ "_:search/16a5de8b", "area", "center" ], [ "_:search/16a5de8b", "category", "hotels" ], [ "_:search/16a5de8b", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_: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" ], [ "_:result", "address", "North" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Ashley hotel" ], [ "_:result", "name", "CityRoomz" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "centre" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/16a5de8b" ], [ "_:search/16a5de8b", "area", "center" ], [ "_:search/16a5de8b", "category", "hotels" ], [ "_:search/16a5de8b", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "North" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Ashley hotel" ], [ "_:result", "name", "CityRoomz" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "centre" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/16a5de8b" ], [ "_:search/16a5de8b", "area", "center" ], [ "_:search/16a5de8b", "category", "hotels" ], [ "_:search/16a5de8b", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "area", "nborth" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "North" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/16a5de8b" ], [ "_:search/16a5de8b", "area", "center" ], [ "_:search/16a5de8b", "category", "hotels" ], [ "_:search/16a5de8b", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "count", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "pricerange", "Moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "North" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/16a5de8b" ], [ "_:search/16a5de8b", "area", "center" ], [ "_:search/16a5de8b", "category", "hotels" ], [ "_:search/16a5de8b", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "pricerange", "Moderately priced" ], [ "_:search", "category", "college" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "North" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/16a5de8b" ], [ "_:search/16a5de8b", "area", "center" ], [ "_:search/16a5de8b", "category", "hotels" ], [ "_:search/16a5de8b", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "pricerange", "Moderately priced" ], [ "_:search", "category", "college" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:system", "canthelp", "_:search/7c3b397a" ], [ "_:search/7c3b397a", "area", "North" ], [ "_:search/7c3b397a", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "North" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/16a5de8b" ], [ "_:search/16a5de8b", "area", "center" ], [ "_:search/16a5de8b", "category", "hotels" ], [ "_:search/16a5de8b", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "pricerange", "Moderately priced" ], [ "_:search", "category", "college" ], [ "_:result", "count", "18" ], [ "_:system", "canthelp", "_:search/7c3b397a" ], [ "_:search/7c3b397a", "area", "North" ], [ "_:search/7c3b397a", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/16a5de8b" ], [ "_:search/16a5de8b", "area", "center" ], [ "_:search/16a5de8b", "category", "hotels" ], [ "_:search/16a5de8b", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "pricerange", "Moderately priced" ], [ "_:search", "category", "college" ], [ "_:result", "count", "18" ], [ "_:system", "canthelp", "_:search/7c3b397a" ], [ "_:search/7c3b397a", "area", "North" ], [ "_:search/7c3b397a", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "address", "saint Andrews street" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/16a5de8b" ], [ "_:search/16a5de8b", "area", "center" ], [ "_:search/16a5de8b", "category", "hotels" ], [ "_:search/16a5de8b", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "pricerange", "Moderately priced" ], [ "_:search", "category", "college" ], [ "_:result", "count", "18" ], [ "_:system", "canthelp", "_:search/7c3b397a" ], [ "_:search/7c3b397a", "area", "North" ], [ "_:search/7c3b397a", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "address", "saint Andrews street" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "19:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/16a5de8b" ], [ "_:search/16a5de8b", "area", "center" ], [ "_:search/16a5de8b", "category", "hotels" ], [ "_:search/16a5de8b", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "pricerange", "Moderately priced" ], [ "_:search", "category", "college" ], [ "_:result", "count", "18" ], [ "_:system", "canthelp", "_:search/7c3b397a" ], [ "_:search/7c3b397a", "area", "North" ], [ "_:search/7c3b397a", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "address", "saint Andrews street" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "19:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue honda" ], [ "_:result", "leave_at", "19:15" ], [ "_:result", "phone", "07956367561" ], [ "_: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,name,'bridge guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I would like some information on a hotel called The Bridge guest house , please ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It 's a moderately priced 3 star guesthouse located in the south . Would you like me to make a reservation for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Please book a room for 2 people starting on Saturday for 3 nights . I will need the reference number too . Thanks ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'OUF2UF6C');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful , your reference number is : OUF2UF6C ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thank you . I also need to find entertainment in the south . What is available ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,area,'that');(_:result,category,'leisure parks');(_:result,count,'2');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are two leisure parks in that area , if you are interested in those . Otherwise if you had something more specific in mind I 'd be more than willing to check ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That would be great . I need the phone number , address and entrance fee ." }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park , clifton way');(_:result,entrance_fee,'unlisted');(_:result,name,'Tenpin');(_:result,phone,'08715501010');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Tenpin can be reached at the number 08715501010 . The address is cambridge leisure park , clifton way , and entrance fee is unlisted" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,destination,'tenpin');(_:search,leave_at,'07:30');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Okay , now I 'd like a taxi to take me from the hotel to Tenpin . I want to leave at 07:30 . Please send the car type and contact number" }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'07622933733');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have you booked into a taxi , you can call them at 07622933733 ." }, { "id": 10, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I will need to know the car type ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'grey bmw');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "The car that will be arriving is a grey bmw ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks . Well , I guess that 's all I need today . Thanks for your help . Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "No problem , thanks for letting us help you plan your trip . Have a great time !" } ]
PMUL4274.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "OUF2UF6C" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "OUF2UF6C" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "that" ], [ "_:result", "category", "leisure parks" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "OUF2UF6C" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "that" ], [ "_:result", "category", "leisure parks" ], [ "_:result", "count", "2" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "unlisted" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "phone", "08715501010" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "tenpin" ], [ "_:search", "leave_at", "07:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "OUF2UF6C" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "that" ], [ "_:result", "category", "leisure parks" ], [ "_:result", "count", "2" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "unlisted" ], [ "_:result", "name", "Tenpin" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "tenpin" ], [ "_:search", "leave_at", "07:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "phone", "07622933733" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "OUF2UF6C" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "that" ], [ "_:result", "category", "leisure parks" ], [ "_:result", "count", "2" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "entrance_fee", "unlisted" ], [ "_:result", "name", "Tenpin" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "tenpin" ], [ "_:search", "leave_at", "07:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "phone", "07622933733" ], [ "_:result", "car", "grey bmw" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train into Cambridge on Thursday ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "where would you be departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'kings lynn');(_:search,leave_at,'08:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave from Kings Lynn and arrive no later than 08:45 please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'5');(_:result,leave_at,'09:11');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are five trains available , but the earliest train leaves at 09:11 . I 'm sorry ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Are you sure there 's nothing earlier ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,leave_at,'09:11');(_:result,type,'Train'))" ], "speaker": "system", "text": "Certain , the earliest one leaves at 09:11" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'sports');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hmm . Well , let 's talk attractions for a moment . What kind of sports venues exist in the centre of town ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,area,'centre');(_:search,category,'sports venues');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I am sorry there are no sports venues in the centre of town , can I search another area ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'concerthall');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "how about one that is in the type of concerthall" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'2 norfolk street');(_:result,category,'concerthall');(_:result,name,'Man on The Moon');(_:result,phone,'01223474144');(_:result,postcode,'cb12fl');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Man on The Moon concerthall , 2 norfolk street , cb12fl . Their phone number is 01223474144 . Is there anything else I can help you with today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all , thank you for you help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome ! Have a great day !" } ]
PMUL1179.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" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "08:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "08:45" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "5" ], [ "_:result", "leave_at", "09:11" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "08:45" ], [ "_:result", "count", "5" ], [ "_:result", "leave_at", "09:11" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "sports" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "08:45" ], [ "_:result", "count", "5" ], [ "_:result", "leave_at", "09:11" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/df090edb" ], [ "_:search/df090edb", "area", "centre" ], [ "_:search/df090edb", "category", "sports venues" ], [ "_:search/df090edb", "type", "Attraction" ], [ "_:search", "category", "concerthall" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "08:45" ], [ "_:result", "count", "5" ], [ "_:result", "leave_at", "09:11" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/df090edb" ], [ "_:search/df090edb", "area", "centre" ], [ "_:search/df090edb", "category", "sports venues" ], [ "_:search/df090edb", "type", "Attraction" ], [ "_:search", "category", "concerthall" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "2 norfolk street" ], [ "_:result", "category", "concerthall" ], [ "_:result", "name", "Man on The Moon" ], [ "_:result", "phone", "01223474144" ], [ "_:result", "postcode", "cb12fl" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'13:30');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train arriving at 13:30 , departing from cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "On what day will you be travelling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave Sunday to go to Ely ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'12:07');(_:result,id,'TR1159');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR1159 will arrive by 12:07 would that work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes can I get a ticket for 8 people please" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'FN62T8MF');(_:booking,ticket,'28.16');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booked ! You will pay 28.16 at the station , your reference number is FN62T8MF . Is there anything else you need ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great that 's all that I needed today , thank you for all your help !" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can do for you before we go ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "NO thank you very much ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Okay , enjoy your trip !" } ]
SNG0360.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "ely" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR1159" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "ely" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR1159" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "FN62T8MF" ], [ "_:booking", "ticket", "28.16" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "ely" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR1159" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "FN62T8MF" ], [ "_:booking", "ticket", "28.16" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "I am involved in a car dispute , I need help ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "The Parkside Police Station will be able to help you . Call the station at 01223358966 ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "Can I also get their address and post code ? Thanks ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Sure thing . Address is Parkside , Cambridge and the postcode is CB11JG" } ]
SNG01632.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "name", "Parkside Police Station" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a place to go in the centre of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Is there any type of attraction you 'd like to see ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "any of your choice . get me the address and entrance fee" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Market Street');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Holy Trinity Church is located on Market Street . The entrance fee is free . Is there anything else I can help with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train out to the airport on Friday ." }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be departing from , and do you have a destination in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,leave_at,'08:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "leaving cambridge and going to stansted airport and I want to leave anytime after 08:45" }, { "id": 7, "rdf-acts": [ "inform((_:result,leave_at,'9:40');(_:result,type,'Train'))" ], "speaker": "system", "text": "There is a train that leaves at 9:40 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "That will work . I will need tickets for 3 people ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'7V38WV1G');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It is booked and your reference number is 7V38WV1G ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Perfect that s everything thanks" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Alright , thanks for using Cambridge TownInfo , have a great day !" } ]
PMUL3688.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "address", "Market Street" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "address", "Market Street" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "08:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "address", "Market Street" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "08:45" ], [ "_:result", "leave_at", "9:40" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "address", "Market Street" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "08:45" ], [ "_:result", "leave_at", "9:40" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "7V38WV1G" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay that has a star of 4 and free parking ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'North Area');(_:result,has_parking,'none');(_:result,name,'Acorn Guest house');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have located the Acorn Guest house in the North Area . It has a 4 star rating and free parking . Would you like to to book a room ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , sorry . I 'm looking for a hotel in the centre , not north ." }, { "id": 3, "rdf-acts": [ "select((_:result,category,'guest house');(_:result,category,'hotel');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have a guest house that is in the cheap price range and a hotel in the expensive . Would you like to book at one of them ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and price range" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,name,'University Arms Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The University Arms Hotel is in the centre and is in the expensive price range . Would you like me to book a room ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No , but I do need the address and postcode ." }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'regent street');(_:result,phone,'01223351241');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Certainly , the address is regent street and the can be reached at 01223351241 , can I assist with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm also looking for a college in the same area ." }, { "id": 9, "rdf-acts": [ "request((_:search,entrance_fee,?);(_:search,type,'Attraction'))", "inform((_:result,area,'that area');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 13 colleges in that area . Would you prefer one with an entrance fee or without ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "How about one with free entrance . May I have their address and postcode , please ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Regent Street');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Downing College');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Downing College is a real sleeper and they have no entrance fee . Their address is on Regent Street , postcode cb21dq . Need any other help today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be everything , thank you !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a wonderful day . Good bye ." } ]
MUL1124.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "North Area" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest house" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "North Area" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest house" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "hotel" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "regent street" ], [ "_:result", "phone", "01223351241" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "regent street" ], [ "_:result", "phone", "01223351241" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "that area" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_: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", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223351241" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "that area" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Downing College" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train departing from london liverpool street leaving on thursday ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'10');(_:result,day,'Thursday');(_:result,departure,'Liverpool Street');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 10 trains leaving fro Liverpool Street on Thursday . Did you have a departure time in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'15:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I do n't want to leave for Cambridge until 15:00 at the earliest ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'17:07');(_:result,id,'TR8944');(_:result,leave_at,'15:39');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , the TR8944 leaves at 15:39 and arrives by 17:07 . Would you like me to book tickets for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , for 6 people ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'WLUOQKEV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I have booked you and your reference number is WLUOQKEV ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you . I also need a hotel in the south ." }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What price range are you interested in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No price range but I do want a 4 start ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,\"rosa 's bed and breakfast\");(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "rosa 's bed and breakfast is in the cheap price range" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds great . I 'll need a reservation for 6 people for 4 nights on Thursday ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'EUZ34KY9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've gone ahead and booked that for you . Your Reference number is : EUZ34KY9 . Is there anything else I can assist you with today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that takes care of everything I need . Thanks !" }, { "id": 13, "rdf-acts": [], "speaker": "system", "text": "Do you need a taxi ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I do n't need a taxi , thanks for asking" }, { "id": 15, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "then thanks for inquiring with us ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Goodbye , and thanks again ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Sure thing . Thanks for letting us help you today !" } ]
PMUL3954.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Liverpool Street" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Liverpool Street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "arrive_by", "17:07" ], [ "_:result", "id", "TR8944" ], [ "_:result", "leave_at", "15:39" ], [ "_: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", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Liverpool Street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "arrive_by", "17:07" ], [ "_:result", "id", "TR8944" ], [ "_:result", "leave_at", "15:39" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "WLUOQKEV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Liverpool Street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "arrive_by", "17:07" ], [ "_:result", "id", "TR8944" ], [ "_:result", "leave_at", "15:39" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "WLUOQKEV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Liverpool Street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "arrive_by", "17:07" ], [ "_:result", "id", "TR8944" ], [ "_:result", "leave_at", "15:39" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "WLUOQKEV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_: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", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Liverpool Street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "arrive_by", "17:07" ], [ "_:result", "id", "TR8944" ], [ "_:result", "leave_at", "15:39" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "EUZ34KY9" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Liverpool Street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "arrive_by", "17:07" ], [ "_:result", "id", "TR8944" ], [ "_:result", "leave_at", "15:39" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "EUZ34KY9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Liverpool Street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "arrive_by", "17:07" ], [ "_:result", "id", "TR8944" ], [ "_:result", "leave_at", "15:39" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "EUZ34KY9" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'india house');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for some info on India House" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'31 Newnham Road Newnham');(_:result,area,'west');(_:result,name,'India House');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "India House is a restaurant located at 31 Newnham Road Newnham on the west side of town . Is this the place you are referring to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'18:00');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds right . Could you reserve a table for 6 at 18:00 on Friday ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I apologize but the booking was unsuccessful . Can we try another day or time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,duration,'17:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you try for 17:00 instead ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'6BCI3XF8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful for that time ! Your table will be reserved for 15 minutes . Here is your reference number : 6BCI3XF8 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! Thanks for your help , that 's all I need ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Great ! Have a wonderful day !" } ]
SNG0523.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "india house" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "india house" ], [ "_:result", "address", "31 Newnham Road Newnham" ], [ "_:result", "area", "west" ], [ "_:result", "name", "India House" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "india house" ], [ "_:result", "address", "31 Newnham Road Newnham" ], [ "_:result", "area", "west" ], [ "_:result", "name", "India House" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/1fc62927" ], [ "_:booking/1fc62927", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "17:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "india house" ], [ "_:result", "address", "31 Newnham Road Newnham" ], [ "_:result", "area", "west" ], [ "_:result", "name", "India House" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/1fc62927" ], [ "_:booking/1fc62927", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "17:00" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "6BCI3XF8" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'pizza hut city centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I need help locating Pizza Hut City Centre ." }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Regent Street City Centre');(_:result,name,'Pizza Hut City Centre');(_:result,postcode,'cb21ab');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the Pizza Hut City Centre is located at Regent Street City Centre . Their postcode is cb21ab . Can I help with anything else today ?" }, { "id": 2, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "They 're listed as cheap ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have their phone number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , it 's 01223323737 . Is there anything else I can help with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I need . Have a nice day ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day !" } ]
SNG0498.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "pizza hut city centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "pizza hut city centre" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "name", "Pizza Hut City Centre" ], [ "_:result", "postcode", "cb21ab" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "pizza hut city centre" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "name", "Pizza Hut City Centre" ], [ "_:result", "postcode", "cb21ab" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "pizza hut city centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "name", "Pizza Hut City Centre" ], [ "_:result", "postcode", "cb21ab" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223323737" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want an expensive place to stay in the west side ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Huntingdon Marriott Hotel');(_:result,pricerange,'expensive');(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Huntingdon Marriott Hotel is an expensive , 4-star hotel in the west that offers free internet and parking . Would you like me to book this for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'no');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't really need internet , but that sounds like everything else I want . Yes , I 'd like you to book it ." }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK , what is your arrival date , number of nights , and number of people in your party ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "I will hold off on the booking today I think I have all I need" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01480446000');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Okay , the phone number is 01480446000 for your convenience . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Actually , I would like to book the hotel for 6 people for 4 nights starting on Sunday ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was not possible . Would you like to try a shorter stay , fewer rooms , or another day ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , is 3 nights possible ? Could I also please have a reference number ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'HJHE475H');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great , the booking was successful . Your reference number is HJHE475H . Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'near the hotel');(_:search,food,'indian');(_:search,stay,'one');(_:search,type,'Hotel');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you . I would like to make reservations for my party to have dinner one night near the hotel . We would like to go to a restaurant that serves Indian food , if possible ." }, { "id": 11, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I see one moderately priced Indian restaurant in that area , and several expensive ones . Do you have a preference ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would prefer one of the expensive places . Need to impress my guests , you know ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,count,'3');(_:result,food,'Indian');(_:result,name,'Tandoori Palace');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three expensive Indian Restaurants in that area . Can I recommend Tandoori Palace ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'12:30');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , that sounds good . Please book it for the same 6 people at 12:30 on Sunday ." }, { "id": 15, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was not able to reserve a table for you at that time . Is there a different day or time slot that you would like ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,duration,'11:30');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , how about 11:30 instead ? Please send reference number for the booking ." }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Sundar');(_:booking,duration,'11:30');(_:booking,people,'6');(_:booking,ref,'3BMGPAN3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! I have a table for 6 people at 11:30 onSundar at Tandoori Palace , Reference Number 3BMGPAN3 . Is there anything else I can do for you ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that is all I needed !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you , you have a good day !" } ]
MUL0188.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4-star" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_internet", "yes" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01480446000" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4-star" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "phone", "01480446000" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/fbb74a3d" ], [ "_:booking/fbb74a3d", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4-star" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "phone", "01480446000" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/fbb74a3d" ], [ "_:booking/fbb74a3d", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "HJHE475H" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "near the hotel" ], [ "_:search", "food", "indian" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "stars", "4-star" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "phone", "01480446000" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/fbb74a3d" ], [ "_:booking/fbb74a3d", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "HJHE475H" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "near the hotel" ], [ "_:search", "food", "indian" ], [ "_:search", "stay", "one" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4-star" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "phone", "01480446000" ], [ "_:system", "canthelp", "_:booking/fbb74a3d" ], [ "_:booking/fbb74a3d", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "HJHE475H" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "near the hotel" ], [ "_:search", "food", "indian" ], [ "_:search", "stay", "one" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4-star" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "phone", "01480446000" ], [ "_:system", "canthelp", "_:booking/fbb74a3d" ], [ "_:booking/fbb74a3d", "type", "Booking" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "HJHE475H" ], [ "_:search", "area", "near the hotel" ], [ "_:search", "food", "indian" ], [ "_:search", "stay", "one" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/a5647fa1" ], [ "_:booking/a5647fa1", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "11:30" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4-star" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "phone", "01480446000" ], [ "_:system", "canthelp", "_:booking/fbb74a3d" ], [ "_:booking/fbb74a3d", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "near the hotel" ], [ "_:search", "food", "indian" ], [ "_:search", "stay", "one" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/a5647fa1" ], [ "_:booking/a5647fa1", "type", "Booking" ], [ "_:search", "duration", "11:30" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sundar" ], [ "_:booking", "duration", "11:30" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "3BMGPAN3" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'south indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for info on expensive south indian restaurants in Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'South Indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I am sorry but I have no listings for expensive South Indian restaurants . Is there another choice you would like ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Are you sure ? Could you please check again ?" }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'south indian');(_:search,type,'Restaurant'))", "inform((_:result,food,'indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are no south indian restaurants . There are indian restaurants available though . Would this b e okay ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No how about British food instead ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a number of');(_:result,food,'british');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are a number of expensive british restaurants in cambridge . Do you have an area in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The restaurant should be in the east ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Grafton Hotel Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Grafton Hotel Restaurant meets all of your criteria ! Would you like to book a table ?" }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , I just need the post code and phone number , please ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223241387');(_:result,postcode,'cb58pa');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number is 01223241387 and the postcode is cb58pa . Is there anything else I can help ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,name,'a and b guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes I would like to also find a hotel called a and b guest house ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'124 tension road');(_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'The a and b guest house');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The a and b guest house is a 4 star guesthouse in the east at 124 tension road . It does not offer parking , but internet is available ." }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Could I have the address and postcode please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'124 Tenison Road');(_:result,postcode,'cb12dp');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , it is located at 124 Tenison Road , postcode cb12dp ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I need , thanks ." }, { "id": 15, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Glad I can help enjoy your stay ." }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Parting is such sweet sorrow , but that I all I need , have a good day ." }, { "id": 17, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "ta ta or now . See ya later alligator ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for your help today ." }, { "id": 19, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "helping ha been m pleasure" }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Bye , thank you ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "bye great day" } ]
PMUL3858.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "south indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/278ae855" ], [ "_:search/278ae855", "food", "South Indian" ], [ "_:search/278ae855", "pricerange", "expensive" ], [ "_:search/278ae855", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/278ae855" ], [ "_:search/278ae855", "food", "South Indian" ], [ "_:search/278ae855", "pricerange", "expensive" ], [ "_:search/278ae855", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/6ffa8bce" ], [ "_:search/6ffa8bce", "food", "south indian" ], [ "_:search/6ffa8bce", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/278ae855" ], [ "_:search/278ae855", "food", "South Indian" ], [ "_:search/278ae855", "pricerange", "expensive" ], [ "_:search/278ae855", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/6ffa8bce" ], [ "_:search/6ffa8bce", "food", "south indian" ], [ "_:search/6ffa8bce", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "a number of" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/278ae855" ], [ "_:search/278ae855", "food", "South Indian" ], [ "_:search/278ae855", "pricerange", "expensive" ], [ "_:search/278ae855", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/6ffa8bce" ], [ "_:search/6ffa8bce", "food", "south indian" ], [ "_:search/6ffa8bce", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "a number of" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/278ae855" ], [ "_:search/278ae855", "food", "South Indian" ], [ "_:search/278ae855", "pricerange", "expensive" ], [ "_:search/278ae855", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ffa8bce" ], [ "_:search/6ffa8bce", "food", "south indian" ], [ "_:search/6ffa8bce", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "a number of" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:result", "postcode", "cb58pa" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "a and b 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", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/278ae855" ], [ "_:search/278ae855", "food", "South Indian" ], [ "_:search/278ae855", "pricerange", "expensive" ], [ "_:search/278ae855", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ffa8bce" ], [ "_:search/6ffa8bce", "food", "south indian" ], [ "_:search/6ffa8bce", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "a number of" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:result", "postcode", "cb58pa" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "124 tension road" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The a and b guest house" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/278ae855" ], [ "_:search/278ae855", "food", "South Indian" ], [ "_:search/278ae855", "pricerange", "expensive" ], [ "_:search/278ae855", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ffa8bce" ], [ "_:search/6ffa8bce", "food", "south indian" ], [ "_:search/6ffa8bce", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "a number of" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The a and b guest house" ], [ "_:result", "stars", "4" ], [ "_:result", "address", "124 Tenison Road" ], [ "_:result", "postcode", "cb12dp" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/278ae855" ], [ "_:search/278ae855", "food", "South Indian" ], [ "_:search/278ae855", "pricerange", "expensive" ], [ "_:search/278ae855", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ffa8bce" ], [ "_:search/6ffa8bce", "food", "south indian" ], [ "_:search/6ffa8bce", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "a number of" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The a and b guest house" ], [ "_:result", "stars", "4" ], [ "_:result", "address", "124 Tenison Road" ], [ "_:result", "postcode", "cb12dp" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/278ae855" ], [ "_:search/278ae855", "food", "South Indian" ], [ "_:search/278ae855", "pricerange", "expensive" ], [ "_:search/278ae855", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ffa8bce" ], [ "_:search/6ffa8bce", "food", "south indian" ], [ "_:search/6ffa8bce", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "a number of" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The a and b guest house" ], [ "_:result", "stars", "4" ], [ "_:result", "address", "124 Tenison Road" ], [ "_:result", "postcode", "cb12dp" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/278ae855" ], [ "_:search/278ae855", "food", "South Indian" ], [ "_:search/278ae855", "pricerange", "expensive" ], [ "_:search/278ae855", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ffa8bce" ], [ "_:search/6ffa8bce", "food", "south indian" ], [ "_:search/6ffa8bce", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "a number of" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223241387" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The a and b guest house" ], [ "_:result", "stars", "4" ], [ "_:result", "address", "124 Tenison Road" ], [ "_:result", "postcode", "cb12dp" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to book a train ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day do you need the train ? What is your destination ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I am sorry I mean I want a nightclub to go in the wast side of town ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,type,'Attraction'))" ], "speaker": "system", "text": "Unfortunately , there are n't any in that area . How about another location ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'museum.and');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "how about one that is in the type of museum.and make \n Make sure you get address" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'castle street');(_:result,area,'west');(_:result,category,'museum');(_:result,name,\"Kettle 's yard\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Kettle 's yard is museum in the west part of town . It is located on castle street ." }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a moderate priced room ." }, { "id": 7, "rdf-acts": [ "thank()", "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "great ! what area of town are you thinking of ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like it to be a guest house in the north ." }, { "id": 9, "rdf-acts": [ "thank()", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "okay , I can help you with that . When are you planning your stay ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'the');(_:search,category,'the');(_:search,pricerange,'range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm not sure yet . I 'm really researching right now . Can you please recommend a guesthouse in the north in the moderate price range ?" }, { "id": 11, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,pricerange,'that price range');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 've got 9 guesthouses in that price range . Do you need internet and/or parking ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,has_internet,?);(_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No but I do need to know if they have internet , free parking , and the address of the guesthouse of your choice , thanks !" }, { "id": 13, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,count,'7');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have found 7 hotels now that match your criteria for parking and internet . Would you like me to choose on for you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,has_internet,?);(_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please tell me your favorite guesthouse in the north and let me know their address and whether they offer free Internet and parking ." }, { "id": 15, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guesthouse');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I recommend Acorn Guesthouse . They are in the moderate price range and have 4 stars . They offer both free internet and parking . May I reserve you any rooms ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , please , I would appreciate that ." }, { "id": 17, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok great , and how many people and nights ?" }, { "id": 18, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I actually do n't need a room . I just need the address please ." }, { "id": 19, "rdf-acts": [ "inform((_:result,address,'154 chesterton road');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "154 chesterton road" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that is everything , sorry for being so annoying in the process ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "No worries at all . Thank you for using the Cambridge TownInfo centre . Enjoy your stay ." } ]
PMUL2797.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d2941959" ], [ "_:search/d2941959", "type", "Attraction" ], [ "_:search", "category", "museum.and" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d2941959" ], [ "_:search/d2941959", "type", "Attraction" ], [ "_:search", "category", "museum.and" ], [ "_:result", "address", "castle street" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Kettle 's yard" ], [ "_:result", "type", "Attraction" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "destination", "?" ], [ "_:system", "canthelp", "_:search/d2941959" ], [ "_:search/d2941959", "type", "Attraction" ], [ "_:search", "category", "museum.and" ], [ "_:result", "address", "castle street" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Kettle 's yard" ], [ "_:result", "type", "Attraction" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "destination", "?" ], [ "_:system", "canthelp", "_:search/d2941959" ], [ "_:search/d2941959", "type", "Attraction" ], [ "_:result", "address", "castle street" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Kettle 's yard" ], [ "_:result", "type", "Attraction" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "the" ], [ "_:search", "category", "the" ], [ "_:search", "pricerange", "range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "destination", "?" ], [ "_:system", "canthelp", "_:search/d2941959" ], [ "_:search/d2941959", "type", "Attraction" ], [ "_:result", "address", "castle street" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Kettle 's yard" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "the" ], [ "_:search", "pricerange", "range" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "that price range" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_internet", "?" ], [ "_:result", "has_parking", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "destination", "?" ], [ "_:system", "canthelp", "_:search/d2941959" ], [ "_:search/d2941959", "type", "Attraction" ], [ "_:result", "address", "castle street" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Kettle 's yard" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "range" ], [ "_:result", "pricerange", "that price range" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "7" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ], [ "_:result", "has_parking", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "destination", "?" ], [ "_:system", "canthelp", "_:search/d2941959" ], [ "_:search/d2941959", "type", "Attraction" ], [ "_:result", "address", "castle street" ], [ "_:result", "area", "west" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "range" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "7" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "destination", "?" ], [ "_:system", "canthelp", "_:search/d2941959" ], [ "_:search/d2941959", "type", "Attraction" ], [ "_:result", "address", "castle street" ], [ "_:result", "area", "west" ], [ "_:search", "pricerange", "range" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "7" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "destination", "?" ], [ "_:system", "canthelp", "_:search/d2941959" ], [ "_:search/d2941959", "type", "Attraction" ], [ "_:result", "area", "west" ], [ "_:search", "pricerange", "range" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "7" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'birmingham new street');(_:search,leave_at,'16:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , can you find me a train going to birmingham new street that leaves after 16:45 ?" }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day would you like to go and where will you be departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave cambridge on Wednesday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'a few');(_:result,arrive_by,'20:44');(_:result,id,'TR1766');(_:result,leave_at,'18:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There a few trains that will get you there . TR1766 departs at 18:01 and arrives at 20:44 . Does that work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes that works . Please book it for 6 people ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,day,'Wednesday');(_:booking,departure,'Cambridge');(_:booking,id,'TR1766');(_:booking,leave_at,'19:01');(_:booking,people,'6');(_:booking,ref,'8WMYBHC3');(_:booking,ticket,'450.6GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I booked your seats for 6 people on TR1766 departing Cambridge on Wednesday at 19:01 . The total comes to 450.6GBP and your reference number is 8WMYBHC3 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'finches bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great ! Now I am looking for a hotel called Finches bed and breakfast ." }, { "id": 7, "rdf-acts": [], "speaker": "system", "text": "What information would you like on it ?" }, { "id": 8, "rdf-acts": [ "request((_:result,category,?);(_:result,has_parking,?);(_:result,postcode,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to know if it has free parking . Also , the hotel type and it 's postcode ." }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,has_parking,'none');(_:result,name,'Finches bed and breakfast');(_:result,postcode,'cb30nd');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Finches bed and breakfast is a guesthouse . It does have free parking . It 's post code is cb30nd . Is there anything else I can help you with tonight ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all the information I need . Thank you for all of your help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "It 's been a pleasure . Good day sir . Goodbye ." } ]
MUL2120.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "20:44" ], [ "_:result", "id", "TR1766" ], [ "_:result", "leave_at", "18:01" ], [ "_: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", "destination", "birmingham new street" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "20:44" ], [ "_:result", "id", "TR1766" ], [ "_:result", "leave_at", "18:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "id", "TR1766" ], [ "_:booking", "leave_at", "19:01" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "8WMYBHC3" ], [ "_:booking", "ticket", "450.6GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "finches bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "20:44" ], [ "_:result", "id", "TR1766" ], [ "_:result", "leave_at", "18:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "id", "TR1766" ], [ "_:booking", "leave_at", "19:01" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "8WMYBHC3" ], [ "_:booking", "ticket", "450.6GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "finches bed and breakfast" ], [ "_:result", "category", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_: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", "destination", "birmingham new street" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "20:44" ], [ "_:result", "id", "TR1766" ], [ "_:result", "leave_at", "18:01" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "id", "TR1766" ], [ "_:booking", "leave_at", "19:01" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "8WMYBHC3" ], [ "_:booking", "ticket", "450.6GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "finches bed and breakfast" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "postcode", "cb30nd" ], [ "_: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,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hello , can you help me find a museum ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'lots of');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Is there a certain area you 're interested in ? We have lots of museums in town ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you choose the one you like the best and tell me the postcode , phone number , and address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'98 King Street');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'broughton house gallery');(_:result,phone,'01223314960');(_:result,postcode,'cb11In');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would suggest the broughton house gallery in the centre of town . Their address is 98 King Street , the post code cb11In , and the phone is 01223314960 . It is free ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that is all I need for today , goodbye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Okay . Glad I could help . Have a great time . Goodbye ." } ]
SNG1301.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "lots of" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "lots of" ], [ "_:result", "category", "museums" ], [ "_:result", "address", "98 King Street" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11In" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a restaurant in the west part of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'west');(_:result,count,'14');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 14 restaurants that are in the west area of town . What kind of food would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "English food , please ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "No restaurants serving English food are located in the west part of town . Would you like me to check for a different location or cuisine ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about british food ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'British');(_:result,name,'Graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Graffiti is a British restaurant located in the west part of town and in the expensive price range . Would you like their address ?" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . And can you also give me their phone number ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'hotel felix whitehouse lane huntingdon road');(_:result,name,'Graffiti');(_:result,phone,'01223 277977');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Certainly . The phone number for Graffiti is 01223 277977 and address is hotel felix whitehouse lane huntingdon road ." }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I need the address , too ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'Hotel Felix Whitehouse Lane Huntingdon Road');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is Hotel Felix Whitehouse Lane Huntingdon Road" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "thank you good bye" } ]
WOZ20525.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:result", "area", "west" ], [ "_:result", "count", "14" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "english" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "west" ], [ "_:result", "count", "14" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/682704ca" ], [ "_:search/682704ca", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "count", "14" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/682704ca" ], [ "_:search/682704ca", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "count", "14" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/682704ca" ], [ "_:search/682704ca", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "hotel felix whitehouse lane huntingdon road" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "phone", "01223 277977" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "count", "14" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/682704ca" ], [ "_:search/682704ca", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "phone", "01223 277977" ], [ "_:result", "address", "Hotel Felix Whitehouse Lane Huntingdon Road" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like information about your trains , particularly ones leaving on Sunday ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'plenty');(_:result,day,'Sunday');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There have plenty of trains that leave on Sunday . Where are you departing from or traveling to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,leave_at,'15:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm traveling from norwich going to cambridge . I would like the train that leaves after 15:00 ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,arrive_by,'16:35');(_:booking,category,'Train');(_:booking,id,'TR8733');(_:booking,leave_at,'15:16');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR8733 leaves at 15:16 and arrives at 16:35 , would you like me to book you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "Sure . Just one ticket , please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'56BJFYC3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked that train for you ! The reference number is 56BJFYC3 . Do you need any further help ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'center');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I am looking for a restaurant serving Indian food in the city center ." }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 5 restaurants listed . Any preference for price range ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Moderate please . If that is n't available though I can do expensive ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'5');(_:result,name,'curry king');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "All 5 of those restaurants are expensive . I would recommend the curry king . Could I book you a table ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'21:00');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , 1 person , sunday at 21:00" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Sunday');(_:booking,duration,'21:00');(_:booking,name,'Curry King');(_:booking,ref,'Z0S2OZ9E');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all set for 21:00 on Sunday at Curry King . Your reference number is Z0S2OZ9E . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thanks , that 's everything I need ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL0512.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "amount", "plenty" ], [ "_:result", "day", "Sunday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "amount", "plenty" ], [ "_:result", "day", "Sunday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:35" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR8733" ], [ "_:booking", "leave_at", "15:16" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "amount", "plenty" ], [ "_:result", "day", "Sunday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:35" ], [ "_:booking", "id", "TR8733" ], [ "_:booking", "leave_at", "15:16" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "56BJFYC3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "amount", "plenty" ], [ "_:result", "day", "Sunday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:35" ], [ "_:booking", "id", "TR8733" ], [ "_:booking", "leave_at", "15:16" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "56BJFYC3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "plenty" ], [ "_:result", "day", "Sunday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:35" ], [ "_:booking", "id", "TR8733" ], [ "_:booking", "leave_at", "15:16" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "56BJFYC3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "name", "curry king" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "21:00" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "plenty" ], [ "_:result", "day", "Sunday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:35" ], [ "_:booking", "id", "TR8733" ], [ "_:booking", "leave_at", "15:16" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "center" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "name", "curry king" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "21:00" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "21:00" ], [ "_:booking", "name", "Curry King" ], [ "_:booking", "ref", "Z0S2OZ9E" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'brazilian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a restaurant that serves brazilian food" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are no restaurants matching that description . Would you like a different type of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Korean might work . Are there any of those ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'Korean');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Little Seoul serves Korean food . It 's an expensive restaurant that is located in the city centre ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "May I have the telephone number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223 308681');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The number is 01223 308681 . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "thank you good bye" } ]
WOZ20265.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "brazilian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/5a833eb7" ], [ "_:search/5a833eb7", "type", "Restaurant" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/5a833eb7" ], [ "_:search/5a833eb7", "type", "Restaurant" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Korean" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/5a833eb7" ], [ "_:search/5a833eb7", "type", "Restaurant" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Korean" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223 308681" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "i need a place to stay" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "OK , what price point do you want me to look for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Price range does n't really matter , but I do want a 4-star place with free parking and internet ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'19');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 19 hotels that match that criteria . please be more specific about the area of town where you 'd like to stay" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The area does n't matter . Please book for 6 people on Saturday with 4 nights stay ." }, { "id": 5, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you prefer a formal hotel , or a guesthouse ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you give me a suggestion for a hotel and make that reservation please ? Thanks ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Booking was successful at the alexander bed and breakfast . Reference number is : MDB2AV4K" } ]
PMUL3183.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4-star" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4-star" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you tell me information on Cambridge lodgings ? We are looking for free wifi and a nice guesthouse ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Sure . What area and price range are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't really care about area or price range , the most important thing for me is free wifi in a guesthouse that has free parking ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "select((_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))", "inform((_:result,amount,'over');(_:result,category,'guesthouses');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 've got over 20 guesthouses that will work with those requirements . Would you like me to book a moderately priced 4 star ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "As long as it has free wifi and parking then yes ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,stars,'4-stars');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I would recommend the Acorn Guest House on the north side of town . It has 4-stars . Should I book this ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . Please book it for 8 people for 5 nights starting from sunday ." }, { "id": 7, "rdf-acts": [ "thank()", "reqmore()", "inform((_:booking,day,'Sunday');(_:booking,name,'Acorn Guest House');(_:booking,ref,'RLSL7BTI');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok . You 're all set for the Acorn Guest House on Sunday . The reference number is RLSL7BTI . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'20:30');(_:search,day,'sunday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can I get a train from Leicester to Cambridge ? Should be on that same Sunday and I 'd need it to arrive by 20:30 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,arrive_by,'10:54');(_:result,id,'TR1079');(_:result,leave_at,'09:09');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "There are several trains you can choose from . Train TR1079 leaves at 09:09 and arrives at 10:54 . Would you like to book it or try another ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "You can book that one . I need the booking for 8 people . Could I get a reference number ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'3ENDA3IC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've booked your tickets . The reference number is 3ENDA3IC ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! Thanks for your help today . I 'm all set . Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thanks for using our service . Take care . Bye Bye ." } ]
MUL2116.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", "has_internet", "yes" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "amount", "over" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "amount", "over" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "stars", "4-stars" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "amount", "over" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "stars", "4-stars" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:booking", "ref", "RLSL7BTI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "stars", "4-stars" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:booking", "ref", "RLSL7BTI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "arrive_by", "10:54" ], [ "_:result", "id", "TR1079" ], [ "_:result", "leave_at", "09:09" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "people", "8" ], [ "_: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", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "stars", "4-stars" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "arrive_by", "10:54" ], [ "_:result", "id", "TR1079" ], [ "_:result", "leave_at", "09:09" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3ENDA3IC" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for some kind of specific places to go later today ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There is so much to do here , what part of town are you in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm in the centre . How about something architecture ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Jesus Lane');(_:result,address,'Market Square');(_:result,count,'5');(_:result,entrance_fee,'2 pounds');(_:result,entrance_fee,'free admission');(_:result,name,'All Saints Church');(_:result,name,\"Great Saint Mary 's Church\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have 5 options for you . Great Saint Mary 's Church is 2 pounds and located on Market Square . I also have All Saints Church on Jesus Lane with free admission ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'all saints church');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "All saints church would be nice . Could I get a phone number for them ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223452587');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Sure . Their phone number is 01223452587 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'Irish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you locate me an Irish restaurant near the church ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I am not able to access that information , is there anything else I can help with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I am looking for a particular hotel , lovell lodge ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'hotel');(_:result,pricerange,'moderately priced');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It 's a 2 star moderately priced hotel in the north . Would you like the address and a room ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'lovell lodge');(_:search,destination,'all saints church');(_:search,leave_at,'07:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you book me a taxi from Lovell Lodge to All Saints Church ? I want to leave by 07:15 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'red Volkswagen');(_:result,phone,'07250174829');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked your taxi . Be expecting a red Volkswagen . If you need to reach them , please call 07250174829 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much for all of your help . I 'm done now ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a nice time in Cambridge . Bye ." } ]
PMUL2620.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "address", "Market Square" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "all saints church" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "address", "Market Square" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:search", "name", "all saints church" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "Irish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "address", "Market Square" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "Irish" ], [ "_:system", "canthelp", "_:search/88260177" ], [ "_:search/88260177", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "address", "Market Square" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "phone", "01223452587" ], [ "_:search", "food", "Irish" ], [ "_:system", "canthelp", "_:search/88260177" ], [ "_:search/88260177", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "lovell lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "lovell lodge" ], [ "_:search", "destination", "all saints church" ], [ "_:search", "leave_at", "07:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "address", "Market Square" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:search", "food", "Irish" ], [ "_:system", "canthelp", "_:search/88260177" ], [ "_:search/88260177", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "lovell lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "2" ], [ "_:search", "departure", "lovell lodge" ], [ "_:search", "destination", "all saints church" ], [ "_:search", "leave_at", "07:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red Volkswagen" ], [ "_:result", "phone", "07250174829" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to visit a college in the centre please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "There are 5 colleges in the centre . Christ 's college is free , would you like more information on that ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes . I would like information on the other 4 colleges too ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,\"King 's Parade\");(_:result,amount,'other 3');(_:result,entrance_fee,'2 pounds');(_:result,entrance_fee,'free');(_:result,name,'Corpus Christi');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Corpus Christi is at King 's Parade and costs 2 pounds . The other 3 are free . Would you like their addresses ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'corpus christi');(_:search,type,'Attraction'))", "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No the Corpus Christi will do , could you just give me the postcode for that also ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,name,'corpus christi');(_:result,postcode,'cb21rh');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode for Corpus Christi is cb21rh . Is there anything else I could help you with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,destination,'stansted');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train going to Stansted ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'133');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "i have found 133 entries . could you be more specific so we can narrow it down ? what day are you traveling ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,leave_at,'8:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Sorry . I want to leave Cambridge on Sunday after 8:30 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'09:08');(_:result,departure,'Cambridge');(_:result,destination,'the airport');(_:result,id,'TR8500');(_:result,leave_at,'08:40');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR8500 leaves Cambridge at 08:40 and will arrive at the airport by 09:08 . Would that work for your schedule ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the price ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,ticket,'8.08 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It 's 8.08 pounds per ticket . Would you like me to book it for you ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all for today . Thank you for your help !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Okay great , have a nice day !" } ]
PMUL1145.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" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "colleges" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "amount", "other 3" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Corpus Christi" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "corpus christi" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:search", "category", "colleges" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "amount", "other 3" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "corpus christi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "corpus christi" ], [ "_:result", "postcode", "cb21rh" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "stansted" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:search", "category", "colleges" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "amount", "other 3" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "corpus christi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "corpus christi" ], [ "_:result", "postcode", "cb21rh" ], [ "_:search", "destination", "stansted" ], [ "_:result", "count", "133" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "8:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:search", "category", "colleges" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "amount", "other 3" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "corpus christi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "corpus christi" ], [ "_:result", "postcode", "cb21rh" ], [ "_:search", "destination", "stansted" ], [ "_:result", "count", "133" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "8:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "09:08" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "the airport" ], [ "_:result", "id", "TR8500" ], [ "_:result", "leave_at", "08:40" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:search", "category", "colleges" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "amount", "other 3" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "corpus christi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "corpus christi" ], [ "_:result", "postcode", "cb21rh" ], [ "_:search", "destination", "stansted" ], [ "_:result", "count", "133" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "8:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "09:08" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "the airport" ], [ "_:result", "id", "TR8500" ], [ "_:result", "leave_at", "08:40" ], [ "_: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, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking to eat at a north restaurant in the expensive price range ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have about 5 restaurants in that area . What kind of food would you like them to serve ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'18:00');(_:search,people,'8');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Surprise me , I just need the booking for 8 people Monday at 18:00 . Please provide me with a reference number for this booking ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,day,'Monday');(_:booking,duration,'evening');(_:booking,people,'8');(_:booking,ref,'ECKX7YSF');(_:booking,type,'Booking'))", "reqmore()", "inform((_:result,name,'Saigon City');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I can make a reservation at Saigon City for 8 people on Monday evening . The reference number is ECKX7YSF . Is there anything else I can do for you ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much ! That 's all I needed ." }, { "id": 5, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You are very welcome . Would you like the address for the restaurant ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . Have a great day !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You have a great day as well !" } ]
SNG0478.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "count", "5" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "evening" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "ECKX7YSF" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Saigon City" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "count", "5" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "evening" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "ECKX7YSF" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Saigon City" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to go from Cambridge to Norwich ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day of the week are you looking to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am traveling on Sunday" }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to leave or arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive by 13:45 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'12:55');(_:result,id,'TR7438');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have the TR7438 that will arrive at 12:55 . Would you like a booking made today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to book that train for 4 people please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,ref,'7G6OJ8G2');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "7G6OJ8G2 is your confirmation code . May I help you further ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "yeah , I 'm also looking for a place to stay . I do n't like hotels , so a guesthouse would be better . Moderate in price ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,pricerange,'moderate priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are several moderate priced guesthouses do you have a preferred area that you want to stay in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'east');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , the hotel should be in the east and does n't need to have free parking ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'a and b guest house');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "a and b guest house is a guesthouse in the east and it is moderate . Shall I book it ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can I have the star rating and idf they have wi fi ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The star rating is 4 and they do have free wifi ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "OK , that 's all I need for now . Thanks ." }, { "id": 15, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Great . I hope you have an excellent day ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks you too Goodbye" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Great ! Have a good day ." } ]
PMUL1586.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", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "id", "TR7438" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "id", "TR7438" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "7G6OJ8G2" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "id", "TR7438" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "7G6OJ8G2" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "moderate priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "id", "TR7438" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "7G6OJ8G2" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "east" ], [ "_:search", "has_parking", "dontcare" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "a and b guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "id", "TR7438" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "7G6OJ8G2" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "east" ], [ "_:search", "has_parking", "dontcare" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "a and b guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:result", "arrive_by", "12:55" ], [ "_:result", "id", "TR7438" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "7G6OJ8G2" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "east" ], [ "_:search", "has_parking", "dontcare" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "a and b guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "i am looking for the Addenbrookes Hospital" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))", "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital is located on Hills Rd , Cambridge . Is there a department you 're needing the phone number for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,department,'emergency department');(_:search,type,'Hospital'))", "request((_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "I need the emergency department . Could I also get the postcode ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,department,'emergency department');(_:result,phone,'01223217118');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Sure , the emergency department number is 01223217118 ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "What is the postcode ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Their postcode is CB20QQ . Is there anything else I can help you with today ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No not at this time . Thank you and have a great day !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thanks , you as well !" } ]
SNG01158.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", "emergency department" ], [ "_:search", "type", "Hospital" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:search", "department", "emergency department" ], [ "_:search", "type", "Hospital" ], [ "_:result", "postcode", "?" ], [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223217118" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:search", "department", "emergency department" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223217118" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you help me find a moderately priced guesthouse ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,count,'15');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I found 15 do you have any other requirements to help narrow it down ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . The guesthouse must include free parking and free wifi ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Carolina bed and breakfast');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Carolina bed and breakfast has free parking and internet . It is located in the east with a moderate price range . Will this suit your needs ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes it will . Please book it for 4 people staying 3 night starting on Friday ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry but the booking was unsuccessful . Would you like to book another day or for a shorter stay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you tell me if it is available for one night ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I am sorry but the Carolina Bed and Breakfast is not available for one night either , may I check another guesthouse for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please find another moderate guesthouse with free parking and wifi to book ." }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))", "inform((_:result,name,'acorn guest house');(_:result,stay,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , I have tried the Hobsons House and The acorn guest house for 3 nights . Could you possibly book a different day to check in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotels');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do you have any hotels with free wi - fi and parking in the moderate price range ?" }, { "id": 11, "rdf-acts": [ "select((_:result,name,'Ashley North and the Lovell Lodge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes . i have the Ashley North and the Lovell Lodge . Do you have a preference ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hmmm ... let 's try booking the Acorn Guesthouse for 1 night ? 4 people , arriving Friday ." }, { "id": 13, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , but it 's not available ." }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are there any other hotels available ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "How about we try the Lovell Lodge , if that 's okay ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "That would be fine with me" }, { "id": 17, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'kirkwood house');(_:result,type,'Hotel'))", "canthelp((_:booking,day,'Friday');(_:booking,type,'Booking'))", "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Lovell lodge does not have availability on Friday either . Would you like to try another guesthouse ? Does the area matter ? We could try kirkwood house , it is in the north ." }, { "id": 18, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,people,'4');(_:search,pricerange,'Moderate');(_:search,stay,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Oh dear . Can you try one more time ? Moderate guest house , free wifi and parking , for 1 night , Friday , 4 people ? I really need this room ." }, { "id": 19, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sorry , I tried all 12 of the avaialble places with those requirements and there is no availability ." }, { "id": 20, "rdf-acts": [], "speaker": "user", "text": "Well what about helping me find something to visit in Cambridge ? What is there to do on the west side ?" }, { "id": 21, "rdf-acts": [ "inform((_:booking,ref,'EL0WI0ZV');(_:booking,type,'Booking');(_:result,category,'guesthouse');(_:result,name,'Hamilton Lodge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I apologize for the trouble earlier . I managed to find you a guesthouse called The Hamilton Lodge and made a successful reservation . The reference number is EL0WI0ZV ." }, { "id": 22, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Oh , thank goodness . I was getting worried . Can you recommend any fun things to do in the west side of town ?" }, { "id": 23, "rdf-acts": [ "inform((_:result,name,'Churchill College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "You could always visit Churchill College ." }, { "id": 24, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Okay , what kind of attraction is that ? May I have their postcode and phone number please ?" }, { "id": 25, "rdf-acts": [ "reqmore()", "inform((_:result,area,'west');(_:result,category,'college');(_:result,name,'Churchill college');(_:result,phone,'01223336233');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Churchill college is a college in the west . The phone number is 01223336233 . The postcode is cb30ds . Can I help with anything else ?" }, { "id": 26, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need today . You have been very helpful . Thanks !" }, { "id": 27, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , please enjoy your visit to Cambridge ." } ]
MUL1152.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina bed and breakfast" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina bed and breakfast" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina bed and breakfast" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:system", "canthelp", "_:booking/4b2859bc" ], [ "_:booking/4b2859bc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:system", "canthelp", "_:booking/4b2859bc" ], [ "_:booking/4b2859bc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:booking/f12cf79c" ], [ "_:booking/f12cf79c", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "stay", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotels" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/4b2859bc" ], [ "_:booking/4b2859bc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:booking/f12cf79c" ], [ "_:booking/f12cf79c", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stay", "3" ], [ "_:search", "category", "hotels" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Ashley North and the Lovell Lodge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "1" ], [ "_: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", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/4b2859bc" ], [ "_:booking/4b2859bc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:booking/f12cf79c" ], [ "_:booking/f12cf79c", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stay", "3" ], [ "_:search", "category", "hotels" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Ashley North and the Lovell Lodge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "1" ], [ "_:system", "canthelp", "_:booking/1563055f" ], [ "_:booking/1563055f", "type", "Booking" ], [ "_: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", "area", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/4b2859bc" ], [ "_:booking/4b2859bc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:booking/f12cf79c" ], [ "_:booking/f12cf79c", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stay", "3" ], [ "_:search", "category", "hotels" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "1" ], [ "_:system", "canthelp", "_:booking/1563055f" ], [ "_:booking/1563055f", "type", "Booking" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "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", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/4b2859bc" ], [ "_:booking/4b2859bc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:booking/f12cf79c" ], [ "_:booking/f12cf79c", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stay", "3" ], [ "_:search", "category", "hotels" ], [ "_:system", "canthelp", "_:booking/1563055f" ], [ "_:booking/1563055f", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "kirkwood house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/2be5773c" ], [ "_:booking/2be5773c", "day", "Friday" ], [ "_:booking/2be5773c", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "Moderate" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/4b2859bc" ], [ "_:booking/4b2859bc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:booking/f12cf79c" ], [ "_:booking/f12cf79c", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stay", "3" ], [ "_:search", "category", "hotels" ], [ "_:system", "canthelp", "_:booking/1563055f" ], [ "_:booking/1563055f", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "kirkwood house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/2be5773c" ], [ "_:booking/2be5773c", "day", "Friday" ], [ "_:booking/2be5773c", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "Moderate" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/c2012478" ], [ "_:booking/c2012478", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/4b2859bc" ], [ "_:booking/4b2859bc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:booking/f12cf79c" ], [ "_:booking/f12cf79c", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:result", "stay", "3" ], [ "_:search", "category", "hotels" ], [ "_:system", "canthelp", "_:booking/1563055f" ], [ "_:booking/1563055f", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:system", "canthelp", "_:booking/2be5773c" ], [ "_:booking/2be5773c", "day", "Friday" ], [ "_:booking/2be5773c", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "Moderate" ], [ "_:search", "stay", "1" ], [ "_:system", "canthelp", "_:booking/c2012478" ], [ "_:booking/c2012478", "type", "Booking" ], [ "_:booking", "ref", "EL0WI0ZV" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "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": 12, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/4b2859bc" ], [ "_:booking/4b2859bc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:booking/f12cf79c" ], [ "_:booking/f12cf79c", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:result", "stay", "3" ], [ "_:search", "category", "hotels" ], [ "_:system", "canthelp", "_:booking/1563055f" ], [ "_:booking/1563055f", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:system", "canthelp", "_:booking/2be5773c" ], [ "_:booking/2be5773c", "day", "Friday" ], [ "_:booking/2be5773c", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "Moderate" ], [ "_:search", "stay", "1" ], [ "_:system", "canthelp", "_:booking/c2012478" ], [ "_:booking/c2012478", "type", "Booking" ], [ "_:booking", "ref", "EL0WI0ZV" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Churchill College" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:result", "count", "15" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/04e3a279" ], [ "_:booking/04e3a279", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/4b2859bc" ], [ "_:booking/4b2859bc", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/f12cf79c" ], [ "_:booking/f12cf79c", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:result", "stay", "3" ], [ "_:search", "category", "hotels" ], [ "_:system", "canthelp", "_:booking/1563055f" ], [ "_:booking/1563055f", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/2be5773c" ], [ "_:booking/2be5773c", "day", "Friday" ], [ "_:booking/2be5773c", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "Moderate" ], [ "_:search", "stay", "1" ], [ "_:system", "canthelp", "_:booking/c2012478" ], [ "_:booking/c2012478", "type", "Booking" ], [ "_:booking", "ref", "EL0WI0ZV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "west" ], [ "_:result", "category", "college" ], [ "_:result", "name", "Churchill college" ], [ "_:result", "phone", "01223336233" ], [ "_:result", "postcode", "cb30ds" ], [ "_: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, 23, 24, 25, 26 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you find a restaurant in the centre that serves chinese food ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Charlie Chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Charlie Chan is a great cheap restaurant . Would you like me to book now ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'13:45');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . For a party of 3 at 13:45 on Wednesday ." }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I apologize . The booking was unsuccessful . Would you like for me to find you another restaurant ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any different restaurants in the same area and price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'Chinese');(_:result,name,'Rice House');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about Rice House ? That 's a Chinese restaurant in the city centre with cheap prices ." }, { "id": 6, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Sounds good . Book it please and I 'll need the reference number ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'CSL3V245');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Of course ! You 're booked with reference number CSL3V245 . May I help with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you very much for your help ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "It was my pleasure . Let me know if I can ever help you with anything else ." } ]
SSNG0077.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" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/b339a194" ], [ "_:booking/b339a194", "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 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/b339a194" ], [ "_:booking/b339a194", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Rice House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/b339a194" ], [ "_:booking/b339a194", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Rice House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "CSL3V245" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a reasonably priced restaurant in the north part of town ." }, { "id": 1, "rdf-acts": [ "select((_:result,address,'191 Histon Road Chesterton');(_:result,name,'Golden Wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about Golden Wok located at 191 Histon Road Chesterton ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Okay , can I get the address and phone number please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'191 Histon Road Chesterton');(_:result,phone,'01223350688');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is 191 Histon Road Chesterton . The phone number is 01223350688" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that is all I needed . Have a good night ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Good night ." } ]
WOZ20200.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "191 Histon Road Chesterton" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "address", "191 Histon Road Chesterton" ], [ "_:result", "phone", "01223350688" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'emmanuel college');(_:search,destination,'churchill college');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you help me book a taxi going from emmanuel college to churchill college ?" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Yes , I could ! What time would you like to depart from Emmanuel College ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'21:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Anytime after 21:30 is fine for me , thanks ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'yellow Lexus');(_:result,phone,'07543493643');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Alright ! I have a yellow Lexus booked to pick you up . The Contact number is 07543493643 . Anything else I can help with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is everything I needed . Thank you !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you ! Have a great day !" } ]
SNG0001.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "emmanuel college" ], [ "_:search", "destination", "churchill college" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "churchill college" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "churchill college" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow Lexus" ], [ "_:result", "phone", "07543493643" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'nightclub');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking to go to a nightclub and need to find one ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'a few');(_:result,area,'centre');(_:result,name,'The ballare');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have a few ! The ballare is good and is in the centre of the city ." }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That would be fine ! What s the postcode for there ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'cb23na');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb23na ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I also need a cheap restaurant in the west please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'2');(_:result,food,'Italian');(_:result,food,'Vietnamese');(_:result,name,'La Margherita');(_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found two for you . La Margherita is good if you want Italian food , and Thanh Binh if you 'd like Vietnamese . They 're both near each other ." }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I was also wanting something that served North American food , are there any options with that on the menu ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm not finding anything in that area and price range that meets that criteria . Could I try a different price range or area ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Look for Italian food then ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'La Margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have found La Margherita . It serves italian food and is in the west with a cheap price range . Would you like a reservation ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'9');(_:search,people,'2');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes for 2 on Friday around 9 , can I get the address and postal code please ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,duration,'9 pm');(_:booking,type,'Booking');(_:result,address,'15 Magdalene Street City Centre');(_:result,postcode,'cb30af');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is 15 Magdalene Street City Centre and the post code is cb30af . Did you want the booking for 9 pm ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'2');(_:search,people,'9');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , book it for 2 at 9 please ." }, { "id": 13, "rdf-acts": [ "canthelp((_:booking,duration,'10');(_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "They do not open until 10 , can I try another time ." }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'ballare');(_:search,leave_at,'21:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "No , that s ok . I actually need to book a taxi to leave the ballare by 21:00 ." }, { "id": 15, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I just need a little more information . What will your destination be ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,destination,'la margherita');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "The taxi would be going to La Margherita ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'grey Lexus');(_:result,phone,'07626989651');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay booking complete ! Your taxi will be a grey Lexus , 07626989651" }, { "id": 18, "rdf-acts": [], "speaker": "user", "text": "OK , that should be everything I need ." }, { "id": 19, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "I 'm glad I could help . Enjoy your stay . Have a good rest of the day ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you !" }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "It was a pleasure helping you . Thanks for using our service . Goodbye ." } ]
MUL2307.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "The ballare" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "The ballare" ], [ "_:result", "postcode", "cb23na" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "cb23na" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "name", "Thanh Binh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "cb23na" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "name", "Thanh Binh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/59b399a2" ], [ "_:search/59b399a2", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "a few" ], [ "_:result", "postcode", "cb23na" ], [ "_:result", "count", "2" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/59b399a2" ], [ "_:search/59b399a2", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "9" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "a few" ], [ "_:result", "count", "2" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/59b399a2" ], [ "_:search/59b399a2", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "9" ], [ "_:booking", "duration", "9 pm" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "2" ], [ "_:search", "people", "9" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "a few" ], [ "_:result", "count", "2" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/59b399a2" ], [ "_:search/59b399a2", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "9" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "2" ], [ "_:search", "people", "9" ], [ "_:system", "canthelp", "_:booking/ff3a1e11" ], [ "_:booking/ff3a1e11", "duration", "10" ], [ "_:booking/ff3a1e11", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "ballare" ], [ "_: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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "a few" ], [ "_:result", "count", "2" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/59b399a2" ], [ "_:search/59b399a2", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "9" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "2" ], [ "_:search", "people", "9" ], [ "_:system", "canthelp", "_:booking/ff3a1e11" ], [ "_:booking/ff3a1e11", "duration", "10" ], [ "_:booking/ff3a1e11", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "ballare" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "destination", "la margherita" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "a few" ], [ "_:result", "count", "2" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/59b399a2" ], [ "_:search/59b399a2", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "9" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "postcode", "cb30af" ], [ "_:search", "people", "2" ], [ "_:search", "people", "9" ], [ "_:system", "canthelp", "_:booking/ff3a1e11" ], [ "_:booking/ff3a1e11", "duration", "10" ], [ "_:booking/ff3a1e11", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "ballare" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "destination", "la margherita" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey Lexus" ], [ "_:result", "phone", "07626989651" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "a few" ], [ "_:result", "count", "2" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/59b399a2" ], [ "_:search/59b399a2", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "9" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "postcode", "cb30af" ], [ "_:search", "people", "2" ], [ "_:search", "people", "9" ], [ "_:system", "canthelp", "_:booking/ff3a1e11" ], [ "_:booking/ff3a1e11", "duration", "10" ], [ "_:booking/ff3a1e11", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "ballare" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "destination", "la margherita" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey Lexus" ], [ "_:result", "phone", "07626989651" ], [ "_:result", "type", "Taxi" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train departing on saturday from cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Escaping for the weekend , huh ? Where are you headed ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,leave_at,'12:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Getting out of cambridge for awhile going to stansted airport and would like to leave anytime after 12:30 please" }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR8476');(_:result,ticket,'8.08 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR8476 will cost you 8.08 pounds . can i book it for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please . I need to book it for 3 people . Once booked can I please have the reference number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'O14QEE79');(_:booking,ticket,'24.24 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright got your tickets booked , the total fee is 24.24 GBP payable at the station . Your reference number is : O14QEE79 . Anything else I can help with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , we 're also looking for a hotel to stay at when we 're in town ." }, { "id": 7, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I can help you with that . What amenities are you looking for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I definitely want a 4-star hotel , not a guesthouse . I do n't care about parking , but I do need free wifi ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'huntingdon hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "how about huntingdon hotel in the west ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "That sounds great . Can you give me some information about it ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Absolutely . It 's an expensive 4 star hotel that offers free wifi and free parking . The hotel is located at kingfisher way , hinchinbrook business park , huntingdon . Can I book it for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you book it for me . From Thursday , for 2 nights and 3 people ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'97Z4GAQ7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Absolutely ! Your stay has been booked , and the reference number is 97Z4GAQ7 . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "I 'm glad we were able to help you . Goodbye !" } ]
PMUL3944.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "12:30" ], [ "_:result", "id", "TR8476" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "12:30" ], [ "_:result", "id", "TR8476" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "O14QEE79" ], [ "_:booking", "ticket", "24.24 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", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "12:30" ], [ "_:result", "id", "TR8476" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "O14QEE79" ], [ "_:booking", "ticket", "24.24 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "12:30" ], [ "_:result", "id", "TR8476" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "O14QEE79" ], [ "_:booking", "ticket", "24.24 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "west" ], [ "_:result", "name", "huntingdon hotel" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "12:30" ], [ "_:result", "id", "TR8476" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "O14QEE79" ], [ "_:booking", "ticket", "24.24 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "4-star" ], [ "_:result", "area", "west" ], [ "_:result", "name", "huntingdon hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "12:30" ], [ "_:result", "id", "TR8476" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "24.24 GBP" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "4-star" ], [ "_:result", "area", "west" ], [ "_:result", "name", "huntingdon hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "97Z4GAQ7" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'collage');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "please find me a place to go in the centre and it should be a collage" }, { "id": 1, "rdf-acts": [ "inform((_:result,entrance_fee,'1 pound');(_:result,name,'trinity college');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about trinity college ? 1 pound entrance fee ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Sounds good . That 's all I need today , thanks !" }, { "id": 3, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You are welcome . Can I help you find anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'sesame restaurant and bar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I am looking for a particular restaurant called the Sesame Restaurant and Bar ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'City Centre');(_:result,food,'chinese');(_:result,name,'The sesame restaurant and bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The sesame restaurant and bar serves chinese food . It is located in the City Centre and is in the expensive price range ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you ! Will you please tell me the address / postcode ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'17 Hills Road City Centre');(_:result,postcode,'cb21nw');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , the address is 17 Hills Road City Centre and postcode is cb21nw . Would you like me to make a reservation ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "no , thanks for all of your help you have been great !" }, { "id": 9, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Do you need me to look into anything else for you ?" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 's all I need help with . Thanks , bye !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day !" } ]
PMUL4078.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "collage" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "collage" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "1 pound" ], [ "_:result", "name", "trinity college" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "collage" ], [ "_:result", "entrance_fee", "1 pound" ], [ "_:result", "name", "trinity college" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "sesame restaurant and bar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "collage" ], [ "_:result", "entrance_fee", "1 pound" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "sesame restaurant and bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "City Centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "The sesame restaurant and bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "collage" ], [ "_:result", "entrance_fee", "1 pound" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "sesame restaurant and bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "City Centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "The sesame restaurant and bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "17 Hills Road City Centre" ], [ "_:result", "postcode", "cb21nw" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "collage" ], [ "_:result", "entrance_fee", "1 pound" ], [ "_:search", "name", "sesame restaurant and bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "City Centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "The sesame restaurant and bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "17 Hills Road City Centre" ], [ "_:result", "postcode", "cb21nw" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'loch fyne');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a restaurant in Cambridge called Loch Fyne ?" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,area,'centre');(_:result,food,'seafood');(_:result,name,'Loch Fyne');(_:result,pricerange,'relatively expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I sure can ! Loch Fyne is an amazing seafood restaurant located in the centre of town . They are relatively expensive . Would you like any more info for them ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'16:30');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you go ahead and make a reservation for 7 people on Wednesday , around 16:30 for me ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'D07SIPBF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set . Your reference number is D07SIPBF ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much . I am also looking for places to go in town . Can you help me with that ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Are you interested in things to do in the centre , or perhaps a different area ? There is so much to do !" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like it to be in the West ." }, { "id": 7, "rdf-acts": [ "select((_:result,category,'college');(_:result,category,'museum');(_:result,type,'Attraction'))", "inform((_:result,amount,'a lot');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have a lot of different attractions . Would you like a college or museum ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "The attraction should be in the west and should be in the type of museum ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'13 magdalene street');(_:result,address,'cafe jello gallery');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would suggest cafe jello gallery located at cafe jello gallery , 13 magdalene street . They have free entry ." }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Okay great ! What is their phone number please ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223312112');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223312112 . Can I help with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need today . Thanks for all your help !" }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Yeah , anytime . I am happy I could assist ." }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "I think this would be a good time to end the dialogue . Goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a great day . Good Bye ." } ]
PMUL2357.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "loch fyne" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "loch fyne" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "pricerange", "relatively expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "loch fyne" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "pricerange", "relatively expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "D07SIPBF" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "loch fyne" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "pricerange", "relatively expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "7" ], [ "_:booking", "ref", "D07SIPBF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "loch fyne" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "pricerange", "relatively expensive" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "7" ], [ "_:booking", "ref", "D07SIPBF" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "college" ], [ "_:result", "category", "museum" ], [ "_:result", "amount", "a lot" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "loch fyne" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "pricerange", "relatively expensive" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "7" ], [ "_:booking", "ref", "D07SIPBF" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "college" ], [ "_:result", "category", "museum" ], [ "_:result", "amount", "a lot" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "address", "cafe jello gallery" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "loch fyne" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "pricerange", "relatively expensive" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "7" ], [ "_:booking", "ref", "D07SIPBF" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "college" ], [ "_:result", "category", "museum" ], [ "_:result", "amount", "a lot" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "address", "cafe jello gallery" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223312112" ], [ "_: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", "name", "loch fyne" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "pricerange", "relatively expensive" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "7" ], [ "_:booking", "ref", "D07SIPBF" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "college" ], [ "_:result", "category", "museum" ], [ "_:result", "amount", "a lot" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "address", "cafe jello gallery" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223312112" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I really need to find a restaurant that serves modern european food . An expensive one is fine ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'center');(_:result,food,'modern European');(_:result,name,'Darrys Cookhouse and Wine Shop');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Darrys Cookhouse and Wine Shop is an expensive modern European restaurant in the center . Would you like to book a table there ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "No , that 's okay , I 'll just drop in ." }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'Darrys Cookhouse and Wine Shop');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please provide phone number , address , and postcode for Darrys Cookhouse and Wine Shop ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'40270 King Street City Centre');(_:result,name,\"Darry 's\");(_:result,phone,'01223505015');(_:result,postcode,'cb11ln');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Darry 's is located at 40270 King Street City Centre , cb11ln . Their phone number is 01223505015 . Can I help you with anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "While I have you , could you please give me some information about the Hamilton Lodge , if you have it ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "well it 's a guesthouse located in the north and offers free wifi and parking , would you like to reserve a room ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yeah , actually , I need rooms for 6 people starting on Thursday . I need it for 5 nights ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'ZJ1XGX96');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . Your reference number is ZJ1XGX96 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I need ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Alright then , have a nice stay here and enjoy !" } ]
PMUL4950.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "Darrys Cookhouse and Wine Shop" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "Darrys Cookhouse and Wine Shop" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "name", "Darrys Cookhouse and Wine Shop" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "food", "modern European" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "40270 King Street City Centre" ], [ "_:result", "name", "Darry 's" ], [ "_:result", "phone", "01223505015" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "hamilton lodge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "modern European" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "40270 King Street City Centre" ], [ "_:result", "name", "Darry 's" ], [ "_:result", "phone", "01223505015" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "name", "hamilton lodge" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "modern European" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "40270 King Street City Centre" ], [ "_:result", "name", "Darry 's" ], [ "_:result", "phone", "01223505015" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "name", "hamilton lodge" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "ZJ1XGX96" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hello I am looking for a college , can you help me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 18 colleges in the city . Are you looking for one in particular ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Do you have any in the centre ?" }, { "id": 3, "rdf-acts": [ "select((_:result,entrance_fee,'free');(_:result,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,count,'5');(_:result,type,'Attraction'))", "request((_:search,entrance_fee,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are 5 located in the centre . Would you prefer one that is free ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Sure ! Which one do you recommend ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'regent street');(_:result,name,'Downing College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I love Downing College over on regent street ." }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the phone number and postcode for that one ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223334860');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb21dq and they can be reached at 01223334860 . Is there anything else I can assist you with ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could I get the complete address please ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'regent street');(_:result,name,'downing college');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , the complete address for downing college is regent street post code cb21dq . May I assist with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you have helped me . Thank you !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Great . I hope you enjoy your visit . Call us back if you need further assistance . Goodbye ." } ]
SNG1397.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", "name", "?" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "name", "?" ], [ "_:result", "category", "colleges" ], [ "_:search", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "name", "?" ], [ "_:result", "category", "colleges" ], [ "_:search", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "regent street" ], [ "_:result", "name", "Downing College" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "name", "?" ], [ "_:result", "category", "colleges" ], [ "_:search", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "regent street" ], [ "_:result", "name", "Downing College" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "name", "?" ], [ "_:result", "category", "colleges" ], [ "_:search", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "01223334860" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "regent street" ], [ "_:result", "name", "downing college" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to take a train from cambridge to ely ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "I can absolutely help you , but let 's get some more information so we can book your ticket . What day and time would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,leave_at,'14:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to travel on Monday , any time after 14:00 please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR7177');(_:result,leave_at,'15:50');(_:result,type,'Train'))" ], "speaker": "system", "text": "How about train TR7177 ? It leaves at 15:50" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes please book one tickets please ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'YM5XXTVS');(_:booking,ticket,'4.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok your reference number is : YM5XXTVS . Total is 4.4 GBP and are payable when you get to the station ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'lan hong house');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you give me more info about lan hong house ." }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "I hope you enjoy your trip ! Have a great day" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'lan hong house');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Ummm , thanks , but could you tell me more about the lan Hong House restaurant ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,name,'Lan hong house');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Absolutely ! Lan hong house is a moderately priced restaurant in centre . Would you like a reservation ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'17:30');(_:search,people,'6');(_:search,type,'Restaurant'))", "request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I would for 6 people on Monday at 17:30 . What is their phone number and food type ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,food,'Chinese');(_:result,phone,'01223350420');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There food type if Chinese , and their phone number is 01223350420 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok , great ! That 's all I needed , thank you !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are most welcome !" } ]
MUL1487.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "14:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YM5XXTVS" ], [ "_:booking", "ticket", "4.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "lan hong house" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YM5XXTVS" ], [ "_:booking", "ticket", "4.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "lan hong house" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YM5XXTVS" ], [ "_:booking", "ticket", "4.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "lan hong house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Lan hong house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_: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", "destination", "ely" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YM5XXTVS" ], [ "_:booking", "ticket", "4.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "lan hong house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Lan hong house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Chinese" ], [ "_:result", "phone", "01223350420" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for moderately priced lodging with free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'17');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 17 hotels that match that criteria . Would you like to narrow it down some ? Do you need free parking ? What area would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like it to have a four star rating ." }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))", "inform((_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 11 entries . Does type matter to you ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "It does not . Do you have a favorite ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'north');(_:result,has_parking,'none');(_:result,name,'acorn guest house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I particularly like the acorn guest house in the north . It meets your criteria plus offers parking , just in case you might need it . Would you like a booking ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I do n't need a booking but can you tell me the postcode and address ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'154 Chesterton road');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes of course , their postcode is cb41da , and their address is 154 Chesterton road . Is there anything else that I can do for you today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all the information I needed . Thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thanks for using the Cambridge TownInfo Centre . Goodbye !" } ]
SNG1330.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "17" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "category", "hotels" ], [ "_:search", "stars", "four" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "category", "hotels" ], [ "_:search", "stars", "four" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "11" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "category", "hotels" ], [ "_:search", "stars", "four" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "11" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 Chesterton road" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want to find a moderate priced place to dine in the centre of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Sure thing . What type of food were you thinking about ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to try some German food please ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I am not finding anything for german food . Something else perhaps ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Lets change it to chinese food , anything ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Jinling noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about the Jinling noodle bar ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'13:30');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds good . Can you book it for Sunday at 13:30 for 6 people ?" }, { "id": 7, "rdf-acts": [ "select((_:result,name,'lan hong house');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))", "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Unfortunately , there are no bookings available . Can I try one of the other Chinese restaurants in the area ? lan hong house or shanghai family restaurant ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'shanghai');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "As long as they are moderate priced . The shanghai sounds good ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'shanghai');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking at the shanghai was successful . The table will be reserved for 15 minutes . Can I help you with anything else today ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I need a reference number for the booking ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'TG8VOAVX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The reference number is TG8VOAVX . Do you need anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Okay . Glad I could help . Enjoy dining there ." } ]
SSNG0086.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" ], [ "_:search", "food", "german" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2449db7e" ], [ "_:search/2449db7e", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2449db7e" ], [ "_:search/2449db7e", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "name", "Jinling noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/2449db7e" ], [ "_:search/2449db7e", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "6" ], [ "_:result", "name", "lan hong house" ], [ "_:result", "name", "shanghai family restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/d42261dc" ], [ "_:booking/d42261dc", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "shanghai" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/2449db7e" ], [ "_:search/2449db7e", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "6" ], [ "_:result", "name", "lan hong house" ], [ "_:result", "name", "shanghai family restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/d42261dc" ], [ "_:booking/d42261dc", "type", "Booking" ], [ "_:search", "name", "shanghai" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "shanghai" ], [ "_: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", "area", "centre" ], [ "_:system", "canthelp", "_:search/2449db7e" ], [ "_:search/2449db7e", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "6" ], [ "_:result", "name", "lan hong house" ], [ "_:result", "name", "shanghai family restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/d42261dc" ], [ "_:booking/d42261dc", "type", "Booking" ], [ "_:search", "name", "shanghai" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "shanghai" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "TG8VOAVX" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello ! I 'm looking for a restaurant that serves modern european food ? I 'd also like it to be located in the centre if possible ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'4');(_:result,food,'modern european');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There 's four modern european restaurants in the centre of town . Do you have a particular price range in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Moderate would be fine ." }, { "id": 3, "rdf-acts": [ "select((_:result,name,'de luca cucina and bar');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))", "offer((_:booking,type,'Booking'))", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two results . de luca cucina and bar and riverside brasserie , can I book one of these for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'12:30');(_:search,people,'6');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please . You can make a recommendation . Book for 6 people at 12:30 on Wednesday and please proved the reference number ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'De luca cucina and bar');(_:booking,ref,'5PEQ5B4U');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table at De luca cucina and bar will be held for 15 minutes . Your reference number is 5PEQ5B4U . Can I be of further assistance ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , can you help me to find a train into Cambridge for Wednesday ?" }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be departing from ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'12:45');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave Cambridge and get to London Kings Cross before 12:45 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'train closest to that time');(_:result,arrive_by,'11:51');(_:result,id,'TR 9781');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "TR 9781 is the train closest to that time , gets you there at 11:51 . That should give you time to check out the shops . Shall I book you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , for 6 people ." }, { "id": 11, "rdf-acts": [ "thank()", "inform((_:booking,category,'Train');(_:booking,ref,'71LHAW0C');(_:booking,ticket,'141.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "All set ! Your reference number is 71LHAW0C . The total fee will be 141.6 GBP ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That is all that I need ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "No problem , I 'm glad I was able to assist you today . Enjoy your trip , good day !" } ]
PMUL0720.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "modern european" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "riverside brasserie" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "riverside brasserie" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "De luca cucina and bar" ], [ "_:booking", "ref", "5PEQ5B4U" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "riverside brasserie" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "De luca cucina and bar" ], [ "_:booking", "ref", "5PEQ5B4U" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "riverside brasserie" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:search", "duration", "12:30" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "De luca cucina and bar" ], [ "_:booking", "ref", "5PEQ5B4U" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "train closest to that time" ], [ "_:result", "arrive_by", "11:51" ], [ "_:result", "id", "TR 9781" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "riverside brasserie" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:search", "duration", "12:30" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "De luca cucina and bar" ], [ "_:search", "day", "wednesday" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "train closest to that time" ], [ "_:result", "arrive_by", "11:51" ], [ "_:result", "id", "TR 9781" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "71LHAW0C" ], [ "_:booking", "ticket", "141.6 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'9:30');(_:search,day,'wednesday');(_:search,leave_at,'none');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train that leaves Wednesday and arrives by 9:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where is your departure from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "Oh , sorry coming in from Kings Lynn" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'8:58');(_:result,departure,'Kings Lynn');(_:result,destination,'Cambridge');(_:result,id,'TR4638');(_:result,leave_at,'8:11');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have train TR4638 from Kings Lynn to Cambridge departing at 8:11 and arriving at 8:58 . Would that work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'six');(_:search,type,'Train'))" ], "speaker": "user", "text": "May I make a booking for six people ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'WGS360AQ');(_:booking,ticket,'58.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have successfully booked your tickets . 58.8 GBP is payable at the station . The reference number is WGS360AQ" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great . Thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Have a great day !" } ]
SNG0379.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "9:30" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "none" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "9:30" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "none" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "9:30" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "none" ], [ "_:search", "departure", "kings lynn" ], [ "_:result", "arrive_by", "8:58" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4638" ], [ "_:result", "leave_at", "8:11" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "9:30" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "none" ], [ "_:search", "departure", "kings lynn" ], [ "_:result", "arrive_by", "8:58" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4638" ], [ "_:result", "leave_at", "8:11" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "WGS360AQ" ], [ "_:booking", "ticket", "58.8 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'japanese');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I want a restaurant in the centre and serves japanese food . What is the address ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'36 Saint Andrews Street');(_:result,area,'center');(_:result,food,'Japanese');(_:result,name,'Wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Wagamama serves Japanese food and is in the center area of town . The address is 36 Saint Andrews Street ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank You !" }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Have a great day . Thank you for using the services" } ]
WOZ20053.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "36 Saint Andrews Street" ], [ "_:result", "area", "center" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "36 Saint Andrews Street" ], [ "_:result", "area", "center" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi there . I 'm trying to impress my girlfriend and was wondering if there might be a really nice british restaurant in town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Is there a particular area in town or a particular price range you are targeting ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))", "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Not really , if you find a suitable one , please give me the postcode ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'British');(_:result,name,'Grafton Hotel Restaurant');(_:result,postcode,'cb58pa');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Grafton Hotel Restaurant is an expensive British restaurant you might enjoy . The postcode is cb58pa ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks ! That 's all I need today . I appreciate your help ." }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "We are happy to help . Have all of your needs been met ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Indeed they have ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "I am glad we were able to assist you . Have a good day and goodbye ." } ]
SNG0651.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "postcode", "cb58pa" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "postcode", "cb58pa" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train from cambridge to ely ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'70');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 70 trains from Cambridge to Ely . Do you have a preferred departure time and date ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'11:15');(_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to leave on Thursday . And be there by 11:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'3');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have three trains that match your specifications . Do you have a time you would like to leave by ?" }, { "id": 4, "rdf-acts": [ "request((_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No , any of them is fine . Please give me the departure time that you choose ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR0996');(_:result,leave_at,'05:50');(_:result,type,'Train'))" ], "speaker": "system", "text": "The departure time for trainID TR0996 is 05:50" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that 's all I need today ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Excellent ! Have a good day ." } ]
SNG0387.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "70" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "3" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR0996" ], [ "_:result", "leave_at", "05:50" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am trying to locate a really nice guesthouse to take my wife to . Can you suggest any ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Hotel'))", "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are several nice guesthouses I can recommend . Are you looking for a specific location ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I do n't have a place in mind but I would like for the guesthouse to be on pricier side ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "select((_:result,pricerange,'cheaper');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry to say we do n't have any expensive guesthouses . Would you like to try something cheaper ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you see if there 's a hotel that meets my preferences ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes there are five such hotels . Which area of town could you like to stay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , but I was looking for something with 2 stars ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,name,'the express by holiday inn cambridge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The express by holiday inn cambridge is east area . Would you like me to book a reservation for you today ?" }, { "id": 8, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Please just give me their postcode ." }, { "id": 9, "rdf-acts": [ "inform((_:result,postcode,'cb13lh');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The postcode is cb13lh ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all I need today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you , if you need anything else let me know . Good Bye ." } ]
SNG0904.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/dbf0e477" ], [ "_:search/dbf0e477", "category", "guesthouses" ], [ "_:search/dbf0e477", "pricerange", "expensive" ], [ "_:search/dbf0e477", "type", "Hotel" ], [ "_:result", "pricerange", "cheaper" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/dbf0e477" ], [ "_:search/dbf0e477", "category", "guesthouses" ], [ "_:search/dbf0e477", "pricerange", "expensive" ], [ "_:search/dbf0e477", "type", "Hotel" ], [ "_:result", "pricerange", "cheaper" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/dbf0e477" ], [ "_:search/dbf0e477", "category", "guesthouses" ], [ "_:search/dbf0e477", "pricerange", "expensive" ], [ "_:search/dbf0e477", "type", "Hotel" ], [ "_:result", "pricerange", "cheaper" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/dbf0e477" ], [ "_:search/dbf0e477", "category", "guesthouses" ], [ "_:search/dbf0e477", "pricerange", "expensive" ], [ "_:search/dbf0e477", "type", "Hotel" ], [ "_:result", "pricerange", "cheaper" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "postcode", "cb13lh" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'spanish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I am looking for a restaurant in the area . It should serve Spanish food , and it should also be in the more expensive price range . Can you possibly help me ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I have n't found anything matching what you 're looking for ." }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about a chinese restaurant then ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes I have listings for many of them , what area are you looking to eat in ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Area does not matter ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "the good luck chinese food takeaway is in the south would you like me to book it ?" } ]
SSNG0053.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/00ceef1b" ], [ "_:search/00ceef1b", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/00ceef1b" ], [ "_:search/00ceef1b", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'inexpensive');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Hello . Can you help me find the address of an inexpensive restaurant in the south part of town ?" }, { "id": 1, "rdf-acts": [ "select((_:result,food,'Chinese');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))", "inform((_:result,area,'south');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two restaurants that are in the cheap price range and in the south part of town . Would you like Portuguese or Chinese food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Chinese food" }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'The lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The lucky star is chinese . would you like the phone number ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "no , just the address please" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'Lucky Star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Lucky Star is located at Cambridge Leisure Park Clifton Way Cherry Hinton ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Goodbye and enjoy your meal !" } ]
WOZ20573.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "address", "?" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "address", "?" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "The lucky star" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for an expensive place to eat in the South ," }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Is there any particular cuisine you have in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Not really . What would you recommend ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'Indian');(_:result,name,'Taj Tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Taj Tandoori is a great place for Indian food . Would you like a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'taj tandoori');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't need a reservation yet . May I have Taj Tandoori 's address , postcode , and phone number , please ?" }, { "id": 5, "rdf-acts": [ "hello()", "reqmore()", "inform((_:result,address,'64 Cherry Hinton Road Cherry Hinton');(_:result,phone,'01223412299');(_:result,postcode,'cb17aa');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Okay , sure . The address is 64 Cherry Hinton Road Cherry Hinton . The post code is cb17aa , and the phone number is 01223412299 . Do you need anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Yes ! Can you help book train tickets ?" }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I sure can , which stations will you be traveling between ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm going to be headed to Cambridge from Birmingham New Street on Monday ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'every hour');(_:result,leave_at,'starting at 05:40');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are trains every hour starting at 05:40 . Travel time is 163 minutes . Is there a time you want to depart or arrive by ? How many people are traveling ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,leave_at,'16:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 's like to depart after 16:15 . I just need information , not a booking ." }, { "id": 11, "rdf-acts": [], "speaker": "system", "text": "What information do you want in particular ?" }, { "id": 12, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I need the train Id." }, { "id": 13, "rdf-acts": [ "inform((_:result,id,'TR5349');(_:result,leave_at,'16:40');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have a 16:40 departure and the train ID is TR5349 ." }, { "id": 14, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What time will it arrive ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'19:23');(_:result,destination,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "It will arrive in Cambridge at 19:23 ." }, { "id": 16, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I 'm not good at maths so please give me the total travel time too ." }, { "id": 17, "rdf-acts": [ "inform((_:result,duration,'163 minutes');(_:result,type,'Train'))", "reqmore()", "thank()" ], "speaker": "system", "text": "No problem . The travel time is 163 minutes . Is there anything else I can do for you ?" }, { "id": 18, "rdf-acts": [], "speaker": "user", "text": "That is all I need ." }, { "id": 19, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Okay great I am glad I could assist you today ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much . Goodbye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Have a nice day . Good bye ." } ]
PMUL0754.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "taj tandoori" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:search", "name", "taj tandoori" ], [ "_:system", "greeted", "_:user" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:search", "name", "taj tandoori" ], [ "_:system", "greeted", "_:user" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:search", "name", "taj tandoori" ], [ "_:system", "greeted", "_:user" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "every hour" ], [ "_:result", "leave_at", "starting at 05:40" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "?" ], [ "_:search", "leave_at", "16:15" ], [ "_: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" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:search", "name", "taj tandoori" ], [ "_:system", "greeted", "_:user" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "every hour" ], [ "_:result", "leave_at", "starting at 05:40" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "?" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:search", "name", "taj tandoori" ], [ "_:system", "greeted", "_:user" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "every hour" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "?" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5349" ], [ "_:result", "leave_at", "16:40" ], [ "_:result", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:search", "name", "taj tandoori" ], [ "_:system", "greeted", "_:user" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "every hour" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "?" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5349" ], [ "_:result", "leave_at", "16:40" ], [ "_:result", "arrive_by", "19:23" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:search", "name", "taj tandoori" ], [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "every hour" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "?" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5349" ], [ "_:result", "leave_at", "16:40" ], [ "_:result", "arrive_by", "19:23" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:search", "name", "taj tandoori" ], [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "phone", "01223412299" ], [ "_:result", "postcode", "cb17aa" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "every hour" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "?" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5349" ], [ "_:result", "leave_at", "16:40" ], [ "_:result", "arrive_by", "19:23" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "I need to speak to the police ." }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "The number to the police station is 01223358966 ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "Thanks . What is the postcode and address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "The postcode is CB11JG , and the address is Parkside , Cambridge . Anything else you need ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I need today . Thank you ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo centre , and have a nice day ." } ]
SNG01309.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'williams art and antiques');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like information about an attraction called Williams Art and Antiques . Can you help me with that ?" }, { "id": 1, "rdf-acts": [ "thank()", "reqmore()", "inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,phone,'01223311687');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure ! It is a museum in the centre and is free to enter . The phone number is 01223311687 . Is there any other information you would like ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you ." }, { "id": 3, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You 're welcome . I hope you enjoy the museum !" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am also looking for a place to eat in the expensive price range that serves chinese , can you help me with that too ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,area,'centre');(_:result,food,'Chinese');(_:result,name,'tang chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have several choices for expensive Chinese food . Can I recommend tang chinese ? It is in the centre of town ." }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds perfect . Can you tell me their phone number ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,phone,'01223357187');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , it is 01223357187 . Would you like me to make reservation ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not at this time , but thank you . I appreciate your help ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "No problem ! I hope you enjoy your day !" } ]
MUL0997.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": [ [ "_:search", "name", "williams art and antiques" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223311687" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "williams art and antiques" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223311687" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "williams art and antiques" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223311687" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "tang chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "williams art and antiques" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "tang chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223357187" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Greetings , got any British food places in town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Yes what price range would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Moderate please ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What area would you like to dine in ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to eat in the Centre ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'the oak bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I recommend the the oak bistro . Would you like me to book you a table ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'15:30');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . Can you make a reservation for Tuesday for 4 at 15:30 ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'WA7QCIIZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book it , reference number is WA7QCIIZ" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you ! I 'm also looking for a place to stay . I 'd like it to be in the same price range and area as the restaurant ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'center');(_:result,name,'Cityroomz hotel');(_:result,pricerange,'moderately - priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The only moderately - priced accommodation in the center is the Cityroomz hotel . Would you like to book a room there ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sounds good . I 'd like to book for 2 nights starting tuesday" }, { "id": 11, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people should I book the room for ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like it booked for 4 people , please ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,ref,'2QE9RSSH');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your room has been booked . Your reference number is 2QE9RSSH ." }, { "id": 14, "rdf-acts": [ "bye()", "thank()" ], "speaker": "user", "text": "That will be all . I appreciate your time . Have a good day !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL0175.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "the oak bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "the oak bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "4" ], [ "_:booking", "ref", "WA7QCIIZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "4" ], [ "_:booking", "ref", "WA7QCIIZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "area", "center" ], [ "_:result", "name", "Cityroomz hotel" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "duration", "15:30" ], [ "_:booking", "ref", "WA7QCIIZ" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "area", "center" ], [ "_:result", "name", "Cityroomz hotel" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "duration", "15:30" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "area", "center" ], [ "_:result", "name", "Cityroomz hotel" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "2QE9RSSH" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'pediatric day unit');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need a hospital that have a pediatric day unit ." }, { "id": 1, "rdf-acts": [ "inform((_:result,department,'paediatric day unit');(_:result,phone,'01223217567');(_:result,phone,'01223257157');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital at Hills Rd . , Cambridge should meet your needs . I have two phone numbers for paediatric day unit , 01223217567 and 01223257157 . Is there any other information you need ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Nope that should do it !" }, { "id": 3, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank you for allowing me to assist you . Please let us know if there 's anything else we can assist you with in the future ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Actually , can you give me the postcode - I ca n't find it on my phone ." }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "For sure - it 's CB20QQ" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "awesome , that s all , see you !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "ask me anytime , hope you will feel better !" } ]
SNG0178.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "pediatric day unit" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "pediatric day unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "paediatric day unit" ], [ "_:result", "phone", "01223217567" ], [ "_:result", "phone", "01223257157" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "pediatric day unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "paediatric day unit" ], [ "_:result", "phone", "01223217567" ], [ "_:result", "phone", "01223257157" ], [ "_:result", "type", "Hospital" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "pediatric day unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "paediatric day unit" ], [ "_:result", "phone", "01223217567" ], [ "_:result", "phone", "01223257157" ], [ "_:system", "dismissed", "_:user" ], [ "_: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": "I 'm looking for some attractions in the centre area ." }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'architecture');(_:result,name,'old schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "i have booked you old schools type of attraction is architecture" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I did not ask for a booking ." }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry I canceled the booking . What type of attraction are you interested in , there are many ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "What would you recommend ?" }, { "id": 5, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,category,'colleges');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many colleges . What type are you looking for ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "As long as it is in the centre , any will be fine . Can you make a recommendation please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,entrance_fee,'free admission');(_:result,name,'old schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would suggest the old schools it 's free admission ." }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'latin american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm also looking for an expensive latin american restaurant to dine at ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I do not have anything that meet that criteria . Can I try something else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,day,'saturday');(_:search,duration,'13:00');(_:search,food,'chinese');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , do you have a restaurant that serves chinese in the same area ? If so , can you please book a table for 6 at 13:00 on Saturday ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'hakka');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have the hakka located in the north that is expensive . Would you be interested in that ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "Yes that sounds great . Can you make reservations for that ?" }, { "id": 13, "rdf-acts": [ "inform((_:booking,ref,'KQ26B4U5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have made those reservations and your reference number is KQ26B4U5 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay . Thank you for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day ." } ]
PMUL2425.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "old schools" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "old schools" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "name", "old schools" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:search", "category", "dontcare" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "old schools" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "latin american" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:search", "category", "dontcare" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "old schools" ], [ "_:result", "type", "Attraction" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c91024a3" ], [ "_:search/c91024a3", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "food", "chinese" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:search", "category", "dontcare" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c91024a3" ], [ "_:search/c91024a3", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "food", "chinese" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "hakka" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:search", "category", "dontcare" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c91024a3" ], [ "_:search/c91024a3", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "food", "chinese" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "hakka" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "ref", "KQ26B4U5" ], [ "_: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,arrive_by,'19:00');(_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train on Tuesday to arrive in Cambridge by 19:00 , can you help me please ?" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Sure ! Where will you be departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'Cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving from Cambridge ." }, { "id": 3, "rdf-acts": [ "select((_:result,departure,'Cambridge');(_:result,destination,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "I 'm sorry , I'm confused . You are leaving from Cambridge to go to Cambridge ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "No . I am leaving from Cambridge to go to Broxbourne ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'18:01');(_:result,id,'TR0189');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR0189 arrives at 18:01 . Should I reserve tickets for that one ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "Sure please make a booking for 4 people ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'V7H3P3G7');(_:booking,ticket,'71.59 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 71.59 GBP payable at the station . \n Reference number is : V7H3P3G7 . anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'hotel');(_:search,stars,'2-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I am looking for a 2-star hotel in the west part of town ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'west');(_:search,category,'hotels');(_:search,stars,'2');(_:search,type,'Hotel'))", "select((_:result,area,'other parts of the city');(_:result,category,'hotels');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are no 2 star hotels in the west part of town . Would you like to expand the search to 2 star hotels in other parts of the city ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Will you check to see if there are any in the north ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the lovell lodge');(_:result,pricerange,'moderately priced');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the lovell lodge it is located in the north and is moderately priced with 2 stars . Would you like to reservations there ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'same group of people');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "sure , for the same group of people on sunday" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Ok and I need a reference number please" } ]
PMUL1605.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "18:01" ], [ "_:result", "id", "TR0189" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "tuesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "18:01" ], [ "_:result", "id", "TR0189" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "V7H3P3G7" ], [ "_:booking", "ticket", "71.59 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2-star" ], [ "_:search", "type", "Hotel" ] ], "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" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "18:01" ], [ "_:result", "id", "TR0189" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "V7H3P3G7" ], [ "_:booking", "ticket", "71.59 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2-star" ], [ "_:system", "canthelp", "_:search/370579b1" ], [ "_:search/370579b1", "area", "west" ], [ "_:search/370579b1", "category", "hotels" ], [ "_:search/370579b1", "stars", "2" ], [ "_:search/370579b1", "type", "Hotel" ], [ "_:result", "area", "other parts of the city" ], [ "_:result", "category", "hotels" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "18:01" ], [ "_:result", "id", "TR0189" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "V7H3P3G7" ], [ "_:booking", "ticket", "71.59 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2-star" ], [ "_:system", "canthelp", "_:search/370579b1" ], [ "_:search/370579b1", "area", "west" ], [ "_:search/370579b1", "category", "hotels" ], [ "_:search/370579b1", "stars", "2" ], [ "_:search/370579b1", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any Turkish restaurant in the Centre location ?" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 3 options available to you . Is there a specific price range you are looking for ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Restaurant');(_:result,type,'Train'))" ], "speaker": "user", "text": "No , could you recommend one and give me the address , price range , and postcode ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'30 Bridge Street');(_:result,name,'Anatolia');(_:result,postcode,'cb21uj');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about the moderately priced Anatolia ? The address is 30 Bridge Street , cb21uj . Would you like me to book that ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "No thank you . I also need to find a train going to Leicester ." }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure thing where will you be traveling from , and what day and time will you be traveling ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'18:00');(_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'Leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving from Cambridge on Tuesday . I 'd like to get to Leicester by 18:00 please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'17:06');(_:result,id,'TR0469');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR0469 arrives by 17:06 , would you like me to book you passage ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Restaurant');(_:result,type,'Train'))" ], "speaker": "user", "text": "Not yet . What is the price and travel time ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,duration,'a little under 2 hours');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "The price for that one is 37.80 pounds and the travel time is a little under 2 hours" }, { "id": 10, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you be more specific on the travel time . I have a tight schedule to keep . Can you tell me in minutes ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,duration,'105 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "The exact travel time is 105 minutes ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . Can you make the booking ?" }, { "id": 13, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Yes I can make the booking for you . How many people will be traveling ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "You know what , do n't worry about it , the trains are never full , I 'll just grab a ticket at the station ." }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Okay , is there anything else I can help you with today ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "I think that was all the information I needed for now ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Ok . Just let us know if you need anything else . Have a great day !" } ]
MUL1593.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "3" ], [ "_:result", "ticket", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "30 Bridge Street" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "postcode", "cb21uj" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "3" ], [ "_:result", "ticket", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "30 Bridge Street" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "postcode", "cb21uj" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "day", "tuesday" ], [ "_: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", "food", "turkish" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "3" ], [ "_:result", "ticket", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "30 Bridge Street" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "postcode", "cb21uj" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:06" ], [ "_:result", "id", "TR0469" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "30 Bridge Street" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "postcode", "cb21uj" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:06" ], [ "_:result", "id", "TR0469" ], [ "_:booking", "category", "Train" ], [ "_:result", "pricerange", "?" ], [ "_:result", "duration", "a little under 2 hours" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "30 Bridge Street" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "postcode", "cb21uj" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:06" ], [ "_:result", "id", "TR0469" ], [ "_:booking", "category", "Train" ], [ "_:result", "pricerange", "?" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "30 Bridge Street" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "postcode", "cb21uj" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Leicester" ], [ "_:result", "arrive_by", "17:06" ], [ "_:result", "id", "TR0469" ], [ "_:booking", "category", "Train" ], [ "_:result", "pricerange", "?" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "?" ], [ "_: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", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "30 Bridge Street" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "postcode", "cb21uj" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Leicester" ], [ "_:result", "arrive_by", "17:06" ], [ "_:result", "id", "TR0469" ], [ "_:booking", "category", "Train" ], [ "_:result", "pricerange", "?" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_: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,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay in the north of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Okay , we can help you with that . Do you have a price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Moderate would work best for my budget , thanks for asking ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,name,'acorn guest house');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can book you a room at acorn guest house ." }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do they have free wifi ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'most');(_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "yes most of them do" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you give me the address and post code ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'154 chesterton road , cb41da');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "it is situated in 154 chesterton road , cb41da" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'cineworld cinema');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thank you . Can you also find a an attraction called Cineworld Cinema ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'Cambridge Leisure Park , Clifton Way');(_:result,category,'cinema');(_:result,name,'Cineworld');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cineworld is a cinema on Cambridge Leisure Park , Clifton Way . What would you like to know about it ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What 's their phone number ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'00872208000');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their phone number is 00872208000 . Can I hlep with anything else ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That 's all . Thanks for your help . Bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day . Farewell" } ]
PMUL2909.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "most" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "most" ], [ "_:result", "has_internet", "none" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "154 chesterton road , cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "cineworld cinema" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "most" ], [ "_:result", "has_internet", "none" ], [ "_:result", "postcode", "?" ], [ "_:search", "name", "cineworld cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Cambridge Leisure Park , Clifton Way" ], [ "_:result", "category", "cinema" ], [ "_:result", "name", "Cineworld" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "most" ], [ "_:result", "has_internet", "none" ], [ "_:result", "postcode", "?" ], [ "_:search", "name", "cineworld cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Cambridge Leisure Park , Clifton Way" ], [ "_:result", "category", "cinema" ], [ "_:result", "name", "Cineworld" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "00872208000" ], [ "_: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,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I want an expensive restaurant and serves european food . What is the phone number ?" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,area,'West');(_:result,name,'Cambridge Lodge Restaurant');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is Cambridge Lodge Restaurant in the West area . Their phone number is 01223 355166 . Can I help you with anything else ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank You" }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye !" } ]
WOZ20163.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Cambridge Lodge Restaurant" ], [ "_:result", "phone", "01223 355166" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want a train leaving from norwich ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "When will you be traveling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be traveling by train , on Friday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure . Can I just confirm that your destination is Cambridge ? And , is there a particular time frame you prefer ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'08:30');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , my destination is Cambridge . I would love to arrive by 08:30 please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'07:35');(_:result,destination,'Cambridge');(_:result,id,'TR3339');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR3339 is your best bet . It will arrive in Cambridge at 07:35 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay . Could you also help me with a a place to stay . I am looking for a guesthouse with 3 stars ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Alpha Milton Guest House is a nice place , do you want more information ? >" } ]
PMUL1778.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "day", "friday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "07:35" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3339" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for information and would appreciate the help . Can you help with a train ?" }, { "id": 1, "rdf-acts": [ "thank()", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can give you all kinds of information as well as book a ticket . Where are you going and when ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to go to Cambridge on Wednesday ." }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you leave from ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving from ely ." }, { "id": 5, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Would you like to specify a departure or arrival time ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'08:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 08:45" }, { "id": 7, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets please" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would need 2 tickets ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,people,'2');(_:booking,ref,'U44P6DQP');(_:booking,ticket,'8.8 GBP');(_:booking,type,'Booking');(_:result,arrive_by,'07:52');(_:result,id,'TR9741');(_:result,type,'Train'))" ], "speaker": "system", "text": "Train TR9741 arrives at 07:52 and I have booked you for 2,here is your information : Booking was successful , the total fee is 8.8 GBP payable at the station . \n Reference number is : U44P6DQP ." }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you also look up the hotel Carolina Bed and breakfast ?" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,name,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sure thing , what kind of information do you need ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want you to book it for 5 nights , starting wednesday . 2 people ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'2VD26230');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay that booking was successful . Your reference number is 2VD26230 . Anything else I can do for you ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , that 's all I need today . Thanks for all your help . Goodbye !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a great stay in town . Goodbye ." } ]
PMUL1702.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:45" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:45" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "U44P6DQP" ], [ "_:booking", "ticket", "8.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "07:52" ], [ "_:result", "id", "TR9741" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "carolina bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:45" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "U44P6DQP" ], [ "_:booking", "ticket", "8.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "07:52" ], [ "_:result", "id", "TR9741" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "?" ], [ "_:search", "name", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "2" ], [ "_: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": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:45" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ticket", "8.8 GBP" ], [ "_:result", "arrive_by", "07:52" ], [ "_:result", "id", "TR9741" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "?" ], [ "_:search", "name", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "2VD26230" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay that includes free parking and free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I can certainly help you with that . What area would you like to stay in and what price range did you have in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "actually i want a guesthouse , specifically" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sure , I can help you with that . What part of town were you looking for ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,*);(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Any part of town just a guesthouse with free parking and free wifi ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'd recommend acorn guest house . Would you like a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please . Can you book a room for Sunday for 5 people , 2 nights please ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'Z0U42HJV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : Z0U42HJV ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,leave_at,'18:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train departing from Cambridge going to London Kings Cross on Tuesday leaving after 18:00 . Do you have any ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'19:51');(_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,destination,'London Kings Cross');(_:result,id,'TR4125');(_:result,leave_at,'19:00');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4125 leaves at 19:00 on Tuesday from Cambridge and arrives in London Kings Cross at 19:51 . The price is 23.60 pounds . Would you like me to book it ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please . Can you book me 5 tickets please ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'QIH2PJTI');(_:booking,ticket,'118 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 118 GBP payable at the station , your reference number is QIH2PJTI . Will that be all ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . I have everything I need at this time ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are welcome let me know if you need anything else ?" } ]
PMUL3779.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "*" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "*" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "*" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "Z0U42HJV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "18:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "*" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "Z0U42HJV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "18:00" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:result", "id", "TR4125" ], [ "_:result", "leave_at", "19:00" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "*" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "2" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "18:00" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:result", "id", "TR4125" ], [ "_:result", "leave_at", "19:00" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "QIH2PJTI" ], [ "_:booking", "ticket", "118 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm craving some spicy food so find me an Indian restaurant on the East end please" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Curry Prince');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Curry Prince might fit the bill . Would you like reservations ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "no not right now thanks" }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Okay . Would you like help with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'curry prince');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , is the Curry Prince in the moderate price range ? If so , I 'll need to make a reservation ." }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "For how many , and day and time ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'12:15');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "8 people at 12:15 on Friday , please ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'4YZLGJJL');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Done ! Your table will be reserved for 15 minutes . Your reference number is 4YZLGJJL . Is there anything else that I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'no');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to book a room too a guesthouse that does n't have internet but free parking" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Would you like the guesthouse on the east side of town as well ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "That would be fine ." }, { "id": 11, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "inform((_:result,category,'guesthouse');(_:result,count,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 4 different options . 3 of the guesthouse are cheap and the oter 2 are moderate priced . Is there one you 'd prefer ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "You can decide please . I need to book it for 8 people and 2 nights starting Friday please . I 'm looking forward to this !" }, { "id": 13, "rdf-acts": [ "inform((_:booking,name,'allenbell guesthouse');(_:booking,ref,'WFFLJRT2');(_:booking,type,'Booking');(_:result,address,'517a coldham lane');(_:result,phone,'01223210353');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ok , the booking was successful for the allenbell guesthouse . 517a coldham lane , cb13js , phone:01223210353 . The reference number is : WFFLJRT2 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , thank you !" }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Anything else I can help you with today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that was all I needed . Thank you so much ." }, { "id": 17, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "OKay let us know if you need anything else ." }, { "id": 18, "rdf-acts": [ "inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I do actually need a taxi between the two places . I need to get to the restaurant for my booked reservation ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'white Volvo');(_:result,phone,'07601547949');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I was able to book your taxi . Be expecting a white Volvo . If you need to reach them , please call 07601547949 ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that is it for now thanks" }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Thanks for calling , and enjoy your trip . Goodbye ." } ]
PMUL4537.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "curry prince" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "curry prince" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:15" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "curry prince" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:15" ], [ "_:search", "people", "8" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4YZLGJJL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_: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", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "curry prince" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:15" ], [ "_:search", "people", "8" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4YZLGJJL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Curry Prince" ], [ "_:search", "name", "curry prince" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "12:15" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4YZLGJJL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_: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", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Curry Prince" ], [ "_:search", "name", "curry prince" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "12:15" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "4" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "allenbell guesthouse" ], [ "_:booking", "ref", "WFFLJRT2" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "517a coldham lane" ], [ "_:result", "phone", "01223210353" ], [ "_:result", "postcode", "cb13js" ], [ "_: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", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Curry Prince" ], [ "_:search", "name", "curry prince" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "12:15" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "4" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "allenbell guesthouse" ], [ "_:booking", "ref", "WFFLJRT2" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "517a coldham lane" ], [ "_:result", "phone", "01223210353" ], [ "_:result", "postcode", "cb13js" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Curry Prince" ], [ "_:search", "name", "curry prince" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "12:15" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "4" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:booking", "name", "allenbell guesthouse" ], [ "_:booking", "ref", "WFFLJRT2" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "517a coldham lane" ], [ "_:result", "phone", "01223210353" ], [ "_:result", "postcode", "cb13js" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_: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": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Curry Prince" ], [ "_:search", "name", "curry prince" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "12:15" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "4" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:booking", "name", "allenbell guesthouse" ], [ "_:booking", "ref", "WFFLJRT2" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "517a coldham lane" ], [ "_:result", "postcode", "cb13js" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white Volvo" ], [ "_:result", "phone", "07601547949" ], [ "_: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,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hello . I need train to London liverpool Street ." }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you departing from and do you have a time preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'12:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'd like to leave Cambridge sometime after 12:15 ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day would you like to travel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "It would need to be on Thursday . Do you have anything ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'4');(_:result,leave_at,'13:59');(_:result,leave_at,'every two hours');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have one that leaves at 13:59 and 4 more that depart every two hours after ." }, { "id": 6, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "The 13:59 will be fine , how much will a ticket cost ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,ticket,'16.60 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "A ticket for that train is 16.60 pounds ." }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))", "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "And , please tell me what time the train arrives at london liverpool street ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'15:27');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The train will arrive at 15:27 . May I book a ticket for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'm also looking for things to do in town , what kind of attractions are there in the centre ? I 'd like the phone numbers , types , and fee information please ." }, { "id": 11, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many types , which do you like to see ?" }, { "id": 12, "rdf-acts": [ "request((_:result,category,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))", "inform((_:search,category,*);(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Any type is fine , can I just get the attraction type , entrance fee , and phone number of one ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Cambridge Contemporary Art');(_:result,phone,'01223324222');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about Cambridge Contemporary Art ? It is free , and the phone number is 01223324222 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That sounds like something I would enjoy . Thank you ! I think you covered everything ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a great day !" } ]
MUL1848.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", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "4" ], [ "_:result", "leave_at", "13:59" ], [ "_:result", "leave_at", "every two hours" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "4" ], [ "_:result", "leave_at", "13:59" ], [ "_:result", "leave_at", "every two hours" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "4" ], [ "_:result", "leave_at", "13:59" ], [ "_:result", "leave_at", "every two hours" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "15:27" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "phone", "?" ], [ "_: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", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "4" ], [ "_:result", "leave_at", "13:59" ], [ "_:result", "leave_at", "every two hours" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "15:27" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "category", "*" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "4" ], [ "_:result", "leave_at", "13:59" ], [ "_:result", "leave_at", "every two hours" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "15:27" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "*" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Contemporary Art" ], [ "_:result", "phone", "01223324222" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'hungarian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi . I 'm looking for a Hungarian restaurant in Cambridge that is moderately priced . Can you help me ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,area,'Cambridge');(_:search,food,'Hungarian');(_:search,type,'Restaurant'))", "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , there are no Hungarian restaurants in Cambridge . Can I find a different type of restaurant for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hmm , well maybe british food if you have anything ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,amount,'several');(_:result,food,'British');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have found several British restaurants . Do you have any other criteria ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "No can you recommend one ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'delicious');(_:result,name,'Oak Bistro');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "If you ask me , the Oak Bistro is the place to go . They are in the centre of town and are moderately priced but the food is delicious ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'16:15');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great . Can you reserve us a table ? We 're a party of 3 and would like to eat at 16:15 on Wednesday ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm not able to make a reservation at that time . Would you like to try a different time ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'10:00');(_:search,departure,'kings lynn');(_:search,duration,'15:15');(_:search,type,'Restaurant');(_:search,type,'Train'))" ], "speaker": "user", "text": "How about 15:15 . Also I m looking for a train that should arrive by 10:00 and depart from Kings Lynn ." }, { "id": 9, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))", "inform((_:booking,duration,'for 15:15');(_:booking,ref,'TA9U3QQC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to successfully reserve your table for 15:15 . Your reference number is TA9U3QQC . For the train , what day would you be traveling ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am traveling on Wednesday , the same as for the restaurant ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'09:58');(_:result,destination,'Cambridge');(_:result,id,'TR1612');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have train TR1612 that arrives in Cambridge at 09:58 . Would you like for me to make you a reservation ? How many seats will you need ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need 3 seats same for the restaurant as well ." }, { "id": 13, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok great , can you please confirm the desired destination ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to go to Cambridge ." }, { "id": 15, "rdf-acts": [ "inform((_:result,count,'5');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are 5 trains that match your request , would you like me to book one of them ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Any of those would be fine . Thank you . For 3 people and can I have the reference number ?" }, { "id": 17, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,people,'3');(_:booking,ref,'WYQ30HTP');(_:booking,type,'Booking');(_:result,arrive_by,'09:58');(_:result,departure,'Kings Lynn');(_:result,destination,'Cambridge');(_:result,id,'TR8044');(_:result,leave_at,'09:11');(_:result,ticket,'29.4GBP');(_:result,type,'Train'))" ], "speaker": "system", "text": "Sorry for the misinformation , I must have typo'd . The TR8044 leaves Kings Lynn 09:11 , arrives Cambridge 09:58 . I 've booked you 3 seats , total 29.4GBP , payable at the station . Ref#WYQ30HTP ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "OK , thanks , that 's what I needed ." }, { "id": 19, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Is there anything else I can help you with ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I think that 's all . Thanks so much ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day ." } ]
MUL1525.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "hungarian" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e5a33b8e" ], [ "_:search/e5a33b8e", "area", "Cambridge" ], [ "_:search/e5a33b8e", "food", "Hungarian" ], [ "_:search/e5a33b8e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e5a33b8e" ], [ "_:search/e5a33b8e", "area", "Cambridge" ], [ "_:search/e5a33b8e", "food", "Hungarian" ], [ "_:search/e5a33b8e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "British" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e5a33b8e" ], [ "_:search/e5a33b8e", "area", "Cambridge" ], [ "_:search/e5a33b8e", "food", "Hungarian" ], [ "_:search/e5a33b8e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "delicious" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e5a33b8e" ], [ "_:search/e5a33b8e", "area", "Cambridge" ], [ "_:search/e5a33b8e", "food", "Hungarian" ], [ "_:search/e5a33b8e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "delicious" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/8f8e4b7f" ], [ "_:booking/8f8e4b7f", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:00" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "duration", "15:15" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e5a33b8e" ], [ "_:search/e5a33b8e", "area", "Cambridge" ], [ "_:search/e5a33b8e", "food", "Hungarian" ], [ "_:search/e5a33b8e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "delicious" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/8f8e4b7f" ], [ "_:booking/8f8e4b7f", "type", "Booking" ], [ "_:search", "arrive_by", "10:00" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "duration", "15:15" ], [ "_:booking", "duration", "for 15:15" ], [ "_:booking", "ref", "TA9U3QQC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e5a33b8e" ], [ "_:search/e5a33b8e", "area", "Cambridge" ], [ "_:search/e5a33b8e", "food", "Hungarian" ], [ "_:search/e5a33b8e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "delicious" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "canthelp", "_:booking/8f8e4b7f" ], [ "_:booking/8f8e4b7f", "type", "Booking" ], [ "_:search", "arrive_by", "10:00" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "duration", "15:15" ], [ "_:booking", "duration", "for 15:15" ], [ "_:booking", "ref", "TA9U3QQC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR1612" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e5a33b8e" ], [ "_:search/e5a33b8e", "area", "Cambridge" ], [ "_:search/e5a33b8e", "food", "Hungarian" ], [ "_:search/e5a33b8e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "delicious" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "canthelp", "_:booking/8f8e4b7f" ], [ "_:booking/8f8e4b7f", "type", "Booking" ], [ "_:search", "arrive_by", "10:00" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "duration", "15:15" ], [ "_:booking", "duration", "for 15:15" ], [ "_:booking", "ref", "TA9U3QQC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR1612" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e5a33b8e" ], [ "_:search/e5a33b8e", "area", "Cambridge" ], [ "_:search/e5a33b8e", "food", "Hungarian" ], [ "_:search/e5a33b8e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "delicious" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "canthelp", "_:booking/8f8e4b7f" ], [ "_:booking/8f8e4b7f", "type", "Booking" ], [ "_:search", "arrive_by", "10:00" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "duration", "15:15" ], [ "_:booking", "duration", "for 15:15" ], [ "_:booking", "ref", "TA9U3QQC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR1612" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e5a33b8e" ], [ "_:search/e5a33b8e", "area", "Cambridge" ], [ "_:search/e5a33b8e", "food", "Hungarian" ], [ "_:search/e5a33b8e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "delicious" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "canthelp", "_:booking/8f8e4b7f" ], [ "_:booking/8f8e4b7f", "type", "Booking" ], [ "_:search", "arrive_by", "10:00" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "duration", "15:15" ], [ "_:booking", "duration", "for 15:15" ], [ "_:search", "day", "wednesday" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "5" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "WYQ30HTP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR8044" ], [ "_:result", "leave_at", "09:11" ], [ "_:result", "ticket", "29.4GBP" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/e5a33b8e" ], [ "_:search/e5a33b8e", "area", "Cambridge" ], [ "_:search/e5a33b8e", "food", "Hungarian" ], [ "_:search/e5a33b8e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "delicious" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "canthelp", "_:booking/8f8e4b7f" ], [ "_:booking/8f8e4b7f", "type", "Booking" ], [ "_:search", "arrive_by", "10:00" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "duration", "15:15" ], [ "_:booking", "duration", "for 15:15" ], [ "_:search", "day", "wednesday" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "5" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "WYQ30HTP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR8044" ], [ "_:result", "leave_at", "09:11" ], [ "_:result", "ticket", "29.4GBP" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'crossover');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want crossover food at an expensive price . Can you help ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry but we do n't have any restaurants meeting that criteria . Could you please try a different type ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'none');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there something else in the West ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'British');(_:result,name,'Grafitti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Grafitti has great British food in the west and fits the expensive pricerange you are looking for . Does this appeal to you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Actually , I 'd prefer a European restaurant ." }, { "id": 5, "rdf-acts": [ "inform((_:result,food,'European');(_:result,name,'Cambridge lodge restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Cambridge lodge restaurant has good reviews and serves European food ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'17:45');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please book for 1 person , sunday at 17:45 ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,day,'Sunday');(_:booking,duration,'17:45');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm afraid they 're full on Sunday at 17:45 . Perhaps another day , or another time slot ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'16:45');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about Sunday at 16:45 please for 1 person ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Sunday');(_:booking,duration,'16:45');(_:booking,ref,'2W56MF47');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are booked for Sunday at 16:45 . Your reference number is 2W56MF47 . May I help you with something else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all . Thanks for the help !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a nice day ! Goodbye ." } ]
SNG0587.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "crossover" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/02a23b87" ], [ "_:search/02a23b87", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "none" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/02a23b87" ], [ "_:search/02a23b87", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:result", "area", "west" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Grafitti" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/02a23b87" ], [ "_:search/02a23b87", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:result", "food", "European" ], [ "_:result", "name", "Cambridge lodge restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/02a23b87" ], [ "_:search/02a23b87", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:result", "food", "European" ], [ "_:result", "name", "Cambridge lodge restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/b835277c" ], [ "_:booking/b835277c", "day", "Sunday" ], [ "_:booking/b835277c", "duration", "17:45" ], [ "_:booking/b835277c", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/02a23b87" ], [ "_:search/02a23b87", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:result", "food", "European" ], [ "_:result", "name", "Cambridge lodge restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/b835277c" ], [ "_:booking/b835277c", "day", "Sunday" ], [ "_:booking/b835277c", "duration", "17:45" ], [ "_:booking/b835277c", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "16:45" ], [ "_:booking", "ref", "2W56MF47" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a place to dine in Cambridge ." }, { "id": 1, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can please provide more information to help us serve you better ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Well , I like Mexican food , and will be staying in the south part of town ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,name,'Chiquito Restaurant Bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Chiquito Restaurant Bar is a great restaurant in the south . Would you like a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'17:15');(_:search,people,'7');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , can you reserve a table for 7 people on wednesday at 17:15 ? Can you send me the reference number for the reservation ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , give me one moment to book it for you ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area of town');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you also help me find a hotel in the same area of town ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,stars,'four');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Rosa 's Bed and Breakfast is a four star guesthouse with internet and parking ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , I 'm looking for a hotel . It should be the same price range as the restaurant ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Lensfield Hotel is a great option in the south . Would you like to make a booking ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please for 2 nights for 7 people for Wednesday ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I will work on booking this and be right back with you ." }, { "id": 12, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I need the reference number ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Chiquito Restaurant Bar');(_:booking,name,'Lensfield Hotel');(_:booking,ref,'2JQ95YF9');(_:booking,ref,'Q96J0YHE');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking for Chiquito Restaurant Bar . The table will be reserved for 15 minutes . Reference number is : Q96J0YHE . Lensfield Hotel booking complete , reference number : 2JQ95YF9 . Anything else today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's everything I needed , thank you !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "happy to help . goodbye ." } ]
PMUL0038.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Chiquito Restaurant Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Chiquito Restaurant Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area of town" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area of town" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Rosa 's Bed and Breakfast" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "17:15" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area of town" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "four" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "17:15" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area of town" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "four" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_: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", "food", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "duration", "17:15" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area of town" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "four" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Chiquito Restaurant Bar" ], [ "_:booking", "name", "Lensfield Hotel" ], [ "_:booking", "ref", "2JQ95YF9" ], [ "_:booking", "ref", "Q96J0YHE" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'golden hous');(_:search,leave_at,'8:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "i need a taxi by 8:15 going to the golden hous" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))", "thank()" ], "speaker": "system", "text": "Great . And where will you be leaving from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'holy trinity church');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I 'll need to be picked up at holy trinity church . If you 've got it handy I 'll be needing the car type and their contact number too , please ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t blue tesla \n Contact number \t : \t 07288413004" } ]
SNG01266.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "golden hous" ], [ "_:search", "leave_at", "8:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "golden hous" ], [ "_:search", "leave_at", "8:15" ], [ "_:search", "departure", "holy trinity church" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] } ]