turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry prince is a nice restaurant in the east of town in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'451 newmarket road fen ditton');(_:result,name,'curry prince');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , curry prince is on 451 Newmarket Road Fen Ditton" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'curry prince');(_:result,phone,'01223 566388');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of curry prince is 01223 566388 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-cfd5fa34d9-20130402_073524
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "451 newmarket road fen ditton" ], [ "_:result", "name", "curry prince" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "451 newmarket road fen ditton" ], [ "_:result", "name", "curry prince" ], [ "_:result", "phone", "01223 566388" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like a greek restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about chinese food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock is a nice place in the east of town" }, { "id": 5, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food does it serve" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock serves international food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like chinese food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden is a nice place in the east of town" }, { "id": 9, "rdf-acts": [ "confirm((_:result,food,'chinese');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve chinese food" }, { "id": 10, "rdf-acts": [ "confirm((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a chinese restaurant right?" }, { "id": 11, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden is a nice place in the east of town serving tasty chinese food" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'529 newmarket road fen ditton');(_:result,name,'yu garden');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden is on 529 Newmarket Road Fen Ditton , C.B 5, 8 P.A" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'yu garden');(_:result,phone,'01223 248882');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of yu garden is 01223 248882 ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-03d6592b76-20130326_013208
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "greek" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/629abc57" ], [ "_:search/629abc57", "food", "greek" ], [ "_:search/629abc57", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/629abc57" ], [ "_:search/629abc57", "food", "greek" ], [ "_:search/629abc57", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/629abc57" ], [ "_:search/629abc57", "food", "greek" ], [ "_:search/629abc57", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/629abc57" ], [ "_:search/629abc57", "food", "greek" ], [ "_:search/629abc57", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "yu garden" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/629abc57" ], [ "_:search/629abc57", "food", "greek" ], [ "_:search/629abc57", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "yu garden" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/629abc57" ], [ "_:search/629abc57", "food", "greek" ], [ "_:search/629abc57", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/629abc57" ], [ "_:search/629abc57", "food", "greek" ], [ "_:search/629abc57", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "name", "yu garden" ], [ "_:result", "postcode", "c.b 5" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/629abc57" ], [ "_:search/629abc57", "food", "greek" ], [ "_:search/629abc57", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "postcode", "c.b 5" ], [ "_:result", "name", "yu garden" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock is a nice place in the east of town and the prices are cheap" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the missing sock is on Finders Corner Newmarket Road" }, { "id": 5, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food do they serve" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock serves international food" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-922209b777-20130325_162603
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want an expensive restaurant that serves portuguese food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'portuguese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no portuguese restaurant in the expensive price range" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about british food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "graffiti is a great restaurant serving british food and it is in the expensive price range" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'graffiti');(_:result,phone,'01223 277977');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of graffiti is 01223 277977 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f4026333dc-20130327_175843
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ebac7ecb" ], [ "_:search/ebac7ecb", "food", "portuguese" ], [ "_:search/ebac7ecb", "pricerange", "expensive" ], [ "_:search/ebac7ecb", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ebac7ecb" ], [ "_:search/ebac7ecb", "food", "portuguese" ], [ "_:search/ebac7ecb", "pricerange", "expensive" ], [ "_:search/ebac7ecb", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "name", "graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/ebac7ecb" ], [ "_:search/ebac7ecb", "food", "portuguese" ], [ "_:search/ebac7ecb", "pricerange", "expensive" ], [ "_:search/ebac7ecb", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "graffiti" ], [ "_:result", "phone", "01223 277977" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "breath i want to find a restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "barbecue food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how bout asian oriental" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how bout asian oriental type of food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thats fine how bout asian food" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "noise okay" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 13, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "fine i want restaurant in the north part of town" }, { "id": 14, "rdf-acts": [ "confirm((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a barbeque restaurant right?" }, { "id": 15, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about asian oriental type of food" }, { "id": 16, "rdf-acts": [ "confirm((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a barbeque restaurant right?" }, { "id": 17, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 18, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 19, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about asian oriental type of food" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 21, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about asian food" }, { "id": 22, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 23, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "sure how about asian food" }, { "id": 24, "rdf-acts": [ "confirm((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the north of town?" }, { "id": 25, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "ye" }, { "id": 26, "rdf-acts": [ "confirm((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a barbeque restaurant right?" }, { "id": 27, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 28, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 29, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "not any more" }, { "id": 30, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 31, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 32, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 33, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about asian" }, { "id": 34, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 35, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about asian food" }, { "id": 36, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving barbeque food" }, { "id": 37, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-ef9aa63b85-20130328_190838
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "barbeque" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cce5b643" ], [ "_:search/cce5b643", "food", "barbeque" ], [ "_:search/cce5b643", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cce5b643" ], [ "_:search/cce5b643", "food", "barbeque" ], [ "_:search/cce5b643", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/164f1f66" ], [ "_:search/164f1f66", "food", "barbeque" ], [ "_:search/164f1f66", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cce5b643" ], [ "_:search/cce5b643", "food", "barbeque" ], [ "_:search/cce5b643", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/164f1f66" ], [ "_:search/164f1f66", "food", "barbeque" ], [ "_:search/164f1f66", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6a5af533" ], [ "_:search/6a5af533", "food", "barbeque" ], [ "_:search/6a5af533", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cce5b643" ], [ "_:search/cce5b643", "food", "barbeque" ], [ "_:search/cce5b643", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/164f1f66" ], [ "_:search/164f1f66", "food", "barbeque" ], [ "_:search/164f1f66", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6a5af533" ], [ "_:search/6a5af533", "food", "barbeque" ], [ "_:search/6a5af533", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cce5b643" ], [ "_:search/cce5b643", "food", "barbeque" ], [ "_:search/cce5b643", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/164f1f66" ], [ "_:search/164f1f66", "food", "barbeque" ], [ "_:search/164f1f66", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6a5af533" ], [ "_:search/6a5af533", "food", "barbeque" ], [ "_:search/6a5af533", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cce5b643" ], [ "_:search/cce5b643", "food", "barbeque" ], [ "_:search/cce5b643", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/164f1f66" ], [ "_:search/164f1f66", "food", "barbeque" ], [ "_:search/164f1f66", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6a5af533" ], [ "_:search/6a5af533", "food", "barbeque" ], [ "_:search/6a5af533", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a6b36121" ], [ "_:search/a6b36121", "food", "barbeque" ], [ "_:search/a6b36121", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cce5b643" ], [ "_:search/cce5b643", "food", "barbeque" ], [ "_:search/cce5b643", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/164f1f66" ], [ "_:search/164f1f66", "food", "barbeque" ], [ "_:search/164f1f66", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6a5af533" ], [ "_:search/6a5af533", "food", "barbeque" ], [ "_:search/6a5af533", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a6b36121" ], [ "_:search/a6b36121", "food", "barbeque" ], [ "_:search/a6b36121", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1da20e4d" ], [ "_:search/1da20e4d", "food", "barbeque" ], [ "_:search/1da20e4d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cce5b643" ], [ "_:search/cce5b643", "food", "barbeque" ], [ "_:search/cce5b643", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/164f1f66" ], [ "_:search/164f1f66", "food", "barbeque" ], [ "_:search/164f1f66", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6a5af533" ], [ "_:search/6a5af533", "food", "barbeque" ], [ "_:search/6a5af533", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a6b36121" ], [ "_:search/a6b36121", "food", "barbeque" ], [ "_:search/a6b36121", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1da20e4d" ], [ "_:search/1da20e4d", "food", "barbeque" ], [ "_:search/1da20e4d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/953f6725" ], [ "_:search/953f6725", "food", "barbeque" ], [ "_:search/953f6725", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 ] }, { "id": 17, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cce5b643" ], [ "_:search/cce5b643", "food", "barbeque" ], [ "_:search/cce5b643", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/164f1f66" ], [ "_:search/164f1f66", "food", "barbeque" ], [ "_:search/164f1f66", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6a5af533" ], [ "_:search/6a5af533", "food", "barbeque" ], [ "_:search/6a5af533", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a6b36121" ], [ "_:search/a6b36121", "food", "barbeque" ], [ "_:search/a6b36121", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1da20e4d" ], [ "_:search/1da20e4d", "food", "barbeque" ], [ "_:search/1da20e4d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/953f6725" ], [ "_:search/953f6725", "food", "barbeque" ], [ "_:search/953f6725", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c14c1961" ], [ "_:search/c14c1961", "food", "barbeque" ], [ "_:search/c14c1961", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ] }, { "id": 18, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/61ff5465" ], [ "_:search/61ff5465", "food", "barbeque" ], [ "_:search/61ff5465", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5609d918" ], [ "_:search/5609d918", "food", "barbeque" ], [ "_:search/5609d918", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6f05e43" ], [ "_:search/f6f05e43", "food", "barbeque" ], [ "_:search/f6f05e43", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4f9f5220" ], [ "_:search/4f9f5220", "food", "barbeque" ], [ "_:search/4f9f5220", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9401ce2b" ], [ "_:search/9401ce2b", "food", "barbeque" ], [ "_:search/9401ce2b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/cce5b643" ], [ "_:search/cce5b643", "food", "barbeque" ], [ "_:search/cce5b643", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/164f1f66" ], [ "_:search/164f1f66", "food", "barbeque" ], [ "_:search/164f1f66", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6a5af533" ], [ "_:search/6a5af533", "food", "barbeque" ], [ "_:search/6a5af533", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a6b36121" ], [ "_:search/a6b36121", "food", "barbeque" ], [ "_:search/a6b36121", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1da20e4d" ], [ "_:search/1da20e4d", "food", "barbeque" ], [ "_:search/1da20e4d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/953f6725" ], [ "_:search/953f6725", "food", "barbeque" ], [ "_:search/953f6725", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c14c1961" ], [ "_:search/c14c1961", "food", "barbeque" ], [ "_:search/c14c1961", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7cb81bb0" ], [ "_:search/7cb81bb0", "food", "barbeque" ], [ "_:search/7cb81bb0", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in the north part of town that serves" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no british restaurant in the north of town" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a indian restaurant right?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 8, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "um hm" }, { "id": 10, "rdf-acts": [ "select((_:result,area,'east');(_:result,area,'north'))" ], "speaker": "system", "text": "Sorry would you like something in the north or in the east" }, { "id": 11, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "id": 12, "rdf-acts": [ "select((_:result,pricerange,*);(_:result,pricerange,'cheap'))" ], "speaker": "system", "text": "Sorry would you like something in the cheap price range or you dont care" }, { "id": 13, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tandoori palace is a nice place in the north of town serving tasty indian food" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address phone number and price range" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'tandoori palace');(_:result,phone,'01223 506055');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of tandoori palace is 01223 506055 ." }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 18, "rdf-acts": [ "inform((_:result,address,'68 histon road chesterton');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , tandoori palace is on 68 Histon Road Chesterton" }, { "id": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'tandoori palace');(_:result,phone,'01223 506055');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of tandoori palace is 01223 506055 ." }, { "id": 21, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'tandoori palace');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tandoori palace is in the expensive price range" }, { "id": 23, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-bb1fd497eb-20130326_231928
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/133ba306" ], [ "_:search/133ba306", "area", "north" ], [ "_:search/133ba306", "food", "british" ], [ "_:search/133ba306", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/133ba306" ], [ "_:search/133ba306", "area", "north" ], [ "_:search/133ba306", "food", "british" ], [ "_:search/133ba306", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/133ba306" ], [ "_:search/133ba306", "area", "north" ], [ "_:search/133ba306", "food", "british" ], [ "_:search/133ba306", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/133ba306" ], [ "_:search/133ba306", "area", "north" ], [ "_:search/133ba306", "food", "british" ], [ "_:search/133ba306", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/133ba306" ], [ "_:search/133ba306", "area", "north" ], [ "_:search/133ba306", "food", "british" ], [ "_:search/133ba306", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:search", "area", "north" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/133ba306" ], [ "_:search/133ba306", "area", "north" ], [ "_:search/133ba306", "food", "british" ], [ "_:search/133ba306", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/133ba306" ], [ "_:search/133ba306", "area", "north" ], [ "_:search/133ba306", "food", "british" ], [ "_:search/133ba306", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "phone", "01223 506055" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/133ba306" ], [ "_:search/133ba306", "area", "north" ], [ "_:search/133ba306", "food", "british" ], [ "_:search/133ba306", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "?" ], [ "_:result", "phone", "01223 506055" ], [ "_:result", "address", "68 histon road chesterton" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/133ba306" ], [ "_:search/133ba306", "area", "north" ], [ "_:search/133ba306", "food", "british" ], [ "_:search/133ba306", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "68 histon road chesterton" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "phone", "01223 506055" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/133ba306" ], [ "_:search/133ba306", "area", "north" ], [ "_:search/133ba306", "food", "british" ], [ "_:search/133ba306", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "68 histon road chesterton" ], [ "_:result", "phone", "01223 506055" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the west part of town serving korean" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul serves korean food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address and the price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'108 regent street city centre');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , little seoul is on 108 Regent Street City Centre" }, { "id": 5, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the price range of the venue" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul is in the expensive price range" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-597cfafdee-20130402_005048
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a nice place in the south of town and the prices are moderate" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of restaurant alimentum is 01223 413000 ." }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of restaurant alimentum is C.B 2, 8 P.B" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-381a50592b-20130326_040146
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "phone", "01223 413000" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 413000" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "whats the" }, { "id": 2, "rdf-acts": [ "confirm((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the north of town?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'international');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant and it should be served international food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice place in the north of town" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two is a nice place in the north of town" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two is a great restaurant" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two is a great restaurant" }, { "id": 13, "rdf-acts": [ "confirm((_:result,food,'international');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve international food" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a nice place in the north of town" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a great restaurant" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice place in the north of town" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a great restaurant" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of meghna is C.B 4, 3 L.F" }, { "id": 23, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 24, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice place in the north of town" }, { "id": 25, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 26, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a great restaurant" }, { "id": 27, "rdf-acts": [ "inform((_:search,food,'international');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant and it should serve international food" }, { "id": 28, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a great restaurant" }, { "id": 29, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 30, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of meghna is C.B 4, 3 L.F" }, { "id": 31, "rdf-acts": [ "inform((_:search,name,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 32, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a great restaurant" }, { "id": 33, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "system im looking for expensive restaurant" }, { "id": 34, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a great restaurant" }, { "id": 35, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "system european food" }, { "id": 36, "rdf-acts": [ "inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , meghna is on 205 Victoria Road Chesterton" }, { "id": 37, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 38, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a great restaurant" }, { "id": 39, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 40, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of meghna is C.B 4, 3 L.F" }, { "id": 41, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and phone number" }, { "id": 42, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice place in the north of town" }, { "id": 43, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 44, "rdf-acts": [ "inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , da vinci pizzeria is on 20 Milton Road Chesterton" }, { "id": 45, "rdf-acts": [], "speaker": "user", "text": "system" }, { "id": 46, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 47, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-10beae627f-20130328_125615
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "golden wok" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "international" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "international" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "international" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "international" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "international" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "area", "north" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:result", "area", "north" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "meghna" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:result", "area", "north" ], [ "_:search", "food", "international" ], [ "_:result", "postcode", "c.b 4" ], [ "_:search", "name", "*" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 ] }, { "id": 17, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:result", "area", "north" ], [ "_:result", "postcode", "c.b 4" ], [ "_:search", "name", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ] }, { "id": 18, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:result", "area", "north" ], [ "_:result", "postcode", "c.b 4" ], [ "_:search", "name", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 ] }, { "id": 19, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:result", "area", "north" ], [ "_:result", "postcode", "c.b 4" ], [ "_:search", "name", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 ] }, { "id": 20, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:result", "area", "north" ], [ "_:search", "name", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41 ] }, { "id": 21, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:search", "name", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43 ] }, { "id": 22, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:search", "name", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "north" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45 ] }, { "id": 23, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:search", "name", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "north" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'world');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "world food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving welsh food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "modern european" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "anything" }, { "id": 8, "rdf-acts": [ "confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yea" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'darrys cookhouse and wine shop');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darrys cookhouse and wine shop serves modern european food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'darrys cookhouse and wine shop');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darrys cookhouse and wine shop is a great restaurant" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'darrys cookhouse and wine shop');(_:result,phone,'01223 505015');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of darrys cookhouse and wine shop is 01223 505015 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-50af5438f1-20130327_034500
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "world" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/535c6424" ], [ "_:search/535c6424", "food", "welsh" ], [ "_:search/535c6424", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/535c6424" ], [ "_:search/535c6424", "food", "welsh" ], [ "_:search/535c6424", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/535c6424" ], [ "_:search/535c6424", "food", "welsh" ], [ "_:search/535c6424", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/535c6424" ], [ "_:search/535c6424", "food", "welsh" ], [ "_:search/535c6424", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/535c6424" ], [ "_:search/535c6424", "food", "welsh" ], [ "_:search/535c6424", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "darrys cookhouse and wine shop" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/535c6424" ], [ "_:search/535c6424", "food", "welsh" ], [ "_:search/535c6424", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "darrys cookhouse and wine shop" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/535c6424" ], [ "_:search/535c6424", "food", "welsh" ], [ "_:search/535c6424", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "darrys cookhouse and wine shop" ], [ "_:result", "phone", "01223 505015" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "danish food in the south part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant is a nice place in the south of town" }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have a phone number and postcode" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of peking restaurant is 01223 354755 ." }, { "id": 5, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the postcode" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of peking restaurant is C.B 2, 8 N.X" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-e61fa89add-20130327_071630
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "postcode", "?" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "phone", "01223 354755" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "phone", "01223 354755" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'de luca cucina and bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "de luca cucina and bar is in the centre part of town ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'83 regent street');(_:result,name,'de luca cucina and bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , de luca cucina and bar is on 83 Regent Street" }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'de luca cucina and bar');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of de luca cucina and bar is C.B 2, 1 A.W" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-dcaeb62b29-20130327_081541
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "83 regent street" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "83 regent street" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the north" }, { "id": 2, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "part of town" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'tandoori palace');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tandoori palace is a nice restaurant in the north of town in the expensive price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tandoori palace is a nice restaurant in the north of town serving indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tandoori palace is a nice restaurant in the north of town serving indian food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'tandoori palace');(_:result,phone,'01223 506055');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of tandoori palace is 01223 506055 ." }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'68 histon road chesterton');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , tandoori palace is on 68 Histon Road Chesterton" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e99e4f4538-20130327_154024
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:result", "area", "north" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "phone", "01223 506055" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "phone", "01223 506055" ], [ "_:result", "address", "68 histon road chesterton" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced in the west part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town in the moderate price range" }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town in the moderate price range" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town in the moderate price range" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town in the moderate price range" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town in the moderate price range" }, { "id": 11, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town in the moderate price range" }, { "id": 13, "rdf-acts": [ "reqalts()", "inform((_:search,name,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care is there anything else" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town in the moderate price range" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , prezzo is on 21 - 24 Northampton Road" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-ccf48b9a6a-20130329_042416
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "hello and welcome to the cambridge" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any part" }, { "id": 4, "rdf-acts": [ "confirm((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the cheap price range right?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care about the price range" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'world');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh world food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'world');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving world food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about mediterranean food" }, { "id": 10, "rdf-acts": [ "select((_:result,food,'mediterranean');(_:result,food,'world'))" ], "speaker": "system", "text": "Sorry would you like world or mediterranean food?" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mediterranean food" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the gardenia serves mediterranean food" }, { "id": 13, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'mediterranean');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "shiraz restaurant serves mediterranean food" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'84 regent street city centre');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , shiraz restaurant is on 84 Regent Street City Centre" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b772dbf437-20130402_141805
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "?" ], [ "_:search", "food", "world" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/155d325c" ], [ "_:search/155d325c", "food", "world" ], [ "_:search/155d325c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/155d325c" ], [ "_:search/155d325c", "food", "world" ], [ "_:search/155d325c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "food", "world" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/155d325c" ], [ "_:search/155d325c", "food", "world" ], [ "_:search/155d325c", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/155d325c" ], [ "_:search/155d325c", "food", "world" ], [ "_:search/155d325c", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/155d325c" ], [ "_:search/155d325c", "food", "world" ], [ "_:search/155d325c", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "address", "84 regent street city centre" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "pan asian" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "pan asian" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "chinses" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden is a nice restaurant in the east of town serving chinese food" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south part of town" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'golden wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice restaurant in the north of town serving chinese food" }, { "id": 9, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south part of town" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is a nice restaurant in the south of town serving chinese food" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the lucky star is on Cambridge Leisure Park Clifton Way Cherry Hinton" }, { "id": 13, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is in the cheap price range" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-22c938c8ba-20130325_125039
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "golden wok" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south part of town" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice restaurant in the south of town serving chinese food" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "are there any others" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant is a nice restaurant in the south of town serving chinese food" }, { "id": 9, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant is a nice restaurant in the south of town in the expensive price range" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , peking restaurant is on 10 Homerton Street City Centre" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of peking restaurant is 01223 354755 ." }, { "id": 15, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats the post code" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of peking restaurant is C.B 2, 8 N.X" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-ccc459b689-20130327_004851
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "phone", "01223 354755" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "phone", "01223 354755" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the west part of town that serves halo food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'world');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no world restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about thai food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gourmet burger kitchen serves north american food ." }, { "id": 5, "rdf-acts": [ "negate()", "reqalts()", "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "no what about thai food" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gourmet burger kitchen is a great restaurant" }, { "id": 9, "rdf-acts": [ "confirm((_:result,area,'west');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it in the west part of town" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant is a nice restaurant in the west of town serving european food" }, { "id": 11, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a restaurant in the west part of town serving thai food" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant is in the west part of town ." }, { "id": 13, "rdf-acts": [ "confirm((_:result,food,'thai');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve thai food" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'thai');(_:result,name,'sala thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a nice restaurant in the west of town serving thai food" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address phone number and the price range" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'35 newnham road newnham');(_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , sala thong is on 35 Newnham Road Newnham" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,phone,'01223 323178');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of sala thong is 01223 323178 ." }, { "id": 19, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and what is the price range" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is in the expensive price range" }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e22911804-20130328_161325
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/eab9e0f3" ], [ "_:search/eab9e0f3", "food", "world" ], [ "_:search/eab9e0f3", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/eab9e0f3" ], [ "_:search/eab9e0f3", "food", "world" ], [ "_:search/eab9e0f3", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6d5032a9" ], [ "_:result/6d5032a9", "food", "north american" ], [ "_:result/6d5032a9", "name", "gourmet burger kitchen" ], [ "_:result/6d5032a9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/eab9e0f3" ], [ "_:search/eab9e0f3", "food", "world" ], [ "_:search/eab9e0f3", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6d5032a9" ], [ "_:result/6d5032a9", "food", "north american" ], [ "_:result/6d5032a9", "name", "gourmet burger kitchen" ], [ "_:result/6d5032a9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/eab9e0f3" ], [ "_:search/eab9e0f3", "food", "world" ], [ "_:search/eab9e0f3", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6d5032a9" ], [ "_:result/6d5032a9", "food", "north american" ], [ "_:result/6d5032a9", "name", "gourmet burger kitchen" ], [ "_:result/6d5032a9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "area", "west" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/eab9e0f3" ], [ "_:search/eab9e0f3", "food", "world" ], [ "_:search/eab9e0f3", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6d5032a9" ], [ "_:result/6d5032a9", "food", "north american" ], [ "_:result/6d5032a9", "name", "gourmet burger kitchen" ], [ "_:result/6d5032a9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:result", "area", "west" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/eab9e0f3" ], [ "_:search/eab9e0f3", "food", "world" ], [ "_:search/eab9e0f3", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6d5032a9" ], [ "_:result/6d5032a9", "food", "north american" ], [ "_:result/6d5032a9", "name", "gourmet burger kitchen" ], [ "_:result/6d5032a9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/eab9e0f3" ], [ "_:search/eab9e0f3", "food", "world" ], [ "_:search/eab9e0f3", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6d5032a9" ], [ "_:result/6d5032a9", "food", "north american" ], [ "_:result/6d5032a9", "name", "gourmet burger kitchen" ], [ "_:result/6d5032a9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/eab9e0f3" ], [ "_:search/eab9e0f3", "food", "world" ], [ "_:search/eab9e0f3", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6d5032a9" ], [ "_:result/6d5032a9", "food", "north american" ], [ "_:result/6d5032a9", "name", "gourmet burger kitchen" ], [ "_:result/6d5032a9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/eab9e0f3" ], [ "_:search/eab9e0f3", "food", "world" ], [ "_:search/eab9e0f3", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6d5032a9" ], [ "_:result/6d5032a9", "food", "north american" ], [ "_:result/6d5032a9", "name", "gourmet burger kitchen" ], [ "_:result/6d5032a9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "phone", "01223 323178" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/eab9e0f3" ], [ "_:search/eab9e0f3", "food", "world" ], [ "_:search/eab9e0f3", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6d5032a9" ], [ "_:result/6d5032a9", "food", "north american" ], [ "_:result/6d5032a9", "name", "gourmet burger kitchen" ], [ "_:result/6d5032a9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "phone", "01223 323178" ], [ "_:result", "name", "sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for something cheap" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mediterranean" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the gardenia is a great restaurant serving mediterranean food and it is in the cheap price range" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "good i have the address of that" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'2 rose crescent city centre');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the gardenia is on 2 Rose Crescent City Centre" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could you get me the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'the gardenia');(_:result,phone,'01223 356354');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the gardenia is 01223 356354 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-4f069a4136-20130327_204947
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "2 rose crescent city centre" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "2 rose crescent city centre" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "phone", "01223 356354" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant in the south part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a nice place in the south of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , restaurant alimentum is on 152 - 154 Hills Road" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "code" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate" }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "postcode" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a great restaurant" }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "postcode" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of pizza hut cherry hinton is C.B 1, 7 D.Y" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-9f989824fd-20130324_075152
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "postcode", "?" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vietnamese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center" }, { "id": 4, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no vietnamese restaurant in the centre of town" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "efes restaurant is a nice restaurant in the centre of town serving turkish food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'king street city centre');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , efes restaurant is on King Street City Centre" }, { "id": 11, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'efes restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "efes restaurant is in the moderate price range" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-59bc8a2167-20130328_130310
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/116a1e51" ], [ "_:search/116a1e51", "area", "centre" ], [ "_:search/116a1e51", "food", "vietnamese" ], [ "_:search/116a1e51", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/116a1e51" ], [ "_:search/116a1e51", "area", "centre" ], [ "_:search/116a1e51", "food", "vietnamese" ], [ "_:search/116a1e51", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/116a1e51" ], [ "_:search/116a1e51", "area", "centre" ], [ "_:search/116a1e51", "food", "vietnamese" ], [ "_:search/116a1e51", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "king street city centre" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/116a1e51" ], [ "_:search/116a1e51", "area", "centre" ], [ "_:search/116a1e51", "food", "vietnamese" ], [ "_:search/116a1e51", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "king street city centre" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant that serves vietnamese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is in the moderate price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vietnamese food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'vietnamese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moderate vietnamese food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian food" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal serves indian food in the moderate price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats their address and phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'7 barnwell road fen ditton');(_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of rajmahal is 01223 244955 and it is on 7 Barnwell Road Fen Ditton ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b27a230d2e-20130329_030940
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6453d808" ], [ "_:search/6453d808", "food", "vietnamese" ], [ "_:search/6453d808", "pricerange", "moderate" ], [ "_:search/6453d808", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6453d808" ], [ "_:search/6453d808", "food", "vietnamese" ], [ "_:search/6453d808", "pricerange", "moderate" ], [ "_:search/6453d808", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/6453d808" ], [ "_:search/6453d808", "food", "vietnamese" ], [ "_:search/6453d808", "pricerange", "moderate" ], [ "_:search/6453d808", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/6453d808" ], [ "_:search/6453d808", "food", "vietnamese" ], [ "_:search/6453d808", "pricerange", "moderate" ], [ "_:search/6453d808", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 barnwell road fen ditton" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "phone", "01223 244955" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a cheap restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , da vinci pizzeria is on 20 Milton Road Chesterton" }, { "id": 5, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "type" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 13, "rdf-acts": [ "inform((_:search,name,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 15, "rdf-acts": [ "inform((_:search,name,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 17, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "another please" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 19, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "id": 20, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 21, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "another" }, { "id": 22, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 23, "rdf-acts": [ "reqmore()" ], "speaker": "user", "text": "more" }, { "id": 24, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 25, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 26, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 27, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "chinese" }, { "id": 28, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cheap restaurant in the north of town serving chinese food" }, { "id": 29, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "id": 30, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cheap restaurant in the north of town serving chinese food" }, { "id": 31, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "other" }, { "id": 32, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cheap restaurant in the north of town serving chinese food" }, { "id": 33, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant in the north of town" }, { "id": 34, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cheap restaurant in the north of town serving chinese food" }, { "id": 35, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "id": 36, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cheap restaurant in the north of town serving chinese food" }, { "id": 37, "rdf-acts": [], "speaker": "user", "text": "dont care" }, { "id": 38, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cheap restaurant in the north of town serving chinese food" }, { "id": 39, "rdf-acts": [], "speaker": "user", "text": "i do not care" }, { "id": 40, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cheap restaurant in the north of town serving chinese food" }, { "id": 41, "rdf-acts": [], "speaker": "user", "text": "uh" }, { "id": 42, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cheap restaurant in the north of town serving chinese food" }, { "id": 43, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-22c938c8ba-20130325_134402
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/80839f70" ], [ "_:result/80839f70", "area", "north" ], [ "_:result/80839f70", "name", "da vinci pizzeria" ], [ "_:result/80839f70", "pricerange", "cheap" ], [ "_:result/80839f70", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "area", "north" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/80839f70" ], [ "_:result/80839f70", "area", "north" ], [ "_:result/80839f70", "name", "da vinci pizzeria" ], [ "_:result/80839f70", "pricerange", "cheap" ], [ "_:result/80839f70", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/80839f70" ], [ "_:result/80839f70", "area", "north" ], [ "_:result/80839f70", "name", "da vinci pizzeria" ], [ "_:result/80839f70", "pricerange", "cheap" ], [ "_:result/80839f70", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "canthelp", "_:search/bcf2190a" ], [ "_:search/bcf2190a", "area", "north" ], [ "_:search/bcf2190a", "food", "chinese" ], [ "_:search/bcf2190a", "pricerange", "cheap" ], [ "_:search/bcf2190a", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:user", "denied", "_:result/80839f70" ], [ "_:result/80839f70", "area", "north" ], [ "_:result/80839f70", "name", "da vinci pizzeria" ], [ "_:result/80839f70", "pricerange", "cheap" ], [ "_:result/80839f70", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "canthelp", "_:search/bcf2190a" ], [ "_:search/bcf2190a", "area", "north" ], [ "_:search/bcf2190a", "food", "chinese" ], [ "_:search/bcf2190a", "pricerange", "cheap" ], [ "_:search/bcf2190a", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7bb09758" ], [ "_:search/7bb09758", "area", "north" ], [ "_:search/7bb09758", "food", "chinese" ], [ "_:search/7bb09758", "pricerange", "cheap" ], [ "_:search/7bb09758", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:user", "denied", "_:result/80839f70" ], [ "_:result/80839f70", "area", "north" ], [ "_:result/80839f70", "name", "da vinci pizzeria" ], [ "_:result/80839f70", "pricerange", "cheap" ], [ "_:result/80839f70", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "canthelp", "_:search/bcf2190a" ], [ "_:search/bcf2190a", "area", "north" ], [ "_:search/bcf2190a", "food", "chinese" ], [ "_:search/bcf2190a", "pricerange", "cheap" ], [ "_:search/bcf2190a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7bb09758" ], [ "_:search/7bb09758", "area", "north" ], [ "_:search/7bb09758", "food", "chinese" ], [ "_:search/7bb09758", "pricerange", "cheap" ], [ "_:search/7bb09758", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/4718bb71" ], [ "_:search/4718bb71", "area", "north" ], [ "_:search/4718bb71", "food", "chinese" ], [ "_:search/4718bb71", "pricerange", "cheap" ], [ "_:search/4718bb71", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 ] }, { "id": 17, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:user", "denied", "_:result/80839f70" ], [ "_:result/80839f70", "area", "north" ], [ "_:result/80839f70", "name", "da vinci pizzeria" ], [ "_:result/80839f70", "pricerange", "cheap" ], [ "_:result/80839f70", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bcf2190a" ], [ "_:search/bcf2190a", "area", "north" ], [ "_:search/bcf2190a", "food", "chinese" ], [ "_:search/bcf2190a", "pricerange", "cheap" ], [ "_:search/bcf2190a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7bb09758" ], [ "_:search/7bb09758", "area", "north" ], [ "_:search/7bb09758", "food", "chinese" ], [ "_:search/7bb09758", "pricerange", "cheap" ], [ "_:search/7bb09758", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/4718bb71" ], [ "_:search/4718bb71", "area", "north" ], [ "_:search/4718bb71", "food", "chinese" ], [ "_:search/4718bb71", "pricerange", "cheap" ], [ "_:search/4718bb71", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/cf8b86e8" ], [ "_:search/cf8b86e8", "area", "north" ], [ "_:search/cf8b86e8", "food", "chinese" ], [ "_:search/cf8b86e8", "pricerange", "cheap" ], [ "_:search/cf8b86e8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ] }, { "id": 18, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:user", "denied", "_:result/80839f70" ], [ "_:result/80839f70", "area", "north" ], [ "_:result/80839f70", "name", "da vinci pizzeria" ], [ "_:result/80839f70", "pricerange", "cheap" ], [ "_:result/80839f70", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bcf2190a" ], [ "_:search/bcf2190a", "area", "north" ], [ "_:search/bcf2190a", "food", "chinese" ], [ "_:search/bcf2190a", "pricerange", "cheap" ], [ "_:search/bcf2190a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7bb09758" ], [ "_:search/7bb09758", "area", "north" ], [ "_:search/7bb09758", "food", "chinese" ], [ "_:search/7bb09758", "pricerange", "cheap" ], [ "_:search/7bb09758", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/4718bb71" ], [ "_:search/4718bb71", "area", "north" ], [ "_:search/4718bb71", "food", "chinese" ], [ "_:search/4718bb71", "pricerange", "cheap" ], [ "_:search/4718bb71", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/cf8b86e8" ], [ "_:search/cf8b86e8", "area", "north" ], [ "_:search/cf8b86e8", "food", "chinese" ], [ "_:search/cf8b86e8", "pricerange", "cheap" ], [ "_:search/cf8b86e8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fee98534" ], [ "_:search/fee98534", "area", "north" ], [ "_:search/fee98534", "food", "chinese" ], [ "_:search/fee98534", "pricerange", "cheap" ], [ "_:search/fee98534", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 ] }, { "id": 19, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:user", "denied", "_:result/80839f70" ], [ "_:result/80839f70", "area", "north" ], [ "_:result/80839f70", "name", "da vinci pizzeria" ], [ "_:result/80839f70", "pricerange", "cheap" ], [ "_:result/80839f70", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bcf2190a" ], [ "_:search/bcf2190a", "area", "north" ], [ "_:search/bcf2190a", "food", "chinese" ], [ "_:search/bcf2190a", "pricerange", "cheap" ], [ "_:search/bcf2190a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7bb09758" ], [ "_:search/7bb09758", "area", "north" ], [ "_:search/7bb09758", "food", "chinese" ], [ "_:search/7bb09758", "pricerange", "cheap" ], [ "_:search/7bb09758", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/4718bb71" ], [ "_:search/4718bb71", "area", "north" ], [ "_:search/4718bb71", "food", "chinese" ], [ "_:search/4718bb71", "pricerange", "cheap" ], [ "_:search/4718bb71", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/cf8b86e8" ], [ "_:search/cf8b86e8", "area", "north" ], [ "_:search/cf8b86e8", "food", "chinese" ], [ "_:search/cf8b86e8", "pricerange", "cheap" ], [ "_:search/cf8b86e8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fee98534" ], [ "_:search/fee98534", "area", "north" ], [ "_:search/fee98534", "food", "chinese" ], [ "_:search/fee98534", "pricerange", "cheap" ], [ "_:search/fee98534", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/06e35c66" ], [ "_:search/06e35c66", "area", "north" ], [ "_:search/06e35c66", "food", "chinese" ], [ "_:search/06e35c66", "pricerange", "cheap" ], [ "_:search/06e35c66", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 ] }, { "id": 20, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:user", "denied", "_:result/80839f70" ], [ "_:result/80839f70", "area", "north" ], [ "_:result/80839f70", "name", "da vinci pizzeria" ], [ "_:result/80839f70", "pricerange", "cheap" ], [ "_:result/80839f70", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bcf2190a" ], [ "_:search/bcf2190a", "area", "north" ], [ "_:search/bcf2190a", "food", "chinese" ], [ "_:search/bcf2190a", "pricerange", "cheap" ], [ "_:search/bcf2190a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7bb09758" ], [ "_:search/7bb09758", "area", "north" ], [ "_:search/7bb09758", "food", "chinese" ], [ "_:search/7bb09758", "pricerange", "cheap" ], [ "_:search/7bb09758", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/4718bb71" ], [ "_:search/4718bb71", "area", "north" ], [ "_:search/4718bb71", "food", "chinese" ], [ "_:search/4718bb71", "pricerange", "cheap" ], [ "_:search/4718bb71", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/cf8b86e8" ], [ "_:search/cf8b86e8", "area", "north" ], [ "_:search/cf8b86e8", "food", "chinese" ], [ "_:search/cf8b86e8", "pricerange", "cheap" ], [ "_:search/cf8b86e8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fee98534" ], [ "_:search/fee98534", "area", "north" ], [ "_:search/fee98534", "food", "chinese" ], [ "_:search/fee98534", "pricerange", "cheap" ], [ "_:search/fee98534", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/06e35c66" ], [ "_:search/06e35c66", "area", "north" ], [ "_:search/06e35c66", "food", "chinese" ], [ "_:search/06e35c66", "pricerange", "cheap" ], [ "_:search/06e35c66", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8647dda6" ], [ "_:search/8647dda6", "area", "north" ], [ "_:search/8647dda6", "food", "chinese" ], [ "_:search/8647dda6", "pricerange", "cheap" ], [ "_:search/8647dda6", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41 ] }, { "id": 21, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "?" ], [ "_:search", "name", "*" ], [ "_:user", "denied", "_:result/80839f70" ], [ "_:result/80839f70", "area", "north" ], [ "_:result/80839f70", "name", "da vinci pizzeria" ], [ "_:result/80839f70", "pricerange", "cheap" ], [ "_:result/80839f70", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bcf2190a" ], [ "_:search/bcf2190a", "area", "north" ], [ "_:search/bcf2190a", "food", "chinese" ], [ "_:search/bcf2190a", "pricerange", "cheap" ], [ "_:search/bcf2190a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7bb09758" ], [ "_:search/7bb09758", "area", "north" ], [ "_:search/7bb09758", "food", "chinese" ], [ "_:search/7bb09758", "pricerange", "cheap" ], [ "_:search/7bb09758", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/4718bb71" ], [ "_:search/4718bb71", "area", "north" ], [ "_:search/4718bb71", "food", "chinese" ], [ "_:search/4718bb71", "pricerange", "cheap" ], [ "_:search/4718bb71", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/cf8b86e8" ], [ "_:search/cf8b86e8", "area", "north" ], [ "_:search/cf8b86e8", "food", "chinese" ], [ "_:search/cf8b86e8", "pricerange", "cheap" ], [ "_:search/cf8b86e8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fee98534" ], [ "_:search/fee98534", "area", "north" ], [ "_:search/fee98534", "food", "chinese" ], [ "_:search/fee98534", "pricerange", "cheap" ], [ "_:search/fee98534", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/06e35c66" ], [ "_:search/06e35c66", "area", "north" ], [ "_:search/06e35c66", "food", "chinese" ], [ "_:search/06e35c66", "pricerange", "cheap" ], [ "_:search/06e35c66", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8647dda6" ], [ "_:search/8647dda6", "area", "north" ], [ "_:search/8647dda6", "food", "chinese" ], [ "_:search/8647dda6", "pricerange", "cheap" ], [ "_:search/8647dda6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6460360d" ], [ "_:search/6460360d", "area", "north" ], [ "_:search/6460360d", "food", "chinese" ], [ "_:search/6460360d", "pricerange", "cheap" ], [ "_:search/6460360d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant that serves english food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no english restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about turkish" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "efes restaurant serves turkish food ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'king street city centre');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , efes restaurant is on King Street City Centre" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'efes restaurant');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of efes restaurant is C.B 1, 1 L.N" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-dd9f7810fd-20130322_223946
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "english" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1da2e43e" ], [ "_:search/1da2e43e", "food", "english" ], [ "_:search/1da2e43e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1da2e43e" ], [ "_:search/1da2e43e", "food", "english" ], [ "_:search/1da2e43e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1da2e43e" ], [ "_:search/1da2e43e", "food", "english" ], [ "_:search/1da2e43e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "king street city centre" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1da2e43e" ], [ "_:search/1da2e43e", "food", "english" ], [ "_:search/1da2e43e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "king street city centre" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a cheap restaurant in the south part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is a nice place in the south of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address phone number and post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of nandos is 01223 327908 and it is on Cambridge Leisure Park Clifton Way ." }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and may i have the post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'nandos');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of nandos is C.B 1, 7 D.Y" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-22756d9e8f-20130329_043954
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "name", "nandos" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "polynesian food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 6, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice place in the south of town" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number and address" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'the good luck chinese food takeaway');(_:result,phone,'01223 244149');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the good luck chinese food takeaway is 01223 244149 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-fe60dae302-20130328_191353
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "polynesian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "polynesian" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "polynesian" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "address", "?" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "phone", "01223 244149" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a cheap" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a cheap restaurant" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 8, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "lebanese" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'lebanese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cheap lebanese food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian oriental" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'j restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "j restaurant serves asian oriental food in the cheap price range" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'j restaurant');(_:result,phone,'01223 307581');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of j restaurant is 01223 307581 ." }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'86 regent street city centre');(_:result,name,'j restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , j restaurant is on 86 Regent Street City Centre" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e54437a6f0-20130326_210856
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/567bdb52" ], [ "_:search/567bdb52", "food", "lebanese" ], [ "_:search/567bdb52", "pricerange", "cheap" ], [ "_:search/567bdb52", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/567bdb52" ], [ "_:search/567bdb52", "food", "lebanese" ], [ "_:search/567bdb52", "pricerange", "cheap" ], [ "_:search/567bdb52", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/567bdb52" ], [ "_:search/567bdb52", "food", "lebanese" ], [ "_:search/567bdb52", "pricerange", "cheap" ], [ "_:search/567bdb52", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "phone", "01223 307581" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/567bdb52" ], [ "_:search/567bdb52", "food", "lebanese" ], [ "_:search/567bdb52", "pricerange", "cheap" ], [ "_:search/567bdb52", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 307581" ], [ "_:result", "address", "86 regent street city centre" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "modereate" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'cotto');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cotto is a nice restaurant in the centre of town serving british food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'183 east road city centre');(_:result,name,'cotto');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , cotto is on 183 East Road City Centre" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'cotto');(_:result,phone,'01223 302010');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of cotto is 01223 302010 ." }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-a8649977cf-20130323_161909
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "name", "cotto" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "183 east road city centre" ], [ "_:result", "name", "cotto" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "183 east road city centre" ], [ "_:result", "name", "cotto" ], [ "_:result", "phone", "01223 302010" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "corsica" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no corsica restaurant in the expensive price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no corsica restaurant in the expensive price range" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a nice restaurant in the centre of town serving chinese food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 15, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 19, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 20, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 22, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 23, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'hk fusion');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of hk fusion is C.B 1, 1 D.G" }, { "id": 25, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 26, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 27, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 28, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 29, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 30, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 31, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 32, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 33, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 34, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 35, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 36, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 37, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 38, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'hk fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hk fusion is a great restaurant serving chinese food and it is in the expensive price range" }, { "id": 39, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai thai" }, { "id": 40, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'thai');(_:result,name,'bangkok city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bangkok city is a nice restaurant in the centre of town serving thai food" }, { "id": 41, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 42, "rdf-acts": [ "inform((_:result,address,'24 green street city centre');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , bangkok city is on 24 Green Street City Centre" }, { "id": 43, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 44, "rdf-acts": [ "inform((_:result,name,'bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of bangkok city is 01223 354382 ." }, { "id": 45, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-21ec2b7850-20130326_021614
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "food", "corsica" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 ] }, { "id": 17, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ] }, { "id": 18, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 ] }, { "id": 19, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hk fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 ] }, { "id": 20, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 1" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "bangkok city" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41 ] }, { "id": 21, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 1" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "24 green street city centre" ], [ "_:result", "name", "bangkok city" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43 ] }, { "id": 22, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6e869001" ], [ "_:search/6e869001", "food", "corsica" ], [ "_:search/6e869001", "pricerange", "expensive" ], [ "_:search/6e869001", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4ddb9bcd" ], [ "_:search/4ddb9bcd", "food", "corsica" ], [ "_:search/4ddb9bcd", "pricerange", "expensive" ], [ "_:search/4ddb9bcd", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 1" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "24 green street city centre" ], [ "_:result", "name", "bangkok city" ], [ "_:result", "phone", "01223 354382" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a nice restaurant in the east of town serving gastropub food" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'royal standard');(_:result,phone,'01223 247877');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of royal standard is 01223 247877 ." }, { "id": 7, "rdf-acts": [ "confirm((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it an expensive restaurant" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a nice restaurant in the east of town in the expensive price range" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-a617b6827c-20130323_170929
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_:result", "phone", "01223 247877" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "phone", "01223 247877" ], [ "_:result", "area", "east" ], [ "_:result", "name", "royal standard" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 6, "rdf-acts": [ "select((_:result,area,'north');(_:result,area,'south'))" ], "speaker": "system", "text": "Sorry would you like something in the south or in the north" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 8, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 10, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice place in the south of town and the prices are expensive" }, { "id": 13, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant is a nice place in the south of town and the prices are expensive" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , peking restaurant is on 10 Homerton Street City Centre" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-fe2783c40a-20130401_150540
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 6, "rdf-acts": [ "confirm((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the west of town?" }, { "id": 7, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 8, "rdf-acts": [ "confirm((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the west of town?" }, { "id": 9, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 10, "rdf-acts": [ "confirm((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the west of town?" }, { "id": 11, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south of town" }, { "id": 12, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 14, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 15, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a nice place in the south of town and the prices are moderate" }, { "id": 17, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate" }, { "id": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats the phone number" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut cherry hinton is 01223 323737 ." }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0fa32b1e78-20130328_151950
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for a cheap restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and address" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of da vinci pizzeria is 01223 351707 ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , da vinci pizzeria is on 20 Milton Road Chesterton" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-bde2721237-20130326_195733
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "?" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "want to find a restaurant in the west part of town that serves german food" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "german food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving german food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about british food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving german food" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-908884f5fd-20130327_000655
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "german" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "german" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/20554336" ], [ "_:search/20554336", "food", "german" ], [ "_:search/20554336", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/20554336" ], [ "_:search/20554336", "food", "german" ], [ "_:search/20554336", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/88424223" ], [ "_:search/88424223", "food", "german" ], [ "_:search/88424223", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden is a nice place in the east of town and the prices are expensive" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'yu garden');(_:result,phone,'01223 248882');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of yu garden is 01223 248882 ." }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food does it serve" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden serves chinese food" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f1e8236264-20130323_004330
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "yu garden" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "yu garden" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,*);(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "for a restaurant in any area with international food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any area" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock serves international food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "ah whats the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the missing sock is on Finders Corner Newmarket Road" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the missing sock is 01223 812660 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-a8649977cf-20130323_155614
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the south part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is a nice place in the south of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , nandos is on Cambridge Leisure Park Clifton Way" }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'nandos');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of nandos is C.B 1, 7 D.Y" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b6618de447-20130328_160315
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is a nice restaurant in the east of town in the moderate price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'7 barnwell road fen ditton');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , rajmahal is on 7 Barnwell Road Fen Ditton" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of rajmahal is 01223 244955 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-30772678da-20130328_193458
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 barnwell road fen ditton" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 barnwell road fen ditton" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "phone", "01223 244955" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant that serves turkish food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'turkish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no turkish restaurant in the cheap price range" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about italian food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant serving italian food and it is in the cheap price range" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address and phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of da vinci pizzeria is 01223 351707 and it is on 20 Milton Road Chesterton ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-bb1fd497eb-20130325_131052
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/f8748f7a" ], [ "_:search/f8748f7a", "food", "turkish" ], [ "_:search/f8748f7a", "pricerange", "cheap" ], [ "_:search/f8748f7a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/f8748f7a" ], [ "_:search/f8748f7a", "food", "turkish" ], [ "_:search/f8748f7a", "pricerange", "cheap" ], [ "_:search/f8748f7a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/f8748f7a" ], [ "_:search/f8748f7a", "food", "turkish" ], [ "_:search/f8748f7a", "pricerange", "cheap" ], [ "_:search/f8748f7a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh yes turkish food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "okay cheap turkish food" }, { "id": 4, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 7, "rdf-acts": [ "confirm((_:result,food,'turkish');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve cheap turkish food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'turkish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no turkish restaurant in the cheap price range" }, { "id": 9, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "okay moderate price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "efes restaurant is a great restaurant serving turkish food and it is in the moderate price range" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay can i get the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'king street city centre');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , efes restaurant is on King Street City Centre" }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "okay thank you and good bye" } ]
voip-e8997b10da-20130329_012334
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b306e576" ], [ "_:search/b306e576", "food", "turkish" ], [ "_:search/b306e576", "pricerange", "cheap" ], [ "_:search/b306e576", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:system", "canthelp", "_:search/b306e576" ], [ "_:search/b306e576", "food", "turkish" ], [ "_:search/b306e576", "pricerange", "cheap" ], [ "_:search/b306e576", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:system", "canthelp", "_:search/b306e576" ], [ "_:search/b306e576", "food", "turkish" ], [ "_:search/b306e576", "pricerange", "cheap" ], [ "_:search/b306e576", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "king street city centre" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant that serves gastropub food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'gastropub');(_:result,name,'backstreet bistro');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "backstreet bistro is a great restaurant serving gastropub food and it is in the expensive price range" }, { "id": 3, "rdf-acts": [ "affirm()", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "yea whats the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'2 sturton street city centre');(_:result,name,'backstreet bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , backstreet bistro is on 2 Sturton Street City Centre" }, { "id": 5, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'backstreet bistro');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of backstreet bistro is C.B 1, 2 Q.A" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-922209b777-20130326_140616
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "backstreet bistro" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2 sturton street city centre" ], [ "_:result", "name", "backstreet bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2 sturton street city centre" ], [ "_:result", "name", "backstreet bistro" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in the south" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "that serves turkish food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "noise yes" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'196 mill road city centre');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , meze bar restaurant is on 196 Mill Road City Centre" }, { "id": 13, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the price range" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'meze bar restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant is in the expensive price range" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2f4c700ae3-20130401_185133
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i find a restaurant in the south that is moderately priced" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut cherry hinton is 01223 323737 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2c217000af-20130325_222430
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,food,'brazilian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh yes can i find a moderately priced restaurant and it serve it should serve brazilian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'brazilian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving brazilian food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "okay how about a gastropub" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'brazilian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving brazilian food" }, { "id": 5, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "okay uh" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'la tasca');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la tasca is in the moderate price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "okay moderate price range gastropub" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'gastropub');(_:result,name,'the cow pizza kitchen and bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the cow pizza kitchen and bar serves gastropub food in the moderate price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay can i get the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'corn exchange street');(_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the cow pizza kitchen and bar is on Corn Exchange Street" }, { "id": 11, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and what area" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the cow pizza kitchen and bar is a nice place in the centre of town" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and uh how about the phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'the cow pizza kitchen and bar');(_:result,phone,'01223 308871');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the cow pizza kitchen and bar is 01223 308871 ." }, { "id": 15, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "okay thank you and good bye" } ]
voip-e8997b10da-20130327_194901
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "brazilian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/d875bf16" ], [ "_:search/d875bf16", "food", "brazilian" ], [ "_:search/d875bf16", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/d875bf16" ], [ "_:search/d875bf16", "food", "brazilian" ], [ "_:search/d875bf16", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/156ee44a" ], [ "_:search/156ee44a", "food", "brazilian" ], [ "_:search/156ee44a", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/d875bf16" ], [ "_:search/d875bf16", "food", "brazilian" ], [ "_:search/d875bf16", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/156ee44a" ], [ "_:search/156ee44a", "food", "brazilian" ], [ "_:search/156ee44a", "type", "Restaurant" ], [ "_:result", "name", "la tasca" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/d875bf16" ], [ "_:search/d875bf16", "food", "brazilian" ], [ "_:search/d875bf16", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/156ee44a" ], [ "_:search/156ee44a", "food", "brazilian" ], [ "_:search/156ee44a", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "the cow pizza kitchen and bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/d875bf16" ], [ "_:search/d875bf16", "food", "brazilian" ], [ "_:search/d875bf16", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/156ee44a" ], [ "_:search/156ee44a", "food", "brazilian" ], [ "_:search/156ee44a", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "corn exchange street" ], [ "_:result", "name", "the cow pizza kitchen and bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/d875bf16" ], [ "_:search/d875bf16", "food", "brazilian" ], [ "_:search/d875bf16", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/156ee44a" ], [ "_:search/156ee44a", "food", "brazilian" ], [ "_:search/156ee44a", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "corn exchange street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "the cow pizza kitchen and bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/d875bf16" ], [ "_:search/d875bf16", "food", "brazilian" ], [ "_:search/d875bf16", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/156ee44a" ], [ "_:search/156ee44a", "food", "brazilian" ], [ "_:search/156ee44a", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "corn exchange street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "the cow pizza kitchen and bar" ], [ "_:result", "phone", "01223 308871" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 4, "rdf-acts": [ "select((_:result,area,'south');(_:result,area,'west'))" ], "speaker": "system", "text": "Sorry would you like something in the south or in the west" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 6, "rdf-acts": [ "confirm((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the south of town?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 8, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "basque food" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving basque food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian food" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'indian');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a nice place in the south of town serving tasty indian food" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a great restaurant" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'taj tandoori');(_:result,phone,'01223 412299');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of taj tandoori is 01223 412299 ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-50af5438f1-20130402_081345
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:search", "area", "south" ], [ "_:search", "food", "basque" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/8b597ec8" ], [ "_:search/8b597ec8", "food", "basque" ], [ "_:search/8b597ec8", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/8b597ec8" ], [ "_:search/8b597ec8", "food", "basque" ], [ "_:search/8b597ec8", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/8b597ec8" ], [ "_:search/8b597ec8", "food", "basque" ], [ "_:search/8b597ec8", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/8b597ec8" ], [ "_:search/8b597ec8", "food", "basque" ], [ "_:search/8b597ec8", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "phone", "01223 412299" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any area" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'seafood');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "seafood" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'seafood');(_:result,name,'loch fyne');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "loch fyne serves seafood food" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number and price range" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'loch fyne');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "loch fyne is a great restaurant" }, { "id": 9, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'loch fyne');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "loch fyne is in the expensive price range" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'loch fyne');(_:result,phone,'01223 362433');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of loch fyne is 01223 362433 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-cfd5fa34d9-20130402_072808
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "loch fyne" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "seafood" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "loch fyne" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "seafood" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "loch fyne" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "seafood" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "loch fyne" ], [ "_:result", "phone", "01223 362433" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'catalan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "catalan" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'ugly duckling');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ugly duckling is a nice restaurant in the centre of town in the expensive price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'ugly duckling');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at ugly duckling is expensive ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'12 st. johns street city centre');(_:result,name,'ugly duckling');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , ugly duckling is on 12 St. Johns Street City Centre" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'ugly duckling');(_:result,phone,*);(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of ugly duckling is dontcare ." }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'ugly duckling');(_:result,phone,*);(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of ugly duckling is dontcare ." }, { "id": 15, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "area" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'ugly duckling');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at ugly duckling is expensive ." }, { "id": 17, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "area" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'ugly duckling');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at ugly duckling is expensive ." }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-59bc8a2167-20130328_125821
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "catalan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "catalan" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "catalan" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "catalan" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "?" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "catalan" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "12 st. johns street city centre" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "catalan" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "12 st. johns street city centre" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "phone", "*" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "catalan" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "12 st. johns street city centre" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "phone", "*" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "catalan" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "12 st. johns street city centre" ], [ "_:result", "phone", "*" ], [ "_:result", "area", "?" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "catalan" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "12 st. johns street city centre" ], [ "_:result", "phone", "*" ], [ "_:result", "area", "?" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "gonville and caius college" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east part of town i need an expensive restaurant" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "spanish" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a nice restaurant in the east of town in the expensive price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , royal standard is on 290 Mill Road City Centre" }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food do they serve" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard serves gastropub food" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d225fad9df-20130328_205817
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "royal standard" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "name", "royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant is a great restaurant" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , peking restaurant is on 10 Homerton Street City Centre" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of peking restaurant is 01223 354755 ." }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of peking restaurant is C.B 2, 8 N.X" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-36440f7305-20130327_201555
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "phone", "01223 354755" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "phone", "01223 354755" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in the north part of town that serves" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "greek" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no greek restaurant in the north of town" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice restaurant in the north of town serving indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address phone number and price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of meghna is 01223 727410 ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , meghna is on 205 Victoria Road Chesterton" }, { "id": 13, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is in the moderate price range" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-bb1fd497eb-20130326_232136
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "greek" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/5b115562" ], [ "_:search/5b115562", "area", "north" ], [ "_:search/5b115562", "food", "greek" ], [ "_:search/5b115562", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/5b115562" ], [ "_:search/5b115562", "area", "north" ], [ "_:search/5b115562", "food", "greek" ], [ "_:search/5b115562", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/5b115562" ], [ "_:search/5b115562", "area", "north" ], [ "_:search/5b115562", "food", "greek" ], [ "_:search/5b115562", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "meghna" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/5b115562" ], [ "_:search/5b115562", "area", "north" ], [ "_:search/5b115562", "food", "greek" ], [ "_:search/5b115562", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "pricerange", "?" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/5b115562" ], [ "_:search/5b115562", "area", "north" ], [ "_:search/5b115562", "food", "greek" ], [ "_:search/5b115562", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock serves international food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the missing sock is on Finders Corner Newmarket Road" }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" } ]
voip-f22c2bf9c7-20130328_120123
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 8, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 9, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys is a nice place in the south of town and the prices are expensive" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 12, "rdf-acts": [ "confirm((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a greek restaurant right?" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys is a great restaurant" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys is a great restaurant" }, { "id": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 20, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , frankie and bennys is on Cambridge Leisure Park Clifton Way Cherry Hinton" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 22, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 23, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-36440f7305-20130327_200608
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b4e2a561" ], [ "_:search/b4e2a561", "food", "greek" ], [ "_:search/b4e2a561", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b4e2a561" ], [ "_:search/b4e2a561", "food", "greek" ], [ "_:search/b4e2a561", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b4e2a561" ], [ "_:search/b4e2a561", "food", "greek" ], [ "_:search/b4e2a561", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b4e2a561" ], [ "_:search/b4e2a561", "food", "greek" ], [ "_:search/b4e2a561", "type", "Restaurant" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b4e2a561" ], [ "_:search/b4e2a561", "food", "greek" ], [ "_:search/b4e2a561", "type", "Restaurant" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ced54817" ], [ "_:search/ced54817", "food", "greek" ], [ "_:search/ced54817", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a restaurant in the west part of town that serves hungarian food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no hungarian restaurant in the west of town" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'india house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "india house is a nice restaurant in the west of town serving indian food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'31 newnham road newnham');(_:result,name,'india house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , india house is on 31 Newnham Road Newnham" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'india house');(_:result,phone,'01223 461661');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of india house is 01223 461661 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e9b53d6ace-20130324_221046
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:search", "food", "hungarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/c24aec34" ], [ "_:search/c24aec34", "area", "west" ], [ "_:search/c24aec34", "food", "hungarian" ], [ "_:search/c24aec34", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/c24aec34" ], [ "_:search/c24aec34", "area", "west" ], [ "_:search/c24aec34", "food", "hungarian" ], [ "_:search/c24aec34", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "india house" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/c24aec34" ], [ "_:search/c24aec34", "area", "west" ], [ "_:search/c24aec34", "food", "hungarian" ], [ "_:search/c24aec34", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "31 newnham road newnham" ], [ "_:result", "name", "india house" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/c24aec34" ], [ "_:search/c24aec34", "area", "west" ], [ "_:search/c24aec34", "food", "hungarian" ], [ "_:search/c24aec34", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "31 newnham road newnham" ], [ "_:result", "name", "india house" ], [ "_:result", "phone", "01223 461661" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want an expensive restaurant serving european food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'eraina');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "eraina serves european food in the expensive price range" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe serves european food in the expensive price range" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'michaelhouse cafe');(_:result,phone,'01223 309147');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of michaelhouse cafe is 01223 309147 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-583e7cede5-20130324_062107
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "eraina" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh yes im looking for a cheap restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 4, "rdf-acts": [ "confirm((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the west of town?" }, { "id": 5, "rdf-acts": [ "affirm()", "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh yes a cheap restaurant" }, { "id": 6, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh it doesnt matter" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice place in the west of town and the prices are cheap" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and uh whats their phone number please" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of la margherita is 01223 315232 ." }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "okay and um thank you and good bye" } ]
voip-e8997b10da-20130401_152228
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "la margherita" ], [ "_:result", "phone", "01223 315232" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "hello()", "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi i am looking for a moderately priced restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "um anything" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry prince is a nice place in the east of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice place in the east of town and the prices are moderate" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food do they have there" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton serves italian food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address and phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'pizza hut fen ditton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut fen ditton is 01223 323737 ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'cambridge retail park newmarket road fen ditton');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut fen ditton is on Cambridge Retail Park Newmarket Road Fen Ditton" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-87de4f7a80-20130324_154807
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "italian" ], [ "_:result", "address", "?" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "italian" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im moderate priced restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice place in the north of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala is a nice place in the north of town and the prices are moderate" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'7 milton road chesterton');(_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the nirala is 01223 360966 and it is on 7 Milton Road Chesterton ." }, { "id": 9, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-158a881c88-20130328_153956
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the nirala" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 milton road chesterton" ], [ "_:result", "name", "the nirala" ], [ "_:result", "phone", "01223 360966" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "unintelligible restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south part of town" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 8, "rdf-acts": [ "select((_:result,area,'north');(_:result,area,'south'))" ], "speaker": "system", "text": "Sorry would you like something in the south or in the north" }, { "id": 9, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 10, "rdf-acts": [ "confirm((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the south of town?" }, { "id": 11, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 12, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont matter" }, { "id": 14, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 15, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 16, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont matter" }, { "id": 18, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 19, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 20, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys is a nice place in the south of town and the prices are expensive" }, { "id": 21, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 22, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park clifton way cherry hinton');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , frankie and bennys is on Cambridge Leisure Park Clifton Way Cherry Hinton" }, { "id": 23, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'frankie and bennys');(_:result,phone,'01223 412430');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of frankie and bennys is 01223 412430 ." }, { "id": 25, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 26, "rdf-acts": [ "inform((_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys is a great restaurant" }, { "id": 27, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 28, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys serves italian food" }, { "id": 29, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-a7ddefaeb3-20130328_172838
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "phone", "01223 412430" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "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 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "phone", "01223 412430" ], [ "_:result", "food", "?" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "phone", "01223 412430" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes i would like portuguese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre serves portuguese food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'33-34 saint andrews street');(_:result,name,'nandos city centre');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of nandos city centre is 01223 327908 and it is on 33-34 Saint Andrews Street ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-263ab0e49f-20130326_104535
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "address", "33-34 saint andrews street" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "hello()", "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi looking for a restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "serving international food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no international restaurant in the west of town" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about the center area" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a nice restaurant in the centre of town serving international food" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,phone,'0871 942 9180');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of bloomsbury restaurant is 0871 942 9180 ." }, { "id": 9, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is in the moderate price range" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-ddcaad92a1-20130326_002225
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/ba49a5ec" ], [ "_:search/ba49a5ec", "area", "west" ], [ "_:search/ba49a5ec", "food", "international" ], [ "_:search/ba49a5ec", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/ba49a5ec" ], [ "_:search/ba49a5ec", "area", "west" ], [ "_:search/ba49a5ec", "food", "international" ], [ "_:search/ba49a5ec", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/ba49a5ec" ], [ "_:search/ba49a5ec", "area", "west" ], [ "_:search/ba49a5ec", "food", "international" ], [ "_:search/ba49a5ec", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "phone", "0871 942 9180" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/ba49a5ec" ], [ "_:search/ba49a5ec", "area", "west" ], [ "_:search/ba49a5ec", "food", "international" ], [ "_:search/ba49a5ec", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "0871 942 9180" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice place in the north of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i get the address and phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'191 histon road chesterton');(_:result,name,'golden wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , golden wok is on 191 Histon Road Chesterton" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i get the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of golden wok is 01223 350688 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-e61fa89add-20130327_074357
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "name", "golden wok" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "name", "golden wok" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south expensive" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant is a nice place in the south of town and the prices are expensive" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , peking restaurant is on 10 Homerton Street City Centre" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of peking restaurant is 01223 354755 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e54437a6f0-20130325_140347
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "phone", "01223 354755" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "just a moment" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "just a moment" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'scottish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a scottish restaurant" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'scottish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no scottish restaurant in the moderate price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care about the price range" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'scottish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no scottish restaurant that matches your request" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about a gastropub restaurant" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a great restaurant serving gastropub food and it is in the expensive price range" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "id like" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'royal standard');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of royal standard is C.B 1, 3 N.L" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'royal standard');(_:result,phone,'01223 247877');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of royal standard is 01223 247877 ." }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , royal standard is on 290 Mill Road City Centre" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e0035cc31b-20130326_205950
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "scottish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "scottish" ], [ "_:system", "canthelp", "_:search/5e0688ca" ], [ "_:search/5e0688ca", "food", "scottish" ], [ "_:search/5e0688ca", "pricerange", "moderate" ], [ "_:search/5e0688ca", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5e0688ca" ], [ "_:search/5e0688ca", "food", "scottish" ], [ "_:search/5e0688ca", "pricerange", "moderate" ], [ "_:search/5e0688ca", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/17c6632b" ], [ "_:search/17c6632b", "food", "scottish" ], [ "_:search/17c6632b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5e0688ca" ], [ "_:search/5e0688ca", "food", "scottish" ], [ "_:search/5e0688ca", "pricerange", "moderate" ], [ "_:search/5e0688ca", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/17c6632b" ], [ "_:search/17c6632b", "food", "scottish" ], [ "_:search/17c6632b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5e0688ca" ], [ "_:search/5e0688ca", "food", "scottish" ], [ "_:search/5e0688ca", "pricerange", "moderate" ], [ "_:search/5e0688ca", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/17c6632b" ], [ "_:search/17c6632b", "food", "scottish" ], [ "_:search/17c6632b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "royal standard" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5e0688ca" ], [ "_:search/5e0688ca", "food", "scottish" ], [ "_:search/5e0688ca", "pricerange", "moderate" ], [ "_:search/5e0688ca", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/17c6632b" ], [ "_:search/17c6632b", "food", "scottish" ], [ "_:search/17c6632b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "name", "royal standard" ], [ "_:result", "phone", "01223 247877" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5e0688ca" ], [ "_:search/5e0688ca", "food", "scottish" ], [ "_:search/5e0688ca", "pricerange", "moderate" ], [ "_:search/5e0688ca", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/17c6632b" ], [ "_:search/17c6632b", "food", "scottish" ], [ "_:search/17c6632b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "phone", "01223 247877" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "name", "royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type ." }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "corsica food" }, { "id": 6, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "corsica food" }, { "id": 8, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub food" }, { "id": 10, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'gastropub');(_:result,name,'backstreet bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "backstreet bistro serves gastropub food" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'backstreet bistro');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of backstreet bistro is C.B 1, 2 Q.A" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'backstreet bistro');(_:result,phone,'01223 306306');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of backstreet bistro is 01223 306306 ." }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 18, "rdf-acts": [ "inform((_:result,address,'2 sturton street city centre');(_:result,name,'backstreet bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , backstreet bistro is on 2 Sturton Street City Centre" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-a617b6827c-20130323_170328
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "corsica" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "corsica" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "backstreet bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "address", "?" ], [ "_:result", "name", "backstreet bistro" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "name", "backstreet bistro" ], [ "_:result", "phone", "01223 306306" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "phone", "01223 306306" ], [ "_:result", "address", "2 sturton street city centre" ], [ "_:result", "name", "backstreet bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "um i want a restaurant in the north side of town and i want to eat christmas food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving christmas food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice place in the north of town serving tasty indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is in the cheap price range" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "how about the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , royal spice is on Victoria Avenue Chesterton" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats their phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of royal spice is 01733 553355 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-4a6ecc1f1c-20130329_152505
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "christmas" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/2425f238" ], [ "_:search/2425f238", "food", "christmas" ], [ "_:search/2425f238", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/2425f238" ], [ "_:search/2425f238", "food", "christmas" ], [ "_:search/2425f238", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/2425f238" ], [ "_:search/2425f238", "food", "christmas" ], [ "_:search/2425f238", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/2425f238" ], [ "_:search/2425f238", "food", "christmas" ], [ "_:search/2425f238", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/2425f238" ], [ "_:search/2425f238", "food", "christmas" ], [ "_:search/2425f238", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/2425f238" ], [ "_:search/2425f238", "food", "christmas" ], [ "_:search/2425f238", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/2425f238" ], [ "_:search/2425f238", "food", "christmas" ], [ "_:search/2425f238", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_:result", "phone", "01733 553355" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant that serves european" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any part of town" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe serves european food in the expensive price range" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe is a great restaurant" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'michaelhouse cafe');(_:result,phone,'01223 309147');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of michaelhouse cafe is 01223 309147 ." }, { "id": 9, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the area" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe is a nice place in the centre of town" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-afd3aa91f0-20130325_224706
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the center of town serving german food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no german restaurant in the centre of town" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about international food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is a nice restaurant in the centre of town serving international food" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,phone,'01223 356060');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the varsity restaurant is 01223 356060 and it is in the moderate price range ." }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "unintelligible good bye" } ]
voip-3b3edac94d-20130326_004101
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "german" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/ab030af9" ], [ "_:search/ab030af9", "area", "centre" ], [ "_:search/ab030af9", "food", "german" ], [ "_:search/ab030af9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/ab030af9" ], [ "_:search/ab030af9", "area", "centre" ], [ "_:search/ab030af9", "food", "german" ], [ "_:search/ab030af9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/ab030af9" ], [ "_:search/ab030af9", "area", "centre" ], [ "_:search/ab030af9", "food", "german" ], [ "_:search/ab030af9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "phone", "01223 356060" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant west part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no international restaurant in the west of town" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center area" }, { "id": 8, "rdf-acts": [ "confirm((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the centre of town?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is a nice place in the centre of town serving tasty international food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number and price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,phone,'01223 356060');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the varsity restaurant is 01223 356060 ." }, { "id": 13, "rdf-acts": [ "thanks()", "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "thank you and price range" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is in the moderate price range" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e07d8f0f5-20130327_181435
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/663d995b" ], [ "_:search/663d995b", "area", "west" ], [ "_:search/663d995b", "food", "international" ], [ "_:search/663d995b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/663d995b" ], [ "_:search/663d995b", "area", "west" ], [ "_:search/663d995b", "food", "international" ], [ "_:search/663d995b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/663d995b" ], [ "_:search/663d995b", "area", "west" ], [ "_:search/663d995b", "food", "international" ], [ "_:search/663d995b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/663d995b" ], [ "_:search/663d995b", "area", "west" ], [ "_:search/663d995b", "food", "international" ], [ "_:search/663d995b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "phone", "01223 356060" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/663d995b" ], [ "_:search/663d995b", "area", "west" ], [ "_:search/663d995b", "food", "international" ], [ "_:search/663d995b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "01223 356060" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'japanese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant that serves japanese food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'japanese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moderate japanese food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about modern european food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'japanese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moderate japanese food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about somewhere serving modern european" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'la tasca');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la tasca is in the moderate price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate european food" }, { "id": 8, "rdf-acts": [ "select((_:result,food,'european');(_:result,food,'modern european'))" ], "speaker": "system", "text": "Sorry would you like modern european or european food?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'the oak bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the oak bistro is in the moderate price range" }, { "id": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food does it serve" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'the oak bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry, I can't hear you" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "modern european food" }, { "id": 14, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 15, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 16, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 17, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food does it serve" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'the oak bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the oak bistro serves british food" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "im looking for a moderately" }, { "id": 20, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 21, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant that serves modern european food" }, { "id": 22, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 23, "rdf-acts": [ "confirm((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it moderately priced" }, { "id": 24, "rdf-acts": [ "select((_:result,area,*);(_:result,area,'east'))" ], "speaker": "system", "text": "Sorry would you like the east of town or you dont care" }, { "id": 25, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 26, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "riverside brasserie serves modern european food in the moderate price range" }, { "id": 27, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is a phone number" }, { "id": 28, "rdf-acts": [ "inform((_:result,name,'riverside brasserie');(_:result,phone,'01223 259988');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of riverside brasserie is 01223 259988 ." }, { "id": 29, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b81cbb287-20130326_025552
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "la tasca" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "la tasca" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "food", "modern european" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "the oak bistro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the oak bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the oak bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the oak bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the oak bistro" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the oak bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the oak bistro" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the oak bistro" ], [ "_:search", "food", "modern european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "modern european" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/694f4ac7" ], [ "_:search/694f4ac7", "food", "japanese" ], [ "_:search/694f4ac7", "pricerange", "moderate" ], [ "_:search/694f4ac7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d2dcaf4" ], [ "_:search/6d2dcaf4", "food", "japanese" ], [ "_:search/6d2dcaf4", "pricerange", "moderate" ], [ "_:search/6d2dcaf4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "modern european" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "phone", "01223 259988" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,food,'korean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh yes im looking for an expensive restaurant that serves korean food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul is a great restaurant serving korean food and it is in the expensive price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and can i get the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'108 regent street city centre');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , little seoul is on 108 Regent Street City Centre" }, { "id": 5, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and what area is that" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul is a nice place in the centre of town" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and whats their phone number please" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'little seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of little seoul is 01223 308681 ." }, { "id": 9, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "okay thank you and good bye" } ]
voip-e8997b10da-20130401_152342
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "phone", "01223 308681" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the east part of" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice restaurant in the east of town in the moderate price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'cambridge retail park newmarket road fen ditton');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut fen ditton is on Cambridge Retail Park Newmarket Road Fen Ditton" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'pizza hut fen ditton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut fen ditton is 01223 323737 ." }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'pizza hut fen ditton');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of pizza hut fen ditton is C.B 5, 8 W.R" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e3b4879e0d-20130326_023327
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "postcode", "c.b 5" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the west part" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a nice place in the west of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is their address and phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,phone,'01223 353110');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of saint johns chop house is 01223 353110 and it is on 21 - 24 Northampton Street ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-c8ec8c76dd-20130328_205558
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "did you see a korean restaurant" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul serves korean food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'108 regent street city centre');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , little seoul is on 108 Regent Street City Centre" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'little seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of little seoul is 01223 308681 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-5cf59cc660-20130328_164112
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "phone", "01223 308681" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant south part of town english food" }, { "id": 2, "rdf-acts": [ "confirm((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the south of town?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice place in the south of town" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "english food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving english food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 8, "rdf-acts": [ "confirm((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a english restaurant right?" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 10, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice place in the south of town serving tasty italian food" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number and post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut cherry hinton is 01223 323737 and its postcode is C.B 1, 7 D.Y ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e07d8f0f5-20130327_180809
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "english" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "english" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "english" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8630427d" ], [ "_:search/8630427d", "food", "english" ], [ "_:search/8630427d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8630427d" ], [ "_:search/8630427d", "food", "english" ], [ "_:search/8630427d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8630427d" ], [ "_:search/8630427d", "food", "english" ], [ "_:search/8630427d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/8630427d" ], [ "_:search/8630427d", "food", "english" ], [ "_:search/8630427d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/8630427d" ], [ "_:search/8630427d", "food", "english" ], [ "_:search/8630427d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "japanese food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'japanese');(_:result,name,'wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "wagamama serves japanese food ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "spice" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "wagamama is in the expensive price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'wagamama');(_:result,phone,'01223 462354');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of wagamama is 01223 462354 ." }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'36 saint andrews street');(_:result,name,'wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , wagamama is on 36 Saint Andrews Street" }, { "id": 15, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'wagamama');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of wagamama is C.B 2, 3 A.R" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 18, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 20, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-36440f7305-20130327_200335
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "wagamama" ], [ "_:result", "phone", "01223 462354" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223 462354" ], [ "_:result", "address", "36 saint andrews street" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223 462354" ], [ "_:result", "address", "36 saint andrews street" ], [ "_:result", "name", "wagamama" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 462354" ], [ "_:result", "address", "36 saint andrews street" ], [ "_:result", "name", "wagamama" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 462354" ], [ "_:result", "address", "36 saint andrews street" ], [ "_:result", "name", "wagamama" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a nice place in the west of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice place in the west of town and the prices are cheap" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the whats the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of la margherita is 01223 315232 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-dd9f7810fd-20130322_224705
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "la margherita" ], [ "_:result", "phone", "01223 315232" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any where" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mediterranean" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the gardenia is a nice restaurant in the centre of town serving mediterranean food" }, { "id": 7, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'the gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the gardenia is in the cheap price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'2 rose crescent city centre');(_:result,name,'the gardenia');(_:result,phone,'01223 356354');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the gardenia is 01223 356354 and it is on 2 Rose Crescent City Centre ." }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-8d5173f3a6-20130323_012048
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "2 rose crescent city centre" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "phone", "01223 356354" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no moderate restaurant in the east of town serving halal food" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no moderate restaurant in the east of town serving halal food" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no moderate restaurant in the east of town serving halal food" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the east" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no moderate restaurant in the east of town serving halal food" }, { "id": 9, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "part of town" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no moderate restaurant in the east of town serving halal food" }, { "id": 11, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant in east part of town" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no moderate restaurant in the east of town serving halal food" }, { "id": 13, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'halal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no moderate restaurant in the east of town serving halal food" }, { "id": 15, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-9f989824fd-20130324_072907
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1b134fa7" ], [ "_:search/1b134fa7", "area", "east" ], [ "_:search/1b134fa7", "food", "halal" ], [ "_:search/1b134fa7", "pricerange", "moderate" ], [ "_:search/1b134fa7", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/1b134fa7" ], [ "_:search/1b134fa7", "area", "east" ], [ "_:search/1b134fa7", "food", "halal" ], [ "_:search/1b134fa7", "pricerange", "moderate" ], [ "_:search/1b134fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/03ef97de" ], [ "_:search/03ef97de", "area", "east" ], [ "_:search/03ef97de", "food", "halal" ], [ "_:search/03ef97de", "pricerange", "moderate" ], [ "_:search/03ef97de", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1b134fa7" ], [ "_:search/1b134fa7", "area", "east" ], [ "_:search/1b134fa7", "food", "halal" ], [ "_:search/1b134fa7", "pricerange", "moderate" ], [ "_:search/1b134fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/03ef97de" ], [ "_:search/03ef97de", "area", "east" ], [ "_:search/03ef97de", "food", "halal" ], [ "_:search/03ef97de", "pricerange", "moderate" ], [ "_:search/03ef97de", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/635477d1" ], [ "_:search/635477d1", "area", "east" ], [ "_:search/635477d1", "food", "halal" ], [ "_:search/635477d1", "pricerange", "moderate" ], [ "_:search/635477d1", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1b134fa7" ], [ "_:search/1b134fa7", "area", "east" ], [ "_:search/1b134fa7", "food", "halal" ], [ "_:search/1b134fa7", "pricerange", "moderate" ], [ "_:search/1b134fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/03ef97de" ], [ "_:search/03ef97de", "area", "east" ], [ "_:search/03ef97de", "food", "halal" ], [ "_:search/03ef97de", "pricerange", "moderate" ], [ "_:search/03ef97de", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/635477d1" ], [ "_:search/635477d1", "area", "east" ], [ "_:search/635477d1", "food", "halal" ], [ "_:search/635477d1", "pricerange", "moderate" ], [ "_:search/635477d1", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8cfe6dd4" ], [ "_:search/8cfe6dd4", "area", "east" ], [ "_:search/8cfe6dd4", "food", "halal" ], [ "_:search/8cfe6dd4", "pricerange", "moderate" ], [ "_:search/8cfe6dd4", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1b134fa7" ], [ "_:search/1b134fa7", "area", "east" ], [ "_:search/1b134fa7", "food", "halal" ], [ "_:search/1b134fa7", "pricerange", "moderate" ], [ "_:search/1b134fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/03ef97de" ], [ "_:search/03ef97de", "area", "east" ], [ "_:search/03ef97de", "food", "halal" ], [ "_:search/03ef97de", "pricerange", "moderate" ], [ "_:search/03ef97de", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/635477d1" ], [ "_:search/635477d1", "area", "east" ], [ "_:search/635477d1", "food", "halal" ], [ "_:search/635477d1", "pricerange", "moderate" ], [ "_:search/635477d1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8cfe6dd4" ], [ "_:search/8cfe6dd4", "area", "east" ], [ "_:search/8cfe6dd4", "food", "halal" ], [ "_:search/8cfe6dd4", "pricerange", "moderate" ], [ "_:search/8cfe6dd4", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e5cdcf70" ], [ "_:search/e5cdcf70", "area", "east" ], [ "_:search/e5cdcf70", "food", "halal" ], [ "_:search/e5cdcf70", "pricerange", "moderate" ], [ "_:search/e5cdcf70", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1b134fa7" ], [ "_:search/1b134fa7", "area", "east" ], [ "_:search/1b134fa7", "food", "halal" ], [ "_:search/1b134fa7", "pricerange", "moderate" ], [ "_:search/1b134fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/03ef97de" ], [ "_:search/03ef97de", "area", "east" ], [ "_:search/03ef97de", "food", "halal" ], [ "_:search/03ef97de", "pricerange", "moderate" ], [ "_:search/03ef97de", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/635477d1" ], [ "_:search/635477d1", "area", "east" ], [ "_:search/635477d1", "food", "halal" ], [ "_:search/635477d1", "pricerange", "moderate" ], [ "_:search/635477d1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8cfe6dd4" ], [ "_:search/8cfe6dd4", "area", "east" ], [ "_:search/8cfe6dd4", "food", "halal" ], [ "_:search/8cfe6dd4", "pricerange", "moderate" ], [ "_:search/8cfe6dd4", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e5cdcf70" ], [ "_:search/e5cdcf70", "area", "east" ], [ "_:search/e5cdcf70", "food", "halal" ], [ "_:search/e5cdcf70", "pricerange", "moderate" ], [ "_:search/e5cdcf70", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b24049e" ], [ "_:search/7b24049e", "area", "east" ], [ "_:search/7b24049e", "food", "halal" ], [ "_:search/7b24049e", "pricerange", "moderate" ], [ "_:search/7b24049e", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1b134fa7" ], [ "_:search/1b134fa7", "area", "east" ], [ "_:search/1b134fa7", "food", "halal" ], [ "_:search/1b134fa7", "pricerange", "moderate" ], [ "_:search/1b134fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/03ef97de" ], [ "_:search/03ef97de", "area", "east" ], [ "_:search/03ef97de", "food", "halal" ], [ "_:search/03ef97de", "pricerange", "moderate" ], [ "_:search/03ef97de", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/635477d1" ], [ "_:search/635477d1", "area", "east" ], [ "_:search/635477d1", "food", "halal" ], [ "_:search/635477d1", "pricerange", "moderate" ], [ "_:search/635477d1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8cfe6dd4" ], [ "_:search/8cfe6dd4", "area", "east" ], [ "_:search/8cfe6dd4", "food", "halal" ], [ "_:search/8cfe6dd4", "pricerange", "moderate" ], [ "_:search/8cfe6dd4", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e5cdcf70" ], [ "_:search/e5cdcf70", "area", "east" ], [ "_:search/e5cdcf70", "food", "halal" ], [ "_:search/e5cdcf70", "pricerange", "moderate" ], [ "_:search/e5cdcf70", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b24049e" ], [ "_:search/7b24049e", "area", "east" ], [ "_:search/7b24049e", "food", "halal" ], [ "_:search/7b24049e", "pricerange", "moderate" ], [ "_:search/7b24049e", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/f0da8a64" ], [ "_:search/f0da8a64", "area", "east" ], [ "_:search/f0da8a64", "food", "halal" ], [ "_:search/f0da8a64", "pricerange", "moderate" ], [ "_:search/f0da8a64", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the west" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice restaurant in the west of town serving italian food" }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-ef9aa63b85-20130328_184027
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "la margherita" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indonesian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "itailian" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "id": 8, "rdf-acts": [ "confirm((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a indonesian restaurant right?" }, { "id": 9, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 11, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 13, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "i dont care" }, { "id": 16, "rdf-acts": [ "confirm((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the north of town?" }, { "id": 17, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 18, "rdf-acts": [ "confirm((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a indonesian restaurant right?" }, { "id": 19, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "dont care" }, { "id": 22, "rdf-acts": [ "repeat()" ], "speaker": "system", "text": "Sorry I am a bit confused ; please tell me again what you are looking for ." }, { "id": 23, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 24, "rdf-acts": [ "confirm((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a indonesian restaurant right?" }, { "id": 25, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 26, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 27, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 28, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 29, "rdf-acts": [], "speaker": "user", "text": "i dont care" }, { "id": 30, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 31, "rdf-acts": [], "speaker": "user", "text": "worthless system" }, { "id": 32, "rdf-acts": [ "confirm((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the north of town?" }, { "id": 33, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 34, "rdf-acts": [ "confirm((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a indonesian restaurant right?" }, { "id": 35, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 36, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 37, "rdf-acts": [], "speaker": "user", "text": "i do not care" }, { "id": 38, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 39, "rdf-acts": [], "speaker": "user", "text": "dont care" }, { "id": 40, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 41, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-22c938c8ba-20130325_124542
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indonesian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c1f986ff" ], [ "_:search/c1f986ff", "food", "indonesian" ], [ "_:search/c1f986ff", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c1f986ff" ], [ "_:search/c1f986ff", "food", "indonesian" ], [ "_:search/c1f986ff", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/d99b9bcf" ], [ "_:search/d99b9bcf", "food", "indonesian" ], [ "_:search/d99b9bcf", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c1f986ff" ], [ "_:search/c1f986ff", "food", "indonesian" ], [ "_:search/c1f986ff", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/d99b9bcf" ], [ "_:search/d99b9bcf", "food", "indonesian" ], [ "_:search/d99b9bcf", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24937028" ], [ "_:search/24937028", "food", "indonesian" ], [ "_:search/24937028", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c1f986ff" ], [ "_:search/c1f986ff", "food", "indonesian" ], [ "_:search/c1f986ff", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/d99b9bcf" ], [ "_:search/d99b9bcf", "food", "indonesian" ], [ "_:search/d99b9bcf", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24937028" ], [ "_:search/24937028", "food", "indonesian" ], [ "_:search/24937028", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 ] }, { "id": 17, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c1f986ff" ], [ "_:search/c1f986ff", "food", "indonesian" ], [ "_:search/c1f986ff", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/d99b9bcf" ], [ "_:search/d99b9bcf", "food", "indonesian" ], [ "_:search/d99b9bcf", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24937028" ], [ "_:search/24937028", "food", "indonesian" ], [ "_:search/24937028", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ] }, { "id": 18, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c1f986ff" ], [ "_:search/c1f986ff", "food", "indonesian" ], [ "_:search/c1f986ff", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/d99b9bcf" ], [ "_:search/d99b9bcf", "food", "indonesian" ], [ "_:search/d99b9bcf", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24937028" ], [ "_:search/24937028", "food", "indonesian" ], [ "_:search/24937028", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e7f093cd" ], [ "_:search/e7f093cd", "food", "indonesian" ], [ "_:search/e7f093cd", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 ] }, { "id": 19, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c1f986ff" ], [ "_:search/c1f986ff", "food", "indonesian" ], [ "_:search/c1f986ff", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/d99b9bcf" ], [ "_:search/d99b9bcf", "food", "indonesian" ], [ "_:search/d99b9bcf", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24937028" ], [ "_:search/24937028", "food", "indonesian" ], [ "_:search/24937028", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e7f093cd" ], [ "_:search/e7f093cd", "food", "indonesian" ], [ "_:search/e7f093cd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5de5bfcd" ], [ "_:search/5de5bfcd", "food", "indonesian" ], [ "_:search/5de5bfcd", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 ] }, { "id": 20, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/14806963" ], [ "_:search/14806963", "food", "indonesian" ], [ "_:search/14806963", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b0de35c8" ], [ "_:search/b0de35c8", "food", "indonesian" ], [ "_:search/b0de35c8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/45e168ae" ], [ "_:search/45e168ae", "food", "indonesian" ], [ "_:search/45e168ae", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/df9b62c0" ], [ "_:search/df9b62c0", "food", "indonesian" ], [ "_:search/df9b62c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0851400d" ], [ "_:search/0851400d", "food", "indonesian" ], [ "_:search/0851400d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/16d2d44a" ], [ "_:search/16d2d44a", "food", "indonesian" ], [ "_:search/16d2d44a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5efd2503" ], [ "_:search/5efd2503", "food", "indonesian" ], [ "_:search/5efd2503", "type", "Restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c1f986ff" ], [ "_:search/c1f986ff", "food", "indonesian" ], [ "_:search/c1f986ff", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d99b9bcf" ], [ "_:search/d99b9bcf", "food", "indonesian" ], [ "_:search/d99b9bcf", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24937028" ], [ "_:search/24937028", "food", "indonesian" ], [ "_:search/24937028", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e7f093cd" ], [ "_:search/e7f093cd", "food", "indonesian" ], [ "_:search/e7f093cd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5de5bfcd" ], [ "_:search/5de5bfcd", "food", "indonesian" ], [ "_:search/5de5bfcd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/56e795d2" ], [ "_:search/56e795d2", "food", "indonesian" ], [ "_:search/56e795d2", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant serving indian food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry prince is in the moderate price range" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is in the moderate price range" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of meghna is 01223 727410 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-340dbb333e-20130325_233821
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "meghna" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "im looking for a restaurant that has unintelligible" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 4, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'tuscan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving tuscan food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about turkish" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'tuscan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving tuscan food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish" }, { "id": 12, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 13, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 14, "rdf-acts": [ "confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?" }, { "id": 15, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia serves turkish food" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address phone number and post code" }, { "id": 18, "rdf-acts": [ "inform((_:result,address,'30 bridge street city centre');(_:result,name,'anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , anatolia is on 30 Bridge Street City Centre" }, { "id": 19, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the post code" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'anatolia');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of anatolia is C.B 2, 1 U.J" }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-9f447ce48e-20130328_115123
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/217e21ef" ], [ "_:search/217e21ef", "food", "tuscan" ], [ "_:search/217e21ef", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/217e21ef" ], [ "_:search/217e21ef", "food", "tuscan" ], [ "_:search/217e21ef", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2676fca3" ], [ "_:search/2676fca3", "food", "tuscan" ], [ "_:search/2676fca3", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/217e21ef" ], [ "_:search/217e21ef", "food", "tuscan" ], [ "_:search/217e21ef", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2676fca3" ], [ "_:search/2676fca3", "food", "tuscan" ], [ "_:search/2676fca3", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/217e21ef" ], [ "_:search/217e21ef", "food", "tuscan" ], [ "_:search/217e21ef", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2676fca3" ], [ "_:search/2676fca3", "food", "tuscan" ], [ "_:search/2676fca3", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/217e21ef" ], [ "_:search/217e21ef", "food", "tuscan" ], [ "_:search/217e21ef", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2676fca3" ], [ "_:search/2676fca3", "food", "tuscan" ], [ "_:search/2676fca3", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "anatolia" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/217e21ef" ], [ "_:search/217e21ef", "food", "tuscan" ], [ "_:search/217e21ef", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2676fca3" ], [ "_:search/2676fca3", "food", "tuscan" ], [ "_:search/2676fca3", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "30 bridge street city centre" ], [ "_:result", "name", "anatolia" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/217e21ef" ], [ "_:search/217e21ef", "food", "tuscan" ], [ "_:search/217e21ef", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2676fca3" ], [ "_:search/2676fca3", "food", "tuscan" ], [ "_:search/2676fca3", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "30 bridge street city centre" ], [ "_:result", "name", "anatolia" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "belgian" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving belgian food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "chinese" }, { "id": 8, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 9, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 10, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant serves chinese food" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , peking restaurant is on 10 Homerton Street City Centre" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of peking restaurant is 01223 354755 ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-50af5438f1-20130402_085904
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "belgian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/1be4a9f3" ], [ "_:search/1be4a9f3", "food", "belgian" ], [ "_:search/1be4a9f3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/1be4a9f3" ], [ "_:search/1be4a9f3", "food", "belgian" ], [ "_:search/1be4a9f3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/1be4a9f3" ], [ "_:search/1be4a9f3", "food", "belgian" ], [ "_:search/1be4a9f3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/1be4a9f3" ], [ "_:search/1be4a9f3", "food", "belgian" ], [ "_:search/1be4a9f3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/1be4a9f3" ], [ "_:search/1be4a9f3", "food", "belgian" ], [ "_:search/1be4a9f3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/1be4a9f3" ], [ "_:search/1be4a9f3", "food", "belgian" ], [ "_:search/1be4a9f3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "phone", "01223 354755" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh it doesnt matter" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 6, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "japanese" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'japanese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no expensive restaurant in the west of town serving japanese food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no expensive restaurant in the west of town serving italian food" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no expensive restaurant in the west of town serving italian food" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "okay" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no expensive restaurant in the west of town serving italian food" }, { "id": 15, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 16, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no expensive restaurant in the west of town serving italian food" }, { "id": 17, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town serving italian food" }, { "id": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of prezzo is 01799 521260 ." }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-14cb91bc48-20130327_190340
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/e847ef31" ], [ "_:search/e847ef31", "area", "west" ], [ "_:search/e847ef31", "food", "japanese" ], [ "_:search/e847ef31", "pricerange", "expensive" ], [ "_:search/e847ef31", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/e847ef31" ], [ "_:search/e847ef31", "area", "west" ], [ "_:search/e847ef31", "food", "japanese" ], [ "_:search/e847ef31", "pricerange", "expensive" ], [ "_:search/e847ef31", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/b3a749a1" ], [ "_:search/b3a749a1", "area", "west" ], [ "_:search/b3a749a1", "food", "italian" ], [ "_:search/b3a749a1", "pricerange", "expensive" ], [ "_:search/b3a749a1", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/e847ef31" ], [ "_:search/e847ef31", "area", "west" ], [ "_:search/e847ef31", "food", "japanese" ], [ "_:search/e847ef31", "pricerange", "expensive" ], [ "_:search/e847ef31", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/b3a749a1" ], [ "_:search/b3a749a1", "area", "west" ], [ "_:search/b3a749a1", "food", "italian" ], [ "_:search/b3a749a1", "pricerange", "expensive" ], [ "_:search/b3a749a1", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/86df5308" ], [ "_:search/86df5308", "area", "west" ], [ "_:search/86df5308", "food", "italian" ], [ "_:search/86df5308", "pricerange", "expensive" ], [ "_:search/86df5308", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e847ef31" ], [ "_:search/e847ef31", "area", "west" ], [ "_:search/e847ef31", "food", "japanese" ], [ "_:search/e847ef31", "pricerange", "expensive" ], [ "_:search/e847ef31", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/b3a749a1" ], [ "_:search/b3a749a1", "area", "west" ], [ "_:search/b3a749a1", "food", "italian" ], [ "_:search/b3a749a1", "pricerange", "expensive" ], [ "_:search/b3a749a1", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/86df5308" ], [ "_:search/86df5308", "area", "west" ], [ "_:search/86df5308", "food", "italian" ], [ "_:search/86df5308", "pricerange", "expensive" ], [ "_:search/86df5308", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d03fe1dd" ], [ "_:search/d03fe1dd", "area", "west" ], [ "_:search/d03fe1dd", "food", "italian" ], [ "_:search/d03fe1dd", "pricerange", "expensive" ], [ "_:search/d03fe1dd", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e847ef31" ], [ "_:search/e847ef31", "area", "west" ], [ "_:search/e847ef31", "food", "japanese" ], [ "_:search/e847ef31", "pricerange", "expensive" ], [ "_:search/e847ef31", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/b3a749a1" ], [ "_:search/b3a749a1", "area", "west" ], [ "_:search/b3a749a1", "food", "italian" ], [ "_:search/b3a749a1", "pricerange", "expensive" ], [ "_:search/b3a749a1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/86df5308" ], [ "_:search/86df5308", "area", "west" ], [ "_:search/86df5308", "food", "italian" ], [ "_:search/86df5308", "pricerange", "expensive" ], [ "_:search/86df5308", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d03fe1dd" ], [ "_:search/d03fe1dd", "area", "west" ], [ "_:search/d03fe1dd", "food", "italian" ], [ "_:search/d03fe1dd", "pricerange", "expensive" ], [ "_:search/d03fe1dd", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/16e14e73" ], [ "_:search/16e14e73", "area", "west" ], [ "_:search/16e14e73", "food", "italian" ], [ "_:search/16e14e73", "pricerange", "expensive" ], [ "_:search/16e14e73", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e847ef31" ], [ "_:search/e847ef31", "area", "west" ], [ "_:search/e847ef31", "food", "japanese" ], [ "_:search/e847ef31", "pricerange", "expensive" ], [ "_:search/e847ef31", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/b3a749a1" ], [ "_:search/b3a749a1", "area", "west" ], [ "_:search/b3a749a1", "food", "italian" ], [ "_:search/b3a749a1", "pricerange", "expensive" ], [ "_:search/b3a749a1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/86df5308" ], [ "_:search/86df5308", "area", "west" ], [ "_:search/86df5308", "food", "italian" ], [ "_:search/86df5308", "pricerange", "expensive" ], [ "_:search/86df5308", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d03fe1dd" ], [ "_:search/d03fe1dd", "area", "west" ], [ "_:search/d03fe1dd", "food", "italian" ], [ "_:search/d03fe1dd", "pricerange", "expensive" ], [ "_:search/d03fe1dd", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/16e14e73" ], [ "_:search/16e14e73", "area", "west" ], [ "_:search/16e14e73", "food", "italian" ], [ "_:search/16e14e73", "pricerange", "expensive" ], [ "_:search/16e14e73", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e847ef31" ], [ "_:search/e847ef31", "area", "west" ], [ "_:search/e847ef31", "food", "japanese" ], [ "_:search/e847ef31", "pricerange", "expensive" ], [ "_:search/e847ef31", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "canthelp", "_:search/b3a749a1" ], [ "_:search/b3a749a1", "area", "west" ], [ "_:search/b3a749a1", "food", "italian" ], [ "_:search/b3a749a1", "pricerange", "expensive" ], [ "_:search/b3a749a1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/86df5308" ], [ "_:search/86df5308", "area", "west" ], [ "_:search/86df5308", "food", "italian" ], [ "_:search/86df5308", "pricerange", "expensive" ], [ "_:search/86df5308", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d03fe1dd" ], [ "_:search/d03fe1dd", "area", "west" ], [ "_:search/d03fe1dd", "food", "italian" ], [ "_:search/d03fe1dd", "pricerange", "expensive" ], [ "_:search/d03fe1dd", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/16e14e73" ], [ "_:search/16e14e73", "area", "west" ], [ "_:search/16e14e73", "food", "italian" ], [ "_:search/16e14e73", "pricerange", "expensive" ], [ "_:search/16e14e73", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "prezzo" ], [ "_:result", "phone", "01799 521260" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice place in the north of town and the prices are moderate" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'191 histon road chesterton');(_:result,name,'golden wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , golden wok is on 191 Histon Road Chesterton" }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "postcode" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'golden wok');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of golden wok is C.B 4, 3 H.L" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-936ec6902a-20130328_132836
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "name", "golden wok" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "name", "golden wok" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to find a moderately priced restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "confirm((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the north of town?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "and moderately priced" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala is a nice place in the north of town and the prices are moderate" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice place in the north of town and the prices are moderate" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of meghna is 01223 727410 and its postcode is C.B 4, 3 L.F ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b3edac94d-20130323_201535
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the nirala" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "meghna" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a moderately priced restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "um doesnt matter" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "i need cant" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "unitelligible food" }, { "id": 8, "rdf-acts": [ "confirm((_:search,food,'panasian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a panasian restaurant right?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'panasian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving panasian food" }, { "id": 11, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about european food" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'hotel du vin and bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hotel du vin and bistro serves european food in the moderate price range" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats their address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'15 - 19 trumpington street');(_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , hotel du vin and bistro is on 15 - 19 Trumpington Street" }, { "id": 15, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "tell me the post code" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'hotel du vin and bistro');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of hotel du vin and bistro is C.B 2, 1 Q.A" }, { "id": 17, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right on good bye peace" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'galleria');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "galleria serves european food in the moderate price range" }, { "id": 19, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'galleria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "galleria is a great restaurant" }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b20968d1ea-20130323_113731
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6a24570c" ], [ "_:search/6a24570c", "food", "panasian" ], [ "_:search/6a24570c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6a24570c" ], [ "_:search/6a24570c", "food", "panasian" ], [ "_:search/6a24570c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6a24570c" ], [ "_:search/6a24570c", "food", "panasian" ], [ "_:search/6a24570c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "15 - 19 trumpington street" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6a24570c" ], [ "_:search/6a24570c", "food", "panasian" ], [ "_:search/6a24570c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "15 - 19 trumpington street" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6a24570c" ], [ "_:search/6a24570c", "food", "panasian" ], [ "_:search/6a24570c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "15 - 19 trumpington street" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "food", "european" ], [ "_:result", "name", "galleria" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6a24570c" ], [ "_:search/6a24570c", "food", "panasian" ], [ "_:search/6a24570c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "15 - 19 trumpington street" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the center" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "creative food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving creative food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about international type food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving creative food" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "um how about a restaurant in the center with int" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving creative food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international food" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is a nice place in the centre of town serving tasty international food" }, { "id": 11, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a nice place in the centre of town serving tasty international food" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'bloomsbury restaurant');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number for bloomsbury" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,phone,'0871 942 9180');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of bloomsbury restaurant is 0871 942 9180 ." }, { "id": 17, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the price range" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is in the moderate price range" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-62cc0cc55d-20130323_161217
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "creative" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/8f5c3de9" ], [ "_:search/8f5c3de9", "food", "creative" ], [ "_:search/8f5c3de9", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8f5c3de9" ], [ "_:search/8f5c3de9", "food", "creative" ], [ "_:search/8f5c3de9", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/edafaf78" ], [ "_:search/edafaf78", "food", "creative" ], [ "_:search/edafaf78", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8f5c3de9" ], [ "_:search/8f5c3de9", "food", "creative" ], [ "_:search/8f5c3de9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/edafaf78" ], [ "_:search/edafaf78", "food", "creative" ], [ "_:search/edafaf78", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/85af9194" ], [ "_:search/85af9194", "food", "creative" ], [ "_:search/85af9194", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8f5c3de9" ], [ "_:search/8f5c3de9", "food", "creative" ], [ "_:search/8f5c3de9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/edafaf78" ], [ "_:search/edafaf78", "food", "creative" ], [ "_:search/edafaf78", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/85af9194" ], [ "_:search/85af9194", "food", "creative" ], [ "_:search/85af9194", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8f5c3de9" ], [ "_:search/8f5c3de9", "food", "creative" ], [ "_:search/8f5c3de9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/edafaf78" ], [ "_:search/edafaf78", "food", "creative" ], [ "_:search/edafaf78", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/85af9194" ], [ "_:search/85af9194", "food", "creative" ], [ "_:search/85af9194", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8f5c3de9" ], [ "_:search/8f5c3de9", "food", "creative" ], [ "_:search/8f5c3de9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/edafaf78" ], [ "_:search/edafaf78", "food", "creative" ], [ "_:search/edafaf78", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/85af9194" ], [ "_:search/85af9194", "food", "creative" ], [ "_:search/85af9194", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "bloomsbury restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8f5c3de9" ], [ "_:search/8f5c3de9", "food", "creative" ], [ "_:search/8f5c3de9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/edafaf78" ], [ "_:search/edafaf78", "food", "creative" ], [ "_:search/edafaf78", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/85af9194" ], [ "_:search/85af9194", "food", "creative" ], [ "_:search/85af9194", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:search", "name", "bloomsbury restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "phone", "0871 942 9180" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8f5c3de9" ], [ "_:search/8f5c3de9", "food", "creative" ], [ "_:search/8f5c3de9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/edafaf78" ], [ "_:search/edafaf78", "food", "creative" ], [ "_:search/edafaf78", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/85af9194" ], [ "_:search/85af9194", "food", "creative" ], [ "_:search/85af9194", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:search", "name", "bloomsbury restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "0871 942 9180" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a moderately priced restaurant in the north" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i do not care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice place in the north of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the phone number and type of venue" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of golden wok is 01223 350688 ." }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the type of food" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'golden wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok serves chinese food" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-199d62165b-20130402_123401
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "golden wok" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "golden wok" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for corsica food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving corsica food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about vietnamese food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving corsica food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vietnamese food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving corsica food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for vietnamese food" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , thanh binh is on 17 Magdalene Street City Centre" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f32f2cfdae-20130327_014628
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "corsica" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6634ff60" ], [ "_:search/6634ff60", "food", "corsica" ], [ "_:search/6634ff60", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6634ff60" ], [ "_:search/6634ff60", "food", "corsica" ], [ "_:search/6634ff60", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/0c8c9506" ], [ "_:search/0c8c9506", "food", "corsica" ], [ "_:search/0c8c9506", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6634ff60" ], [ "_:search/6634ff60", "food", "corsica" ], [ "_:search/6634ff60", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/0c8c9506" ], [ "_:search/0c8c9506", "food", "corsica" ], [ "_:search/0c8c9506", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cd38db06" ], [ "_:search/cd38db06", "food", "corsica" ], [ "_:search/cd38db06", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6634ff60" ], [ "_:search/6634ff60", "food", "corsica" ], [ "_:search/6634ff60", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/0c8c9506" ], [ "_:search/0c8c9506", "food", "corsica" ], [ "_:search/0c8c9506", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cd38db06" ], [ "_:search/cd38db06", "food", "corsica" ], [ "_:search/cd38db06", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6634ff60" ], [ "_:search/6634ff60", "food", "corsica" ], [ "_:search/6634ff60", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/0c8c9506" ], [ "_:search/0c8c9506", "food", "corsica" ], [ "_:search/0c8c9506", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cd38db06" ], [ "_:search/cd38db06", "food", "corsica" ], [ "_:search/cd38db06", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no european restaurant in the cheap price range" }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-340dbb333e-20130325_230054
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/58fd4bf2" ], [ "_:search/58fd4bf2", "food", "european" ], [ "_:search/58fd4bf2", "pricerange", "cheap" ], [ "_:search/58fd4bf2", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the north" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice place in the north of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number and address" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of meghna is 01223 727410 ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , meghna is on 205 Victoria Road Chesterton" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e2a895cfe5-20130327_021102
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "name", "meghna" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "reqmore()" ], "speaker": "user", "text": "more" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "user", "text": "more" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "swiss" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving swiss food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving swiss food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving swiss food" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "i dont care" }, { "id": 12, "rdf-acts": [ "confirm((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the north of town?" }, { "id": 13, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 14, "rdf-acts": [ "confirm((_:search,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a swiss restaurant right?" }, { "id": 15, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 16, "rdf-acts": [ "canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving swiss food" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "i dont care" }, { "id": 18, "rdf-acts": [ "canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving swiss food" }, { "id": 19, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving swiss food" }, { "id": 21, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 22, "rdf-acts": [ "confirm((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the north of town?" }, { "id": 23, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 24, "rdf-acts": [ "confirm((_:search,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a swiss restaurant right?" }, { "id": 25, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 26, "rdf-acts": [ "canthelp((_:search,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving swiss food" }, { "id": 27, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-a8649977cf-20130323_161448
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "swiss" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8857f27" ], [ "_:search/b8857f27", "food", "swiss" ], [ "_:search/b8857f27", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8857f27" ], [ "_:search/b8857f27", "food", "swiss" ], [ "_:search/b8857f27", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74567abd" ], [ "_:search/74567abd", "food", "swiss" ], [ "_:search/74567abd", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8857f27" ], [ "_:search/b8857f27", "food", "swiss" ], [ "_:search/b8857f27", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74567abd" ], [ "_:search/74567abd", "food", "swiss" ], [ "_:search/74567abd", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8857f27" ], [ "_:search/b8857f27", "food", "swiss" ], [ "_:search/b8857f27", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74567abd" ], [ "_:search/74567abd", "food", "swiss" ], [ "_:search/74567abd", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8857f27" ], [ "_:search/b8857f27", "food", "swiss" ], [ "_:search/b8857f27", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74567abd" ], [ "_:search/74567abd", "food", "swiss" ], [ "_:search/74567abd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/63d5de2b" ], [ "_:search/63d5de2b", "food", "swiss" ], [ "_:search/63d5de2b", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8857f27" ], [ "_:search/b8857f27", "food", "swiss" ], [ "_:search/b8857f27", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74567abd" ], [ "_:search/74567abd", "food", "swiss" ], [ "_:search/74567abd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/63d5de2b" ], [ "_:search/63d5de2b", "food", "swiss" ], [ "_:search/63d5de2b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/61e0f963" ], [ "_:search/61e0f963", "food", "swiss" ], [ "_:search/61e0f963", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8857f27" ], [ "_:search/b8857f27", "food", "swiss" ], [ "_:search/b8857f27", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74567abd" ], [ "_:search/74567abd", "food", "swiss" ], [ "_:search/74567abd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/63d5de2b" ], [ "_:search/63d5de2b", "food", "swiss" ], [ "_:search/63d5de2b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/61e0f963" ], [ "_:search/61e0f963", "food", "swiss" ], [ "_:search/61e0f963", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8afe5d0" ], [ "_:search/b8afe5d0", "food", "swiss" ], [ "_:search/b8afe5d0", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8857f27" ], [ "_:search/b8857f27", "food", "swiss" ], [ "_:search/b8857f27", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74567abd" ], [ "_:search/74567abd", "food", "swiss" ], [ "_:search/74567abd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/63d5de2b" ], [ "_:search/63d5de2b", "food", "swiss" ], [ "_:search/63d5de2b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/61e0f963" ], [ "_:search/61e0f963", "food", "swiss" ], [ "_:search/61e0f963", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8afe5d0" ], [ "_:search/b8afe5d0", "food", "swiss" ], [ "_:search/b8afe5d0", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8857f27" ], [ "_:search/b8857f27", "food", "swiss" ], [ "_:search/b8857f27", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74567abd" ], [ "_:search/74567abd", "food", "swiss" ], [ "_:search/74567abd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/63d5de2b" ], [ "_:search/63d5de2b", "food", "swiss" ], [ "_:search/63d5de2b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/61e0f963" ], [ "_:search/61e0f963", "food", "swiss" ], [ "_:search/61e0f963", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8afe5d0" ], [ "_:search/b8afe5d0", "food", "swiss" ], [ "_:search/b8afe5d0", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/4080c784" ], [ "_:search/4080c784", "food", "swiss" ], [ "_:search/4080c784", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8857f27" ], [ "_:search/b8857f27", "food", "swiss" ], [ "_:search/b8857f27", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74567abd" ], [ "_:search/74567abd", "food", "swiss" ], [ "_:search/74567abd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/63d5de2b" ], [ "_:search/63d5de2b", "food", "swiss" ], [ "_:search/63d5de2b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/61e0f963" ], [ "_:search/61e0f963", "food", "swiss" ], [ "_:search/61e0f963", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8afe5d0" ], [ "_:search/b8afe5d0", "food", "swiss" ], [ "_:search/b8afe5d0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b9294ea1" ], [ "_:search/b9294ea1", "food", "swiss" ], [ "_:search/b9294ea1", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "australian" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australian food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "maharajah tandoori restaurant is a nice place in the west of town serving tasty indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'41518 castle street city centre');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , maharajah tandoori restaurant is on 41518 Castle Street City Centre" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'maharajah tandoori restaurant');(_:result,phone,'01223 358399');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of maharajah tandoori restaurant is 01223 358399 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-a352cb5ca5-20130401_231236
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "australian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/c67492d6" ], [ "_:search/c67492d6", "food", "australian" ], [ "_:search/c67492d6", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/c67492d6" ], [ "_:search/c67492d6", "food", "australian" ], [ "_:search/c67492d6", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/c67492d6" ], [ "_:search/c67492d6", "food", "australian" ], [ "_:search/c67492d6", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "41518 castle street city centre" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/c67492d6" ], [ "_:search/c67492d6", "food", "australian" ], [ "_:search/c67492d6", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "41518 castle street city centre" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "phone", "01223 358399" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'austrian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for moderately priced restaurant serving austrian food" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'hotel du vin and bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hotel du vin and bistro is in the moderate price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "serving austrian food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australian food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about gastropub type of food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australian food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "theres no such venue how about gastropub type of food" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'hotel du vin and bistro');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of hotel du vin and bistro is C.B 2, 1 Q.A" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address and phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'15 - 19 trumpington street');(_:result,name,'hotel du vin and bistro');(_:result,phone,'01223 227330');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of hotel du vin and bistro is 01223 227330 and it is on 15 - 19 Trumpington Street ." }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "noise can i have the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'hotel du vin and bistro');(_:result,phone,'01223 227330');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of hotel du vin and bistro is 01223 227330 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-597cfafdee-20130402_005206
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "austrian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "austrian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/23ddba51" ], [ "_:search/23ddba51", "food", "australian" ], [ "_:search/23ddba51", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/23ddba51" ], [ "_:search/23ddba51", "food", "australian" ], [ "_:search/23ddba51", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/87d489a3" ], [ "_:search/87d489a3", "food", "australian" ], [ "_:search/87d489a3", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/23ddba51" ], [ "_:search/23ddba51", "food", "australian" ], [ "_:search/23ddba51", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/87d489a3" ], [ "_:search/87d489a3", "food", "australian" ], [ "_:search/87d489a3", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/23ddba51" ], [ "_:search/23ddba51", "food", "australian" ], [ "_:search/23ddba51", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/87d489a3" ], [ "_:search/87d489a3", "food", "australian" ], [ "_:search/87d489a3", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "address", "15 - 19 trumpington street" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "phone", "01223 227330" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/23ddba51" ], [ "_:search/23ddba51", "food", "australian" ], [ "_:search/23ddba51", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/87d489a3" ], [ "_:search/87d489a3", "food", "australian" ], [ "_:search/87d489a3", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "address", "15 - 19 trumpington street" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "phone", "01223 227330" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant moderate price" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice place in the north of town and the prices are moderate" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'191 histon road chesterton');(_:result,name,'golden wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , golden wok is on 191 Histon Road Chesterton" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of golden wok is 01223 350688 ." }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'golden wok');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of golden wok is C.B 4, 3 H.L" }, { "id": 13, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'golden wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a great restaurant" }, { "id": 15, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice place in the north of town and the prices are moderate" }, { "id": 17, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a great restaurant serving moderate chinese food in the north of town ." }, { "id": 19, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry but there is no other chinese restaurant in the moderate price range and the north of town" }, { "id": 21, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 22, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a great restaurant serving moderate chinese food in the north of town ." }, { "id": 23, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'golden wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a great restaurant" }, { "id": 25, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" }, { "id": 26, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry but there is no other chinese restaurant in the moderate price range and the north of town" }, { "id": 27, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-9819537952-20130327_022757
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "name", "golden wok" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "name", "golden wok" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "name", "golden wok" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "postcode", "c.b 4" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "golden wok" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "postcode", "c.b 4" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "postcode", "c.b 4" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "canthelp", "_:search/4b8cec41" ], [ "_:search/4b8cec41", "area", "north" ], [ "_:search/4b8cec41", "food", "chinese" ], [ "_:search/4b8cec41", "pricerange", "moderate" ], [ "_:search/4b8cec41", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "postcode", "c.b 4" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "canthelp", "_:search/4b8cec41" ], [ "_:search/4b8cec41", "area", "north" ], [ "_:search/4b8cec41", "food", "chinese" ], [ "_:search/4b8cec41", "pricerange", "moderate" ], [ "_:search/4b8cec41", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "postcode", "c.b 4" ], [ "_:system", "canthelp", "_:search/4b8cec41" ], [ "_:search/4b8cec41", "area", "north" ], [ "_:search/4b8cec41", "food", "chinese" ], [ "_:search/4b8cec41", "pricerange", "moderate" ], [ "_:search/4b8cec41", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "golden wok" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "postcode", "c.b 4" ], [ "_:system", "canthelp", "_:search/4b8cec41" ], [ "_:search/4b8cec41", "area", "north" ], [ "_:search/4b8cec41", "food", "chinese" ], [ "_:search/4b8cec41", "pricerange", "moderate" ], [ "_:search/4b8cec41", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "golden wok" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d0aa4776" ], [ "_:search/d0aa4776", "area", "north" ], [ "_:search/d0aa4776", "food", "chinese" ], [ "_:search/d0aa4776", "pricerange", "moderate" ], [ "_:search/d0aa4776", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a moderately priced restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry prince is a nice restaurant in the east of town serving indian food" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry prince is a nice restaurant in the east of town in the moderate price range" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is a nice restaurant in the east of town serving indian food" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'7 barnwell road fen ditton');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , rajmahal is on 7 Barnwell Road Fen Ditton" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of rajmahal is 01223 244955 ." }, { "id": 15, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'rajmahal');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of rajmahal is C.B 5, 8 R.G" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7f9c1c8411-20130328_204059
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 barnwell road fen ditton" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 barnwell road fen ditton" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "phone", "01223 244955" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 barnwell road fen ditton" ], [ "_:result", "phone", "01223 244955" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "postcode", "c.b 5" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the south part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range" }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a nice restaurant in the south of town in the moderate price range" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can you give me the address please" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , restaurant alimentum is on 152 - 154 Hills Road" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and what kind of food do they serve" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum serves modern european food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is modern european food any good" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a nice restaurant in the south of town serving modern european food" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-eaef6f434c-20130323_025453
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant in the south part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice restaurant in the south of town serving chinese food" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'82 cherry hinton road cherry hinton');(_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the good luck chinese food takeaway is on 82 Cherry Hinton Road Cherry Hinton" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice restaurant in the south of town in the expensive price range" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-00d76b791d-20130327_010416
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_:result", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice restaurant in the north of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , royal spice is on Victoria Avenue Chesterton" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice restaurant in the north of town in the cheap price range" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of royal spice is 01733 553355 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-e9b53d6ace-20130324_223300
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "royal spice" ], [ "_:result", "phone", "01733 553355" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]