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,area,'east');(_:search,food,'swedish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east part of town serving swedish food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'swedish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving swedish food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "chinese food" }, { "id": 4, "rdf-acts": [ "confirm((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the east of town?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "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 place in the east of town serving tasty chinese food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address phone number and post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'529 newmarket road fen ditton');(_:result,name,'yu garden');(_:result,phone,'01223 248882');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of yu garden is 01223 248882 and it is on 529 Newmarket Road Fen Ditton ." }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'yu garden');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of yu garden is C.B 5, 8 P.A" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e54437a6f0-20130325_133942
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "swedish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/03fc7079" ], [ "_:search/03fc7079", "food", "swedish" ], [ "_:search/03fc7079", "type", "Restaurant" ], [ "_: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/03fc7079" ], [ "_:search/03fc7079", "food", "swedish" ], [ "_:search/03fc7079", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/03fc7079" ], [ "_:search/03fc7079", "food", "swedish" ], [ "_:search/03fc7079", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "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/03fc7079" ], [ "_:search/03fc7079", "food", "swedish" ], [ "_:search/03fc7079", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "name", "yu garden" ], [ "_:result", "phone", "01223 248882" ], [ "_: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/03fc7079" ], [ "_:search/03fc7079", "food", "swedish" ], [ "_:search/03fc7079", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "name", "yu garden" ], [ "_: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 ] } ]
[ { "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": "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,'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": [ "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,'south');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a nice place in the south of town" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is a nice place in the south of town" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is their address" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is a great restaurant" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is their address" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is a great restaurant" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is their address" }, { "id": 18, "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": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 20, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is a nice place in the south of town" }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-8991b7bff6-20130401_175934
[ { "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", "area", "south" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "taj tandoori" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_: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", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_: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" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_: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": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_: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,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like 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": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "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,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": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of royal spice is 01733 553355 and it is on Victoria Avenue Chesterton ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-aaa44b4121-20130327_172225
[ { "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" ], [ "_:user", "inquired", "_:system" ] ], "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", "name", "da vinci pizzeria" ], [ "_: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", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_: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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_: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", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_: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 ] } ]
[ { "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,'jamaican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the south part of town serving jamaican 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,'jamaican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "jamaican food" }, { "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,'jamaican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "jamaican" }, { "id": 6, "rdf-acts": [ "select((_:result,food,*);(_:result,food,'jamaican'))" ], "speaker": "system", "text": "Sorry would you like jamaican food or you dont care" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "jamaican food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving jamaican food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about chinese food" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving jamaican food" }, { "id": 11, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the south part of town serving chinese food" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'jamaican');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving jamaican food" }, { "id": 13, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the south of town serving chinese food" }, { "id": 14, "rdf-acts": [ "select((_:result,food,'jamaican');(_:result,food,'world'))" ], "speaker": "system", "text": "Sorry would you like world or jamaican food?" }, { "id": 15, "rdf-acts": [ "negate()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "no chinese" }, { "id": 16, "rdf-acts": [ "select((_:result,food,'jamaican');(_:result,food,'world'))" ], "speaker": "system", "text": "Sorry would you like world or jamaican food?" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like chinese food" }, { "id": 18, "rdf-acts": [ "confirm((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a chinese restaurant right?" }, { "id": 19, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 20, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 21, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 22, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_: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 serving tasty chinese food" }, { "id": 23, "rdf-acts": [ "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and price range" }, { "id": 24, "rdf-acts": [ "inform((_:result,address,'82 cherry hinton road cherry hinton');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is on 82 Cherry Hinton Road Cherry Hinton , and it is in the expensive price range" }, { "id": 25, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b3edac94d-20130324_202415
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "jamaican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "jamaican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "jamaican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:result", "food", "*" ], [ "_:result", "food", "jamaican" ], [ "_:search", "food", "jamaican" ], [ "_: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", "food", "*" ], [ "_:result", "food", "jamaican" ], [ "_:system", "canthelp", "_:search/1f769b3b" ], [ "_:search/1f769b3b", "food", "jamaican" ], [ "_:search/1f769b3b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_: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", "food", "*" ], [ "_:result", "food", "jamaican" ], [ "_:system", "canthelp", "_:search/1f769b3b" ], [ "_:search/1f769b3b", "food", "jamaican" ], [ "_:search/1f769b3b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/d1005342" ], [ "_:search/d1005342", "food", "jamaican" ], [ "_:search/d1005342", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "chinese" ], [ "_: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", "food", "*" ], [ "_:result", "food", "jamaican" ], [ "_:system", "canthelp", "_:search/1f769b3b" ], [ "_:search/1f769b3b", "food", "jamaican" ], [ "_:search/1f769b3b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/d1005342" ], [ "_:search/d1005342", "food", "jamaican" ], [ "_:search/d1005342", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/882c5128" ], [ "_:search/882c5128", "food", "jamaican" ], [ "_:search/882c5128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "chinese" ], [ "_: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/1f769b3b" ], [ "_:search/1f769b3b", "food", "jamaican" ], [ "_:search/1f769b3b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/d1005342" ], [ "_:search/d1005342", "food", "jamaican" ], [ "_:search/d1005342", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/882c5128" ], [ "_:search/882c5128", "food", "jamaican" ], [ "_:search/882c5128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:result", "food", "jamaican" ], [ "_:result", "food", "world" ], [ "_:search", "food", "chinese" ], [ "_: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/1f769b3b" ], [ "_:search/1f769b3b", "food", "jamaican" ], [ "_:search/1f769b3b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/d1005342" ], [ "_:search/d1005342", "food", "jamaican" ], [ "_:search/d1005342", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/882c5128" ], [ "_:search/882c5128", "food", "jamaican" ], [ "_:search/882c5128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:result", "food", "jamaican" ], [ "_:result", "food", "world" ], [ "_: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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1f769b3b" ], [ "_:search/1f769b3b", "food", "jamaican" ], [ "_:search/1f769b3b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/d1005342" ], [ "_:search/d1005342", "food", "jamaican" ], [ "_:search/d1005342", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/882c5128" ], [ "_:search/882c5128", "food", "jamaican" ], [ "_:search/882c5128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:result", "food", "jamaican" ], [ "_:result", "food", "world" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1f769b3b" ], [ "_:search/1f769b3b", "food", "jamaican" ], [ "_:search/1f769b3b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/d1005342" ], [ "_:search/d1005342", "food", "jamaican" ], [ "_:search/d1005342", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/882c5128" ], [ "_:search/882c5128", "food", "jamaican" ], [ "_:search/882c5128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:result", "food", "jamaican" ], [ "_:result", "food", "world" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "*" ], [ "_: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/1f769b3b" ], [ "_:search/1f769b3b", "food", "jamaican" ], [ "_:search/1f769b3b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/d1005342" ], [ "_:search/d1005342", "food", "jamaican" ], [ "_:search/d1005342", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/882c5128" ], [ "_:search/882c5128", "food", "jamaican" ], [ "_:search/882c5128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ] ], "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/1f769b3b" ], [ "_:search/1f769b3b", "food", "jamaican" ], [ "_:search/1f769b3b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/d1005342" ], [ "_:search/d1005342", "food", "jamaican" ], [ "_:search/d1005342", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/882c5128" ], [ "_:search/882c5128", "food", "jamaican" ], [ "_:search/882c5128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_: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, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] } ]
[ { "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,'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,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mexican" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chiquito restaurant bar is a nice place in the south of town serving tasty mexican food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'2g cambridge leisure park cherry hinton road cherry hinton');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , chiquito restaurant bar is on 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of chiquito restaurant bar is 01223 400170 ." }, { "id": 11, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chiquito restaurant bar is in the expensive price range" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d76f6e4f82-20130327_201839
[ { "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", "food", "mexican" ], [ "_: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", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_: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", "south" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "mexican" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_: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", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "mexican" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "phone", "01223 400170" ], [ "_: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", "south" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "mexican" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "phone", "01223 400170" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_: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 ] } ]
[ { "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": "looking for something cheap in the north side 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,type,'Restaurant'))" ], "speaker": "user", "text": "whats their address" }, { "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": "okay how bout their phone number" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-4a6ecc1f1c-20130329_154425
[ { "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", "?" ] ], "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", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_: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", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_: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 ] } ]
[ { "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": [ "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,'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": "whats the address" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut cherry hinton is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton" }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton serves italian food" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d645d56d23-20130401_204623
[ { "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", "address", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "g4 cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_: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", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "g4 cambridge leisure park clifton way cherry hinton" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_: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,*);(_:search,food,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in any area that serves welsh 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": [ "reqalts()", "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about vietnamese food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving welsh food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about vietnamese food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of thanh binh is 01223 362456 and it is on 17 Magdalene Street City Centre ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e9b53d6ace-20130401_194326
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "welsh" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/e55ee8bb" ], [ "_:search/e55ee8bb", "food", "welsh" ], [ "_:search/e55ee8bb", "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" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/e55ee8bb" ], [ "_:search/e55ee8bb", "food", "welsh" ], [ "_:search/e55ee8bb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3b146e32" ], [ "_:search/3b146e32", "food", "welsh" ], [ "_:search/3b146e32", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "vietnamese" ], [ "_: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/e55ee8bb" ], [ "_:search/e55ee8bb", "food", "welsh" ], [ "_:search/e55ee8bb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3b146e32" ], [ "_:search/3b146e32", "food", "welsh" ], [ "_:search/3b146e32", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_: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", "*" ], [ "_:system", "canthelp", "_:search/e55ee8bb" ], [ "_:search/e55ee8bb", "food", "welsh" ], [ "_:search/e55ee8bb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3b146e32" ], [ "_:search/3b146e32", "food", "welsh" ], [ "_:search/3b146e32", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "phone", "01223 362456" ], [ "_: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": "north" }, { "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,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,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "id": 8, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d66e12b45c-20130327_173320
[ { "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" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_: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" ], [ "_:search", "area", "?" ], [ "_:search", "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": [], "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": [ "select((_:result,area,'east');(_:result,area,'west'))" ], "speaker": "system", "text": "Sorry would you like something in the west or in the east" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant that serves thai food" }, { "id": 6, "rdf-acts": [ "select((_:result,area,'east');(_:result,area,'west'))" ], "speaker": "system", "text": "Sorry would you like something in the west or in the east" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yippee noodle bar is in the moderate price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'40428 king street city centre');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , yippee noodle bar is on 40428 King 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,'yippee noodle bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of yippee noodle bar is 01223 518111 ." }, { "id": 13, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yippee noodle bar serves asian oriental food" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-922209b777-20130327_011149
[ { "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", "?" ], [ "_:result", "area", "east" ], [ "_:result", "area", "west" ], [ "_:search", "food", "thai" ], [ "_: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", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "east" ], [ "_:result", "area", "west" ], [ "_: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", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "east" ], [ "_:result", "area", "west" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "yippee noodle 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" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "east" ], [ "_:result", "area", "west" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "40428 king street city centre" ], [ "_:result", "name", "yippee noodle bar" ], [ "_: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", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "east" ], [ "_:result", "area", "west" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "40428 king street city centre" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "phone", "01223 518111" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "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", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "east" ], [ "_:result", "area", "west" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "40428 king street city centre" ], [ "_:result", "phone", "01223 518111" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "yippee noodle bar" ], [ "_: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,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "do you have christmas food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no christmas restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "um north american 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": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "um whats the price range" }, { "id": 6, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 7, "rdf-acts": [ "affirm()", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "yes the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , gourmet burger kitchen is on Regent Street City Centre" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of gourmet burger kitchen is 01223 312598 ." }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats the post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'gourmet burger kitchen');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of gourmet burger kitchen is C.B 2, 1 A.B" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b20968d1ea-20130323_110813
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "christmas" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/9708f0e0" ], [ "_:search/9708f0e0", "food", "christmas" ], [ "_:search/9708f0e0", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/9708f0e0" ], [ "_:search/9708f0e0", "food", "christmas" ], [ "_:search/9708f0e0", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/9708f0e0" ], [ "_:search/9708f0e0", "food", "christmas" ], [ "_:search/9708f0e0", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/9708f0e0" ], [ "_:search/9708f0e0", "food", "christmas" ], [ "_:search/9708f0e0", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "pricerange", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/9708f0e0" ], [ "_:search/9708f0e0", "food", "christmas" ], [ "_:search/9708f0e0", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "pricerange", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "phone", "01223 312598" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/9708f0e0" ], [ "_:search/9708f0e0", "food", "christmas" ], [ "_:search/9708f0e0", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "pricerange", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "phone", "01223 312598" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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 ] } ]
[ { "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,'seafood');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate restaurant seafood" }, { "id": 2, "rdf-acts": [ "confirm((_:search,food,'seafood');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a seafood restaurant right?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'seafood');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moderate seafood food" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'seafood');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moderate seafood food" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "child" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'seafood');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moderate seafood food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "chinese food" }, { "id": 10, "rdf-acts": [ "confirm((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the moderate price range right?" }, { "id": 11, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "shanghai family restaurant serves chinese food in the moderate price range" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "shanghai family restaurant 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,'shanghai family restaurant');(_:result,phone,'01223 301761');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of shanghai family restaurant is 01223 301761 ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-31de0daa7b-20130402_133047
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "seafood" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "seafood" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "seafood" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d7674dd1" ], [ "_:search/d7674dd1", "food", "seafood" ], [ "_:search/d7674dd1", "pricerange", "moderate" ], [ "_:search/d7674dd1", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "seafood" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d7674dd1" ], [ "_:search/d7674dd1", "food", "seafood" ], [ "_:search/d7674dd1", "pricerange", "moderate" ], [ "_:search/d7674dd1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74d94c6f" ], [ "_:search/74d94c6f", "food", "seafood" ], [ "_:search/74d94c6f", "pricerange", "moderate" ], [ "_:search/74d94c6f", "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/d7674dd1" ], [ "_:search/d7674dd1", "food", "seafood" ], [ "_:search/d7674dd1", "pricerange", "moderate" ], [ "_:search/d7674dd1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74d94c6f" ], [ "_:search/74d94c6f", "food", "seafood" ], [ "_:search/74d94c6f", "pricerange", "moderate" ], [ "_:search/74d94c6f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c3fc0efa" ], [ "_:search/c3fc0efa", "food", "seafood" ], [ "_:search/c3fc0efa", "pricerange", "moderate" ], [ "_:search/c3fc0efa", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/d7674dd1" ], [ "_:search/d7674dd1", "food", "seafood" ], [ "_:search/d7674dd1", "pricerange", "moderate" ], [ "_:search/d7674dd1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74d94c6f" ], [ "_:search/74d94c6f", "food", "seafood" ], [ "_:search/74d94c6f", "pricerange", "moderate" ], [ "_:search/74d94c6f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c3fc0efa" ], [ "_:search/c3fc0efa", "food", "seafood" ], [ "_:search/c3fc0efa", "pricerange", "moderate" ], [ "_:search/c3fc0efa", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/d7674dd1" ], [ "_:search/d7674dd1", "food", "seafood" ], [ "_:search/d7674dd1", "pricerange", "moderate" ], [ "_:search/d7674dd1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74d94c6f" ], [ "_:search/74d94c6f", "food", "seafood" ], [ "_:search/74d94c6f", "pricerange", "moderate" ], [ "_:search/74d94c6f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c3fc0efa" ], [ "_:search/c3fc0efa", "food", "seafood" ], [ "_:search/c3fc0efa", "pricerange", "moderate" ], [ "_:search/c3fc0efa", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "shanghai family restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/d7674dd1" ], [ "_:search/d7674dd1", "food", "seafood" ], [ "_:search/d7674dd1", "pricerange", "moderate" ], [ "_:search/d7674dd1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74d94c6f" ], [ "_:search/74d94c6f", "food", "seafood" ], [ "_:search/74d94c6f", "pricerange", "moderate" ], [ "_:search/74d94c6f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c3fc0efa" ], [ "_:search/c3fc0efa", "food", "seafood" ], [ "_:search/c3fc0efa", "pricerange", "moderate" ], [ "_:search/c3fc0efa", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "shanghai family restaurant" ], [ "_: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", "moderate" ], [ "_:system", "canthelp", "_:search/d7674dd1" ], [ "_:search/d7674dd1", "food", "seafood" ], [ "_:search/d7674dd1", "pricerange", "moderate" ], [ "_:search/d7674dd1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/74d94c6f" ], [ "_:search/74d94c6f", "food", "seafood" ], [ "_:search/74d94c6f", "pricerange", "moderate" ], [ "_:search/74d94c6f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c3fc0efa" ], [ "_:search/c3fc0efa", "food", "seafood" ], [ "_:search/c3fc0efa", "pricerange", "moderate" ], [ "_:search/c3fc0efa", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "shanghai family restaurant" ], [ "_:result", "phone", "01223 301761" ], [ "_: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,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a restaurant in the south 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": "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,'kosher');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "kosher food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'kosher');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no kosher restaurant in the south of town" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about chinese food" }, { "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": [ "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is their address and price range" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant is in the expensive price range" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b27a230d2e-20130329_035828
[ { "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", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "kosher" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/ccee2b2f" ], [ "_:search/ccee2b2f", "area", "south" ], [ "_:search/ccee2b2f", "food", "kosher" ], [ "_:search/ccee2b2f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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", "south" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/ccee2b2f" ], [ "_:search/ccee2b2f", "area", "south" ], [ "_:search/ccee2b2f", "food", "kosher" ], [ "_:search/ccee2b2f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_: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", "south" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/ccee2b2f" ], [ "_:search/ccee2b2f", "area", "south" ], [ "_:search/ccee2b2f", "food", "kosher" ], [ "_:search/ccee2b2f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_: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", "*" ], [ "_:system", "canthelp", "_:search/ccee2b2f" ], [ "_:search/ccee2b2f", "area", "south" ], [ "_:search/ccee2b2f", "food", "kosher" ], [ "_:search/ccee2b2f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking 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 ] } ]
[ { "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,'unusual');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant and it should serve unusual food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'unusual');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no unusual restaurant in the expensive price range" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about european food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe is a great restaurant serving european food and it is in the expensive price range" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay whats the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,\"st. michael's church trinity street city centre\");(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , michaelhouse cafe is on St. Michael's Church Trinity Street City Centre" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "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,food,'european');(_:result,name,'michaelhouse cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe is a great restaurant serving european food and it is in the expensive price range" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-5749b16764-20130328_145608
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "unusual" ], [ "_: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/e98da45c" ], [ "_:search/e98da45c", "food", "unusual" ], [ "_:search/e98da45c", "pricerange", "expensive" ], [ "_:search/e98da45c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/e98da45c" ], [ "_:search/e98da45c", "food", "unusual" ], [ "_:search/e98da45c", "pricerange", "expensive" ], [ "_:search/e98da45c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_: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", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/e98da45c" ], [ "_:search/e98da45c", "food", "unusual" ], [ "_:search/e98da45c", "pricerange", "expensive" ], [ "_:search/e98da45c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_: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", "expensive" ], [ "_:system", "canthelp", "_:search/e98da45c" ], [ "_:search/e98da45c", "food", "unusual" ], [ "_:search/e98da45c", "pricerange", "expensive" ], [ "_:search/e98da45c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_: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", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/e98da45c" ], [ "_:search/e98da45c", "food", "unusual" ], [ "_:search/e98da45c", "pricerange", "expensive" ], [ "_:search/e98da45c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "area", "?" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_: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 ] } ]
[ { "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 would like to find a moderately priced restaurant and it should" }, { "id": 2, "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": 3, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what food does it serve" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'spanish');(_:result,name,'la tasca');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la tasca serves spanish food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'english');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "may i have a moderately priced restaurant serving english" }, { "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": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala serves indian food in the moderate price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address and phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'7 milton road chesterton');(_:result,name,'the nirala');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the nirala is on 7 Milton Road Chesterton" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the nirala is 01223 360966 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-935947e17b-20130402_194703
[ { "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", "type", "Restaurant" ], [ "_:result", "name", "la tasca" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "la tasca" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "english" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "la tasca" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/bd4aceff" ], [ "_:search/bd4aceff", "food", "english" ], [ "_:search/bd4aceff", "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", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/bd4aceff" ], [ "_:search/bd4aceff", "food", "english" ], [ "_:search/bd4aceff", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "the nirala" ], [ "_: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/bd4aceff" ], [ "_:search/bd4aceff", "food", "english" ], [ "_:search/bd4aceff", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "7 milton road chesterton" ], [ "_:result", "name", "the nirala" ], [ "_: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", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/bd4aceff" ], [ "_:search/bd4aceff", "food", "english" ], [ "_:search/bd4aceff", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 milton road chesterton" ], [ "_:result", "name", "the nirala" ], [ "_:result", "phone", "01223 360966" ], [ "_: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,'venetian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant that serves venetian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'venetian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no venetian restaurant in the expensive price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant is a great restaurant serving turkish food and it is in the expensive price range" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-58047f5227-20130327_032049
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "venetian" ], [ "_: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/6de15f47" ], [ "_:search/6de15f47", "food", "venetian" ], [ "_:search/6de15f47", "pricerange", "expensive" ], [ "_:search/6de15f47", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/6de15f47" ], [ "_:search/6de15f47", "food", "venetian" ], [ "_:search/6de15f47", "pricerange", "expensive" ], [ "_:search/6de15f47", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_: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", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/6de15f47" ], [ "_:search/6de15f47", "food", "venetian" ], [ "_:search/6de15f47", "pricerange", "expensive" ], [ "_:search/6de15f47", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "name", "meze bar restaurant" ], [ "_: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,*);(_:search,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in any area that serves russian food" }, { "id": 2, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "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,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "russian" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving russian food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north american" }, { "id": 8, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "confirm((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a north american restaurant right?" }, { "id": 11, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , gourmet burger kitchen is on Regent Street City Centre" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of gourmet burger kitchen is 01223 312598 ." }, { "id": 17, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the price range" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'gourmet burger kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gourmet burger kitchen is in the expensive price range" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-58047f5227-20130327_033220
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "russian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "russian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "russian" ], [ "_: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/87b0c56a" ], [ "_:search/87b0c56a", "food", "russian" ], [ "_:search/87b0c56a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_: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/87b0c56a" ], [ "_:search/87b0c56a", "food", "russian" ], [ "_:search/87b0c56a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_: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/87b0c56a" ], [ "_:search/87b0c56a", "food", "russian" ], [ "_:search/87b0c56a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_: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/87b0c56a" ], [ "_:search/87b0c56a", "food", "russian" ], [ "_:search/87b0c56a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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/87b0c56a" ], [ "_:search/87b0c56a", "food", "russian" ], [ "_:search/87b0c56a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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/87b0c56a" ], [ "_:search/87b0c56a", "food", "russian" ], [ "_:search/87b0c56a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "phone", "01223 312598" ], [ "_: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" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/87b0c56a" ], [ "_:search/87b0c56a", "food", "russian" ], [ "_:search/87b0c56a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "phone", "01223 312598" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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": [ "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,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "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": [ "inform((_:result,name,'the golden curry');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the golden curry is in the expensive price range" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two is in the expensive price range" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "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": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two serves french food" }, { "id": 15, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'curry queen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry queen is in the expensive price range" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'don pasquale pizzeria');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "don pasquale pizzeria serves italian food in the expensive price range" }, { "id": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'don pasquale pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "don pasquale pizzeria is a great restaurant" }, { "id": 21, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'don pasquale pizzeria');(_:result,phone,'01223 350106');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of don pasquale pizzeria is 01223 350106 ." }, { "id": 23, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 24, "rdf-acts": [ "inform((_:result,address,'12 market hill city centre');(_:result,name,'don pasquale pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , don pasquale pizzeria is on 12 Market Hill City Centre" }, { "id": 25, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-50af5438f1-20130402_085647
[ { "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", "italian" ], [ "_: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", "*" ], [ "_: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", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:result", "name", "the golden curry" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "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", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_: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", "*" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "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", "*" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:result", "food", "french" ], [ "_:result", "name", "curry queen" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "don pasquale pizzeria" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "don pasquale 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 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "don pasquale pizzeria" ], [ "_:result", "phone", "01223 350106" ], [ "_: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 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 350106" ], [ "_:result", "address", "12 market hill city centre" ], [ "_:result", "name", "don pasquale 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 ] } ]
[ { "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 restaurant in the west part of town and it should be 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,*);(_: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,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice restaurant in the west of town serving italian food" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats their 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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'15 magdalene street city centre');(_:result,name,'la margherita');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , la margherita is on 15 Magdalene Street City Centre" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-fe4b6ef58f-20130325_233655
[ { "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", "food", "*" ], [ "_: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", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_: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", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "la margherita" ], [ "_:result", "phone", "01223 315232" ], [ "_: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" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 315232" ], [ "_:result", "address", "15 magdalene street city centre" ], [ "_:result", "name", "la margherita" ], [ "_: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,'traditional');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the east part of town that serves traditional food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving traditional food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about indian food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving traditional food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian 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": "it doesnt matter" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry prince is a nice place in the east of town serving tasty indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b81cbb287-20130324_014857
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "traditional" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/ac3bb37e" ], [ "_:search/ac3bb37e", "food", "traditional" ], [ "_:search/ac3bb37e", "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" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/ac3bb37e" ], [ "_:search/ac3bb37e", "food", "traditional" ], [ "_:search/ac3bb37e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/73d49524" ], [ "_:search/73d49524", "food", "traditional" ], [ "_:search/73d49524", "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", "area", "east" ], [ "_:system", "canthelp", "_:search/ac3bb37e" ], [ "_:search/ac3bb37e", "food", "traditional" ], [ "_:search/ac3bb37e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/73d49524" ], [ "_:search/73d49524", "food", "traditional" ], [ "_:search/73d49524", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_: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", "east" ], [ "_:system", "canthelp", "_:search/ac3bb37e" ], [ "_:search/ac3bb37e", "food", "traditional" ], [ "_:search/ac3bb37e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/73d49524" ], [ "_:search/73d49524", "food", "traditional" ], [ "_:search/73d49524", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "curry prince" ], [ "_: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", "east" ], [ "_:system", "canthelp", "_:search/ac3bb37e" ], [ "_:search/ac3bb37e", "food", "traditional" ], [ "_:search/ac3bb37e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/73d49524" ], [ "_:search/73d49524", "food", "traditional" ], [ "_:search/73d49524", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_: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, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/ac3bb37e" ], [ "_:search/ac3bb37e", "food", "traditional" ], [ "_:search/ac3bb37e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/73d49524" ], [ "_:search/73d49524", "food", "traditional" ], [ "_:search/73d49524", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_: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, 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,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced in the west" }, { "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,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a great restaurant" }, { "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,'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 ." }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'saint johns chop house');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of saint johns chop house is C.B 3, 0 A.D" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3be3bda933-20130326_125503
[ { "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", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_: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", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "saint johns chop house" ], [ "_: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", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "saint johns chop 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", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_: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", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to find an expensive restaurant in the south 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": "does not matter" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "confirm((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are restaurants in the expensive price range and the south of town . What type of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any type of food is okay" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'indian');(_:result,name,'taj tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a nice restaurant in the south of town serving indian food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'64 cherry hinton road cherry hinton');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , taj tandoori is on 64 Cherry Hinton Road Cherry Hinton" }, { "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,'taj tandoori');(_:result,phone,'01223 412299');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of taj tandoori is 01223 412299 ." }, { "id": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori serves indian food" }, { "id": 13, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "okay thank" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'taj tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a nice restaurant in the south of town in the expensive price range" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f246dfe0f2-20130328_161556
[ { "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" ] ], "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", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_: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", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "64 cherry hinton road cherry hinton" ], [ "_:result", "name", "taj tandoori" ], [ "_: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", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "64 cherry hinton road cherry hinton" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "phone", "01223 412299" ], [ "_: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" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "64 cherry hinton road cherry hinton" ], [ "_:result", "phone", "01223 412299" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_: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", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "64 cherry hinton road cherry hinton" ], [ "_:result", "phone", "01223 412299" ], [ "_:result", "food", "indian" ], [ "_:result", "area", "south" ], [ "_:result", "name", "taj tandoori" ], [ "_: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": [], "speaker": "user", "text": "unintelligible" }, { "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": "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": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is in the north part of town ." }, { "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,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice restaurant in the north of town serving indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-21ec2b7850-20130327_040416
[ { "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", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_: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", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "royal spice" ], [ "_: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", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_: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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_:result", "phone", "01733 553355" ], [ "_: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", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "phone", "01733 553355" ], [ "_:result", "name", "royal spice" ], [ "_: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,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "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": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a nice restaurant in the north of town in the expensive price range" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city serves asian oriental food" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is in the north part of town ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is in the north part of town ." }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "french" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'french');(_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two is a nice restaurant in the north of town serving french food" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'restaurant two two');(_:result,phone,'01223 351880');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of restaurant two two is 01223 351880 ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-50af5438f1-20130402_090250
[ { "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", "?" ], [ "_: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", "*" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "*" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "saigon city" ], [ "_: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", "*" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_: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" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_: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", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "phone", "01223 351880" ], [ "_: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,'austrian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant that serves austrian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving austrian food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about portuguese food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving austrian food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "portuguese" }, { "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,'portuguese');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos serves portuguese food in the cheap price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats their address" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0fa32b1e78-20130402_142022
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "austrian" ], [ "_: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/654a73b6" ], [ "_:search/654a73b6", "food", "austrian" ], [ "_:search/654a73b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/654a73b6" ], [ "_:search/654a73b6", "food", "austrian" ], [ "_:search/654a73b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/ab124a9d" ], [ "_:search/ab124a9d", "food", "austrian" ], [ "_:search/ab124a9d", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/654a73b6" ], [ "_:search/654a73b6", "food", "austrian" ], [ "_:search/654a73b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/ab124a9d" ], [ "_:search/ab124a9d", "food", "austrian" ], [ "_:search/ab124a9d", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/654a73b6" ], [ "_:search/654a73b6", "food", "austrian" ], [ "_:search/654a73b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/ab124a9d" ], [ "_:search/ab124a9d", "food", "austrian" ], [ "_:search/ab124a9d", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/654a73b6" ], [ "_:search/654a73b6", "food", "austrian" ], [ "_:search/654a73b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/ab124a9d" ], [ "_:search/ab124a9d", "food", "austrian" ], [ "_:search/ab124a9d", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_: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,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant in the center and it should serve corsica food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no corsica restaurant in the centre of town" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about north american" }, { "id": 4, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about north american type of food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no corsica restaurant in the centre of town" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about north american type of food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gourmet burger kitchen is a nice restaurant in the centre of town serving north american food" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of gourmet burger kitchen is 01223 312598 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-10beae627f-20130328_171027
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "corsica" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/c5d5a72e" ], [ "_:search/c5d5a72e", "area", "centre" ], [ "_:search/c5d5a72e", "food", "corsica" ], [ "_:search/c5d5a72e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/c5d5a72e" ], [ "_:search/c5d5a72e", "area", "centre" ], [ "_:search/c5d5a72e", "food", "corsica" ], [ "_:search/c5d5a72e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/c5d5a72e" ], [ "_:search/c5d5a72e", "area", "centre" ], [ "_:search/c5d5a72e", "food", "corsica" ], [ "_:search/c5d5a72e", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/85685b21" ], [ "_:search/85685b21", "area", "centre" ], [ "_:search/85685b21", "food", "corsica" ], [ "_:search/85685b21", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "north american" ], [ "_: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/c5d5a72e" ], [ "_:search/c5d5a72e", "area", "centre" ], [ "_:search/c5d5a72e", "food", "corsica" ], [ "_:search/c5d5a72e", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/85685b21" ], [ "_:search/85685b21", "area", "centre" ], [ "_:search/85685b21", "food", "corsica" ], [ "_:search/85685b21", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "north american" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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", "centre" ], [ "_:system", "canthelp", "_:search/c5d5a72e" ], [ "_:search/c5d5a72e", "area", "centre" ], [ "_:search/c5d5a72e", "food", "corsica" ], [ "_:search/c5d5a72e", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/85685b21" ], [ "_:search/85685b21", "area", "centre" ], [ "_:search/85685b21", "food", "corsica" ], [ "_:search/85685b21", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "north american" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "phone", "01223 312598" ], [ "_: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": "im 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": "uh north" }, { "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": [ "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,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-13ff413553-20130328_172007
[ { "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", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_: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", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_: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,'centre');(_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the center that serves turkish food" }, { "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": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia is a nice place in the centre of town serving tasty turkish food" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "efes restaurant is a nice place in the centre of town serving tasty turkish food" }, { "id": 7, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the price range" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-be5b7bf9d9-20130401_152843
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "anatolia" ], [ "_: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", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "efes restaurant" ], [ "_: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", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_: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 ] } ]
[ { "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,'seafood');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the center that serves sea food" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'seafood');(_:result,name,'loch fyne');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "loch fyne is a nice restaurant in the centre of town serving seafood food" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'the little rose 37 trumpington street');(_:result,name,'loch fyne');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , loch fyne is on The Little Rose 37 Trumpington Street" }, { "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,'loch fyne');(_:result,phone,'01223 362433');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of loch fyne is 01223 362433 ." }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'loch fyne');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of loch fyne is C.B 2, 1 Q.Y" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-ad40cf5489-20130327_191638
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "loch fyne" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "address", "the little rose 37 trumpington street" ], [ "_:result", "name", "loch fyne" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "address", "the little rose 37 trumpington street" ], [ "_:result", "name", "loch fyne" ], [ "_:result", "phone", "01223 362433" ], [ "_: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", "centre" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "address", "the little rose 37 trumpington street" ], [ "_:result", "phone", "01223 362433" ], [ "_:result", "name", "loch fyne" ], [ "_: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,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "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 restaurant in the east of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 4, "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": 5, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the missing sock');(_:result,postcode,'c.b 25');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of the missing sock is C.B 25, 9 A.Q" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-03c59ba692-20130402_060307
[ { "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", "phone", "?" ] ], "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", "name", "the missing sock" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "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", "phone", "01223 812660" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "postcode", "c.b 25" ], [ "_: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,'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": [], "speaker": "user", "text": "good food" }, { "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": "scottish" }, { "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,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "american" }, { "id": 8, "rdf-acts": [ "confirm((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant serving any kind of food right?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "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,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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you bye" } ]
voip-0999e9bb30-20130325_124910
[ { "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", "scottish" ], [ "_: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", "north american" ], [ "_: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", "north american" ], [ "_: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" ], [ "_:search", "food", "north american" ], [ "_: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" ], [ "_:search", "food", "north american" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_: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 ] } ]
[ { "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": "any kind" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant 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": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'pipasha restaurant');(_:result,phone,'01223 577786');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pipasha restaurant is 01223 577786 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-afd3aa91f0-20130327_190234
[ { "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", "pipasha restaurant" ], [ "_: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", "pipasha restaurant" ], [ "_:result", "phone", "01223 577786" ], [ "_: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": [], "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,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british food in north part of town" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no british restaurant in the north of town" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no british restaurant in the north of town" }, { "id": 7, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no british restaurant in the north of town" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no british restaurant in the north of town" }, { "id": 11, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no british restaurant in the north of town" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no british restaurant in the north of town" }, { "id": 15, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "great day unintelligible" }, { "id": 16, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no british restaurant in the north of town" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 18, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no british restaurant in the north of town" }, { "id": 19, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian food" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no british restaurant in the north of town" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 22, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no british restaurant in the north of town" }, { "id": 23, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "just fuck every time i do it and this moron says that its indian sucks" }, { "id": 24, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'graffiti');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "graffiti is a nice restaurant in the west of town serving british food" }, { "id": 25, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian food" }, { "id": 26, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'graffiti');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "graffiti serves british food ." }, { "id": 27, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "want indian food" }, { "id": 28, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'rice boat');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rice boat is a nice restaurant in the west of town serving indian food" }, { "id": 29, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address phone number prices" }, { "id": 30, "rdf-acts": [ "inform((_:result,name,'rice boat');(_:result,phone,'01223 302800');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of rice boat is 01223 302800 ." }, { "id": 31, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 32, "rdf-acts": [ "inform((_:result,address,'37 newnham road newnham');(_:result,name,'rice boat');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , rice boat is on 37 Newnham Road Newnham" }, { "id": 33, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 34, "rdf-acts": [ "inform((_:result,name,'rice boat');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rice boat is in the expensive price range" }, { "id": 35, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 36, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'rice boat');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rice boat serves indian food ." }, { "id": 37, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-22c938c8ba-20130325_123407
[ { "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", "north" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "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", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_: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", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "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" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "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", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "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", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "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", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bde1e09a" ], [ "_:search/bde1e09a", "area", "north" ], [ "_:search/bde1e09a", "food", "british" ], [ "_:search/bde1e09a", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bde1e09a" ], [ "_:search/bde1e09a", "area", "north" ], [ "_:search/bde1e09a", "food", "british" ], [ "_:search/bde1e09a", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/48d524a9" ], [ "_:search/48d524a9", "area", "north" ], [ "_:search/48d524a9", "food", "british" ], [ "_:search/48d524a9", "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", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bde1e09a" ], [ "_:search/bde1e09a", "area", "north" ], [ "_:search/bde1e09a", "food", "british" ], [ "_:search/bde1e09a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/48d524a9" ], [ "_:search/48d524a9", "area", "north" ], [ "_:search/48d524a9", "food", "british" ], [ "_:search/48d524a9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e1f955fe" ], [ "_:search/e1f955fe", "area", "north" ], [ "_:search/e1f955fe", "food", "british" ], [ "_:search/e1f955fe", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bde1e09a" ], [ "_:search/bde1e09a", "area", "north" ], [ "_:search/bde1e09a", "food", "british" ], [ "_:search/bde1e09a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/48d524a9" ], [ "_:search/48d524a9", "area", "north" ], [ "_:search/48d524a9", "food", "british" ], [ "_:search/48d524a9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e1f955fe" ], [ "_:search/e1f955fe", "area", "north" ], [ "_:search/e1f955fe", "food", "british" ], [ "_:search/e1f955fe", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "graffiti" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bde1e09a" ], [ "_:search/bde1e09a", "area", "north" ], [ "_:search/bde1e09a", "food", "british" ], [ "_:search/bde1e09a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/48d524a9" ], [ "_:search/48d524a9", "area", "north" ], [ "_:search/48d524a9", "food", "british" ], [ "_:search/48d524a9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e1f955fe" ], [ "_:search/e1f955fe", "area", "north" ], [ "_:search/e1f955fe", "food", "british" ], [ "_:search/e1f955fe", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "graffiti" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bde1e09a" ], [ "_:search/bde1e09a", "area", "north" ], [ "_:search/bde1e09a", "food", "british" ], [ "_:search/bde1e09a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/48d524a9" ], [ "_:search/48d524a9", "area", "north" ], [ "_:search/48d524a9", "food", "british" ], [ "_:search/48d524a9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e1f955fe" ], [ "_:search/e1f955fe", "area", "north" ], [ "_:search/e1f955fe", "food", "british" ], [ "_:search/e1f955fe", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "rice boat" ], [ "_: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, 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", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bde1e09a" ], [ "_:search/bde1e09a", "area", "north" ], [ "_:search/bde1e09a", "food", "british" ], [ "_:search/bde1e09a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/48d524a9" ], [ "_:search/48d524a9", "area", "north" ], [ "_:search/48d524a9", "food", "british" ], [ "_:search/48d524a9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e1f955fe" ], [ "_:search/e1f955fe", "area", "north" ], [ "_:search/e1f955fe", "food", "british" ], [ "_:search/e1f955fe", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "rice boat" ], [ "_:result", "phone", "01223 302800" ], [ "_: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 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bde1e09a" ], [ "_:search/bde1e09a", "area", "north" ], [ "_:search/bde1e09a", "food", "british" ], [ "_:search/bde1e09a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/48d524a9" ], [ "_:search/48d524a9", "area", "north" ], [ "_:search/48d524a9", "food", "british" ], [ "_:search/48d524a9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e1f955fe" ], [ "_:search/e1f955fe", "area", "north" ], [ "_:search/e1f955fe", "food", "british" ], [ "_:search/e1f955fe", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "?" ], [ "_:result", "phone", "01223 302800" ], [ "_:result", "address", "37 newnham road newnham" ], [ "_:result", "name", "rice boat" ], [ "_: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 ] }, { "id": 17, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bde1e09a" ], [ "_:search/bde1e09a", "area", "north" ], [ "_:search/bde1e09a", "food", "british" ], [ "_:search/bde1e09a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/48d524a9" ], [ "_:search/48d524a9", "area", "north" ], [ "_:search/48d524a9", "food", "british" ], [ "_:search/48d524a9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e1f955fe" ], [ "_:search/e1f955fe", "area", "north" ], [ "_:search/e1f955fe", "food", "british" ], [ "_:search/e1f955fe", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "phone", "01223 302800" ], [ "_:result", "address", "37 newnham road newnham" ], [ "_:result", "name", "rice boat" ], [ "_:result", "pricerange", "expensive" ], [ "_: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, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ] }, { "id": 18, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f6f19c31" ], [ "_:search/f6f19c31", "area", "north" ], [ "_:search/f6f19c31", "food", "british" ], [ "_:search/f6f19c31", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/54e82507" ], [ "_:search/54e82507", "area", "north" ], [ "_:search/54e82507", "food", "british" ], [ "_:search/54e82507", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6432c8b" ], [ "_:search/f6432c8b", "area", "north" ], [ "_:search/f6432c8b", "food", "british" ], [ "_:search/f6432c8b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6d6bf276" ], [ "_:search/6d6bf276", "area", "north" ], [ "_:search/6d6bf276", "food", "british" ], [ "_:search/6d6bf276", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/508392d2" ], [ "_:search/508392d2", "area", "north" ], [ "_:search/508392d2", "food", "british" ], [ "_:search/508392d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/816447a5" ], [ "_:search/816447a5", "area", "north" ], [ "_:search/816447a5", "food", "british" ], [ "_:search/816447a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fd9311b7" ], [ "_:search/fd9311b7", "area", "north" ], [ "_:search/fd9311b7", "food", "british" ], [ "_:search/fd9311b7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bde1e09a" ], [ "_:search/bde1e09a", "area", "north" ], [ "_:search/bde1e09a", "food", "british" ], [ "_:search/bde1e09a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/48d524a9" ], [ "_:search/48d524a9", "area", "north" ], [ "_:search/48d524a9", "food", "british" ], [ "_:search/48d524a9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e1f955fe" ], [ "_:search/e1f955fe", "area", "north" ], [ "_:search/e1f955fe", "food", "british" ], [ "_:search/e1f955fe", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223 302800" ], [ "_:result", "address", "37 newnham road newnham" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "rice boat" ], [ "_: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 ] } ]
[ { "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,'greek');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a greek restaurant" }, { "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,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about turkish" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about turkish food" }, { "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": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food in the expensive price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-5cf59cc660-20130327_143308
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "greek" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/9e2ddfcc" ], [ "_:search/9e2ddfcc", "food", "greek" ], [ "_:search/9e2ddfcc", "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/9e2ddfcc" ], [ "_:search/9e2ddfcc", "food", "greek" ], [ "_:search/9e2ddfcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9933a81a" ], [ "_:search/9933a81a", "food", "greek" ], [ "_:search/9933a81a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/9e2ddfcc" ], [ "_:search/9e2ddfcc", "food", "greek" ], [ "_:search/9e2ddfcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9933a81a" ], [ "_:search/9933a81a", "food", "greek" ], [ "_:search/9933a81a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_: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/9e2ddfcc" ], [ "_:search/9e2ddfcc", "food", "greek" ], [ "_:search/9e2ddfcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9933a81a" ], [ "_:search/9933a81a", "food", "greek" ], [ "_:search/9933a81a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_: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/9e2ddfcc" ], [ "_:search/9e2ddfcc", "food", "greek" ], [ "_:search/9e2ddfcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9933a81a" ], [ "_:search/9933a81a", "food", "greek" ], [ "_:search/9933a81a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "name", "meze bar restaurant" ], [ "_: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,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like a restaurant in the south part of town that serves cuban" }, { "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,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cuban" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cuban food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about portuguese" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is a nice place in the south of town" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the lucky star is 01223 244277 ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what about the address" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-88b68a9a41-20130324_004031
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "cuban" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "cuban" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/e593eb15" ], [ "_:search/e593eb15", "food", "cuban" ], [ "_:search/e593eb15", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/e593eb15" ], [ "_:search/e593eb15", "food", "cuban" ], [ "_:search/e593eb15", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_: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", "south" ], [ "_:system", "canthelp", "_:search/e593eb15" ], [ "_:search/e593eb15", "food", "cuban" ], [ "_:search/e593eb15", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "phone", "01223 244277" ], [ "_: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", "south" ], [ "_:system", "canthelp", "_:search/e593eb15" ], [ "_:search/e593eb15", "food", "cuban" ], [ "_:search/e593eb15", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "phone", "01223 244277" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_: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": "sigh" }, { "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,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,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "barbecue" }, { "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,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "barbecue" }, { "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": [ "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": 13, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'dojo noodle bar');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dojo noodle bar is in the cheap price range" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'40210 millers yard city centre');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , dojo noodle bar is on 40210 Millers Yard City Centre" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'dojo noodle bar');(_:result,phone,'01223 363471');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of dojo noodle bar is 01223 363471 ." }, { "id": 19, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'dojo noodle bar');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of dojo noodle bar is C.B 2, 1 R.Q" }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-a352cb5ca5-20130401_234216
[ { "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", "food", "barbeque" ], [ "_: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", "barbeque" ], [ "_: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", "barbeque" ], [ "_: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", "*" ], [ "_:search", "food", "barbeque" ], [ "_:search", "pricerange", "cheap" ], [ "_: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", "*" ], [ "_:search", "food", "barbeque" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "*" ], [ "_:search", "food", "barbeque" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "40210 millers yard city centre" ], [ "_:result", "name", "dojo noodle bar" ], [ "_: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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "barbeque" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "40210 millers yard city centre" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "phone", "01223 363471" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "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", "barbeque" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "40210 millers yard city centre" ], [ "_:result", "phone", "01223 363471" ], [ "_:result", "name", "dojo noodle 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, 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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately" }, { "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,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "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,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west part of town" }, { "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": "doesnt matter" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice place in the west of town and the prices are moderate" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "what is the" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'prezzo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a great restaurant" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 16, "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": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0abf414c0c-20130326_235444
[ { "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", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_: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", "west" ], [ "_: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", "west" ], [ "_: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" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "prezzo" ], [ "_: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", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_: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 ] } ]
[ { "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": "i want a moderately priced 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": "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": [ "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 place in the west of town and the prices are moderate" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address phone number and post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of prezzo is 01799 521260 and its postcode is C.B 3, 0 A.D ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e0035cc31b-20130326_204829
[ { "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" ], [ "_: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", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "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", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "phone", "01799 521260" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01799 521260" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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 ] } ]
[ { "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,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "ah yes can i get a restaurant that serves french 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": "ah centre" }, { "id": 4, "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": 5, "rdf-acts": [ "affirm()", "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "ah yes that serves french food" }, { "id": 6, "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": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cote is a nice place in the centre of town serving tasty french food" }, { "id": 9, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "kay" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no other french restaurant in the centre of town" }, { "id": 11, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "ah whats the price ran" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'cote');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cote is a great restaurant" }, { "id": 13, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and ah whats the price range" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cote is in the expensive price range" }, { "id": 15, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "okay and ah" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'cote');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cote is a great restaurant" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what the addre" }, { "id": 18, "rdf-acts": [ "inform((_:result,address,'bridge street city centre');(_:result,name,'cote');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , cote is on Bridge Street City Centre" }, { "id": 19, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "kay" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no other french restaurant in the centre of town" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "and ah" }, { "id": 22, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two serves french food" }, { "id": 23, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "kay" }, { "id": 24, "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": 25, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats his addre" }, { "id": 26, "rdf-acts": [ "inform((_:result,address,'22 chesterton road chesterton');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , restaurant two two is on 22 Chesterton Road Chesterton" }, { "id": 27, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "kay um" }, { "id": 28, "rdf-acts": [ "inform((_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two is a great restaurant" }, { "id": 29, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you and goodbye" } ]
voip-e8997b10da-20130329_011058
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "french" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "french" ], [ "_: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" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:result", "name", "cote" ], [ "_: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", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:result", "name", "cote" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b741478c" ], [ "_:search/b741478c", "area", "centre" ], [ "_:search/b741478c", "food", "french" ], [ "_:search/b741478c", "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" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:system", "canthelp", "_:search/b741478c" ], [ "_:search/b741478c", "area", "centre" ], [ "_:search/b741478c", "food", "french" ], [ "_:search/b741478c", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "cote" ], [ "_: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", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:system", "canthelp", "_:search/b741478c" ], [ "_:search/b741478c", "area", "centre" ], [ "_:search/b741478c", "food", "french" ], [ "_:search/b741478c", "type", "Restaurant" ], [ "_:result", "name", "cote" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:system", "canthelp", "_:search/b741478c" ], [ "_:search/b741478c", "area", "centre" ], [ "_:search/b741478c", "food", "french" ], [ "_:search/b741478c", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "cote" ], [ "_: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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:system", "canthelp", "_:search/b741478c" ], [ "_:search/b741478c", "area", "centre" ], [ "_:search/b741478c", "food", "french" ], [ "_:search/b741478c", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "bridge street city centre" ], [ "_:result", "name", "cote" ], [ "_: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", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:system", "canthelp", "_:search/b741478c" ], [ "_:search/b741478c", "area", "centre" ], [ "_:search/b741478c", "food", "french" ], [ "_:search/b741478c", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "bridge street city centre" ], [ "_:result", "name", "cote" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9f77e16" ], [ "_:search/c9f77e16", "area", "centre" ], [ "_:search/c9f77e16", "food", "french" ], [ "_:search/c9f77e16", "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", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:system", "canthelp", "_:search/b741478c" ], [ "_:search/b741478c", "area", "centre" ], [ "_:search/b741478c", "food", "french" ], [ "_:search/b741478c", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "bridge street city centre" ], [ "_:system", "canthelp", "_:search/c9f77e16" ], [ "_:search/c9f77e16", "area", "centre" ], [ "_:search/c9f77e16", "food", "french" ], [ "_:search/c9f77e16", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_: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", "area", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:system", "canthelp", "_:search/b741478c" ], [ "_:search/b741478c", "area", "centre" ], [ "_:search/b741478c", "food", "french" ], [ "_:search/b741478c", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "bridge street city centre" ], [ "_:system", "canthelp", "_:search/c9f77e16" ], [ "_:search/c9f77e16", "area", "centre" ], [ "_:search/c9f77e16", "food", "french" ], [ "_:search/c9f77e16", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_: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 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:system", "canthelp", "_:search/b741478c" ], [ "_:search/b741478c", "area", "centre" ], [ "_:search/b741478c", "food", "french" ], [ "_:search/b741478c", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c9f77e16" ], [ "_:search/c9f77e16", "area", "centre" ], [ "_:search/c9f77e16", "food", "french" ], [ "_:search/c9f77e16", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "address", "22 chesterton road chesterton" ], [ "_:result", "name", "restaurant two two" ], [ "_: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", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:system", "canthelp", "_:search/b741478c" ], [ "_:search/b741478c", "area", "centre" ], [ "_:search/b741478c", "food", "french" ], [ "_:search/b741478c", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c9f77e16" ], [ "_:search/c9f77e16", "area", "centre" ], [ "_:search/c9f77e16", "food", "french" ], [ "_:search/c9f77e16", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "address", "22 chesterton road chesterton" ], [ "_:result", "name", "restaurant two two" ], [ "_: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, 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": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for an expensive restaurant in the east" }, { "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 type of food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice place in the east of town and the prices are expensive" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats its address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'newmarket road fen ditton');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pipasha restaurant is on Newmarket Road Fen Ditton" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food is it" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant serves indian food" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant is a nice place in the east of town and the prices are expensive" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats its address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'grafton hotel 619 newmarket road fen ditton');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , grafton hotel restaurant is on Grafton Hotel 619 Newmarket Road Fen Ditton" }, { "id": 13, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant is a great restaurant" }, { "id": 15, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant serves british food" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-4c0d36762a-20130328_204956
[ { "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", "pipasha restaurant" ], [ "_: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", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "newmarket road fen ditton" ], [ "_:result", "name", "pipasha restaurant" ], [ "_: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", "address", "newmarket road fen ditton" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "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", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "newmarket road fen ditton" ], [ "_:result", "food", "indian" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "name", "grafton hotel 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", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "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" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "food", "?" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_: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", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "food", "british" ], [ "_:result", "name", "grafton hotel 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,'malaysian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant that serves malaysian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'malaysian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no malaysian restaurant in the cheap price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there any that serve european food" }, { "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-78f497f314-20130323_183806
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "malaysian" ], [ "_: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/c88fc1b6" ], [ "_:search/c88fc1b6", "food", "malaysian" ], [ "_:search/c88fc1b6", "pricerange", "cheap" ], [ "_:search/c88fc1b6", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/c88fc1b6" ], [ "_:search/c88fc1b6", "food", "malaysian" ], [ "_:search/c88fc1b6", "pricerange", "cheap" ], [ "_:search/c88fc1b6", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e383c9bc" ], [ "_:search/e383c9bc", "food", "european" ], [ "_:search/e383c9bc", "pricerange", "cheap" ], [ "_:search/e383c9bc", "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,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a 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": [], "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": [ "inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is a nice restaurant in the south of town in the cheap price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "need it in north" }, { "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,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "part of town" }, { "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": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-aaa44b4121-20130326_050817
[ { "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", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "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" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_: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, 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,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like to find 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": "any thing" }, { "id": 4, "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": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'15 magdalene street city centre');(_:result,name,'la margherita');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , la margherita is on 15 Magdalene Street City Centre" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and 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-561b472540-20130328_123452
[ { "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", "la margherita" ], [ "_: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", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "15 magdalene street city centre" ], [ "_:result", "name", "la margherita" ], [ "_: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" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "15 magdalene street city centre" ], [ "_: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": [ "affirm()" ], "speaker": "user", "text": "yes can i have restaurants serving" }, { "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,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "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,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european" }, { "id": 6, "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": 7, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food any price" }, { "id": 8, "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": 9, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "okay can i have european food" }, { "id": 10, "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": 11, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any price range" }, { "id": 12, "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": 13, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the european food" }, { "id": 14, "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": 15, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i have european food" }, { "id": 16, "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": 17, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i have it in any price range" }, { "id": 18, "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": 19, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i change the price range" }, { "id": 20, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "confirm((_:search,food,'european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are restaurants serving european in the cheap price range . What area would you like?" }, { "id": 21, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 22, "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": 23, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any price range" }, { "id": 24, "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": 25, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any price range" } ]
voip-7f9c1c8411-20130401_164058
[ { "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", "pricerange", "cheap" ], [ "_: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" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/78fc3c67" ], [ "_:search/78fc3c67", "food", "european" ], [ "_:search/78fc3c67", "pricerange", "cheap" ], [ "_:search/78fc3c67", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_: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/78fc3c67" ], [ "_:search/78fc3c67", "food", "european" ], [ "_:search/78fc3c67", "pricerange", "cheap" ], [ "_:search/78fc3c67", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/7453f311" ], [ "_:search/7453f311", "food", "european" ], [ "_:search/7453f311", "pricerange", "cheap" ], [ "_:search/7453f311", "type", "Restaurant" ], [ "_:search", "food", "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" ], [ "_:system", "canthelp", "_:search/78fc3c67" ], [ "_:search/78fc3c67", "food", "european" ], [ "_:search/78fc3c67", "pricerange", "cheap" ], [ "_:search/78fc3c67", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7453f311" ], [ "_:search/7453f311", "food", "european" ], [ "_:search/7453f311", "pricerange", "cheap" ], [ "_:search/7453f311", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "canthelp", "_:search/6ab2a9cd" ], [ "_:search/6ab2a9cd", "food", "european" ], [ "_:search/6ab2a9cd", "pricerange", "cheap" ], [ "_:search/6ab2a9cd", "type", "Restaurant" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/78fc3c67" ], [ "_:search/78fc3c67", "food", "european" ], [ "_:search/78fc3c67", "pricerange", "cheap" ], [ "_:search/78fc3c67", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7453f311" ], [ "_:search/7453f311", "food", "european" ], [ "_:search/7453f311", "pricerange", "cheap" ], [ "_:search/7453f311", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ab2a9cd" ], [ "_:search/6ab2a9cd", "food", "european" ], [ "_:search/6ab2a9cd", "pricerange", "cheap" ], [ "_:search/6ab2a9cd", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/215ae682" ], [ "_:search/215ae682", "food", "european" ], [ "_:search/215ae682", "pricerange", "cheap" ], [ "_:search/215ae682", "type", "Restaurant" ], [ "_:search", "food", "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/78fc3c67" ], [ "_:search/78fc3c67", "food", "european" ], [ "_:search/78fc3c67", "pricerange", "cheap" ], [ "_:search/78fc3c67", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7453f311" ], [ "_:search/7453f311", "food", "european" ], [ "_:search/7453f311", "pricerange", "cheap" ], [ "_:search/7453f311", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ab2a9cd" ], [ "_:search/6ab2a9cd", "food", "european" ], [ "_:search/6ab2a9cd", "pricerange", "cheap" ], [ "_:search/6ab2a9cd", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/215ae682" ], [ "_:search/215ae682", "food", "european" ], [ "_:search/215ae682", "pricerange", "cheap" ], [ "_:search/215ae682", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c114a406" ], [ "_:search/c114a406", "food", "european" ], [ "_:search/c114a406", "pricerange", "cheap" ], [ "_:search/c114a406", "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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/78fc3c67" ], [ "_:search/78fc3c67", "food", "european" ], [ "_:search/78fc3c67", "pricerange", "cheap" ], [ "_:search/78fc3c67", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7453f311" ], [ "_:search/7453f311", "food", "european" ], [ "_:search/7453f311", "pricerange", "cheap" ], [ "_:search/7453f311", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ab2a9cd" ], [ "_:search/6ab2a9cd", "food", "european" ], [ "_:search/6ab2a9cd", "pricerange", "cheap" ], [ "_:search/6ab2a9cd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/215ae682" ], [ "_:search/215ae682", "food", "european" ], [ "_:search/215ae682", "pricerange", "cheap" ], [ "_:search/215ae682", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c114a406" ], [ "_:search/c114a406", "food", "european" ], [ "_:search/c114a406", "pricerange", "cheap" ], [ "_:search/c114a406", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "canthelp", "_:search/8f8108f8" ], [ "_:search/8f8108f8", "food", "european" ], [ "_:search/8f8108f8", "pricerange", "cheap" ], [ "_:search/8f8108f8", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_: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/78fc3c67" ], [ "_:search/78fc3c67", "food", "european" ], [ "_:search/78fc3c67", "pricerange", "cheap" ], [ "_:search/78fc3c67", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7453f311" ], [ "_:search/7453f311", "food", "european" ], [ "_:search/7453f311", "pricerange", "cheap" ], [ "_:search/7453f311", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ab2a9cd" ], [ "_:search/6ab2a9cd", "food", "european" ], [ "_:search/6ab2a9cd", "pricerange", "cheap" ], [ "_:search/6ab2a9cd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/215ae682" ], [ "_:search/215ae682", "food", "european" ], [ "_:search/215ae682", "pricerange", "cheap" ], [ "_:search/215ae682", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c114a406" ], [ "_:search/c114a406", "food", "european" ], [ "_:search/c114a406", "pricerange", "cheap" ], [ "_:search/c114a406", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "canthelp", "_:search/8f8108f8" ], [ "_:search/8f8108f8", "food", "european" ], [ "_:search/8f8108f8", "pricerange", "cheap" ], [ "_:search/8f8108f8", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/aa949944" ], [ "_:search/aa949944", "food", "european" ], [ "_:search/aa949944", "pricerange", "cheap" ], [ "_:search/aa949944", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_: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/78fc3c67" ], [ "_:search/78fc3c67", "food", "european" ], [ "_:search/78fc3c67", "pricerange", "cheap" ], [ "_:search/78fc3c67", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7453f311" ], [ "_:search/7453f311", "food", "european" ], [ "_:search/7453f311", "pricerange", "cheap" ], [ "_:search/7453f311", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ab2a9cd" ], [ "_:search/6ab2a9cd", "food", "european" ], [ "_:search/6ab2a9cd", "pricerange", "cheap" ], [ "_:search/6ab2a9cd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/215ae682" ], [ "_:search/215ae682", "food", "european" ], [ "_:search/215ae682", "pricerange", "cheap" ], [ "_:search/215ae682", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c114a406" ], [ "_:search/c114a406", "food", "european" ], [ "_:search/c114a406", "pricerange", "cheap" ], [ "_:search/c114a406", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "canthelp", "_:search/8f8108f8" ], [ "_:search/8f8108f8", "food", "european" ], [ "_:search/8f8108f8", "pricerange", "cheap" ], [ "_:search/8f8108f8", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/aa949944" ], [ "_:search/aa949944", "food", "european" ], [ "_:search/aa949944", "pricerange", "cheap" ], [ "_:search/aa949944", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ], [ "_: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 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/78fc3c67" ], [ "_:search/78fc3c67", "food", "european" ], [ "_:search/78fc3c67", "pricerange", "cheap" ], [ "_:search/78fc3c67", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7453f311" ], [ "_:search/7453f311", "food", "european" ], [ "_:search/7453f311", "pricerange", "cheap" ], [ "_:search/7453f311", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ab2a9cd" ], [ "_:search/6ab2a9cd", "food", "european" ], [ "_:search/6ab2a9cd", "pricerange", "cheap" ], [ "_:search/6ab2a9cd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/215ae682" ], [ "_:search/215ae682", "food", "european" ], [ "_:search/215ae682", "pricerange", "cheap" ], [ "_:search/215ae682", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c114a406" ], [ "_:search/c114a406", "food", "european" ], [ "_:search/c114a406", "pricerange", "cheap" ], [ "_:search/c114a406", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "canthelp", "_:search/8f8108f8" ], [ "_:search/8f8108f8", "food", "european" ], [ "_:search/8f8108f8", "pricerange", "cheap" ], [ "_:search/8f8108f8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/aa949944" ], [ "_:search/aa949944", "food", "european" ], [ "_:search/aa949944", "pricerange", "cheap" ], [ "_:search/aa949944", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/1fb35107" ], [ "_:search/1fb35107", "food", "european" ], [ "_:search/1fb35107", "pricerange", "cheap" ], [ "_:search/1fb35107", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_: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/78fc3c67" ], [ "_:search/78fc3c67", "food", "european" ], [ "_:search/78fc3c67", "pricerange", "cheap" ], [ "_:search/78fc3c67", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7453f311" ], [ "_:search/7453f311", "food", "european" ], [ "_:search/7453f311", "pricerange", "cheap" ], [ "_:search/7453f311", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6ab2a9cd" ], [ "_:search/6ab2a9cd", "food", "european" ], [ "_:search/6ab2a9cd", "pricerange", "cheap" ], [ "_:search/6ab2a9cd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/215ae682" ], [ "_:search/215ae682", "food", "european" ], [ "_:search/215ae682", "pricerange", "cheap" ], [ "_:search/215ae682", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c114a406" ], [ "_:search/c114a406", "food", "european" ], [ "_:search/c114a406", "pricerange", "cheap" ], [ "_:search/c114a406", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "canthelp", "_:search/8f8108f8" ], [ "_:search/8f8108f8", "food", "european" ], [ "_:search/8f8108f8", "pricerange", "cheap" ], [ "_:search/8f8108f8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/aa949944" ], [ "_:search/aa949944", "food", "european" ], [ "_:search/aa949944", "pricerange", "cheap" ], [ "_:search/aa949944", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/1fb35107" ], [ "_:search/1fb35107", "food", "european" ], [ "_:search/1fb35107", "pricerange", "cheap" ], [ "_:search/1fb35107", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/feb87ec1" ], [ "_:search/feb87ec1", "food", "european" ], [ "_:search/feb87ec1", "pricerange", "cheap" ], [ "_:search/feb87ec1", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_: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": 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,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i have a british restaurant in the east please" }, { "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,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,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'the oak bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the oak bistro is a great restaurant serving british food and it is in the moderate price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'6 lensfield road');(_:result,name,'the oak bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the oak bistro is on 6 Lensfield Road" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2c217000af-20130325_221252
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "area", "east" ], [ "_: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", "east" ], [ "_: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", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the oak bistro" ], [ "_: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", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "6 lensfield road" ], [ "_:result", "name", "the oak bistro" ], [ "_: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": "moderately priced" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can you find a moderately priced restaurant" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north part of town" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a the americas restaurant right?" }, { "id": 7, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 9, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like a moderately price" }, { "id": 12, "rdf-acts": [ "confirm((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the moderate price range right?" }, { "id": 13, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'restaurant one seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant one seven is in the moderate price range" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'restaurant one seven');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant one seven is a great restaurant" }, { "id": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "where" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'restaurant one seven');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant one seven is a great restaurant" }, { "id": 21, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "in what part of town" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'restaurant one seven');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant one seven is a great restaurant" }, { "id": 23, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what part of town" }, { "id": 24, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'restaurant one seven');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant one seven is a nice place in the centre of town" }, { "id": 25, "rdf-acts": [ "reqalts()", "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about the north part" }, { "id": 26, "rdf-acts": [ "confirm((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a the americas restaurant right?" }, { "id": 27, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 28, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 29, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i find a moderately priced" }, { "id": 30, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 31, "rdf-acts": [], "speaker": "user", "text": "restaurant" }, { "id": 32, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 33, "rdf-acts": [ "reset()" ], "speaker": "user", "text": "oh jesus christ start over" }, { "id": 34, "rdf-acts": [ "inform((_:result,name,'restaurant one seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant one seven is in the moderate price range" }, { "id": 35, "rdf-acts": [], "speaker": "user", "text": "laughing" }, { "id": 36, "rdf-acts": [ "inform((_:result,name,'restaurant one seven');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant one seven is a great restaurant" }, { "id": 37, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 38, "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": 39, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and where is that located" }, { "id": 40, "rdf-acts": [ "inform((_:result,name,'la tasca');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la tasca is a great restaurant" }, { "id": 41, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what part of town" }, { "id": 42, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'la tasca');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la tasca is in the centre , at C.B 2, 1 U.F" }, { "id": 43, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "find something in the north part" }, { "id": 44, "rdf-acts": [ "confirm((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a the americas restaurant right?" }, { "id": 45, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 46, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 47, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 48, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 49, "rdf-acts": [], "speaker": "user", "text": "laughing" }, { "id": 50, "rdf-acts": [ "canthelp((_:search,food,'the americas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving the americas food" }, { "id": 51, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-13ff413553-20130328_172247
[ { "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" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_: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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "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" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_: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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_: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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "name", "restaurant one seven" ], [ "_: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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "restaurant one seven" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_:result", "name", "restaurant one seven" ], [ "_: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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "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, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e6474f1" ], [ "_:search/7e6474f1", "food", "the americas" ], [ "_:search/7e6474f1", "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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e6474f1" ], [ "_:search/7e6474f1", "food", "the americas" ], [ "_:search/7e6474f1", "type", "Restaurant" ], [ "_:result", "name", "restaurant one seven" ], [ "_: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, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ] }, { "id": 18, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e6474f1" ], [ "_:search/7e6474f1", "food", "the americas" ], [ "_:search/7e6474f1", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "restaurant one seven" ], [ "_: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, 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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e6474f1" ], [ "_:search/7e6474f1", "food", "the americas" ], [ "_:search/7e6474f1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "la tasca" ], [ "_: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, 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/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e6474f1" ], [ "_:search/7e6474f1", "food", "the americas" ], [ "_:search/7e6474f1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "la tasca" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "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" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e6474f1" ], [ "_:search/7e6474f1", "food", "the americas" ], [ "_:search/7e6474f1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "la tasca" ], [ "_:result", "postcode", "c.b 2" ], [ "_: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, 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" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e6474f1" ], [ "_:search/7e6474f1", "food", "the americas" ], [ "_:search/7e6474f1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "la tasca" ], [ "_:result", "postcode", "c.b 2" ], [ "_: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, 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" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e6474f1" ], [ "_:search/7e6474f1", "food", "the americas" ], [ "_:search/7e6474f1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "la tasca" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc80618" ], [ "_:search/6fc80618", "food", "the americas" ], [ "_:search/6fc80618", "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": 24, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e6474f1" ], [ "_:search/7e6474f1", "food", "the americas" ], [ "_:search/7e6474f1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "la tasca" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc80618" ], [ "_:search/6fc80618", "food", "the americas" ], [ "_:search/6fc80618", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "canthelp", "_:search/762e7e1e" ], [ "_:search/762e7e1e", "food", "the americas" ], [ "_:search/762e7e1e", "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, 46, 47, 48, 49 ] }, { "id": 25, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6770bee1" ], [ "_:search/6770bee1", "food", "the americas" ], [ "_:search/6770bee1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a96405db" ], [ "_:search/a96405db", "food", "the americas" ], [ "_:search/a96405db", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3dbf142" ], [ "_:search/e3dbf142", "food", "the americas" ], [ "_:search/e3dbf142", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3e92fc38" ], [ "_:search/3e92fc38", "food", "the americas" ], [ "_:search/3e92fc38", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5e95ea2f" ], [ "_:search/5e95ea2f", "food", "the americas" ], [ "_:search/5e95ea2f", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/3ed5d8d4" ], [ "_:search/3ed5d8d4", "food", "the americas" ], [ "_:search/3ed5d8d4", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/8ad30fe2" ], [ "_:search/8ad30fe2", "food", "the americas" ], [ "_:search/8ad30fe2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e6474f1" ], [ "_:search/7e6474f1", "food", "the americas" ], [ "_:search/7e6474f1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "la tasca" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc80618" ], [ "_:search/6fc80618", "food", "the americas" ], [ "_:search/6fc80618", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/762e7e1e" ], [ "_:search/762e7e1e", "food", "the americas" ], [ "_:search/762e7e1e", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/27aa8fc9" ], [ "_:search/27aa8fc9", "food", "the americas" ], [ "_:search/27aa8fc9", "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, 48, 49, 50, 51 ] } ]
[ { "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,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'cantonese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cantonese food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no cantonese restaurant that matches your request" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british 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,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'graffiti');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "graffiti is a nice restaurant in the west of town serving british food" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-249d0f617b-20130326_010500
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cantonese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/3e783e7e" ], [ "_:search/3e783e7e", "food", "cantonese" ], [ "_:search/3e783e7e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/3e783e7e" ], [ "_:search/3e783e7e", "food", "cantonese" ], [ "_:search/3e783e7e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "west" ], [ "_: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/3e783e7e" ], [ "_:search/3e783e7e", "food", "cantonese" ], [ "_:search/3e783e7e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "graffiti" ], [ "_: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 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,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice place in the west of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address and post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is on 21 - 24 Northampton Road , C.B 3, 0 A.D" }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'prezzo');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of prezzo is C.B 3, 0 A.D" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0241bbae39-20130327_190942
[ { "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", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "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 road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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": [], "speaker": "user", "text": "noise" }, { "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": "unintelligible" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a great restaurant" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in the west part of town" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a great restaurant" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'irish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "system irish food" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a great restaurant" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "system" } ]
voip-10beae627f-20130328_164850
[ { "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", "?" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "irish" ], [ "_: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", "food", "irish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ] ], "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,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yeah im looking for 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,'cantonese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cantonese" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'cantonese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cantonese restaurant in the moderate price range" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "okay um chinese then" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'jinling noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "jinling noodle bar is a great restaurant serving chinese food and it is in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay whats the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'jinling noodle bar');(_:result,phone,'01223 566188');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of jinling noodle bar is 01223 566188 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you good bye" } ]
voip-fce37b0ccb-20130328_145418
[ { "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", "cantonese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/4f47afbf" ], [ "_:search/4f47afbf", "food", "cantonese" ], [ "_:search/4f47afbf", "pricerange", "moderate" ], [ "_:search/4f47afbf", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/4f47afbf" ], [ "_:search/4f47afbf", "food", "cantonese" ], [ "_:search/4f47afbf", "pricerange", "moderate" ], [ "_:search/4f47afbf", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "jinling noodle bar" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/4f47afbf" ], [ "_:search/4f47afbf", "food", "cantonese" ], [ "_:search/4f47afbf", "pricerange", "moderate" ], [ "_:search/4f47afbf", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "phone", "01223 566188" ], [ "_: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 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": [ "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,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is a nice place in the south of town and the prices are cheap" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of the lucky star is C.B 1, 7 D.Y" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the lucky star is 01223 244277 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-318851c80b-20130328_220743
[ { "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", "food", "*" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_: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", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "postcode", "c.b 1" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "phone", "01223 244277" ], [ "_: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,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant and it should be 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": "any" }, { "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": [ "reqalts()" ], "speaker": "user", "text": "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 place in the west of town and the prices are moderate" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'prezzo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a great restaurant" }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'prezzo');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of prezzo is C.B 3, 0 A.D" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-fe4b6ef58f-20130325_223854
[ { "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" ], [ "_: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", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_: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", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_: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", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "prezzo" ], [ "_: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", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "prezzo" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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": [ "hello()" ], "speaker": "user", "text": "noise hello" }, { "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": "noise um in the east 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,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "noise ah gastropub food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a nice place in the east of town" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the 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": [], "speaker": "user", "text": "noise" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice place in the east of town" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving fusion food" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,food,'fusion');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving fusion food" }, { "id": 15, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like gastropub food in the east part of town please" }, { "id": 16, "rdf-acts": [ "select((_:result,food,'fusion');(_:result,food,'gastropub'))" ], "speaker": "system", "text": "Sorry would you like fusion or gastropub food?" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a nice place in the east of town serving tasty gastropub food" }, { "id": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address please" }, { "id": 20, "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": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "breath thank you goodbye" } ]
voip-c8ec8c76dd-20130328_181909
[ { "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", "east" ], [ "_: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", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "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", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "name", "royal standard" ], [ "_:result", "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", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pipasha restaurant" ], [ "_: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", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e05441b3" ], [ "_:search/e05441b3", "food", "fusion" ], [ "_:search/e05441b3", "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" ], [ "_:user", "greeted", "_:system" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e05441b3" ], [ "_:search/e05441b3", "food", "fusion" ], [ "_:search/e05441b3", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5912fe06" ], [ "_:search/5912fe06", "food", "fusion" ], [ "_:search/5912fe06", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e05441b3" ], [ "_:search/e05441b3", "food", "fusion" ], [ "_:search/e05441b3", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5912fe06" ], [ "_:search/5912fe06", "food", "fusion" ], [ "_:search/5912fe06", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:result", "food", "fusion" ], [ "_:result", "food", "gastropub" ], [ "_:search", "food", "gastropub" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:system", "canthelp", "_:search/e05441b3" ], [ "_:search/e05441b3", "food", "fusion" ], [ "_:search/e05441b3", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5912fe06" ], [ "_:search/5912fe06", "food", "fusion" ], [ "_:search/5912fe06", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:system", "canthelp", "_:search/e05441b3" ], [ "_:search/e05441b3", "food", "fusion" ], [ "_:search/e05441b3", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5912fe06" ], [ "_:search/5912fe06", "food", "fusion" ], [ "_:search/5912fe06", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "gastropub" ], [ "_: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, 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,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to find a restaurant in the west 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,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no turkish restaurant in the west of town" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about in the center" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant is a nice place in the centre of town serving tasty turkish food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address and price range please" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant is a great restaurant" }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "efes restaurant is a nice place in the centre of town serving tasty turkish food" }, { "id": 13, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats the price range" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-199d62165b-20130402_121601
[ { "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", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:system", "canthelp", "_:search/e2aaa46a" ], [ "_:search/e2aaa46a", "area", "west" ], [ "_:search/e2aaa46a", "food", "turkish" ], [ "_:search/e2aaa46a", "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" ], [ "_:search", "food", "turkish" ], [ "_:system", "canthelp", "_:search/e2aaa46a" ], [ "_:search/e2aaa46a", "area", "west" ], [ "_:search/e2aaa46a", "food", "turkish" ], [ "_:search/e2aaa46a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:system", "canthelp", "_:search/e2aaa46a" ], [ "_:search/e2aaa46a", "area", "west" ], [ "_:search/e2aaa46a", "food", "turkish" ], [ "_:search/e2aaa46a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "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/e2aaa46a" ], [ "_:search/e2aaa46a", "area", "west" ], [ "_:search/e2aaa46a", "food", "turkish" ], [ "_:search/e2aaa46a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_: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", "food", "turkish" ], [ "_:system", "canthelp", "_:search/e2aaa46a" ], [ "_:search/e2aaa46a", "area", "west" ], [ "_:search/e2aaa46a", "food", "turkish" ], [ "_:search/e2aaa46a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "efes restaurant" ], [ "_: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", "turkish" ], [ "_:system", "canthelp", "_:search/e2aaa46a" ], [ "_:search/e2aaa46a", "area", "west" ], [ "_:search/e2aaa46a", "food", "turkish" ], [ "_:search/e2aaa46a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_: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, 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,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'basque');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant that serves basque food" }, { "id": 4, "rdf-acts": [ "confirm((_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a basque restaurant right?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving basque food" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about korean food" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'shiraz restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "shiraz restaurant is in the expensive price range" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "korean food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul serves korean food in the expensive price range" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the area" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-14f776f781-20130328_142356
[ { "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", "food", "basque" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "basque" ], [ "_: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", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/2a370133" ], [ "_:search/2a370133", "food", "basque" ], [ "_:search/2a370133", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_: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", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/2a370133" ], [ "_:search/2a370133", "food", "basque" ], [ "_:search/2a370133", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "korean" ], [ "_: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", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/2a370133" ], [ "_:search/2a370133", "food", "basque" ], [ "_:search/2a370133", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_: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", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/2a370133" ], [ "_:search/2a370133", "food", "basque" ], [ "_:search/2a370133", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_: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, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/2a370133" ], [ "_:search/2a370133", "food", "basque" ], [ "_:search/2a370133", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_: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" ], [ "_: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": "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,'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,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "spanish" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no spanish restaurant in the south of town" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "korean" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no korean restaurant in the south of town" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mediterranean" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no mediterranean restaurant in the south of town" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'irish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "irish" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'irish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no irish restaurant in the south of town" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no european restaurant in the south of town" }, { "id": 15, "rdf-acts": [ "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "american" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe is a nice restaurant in the centre of town serving european food" }, { "id": 17, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'galleria');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "galleria is a nice restaurant in the centre of town serving european food" }, { "id": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 20, "rdf-acts": [ "inform((_:result,address,'33 bridge street');(_:result,name,'galleria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , galleria is on 33 Bridge Street" }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f22c2bf9c7-20130326_020833
[ { "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", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/92219b2a" ], [ "_:search/92219b2a", "area", "south" ], [ "_:search/92219b2a", "food", "spanish" ], [ "_:search/92219b2a", "type", "Restaurant" ], [ "_:search", "food", "korean" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/92219b2a" ], [ "_:search/92219b2a", "area", "south" ], [ "_:search/92219b2a", "food", "spanish" ], [ "_:search/92219b2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/117f5d03" ], [ "_:search/117f5d03", "area", "south" ], [ "_:search/117f5d03", "food", "korean" ], [ "_:search/117f5d03", "type", "Restaurant" ], [ "_: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" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/92219b2a" ], [ "_:search/92219b2a", "area", "south" ], [ "_:search/92219b2a", "food", "spanish" ], [ "_:search/92219b2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/117f5d03" ], [ "_:search/117f5d03", "area", "south" ], [ "_:search/117f5d03", "food", "korean" ], [ "_:search/117f5d03", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cd159a8d" ], [ "_:search/cd159a8d", "area", "south" ], [ "_:search/cd159a8d", "food", "mediterranean" ], [ "_:search/cd159a8d", "type", "Restaurant" ], [ "_:search", "food", "irish" ], [ "_: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/92219b2a" ], [ "_:search/92219b2a", "area", "south" ], [ "_:search/92219b2a", "food", "spanish" ], [ "_:search/92219b2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/117f5d03" ], [ "_:search/117f5d03", "area", "south" ], [ "_:search/117f5d03", "food", "korean" ], [ "_:search/117f5d03", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cd159a8d" ], [ "_:search/cd159a8d", "area", "south" ], [ "_:search/cd159a8d", "food", "mediterranean" ], [ "_:search/cd159a8d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0245d243" ], [ "_:search/0245d243", "area", "south" ], [ "_:search/0245d243", "food", "irish" ], [ "_:search/0245d243", "type", "Restaurant" ], [ "_:search", "food", "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" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/92219b2a" ], [ "_:search/92219b2a", "area", "south" ], [ "_:search/92219b2a", "food", "spanish" ], [ "_:search/92219b2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/117f5d03" ], [ "_:search/117f5d03", "area", "south" ], [ "_:search/117f5d03", "food", "korean" ], [ "_:search/117f5d03", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cd159a8d" ], [ "_:search/cd159a8d", "area", "south" ], [ "_:search/cd159a8d", "food", "mediterranean" ], [ "_:search/cd159a8d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0245d243" ], [ "_:search/0245d243", "area", "south" ], [ "_:search/0245d243", "food", "irish" ], [ "_:search/0245d243", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/630c237a" ], [ "_:search/630c237a", "area", "south" ], [ "_:search/630c237a", "food", "european" ], [ "_:search/630c237a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/92219b2a" ], [ "_:search/92219b2a", "area", "south" ], [ "_:search/92219b2a", "food", "spanish" ], [ "_:search/92219b2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/117f5d03" ], [ "_:search/117f5d03", "area", "south" ], [ "_:search/117f5d03", "food", "korean" ], [ "_:search/117f5d03", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cd159a8d" ], [ "_:search/cd159a8d", "area", "south" ], [ "_:search/cd159a8d", "food", "mediterranean" ], [ "_:search/cd159a8d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0245d243" ], [ "_:search/0245d243", "area", "south" ], [ "_:search/0245d243", "food", "irish" ], [ "_:search/0245d243", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/630c237a" ], [ "_:search/630c237a", "area", "south" ], [ "_:search/630c237a", "food", "european" ], [ "_:search/630c237a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "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" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/92219b2a" ], [ "_:search/92219b2a", "area", "south" ], [ "_:search/92219b2a", "food", "spanish" ], [ "_:search/92219b2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/117f5d03" ], [ "_:search/117f5d03", "area", "south" ], [ "_:search/117f5d03", "food", "korean" ], [ "_:search/117f5d03", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cd159a8d" ], [ "_:search/cd159a8d", "area", "south" ], [ "_:search/cd159a8d", "food", "mediterranean" ], [ "_:search/cd159a8d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0245d243" ], [ "_:search/0245d243", "area", "south" ], [ "_:search/0245d243", "food", "irish" ], [ "_:search/0245d243", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/630c237a" ], [ "_:search/630c237a", "area", "south" ], [ "_:search/630c237a", "food", "european" ], [ "_:search/630c237a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "european" ], [ "_:result", "name", "galleria" ], [ "_: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, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/92219b2a" ], [ "_:search/92219b2a", "area", "south" ], [ "_:search/92219b2a", "food", "spanish" ], [ "_:search/92219b2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/117f5d03" ], [ "_:search/117f5d03", "area", "south" ], [ "_:search/117f5d03", "food", "korean" ], [ "_:search/117f5d03", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cd159a8d" ], [ "_:search/cd159a8d", "area", "south" ], [ "_:search/cd159a8d", "food", "mediterranean" ], [ "_:search/cd159a8d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0245d243" ], [ "_:search/0245d243", "area", "south" ], [ "_:search/0245d243", "food", "irish" ], [ "_:search/0245d243", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/630c237a" ], [ "_:search/630c237a", "area", "south" ], [ "_:search/630c237a", "food", "european" ], [ "_:search/630c237a", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "33 bridge street" ], [ "_: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,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "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,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cuban" }, { "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,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cuban" }, { "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,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cuban" }, { "id": 10, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cuban" }, { "id": 12, "rdf-acts": [ "confirm((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant serving any kind of food right?" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "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,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a nice place in the west of town" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "okay" }, { "id": 18, "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": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 20, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'india house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "india house is a nice place in the west of town" }, { "id": 21, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'india house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "india house is a great restaurant" }, { "id": 23, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 24, "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": 25, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-381a50592b-20130326_044413
[ { "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", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "cuban" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "cuban" ], [ "_: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", "food", "cuban" ], [ "_: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" ], [ "_:search", "food", "cuban" ], [ "_: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" ], [ "_:search", "food", "cuban" ], [ "_: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", "food", "cuban" ], [ "_: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", "west" ], [ "_:search", "food", "cuban" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_: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", "west" ], [ "_:search", "food", "cuban" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "name", "thanh binh" ], [ "_: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", "west" ], [ "_:search", "food", "cuban" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "west" ], [ "_:result", "name", "india house" ], [ "_: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", "west" ], [ "_:search", "food", "cuban" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "west" ], [ "_:result", "name", "india house" ], [ "_: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", "area", "west" ], [ "_:search", "food", "cuban" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "area", "west" ], [ "_: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, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] } ]
[ { "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": [], "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,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant in the west part of town" }, { "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,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant in the west part of town" }, { "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": "dont care" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice place in the west of town and the prices are moderate" }, { "id": 11, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-39a25ab2f8-20130326_122045
[ { "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", "west" ], [ "_: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", "?" ], [ "_:search", "area", "west" ], [ "_: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", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_: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" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_: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" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "saint johns chop house" ], [ "_: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,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "find moderately priced 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": [ "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,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "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": "doesnt matter" }, { "id": 8, "rdf-acts": [ "confirm((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant serving any kind of food right?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "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": 11, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what else" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a great restaurant" }, { "id": 13, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "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 place in the west of town and the prices are moderate" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and postcode" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is on 21 - 24 Northampton Road , C.B 3, 0 A.D" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 18, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry but there is no other restaurant in the moderate price range and the west of town" }, { "id": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'prezzo');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address of prezzo" }, { "id": 20, "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": 21, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the postcode" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'prezzo');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of prezzo is C.B 3, 0 A.D" }, { "id": 23, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number" }, { "id": 24, "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": 25, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-15d8a89cec-20130327_020057
[ { "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", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_: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", "west" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_: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" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "saint johns chop house" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "saint johns chop house" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_: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", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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", "west" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "postcode", "c.b 3" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8cfb14ac" ], [ "_:search/8cfb14ac", "area", "west" ], [ "_:search/8cfb14ac", "pricerange", "moderate" ], [ "_:search/8cfb14ac", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:search", "name", "prezzo" ], [ "_: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", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "postcode", "c.b 3" ], [ "_:system", "canthelp", "_:search/8cfb14ac" ], [ "_:search/8cfb14ac", "area", "west" ], [ "_:search/8cfb14ac", "pricerange", "moderate" ], [ "_:search/8cfb14ac", "type", "Restaurant" ], [ "_:search", "name", "prezzo" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/8cfb14ac" ], [ "_:search/8cfb14ac", "area", "west" ], [ "_:search/8cfb14ac", "pricerange", "moderate" ], [ "_:search/8cfb14ac", "type", "Restaurant" ], [ "_:search", "name", "prezzo" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/8cfb14ac" ], [ "_:search/8cfb14ac", "area", "west" ], [ "_:search/8cfb14ac", "pricerange", "moderate" ], [ "_:search/8cfb14ac", "type", "Restaurant" ], [ "_:search", "name", "prezzo" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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, 22, 23, 24, 25 ] } ]
[ { "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,'traditional');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for traditional food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving traditional food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about korean food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul serves korean food" }, { "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,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul is a great restaurant" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number" }, { "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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f1e8236264-20130323_003523
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "traditional" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/24c232cd" ], [ "_:search/24c232cd", "food", "traditional" ], [ "_:search/24c232cd", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/24c232cd" ], [ "_:search/24c232cd", "food", "traditional" ], [ "_:search/24c232cd", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/24c232cd" ], [ "_:search/24c232cd", "food", "traditional" ], [ "_:search/24c232cd", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/24c232cd" ], [ "_:search/24c232cd", "food", "traditional" ], [ "_:search/24c232cd", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_: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, 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,food,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a welsh restaurant in the west part of town" }, { "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": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving welsh food" }, { "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,'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": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-dd9f7810fd-20130322_222331
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "welsh" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7ade73b8" ], [ "_:search/7ade73b8", "food", "welsh" ], [ "_:search/7ade73b8", "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" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7ade73b8" ], [ "_:search/7ade73b8", "food", "welsh" ], [ "_:search/7ade73b8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4a74acec" ], [ "_:search/4a74acec", "food", "welsh" ], [ "_:search/4a74acec", "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", "west" ], [ "_:system", "canthelp", "_:search/7ade73b8" ], [ "_:search/7ade73b8", "food", "welsh" ], [ "_:search/7ade73b8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4a74acec" ], [ "_:search/4a74acec", "food", "welsh" ], [ "_:search/4a74acec", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7ade73b8" ], [ "_:search/7ade73b8", "food", "welsh" ], [ "_:search/7ade73b8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4a74acec" ], [ "_:search/4a74acec", "food", "welsh" ], [ "_:search/4a74acec", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7ade73b8" ], [ "_:search/7ade73b8", "food", "welsh" ], [ "_:search/7ade73b8", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4a74acec" ], [ "_:search/4a74acec", "food", "welsh" ], [ "_:search/4a74acec", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] } ]
[ { "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": [ "inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is a nice restaurant in the south of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "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": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-583e7cede5-20130324_062248
[ { "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", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_: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", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_: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,'greek');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for greek food" }, { "id": 2, "rdf-acts": [ "confirm((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a greek restaurant right?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about european food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about european food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "noice how about european" }, { "id": 10, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 12, "rdf-acts": [ "select((_:result,area,'east');(_:result,area,'south'))" ], "speaker": "system", "text": "Sorry would you like something in the south or in the east" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "nosie" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hotel du vin and bistro serves european food" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 16, "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": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 18, "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": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-10beae627f-20130329_154519
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "greek" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "greek" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/eb23edd9" ], [ "_:search/eb23edd9", "food", "greek" ], [ "_:search/eb23edd9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/eb23edd9" ], [ "_:search/eb23edd9", "food", "greek" ], [ "_:search/eb23edd9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/35b2fa46" ], [ "_:search/35b2fa46", "food", "greek" ], [ "_:search/35b2fa46", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_: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/eb23edd9" ], [ "_:search/eb23edd9", "food", "greek" ], [ "_:search/eb23edd9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/35b2fa46" ], [ "_:search/35b2fa46", "food", "greek" ], [ "_:search/35b2fa46", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/775845dc" ], [ "_:search/775845dc", "food", "greek" ], [ "_:search/775845dc", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "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" ], [ "_:system", "canthelp", "_:search/eb23edd9" ], [ "_:search/eb23edd9", "food", "greek" ], [ "_:search/eb23edd9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/35b2fa46" ], [ "_:search/35b2fa46", "food", "greek" ], [ "_:search/35b2fa46", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/775845dc" ], [ "_:search/775845dc", "food", "greek" ], [ "_:search/775845dc", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_: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/eb23edd9" ], [ "_:search/eb23edd9", "food", "greek" ], [ "_:search/eb23edd9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/35b2fa46" ], [ "_:search/35b2fa46", "food", "greek" ], [ "_:search/35b2fa46", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/775845dc" ], [ "_:search/775845dc", "food", "greek" ], [ "_:search/775845dc", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ] ], "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/eb23edd9" ], [ "_:search/eb23edd9", "food", "greek" ], [ "_:search/eb23edd9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/35b2fa46" ], [ "_:search/35b2fa46", "food", "greek" ], [ "_:search/35b2fa46", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/775845dc" ], [ "_:search/775845dc", "food", "greek" ], [ "_:search/775845dc", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:result", "food", "european" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_: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/eb23edd9" ], [ "_:search/eb23edd9", "food", "greek" ], [ "_:search/eb23edd9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/35b2fa46" ], [ "_:search/35b2fa46", "food", "greek" ], [ "_:search/35b2fa46", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/775845dc" ], [ "_:search/775845dc", "food", "greek" ], [ "_:search/775845dc", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:result", "food", "european" ], [ "_:result", "address", "15 - 19 trumpington street" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_: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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/eb23edd9" ], [ "_:search/eb23edd9", "food", "greek" ], [ "_:search/eb23edd9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/35b2fa46" ], [ "_:search/35b2fa46", "food", "greek" ], [ "_:search/35b2fa46", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/775845dc" ], [ "_:search/775845dc", "food", "greek" ], [ "_:search/775845dc", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:result", "food", "european" ], [ "_: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, 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,food,'korean');(_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for korean food in any price range" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry, I can't hear you" }, { "id": 3, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what price range" }, { "id": 4, "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": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address and phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'108 regent street city centre');(_:result,name,'little seoul');(_:result,phone,'01223 308681');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of little seoul is 01223 308681 and it is on 108 Regent Street City Centre ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-31d9d1a567-20130402_035757
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "food", "korean" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "pricerange", "expensive" ], [ "_: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,'east');(_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the east part of town serving australian" }, { "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,'australian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "australian food" }, { "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 food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no australian restaurant in the east of town" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about chinese food" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address phone number and post code" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and post code" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'yu garden');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of yu garden is C.B 5, 8 P.A" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "uh thank you good bye" } ]
voip-e9b53d6ace-20130401_201306
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "australian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "australian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_: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", "east" ], [ "_:system", "canthelp", "_:search/5bfd6275" ], [ "_:search/5bfd6275", "area", "east" ], [ "_:search/5bfd6275", "food", "australian" ], [ "_:search/5bfd6275", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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/5bfd6275" ], [ "_:search/5bfd6275", "area", "east" ], [ "_:search/5bfd6275", "food", "australian" ], [ "_:search/5bfd6275", "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", "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", "east" ], [ "_:system", "canthelp", "_:search/5bfd6275" ], [ "_:search/5bfd6275", "area", "east" ], [ "_:search/5bfd6275", "food", "australian" ], [ "_:search/5bfd6275", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "name", "yu garden" ], [ "_:result", "phone", "01223 248882" ], [ "_: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/5bfd6275" ], [ "_:search/5bfd6275", "area", "east" ], [ "_:search/5bfd6275", "food", "australian" ], [ "_:search/5bfd6275", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "name", "yu garden" ], [ "_:result", "postcode", "c.b 5" ], [ "_:result", "type", "Restaurant" ], [ "_: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/5bfd6275" ], [ "_:search/5bfd6275", "area", "east" ], [ "_:search/5bfd6275", "food", "australian" ], [ "_:search/5bfd6275", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "name", "yu garden" ], [ "_: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 ] } ]
[ { "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,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east" }, { "id": 4, "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 restaurant in the east of town in the cheap price range" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 6, "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": 7, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 10, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-8efef4eae9-20130325_232205
[ { "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", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "east" ], [ "_: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, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "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", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "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", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_: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 ] } ]
[ { "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,'venetian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "venetian" }, { "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,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center" }, { "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,'vegetarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vegetarian" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'vegetarian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no vegetarian restaurant in the centre of town" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian oriental" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dojo noodle bar is a nice restaurant in the centre of town serving asian oriental food" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dojo noodle bar is a nice restaurant in the centre of town serving asian oriental food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dojo noodle bar is a nice restaurant in the centre of town serving asian oriental food" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dojo noodle bar is a nice restaurant in the centre of town serving asian oriental food" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'dojo noodle bar');(_:result,phone,'01223 363471');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of dojo noodle bar is 01223 363471 ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-14cb91bc48-20130328_165532
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "venetian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "venetian" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/123ca07f" ], [ "_:search/123ca07f", "area", "centre" ], [ "_:search/123ca07f", "food", "vegetarian" ], [ "_:search/123ca07f", "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", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/123ca07f" ], [ "_:search/123ca07f", "area", "centre" ], [ "_:search/123ca07f", "food", "vegetarian" ], [ "_:search/123ca07f", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "dojo noodle bar" ], [ "_: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", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/123ca07f" ], [ "_:search/123ca07f", "area", "centre" ], [ "_:search/123ca07f", "food", "vegetarian" ], [ "_:search/123ca07f", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "dojo noodle bar" ], [ "_: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", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/123ca07f" ], [ "_:search/123ca07f", "area", "centre" ], [ "_:search/123ca07f", "food", "vegetarian" ], [ "_:search/123ca07f", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "dojo noodle bar" ], [ "_: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", "area", "centre" ], [ "_:system", "canthelp", "_:search/123ca07f" ], [ "_:search/123ca07f", "area", "centre" ], [ "_:search/123ca07f", "food", "vegetarian" ], [ "_:search/123ca07f", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "dojo noodle bar" ], [ "_: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", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/123ca07f" ], [ "_:search/123ca07f", "area", "centre" ], [ "_:search/123ca07f", "food", "vegetarian" ], [ "_:search/123ca07f", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "phone", "01223 363471" ], [ "_: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,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a cheap restaurant that serves" }, { "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,'kosher');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "kosher" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'kosher');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving kosher food" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about modern european food" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'charlie chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry, I can't hear you" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-6dbc3573bc-20130328_192107
[ { "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", "kosher" ], [ "_: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/6a4efd7d" ], [ "_:search/6a4efd7d", "food", "kosher" ], [ "_:search/6a4efd7d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "modern european" ], [ "_: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", "*" ], [ "_:system", "canthelp", "_:search/6a4efd7d" ], [ "_:search/6a4efd7d", "food", "kosher" ], [ "_:search/6a4efd7d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "charlie chan" ], [ "_:result", "pricerange", "cheap" ], [ "_: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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant that serves" }, { "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,'tuscan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "tuscan food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'tuscan');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no tuscan restaurant in the moderate price range" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about european food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'hotel du vin and bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hotel du vin and bistro is a nice restaurant in the centre of town serving european food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the post code" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-922209b777-20130325_160523
[ { "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", "food", "tuscan" ], [ "_: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", "*" ], [ "_:system", "canthelp", "_:search/38962b13" ], [ "_:search/38962b13", "food", "tuscan" ], [ "_:search/38962b13", "pricerange", "moderate" ], [ "_:search/38962b13", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_: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", "*" ], [ "_:system", "canthelp", "_:search/38962b13" ], [ "_:search/38962b13", "food", "tuscan" ], [ "_:search/38962b13", "pricerange", "moderate" ], [ "_:search/38962b13", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_: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 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/38962b13" ], [ "_:search/38962b13", "food", "tuscan" ], [ "_:search/38962b13", "pricerange", "moderate" ], [ "_:search/38962b13", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_: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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/38962b13" ], [ "_:search/38962b13", "food", "tuscan" ], [ "_:search/38962b13", "pricerange", "moderate" ], [ "_:search/38962b13", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_: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" ], [ "_: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": [], "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": "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,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub" }, { "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": "dont care" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard serves gastropub food" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'gastropub');(_:result,name,'backstreet bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "backstreet bistro serves gastropub food" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e0035cc31b-20130323_212221
[ { "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", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_: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", "*" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "gastropub" ], [ "_: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 ] } ]
[ { "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,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the south part of the 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,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": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a great restaurant" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh can i have the address" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats the address" }, { "id": 16, "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": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-96f43326a4-20130323_073316
[ { "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", "pizza hut cherry hinton" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_: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", "area", "south" ], [ "_:search", "food", "*" ], [ "_: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, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_: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", "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", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "phone", "01223 413000" ], [ "_: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", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 413000" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_: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,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a restaurant serving 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": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need 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,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a great restaurant" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-14cb91bc48-20130328_163437
[ { "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/0c723505" ], [ "_:search/0c723505", "food", "corsica" ], [ "_:search/0c723505", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/0c723505" ], [ "_:search/0c723505", "food", "corsica" ], [ "_:search/0c723505", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/0c723505" ], [ "_:search/0c723505", "food", "corsica" ], [ "_:search/0c723505", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "south" ], [ "_: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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/0c723505" ], [ "_:search/0c723505", "food", "corsica" ], [ "_:search/0c723505", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "south" ], [ "_: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 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/0c723505" ], [ "_:search/0c723505", "food", "corsica" ], [ "_:search/0c723505", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "south" ], [ "_: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 ] } ]
[ { "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 something moderately priced" }, { "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": "i 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,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address of that" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the 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-4f069a4136-20130327_205501
[ { "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", "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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_: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", "address", "152 - 154 hills road" ], [ "_: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": [ "inform((_:search,area,'north');(_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for hungarian food in the north of town" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no hungarian restaurant in the north of town" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian oriental" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a nice restaurant in the north of town serving asian oriental food" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address and phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'169 high street chesterton chesterton');(_:result,name,'saigon city');(_:result,phone,'01223 356555');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of saigon city is 01223 356555 and it is on 169 High Street Chesterton Chesterton ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-869dd52548-20130401_183901
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "hungarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/d533be19" ], [ "_:search/d533be19", "area", "north" ], [ "_:search/d533be19", "food", "hungarian" ], [ "_:search/d533be19", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/d533be19" ], [ "_:search/d533be19", "area", "north" ], [ "_:search/d533be19", "food", "hungarian" ], [ "_:search/d533be19", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "saigon city" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/d533be19" ], [ "_:search/d533be19", "area", "north" ], [ "_:search/d533be19", "food", "hungarian" ], [ "_:search/d533be19", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "address", "169 high street chesterton chesterton" ], [ "_:result", "name", "saigon city" ], [ "_:result", "phone", "01223 356555" ], [ "_: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,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "steak house" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no steakhouse restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british food" }, { "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 part" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'the oak bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the oak bistro is a nice restaurant in the centre of town serving british food" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'the oak bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the oak bistro is a great restaurant serving british food and it is in the moderate price range" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the oak bistro');(_:result,phone,'01223 323361');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the oak bistro is 01223 323361 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-90732b027d-20130327_174703
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "steakhouse" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/fc8d8985" ], [ "_:search/fc8d8985", "food", "steakhouse" ], [ "_:search/fc8d8985", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/fc8d8985" ], [ "_:search/fc8d8985", "food", "steakhouse" ], [ "_:search/fc8d8985", "type", "Restaurant" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/fc8d8985" ], [ "_:search/fc8d8985", "food", "steakhouse" ], [ "_:search/fc8d8985", "type", "Restaurant" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/fc8d8985" ], [ "_:search/fc8d8985", "food", "steakhouse" ], [ "_:search/fc8d8985", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the oak bistro" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/fc8d8985" ], [ "_:search/fc8d8985", "food", "steakhouse" ], [ "_:search/fc8d8985", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the oak bistro" ], [ "_:result", "pricerange", "moderate" ], [ "_: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/fc8d8985" ], [ "_:search/fc8d8985", "food", "steakhouse" ], [ "_:search/fc8d8985", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "the oak bistro" ], [ "_:result", "phone", "01223 323361" ], [ "_: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": [], "speaker": "user", "text": "noise" }, { "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": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'bangkok city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at bangkok city is expensive ." }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant serving french food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two is a great restaurant serving french food and it is in the expensive price range" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cote is a great restaurant serving french food and it is in the expensive price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address and post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'cote');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of cote is C.B 2, 1 U.F" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'bridge street city centre');(_:result,name,'cote');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , cote is on Bridge Street City Centre" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-597cfafdee-20130328_233056
[ { "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", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "name", "bangkok city" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_: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", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "french" ], [ "_:result", "name", "cote" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_: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", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "french" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "?" ], [ "_:result", "name", "cote" ], [ "_:result", "postcode", "c.b 2" ], [ "_: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", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "french" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "address", "bridge street city centre" ], [ "_:result", "name", "cote" ], [ "_: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,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "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,type,'Restaurant'))" ], "speaker": "user", "text": "and the address" }, { "id": 4, "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": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-bb1fd497eb-20130325_123757
[ { "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", "?" ] ], "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", "address", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_: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": "moderate price 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": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'fitzbillies restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fitzbillies restaurant serves british food ." }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east part of town" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal 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,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant is a nice restaurant in the east of town serving british food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'grafton hotel 619 newmarket road fen ditton');(_:result,name,'grafton hotel restaurant');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant is on Grafton Hotel 619 Newmarket Road Fen Ditton , C.B 5, 8 P.A" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e07d8f0f5-20130328_154253
[ { "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", "*" ], [ "_:result", "food", "british" ], [ "_:result", "name", "fitzbillies restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "rajmahal" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_: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", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_: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 ] } ]
[ { "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,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "the west 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": "it doesnt matter" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_: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 in the expensive price range" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "im looking for unintelligible food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'australasian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no australasian restaurant in the west of town" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,area,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about italian food in the west of town" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice restaurant in the west of town serving italian food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can you give me the phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-eaef6f434c-20130323_030832
[ { "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", "pricerange", "*" ], [ "_: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", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_: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", "pricerange", "*" ], [ "_:result", "area", "west" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c116b155" ], [ "_:search/c116b155", "area", "west" ], [ "_:search/c116b155", "food", "australasian" ], [ "_:search/c116b155", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "west" ], [ "_: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", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/c116b155" ], [ "_:search/c116b155", "area", "west" ], [ "_:search/c116b155", "food", "australasian" ], [ "_:search/c116b155", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "*" ], [ "_:system", "canthelp", "_:search/c116b155" ], [ "_:search/c116b155", "area", "west" ], [ "_:search/c116b155", "food", "australasian" ], [ "_:search/c116b155", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_: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, 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,'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,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "spanish" }, { "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,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la raza serves spanish food in the cheap price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'4 - 6 rose crescent');(_:result,name,'la raza');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , la raza is on 4 - 6 Rose Crescent" }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'la raza');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of la raza is C.B 2, 3 L.L" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-21ec2b7850-20130326_025736
[ { "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", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_: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", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "la raza" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "*" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "4 - 6 rose crescent" ], [ "_:result", "name", "la raza" ], [ "_: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", "*" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "4 - 6 rose crescent" ], [ "_:result", "name", "la raza" ], [ "_: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 ] } ]
[ { "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,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "lebanese 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,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "lebanese" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no lebanese restaurant in the west of town" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no lebanese restaurant in the west of town" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no lebanese restaurant in the west of town" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "tailand" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no lebanese restaurant in the west of town" }, { "id": 11, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food in the west of town" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a nice restaurant in the west of town serving thai food" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "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": 17, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 18, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 19, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "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-00d76b791d-20130327_011116
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/33d69917" ], [ "_:search/33d69917", "area", "west" ], [ "_:search/33d69917", "food", "lebanese" ], [ "_:search/33d69917", "type", "Restaurant" ], [ "_: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/33d69917" ], [ "_:search/33d69917", "area", "west" ], [ "_:search/33d69917", "food", "lebanese" ], [ "_:search/33d69917", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e40d9bcc" ], [ "_:search/e40d9bcc", "area", "west" ], [ "_:search/e40d9bcc", "food", "lebanese" ], [ "_:search/e40d9bcc", "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", "area", "west" ], [ "_:system", "canthelp", "_:search/33d69917" ], [ "_:search/33d69917", "area", "west" ], [ "_:search/33d69917", "food", "lebanese" ], [ "_:search/33d69917", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e40d9bcc" ], [ "_:search/e40d9bcc", "area", "west" ], [ "_:search/e40d9bcc", "food", "lebanese" ], [ "_:search/e40d9bcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d5b0d86a" ], [ "_:search/d5b0d86a", "area", "west" ], [ "_:search/d5b0d86a", "food", "lebanese" ], [ "_:search/d5b0d86a", "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" ], [ "_:system", "canthelp", "_:search/33d69917" ], [ "_:search/33d69917", "area", "west" ], [ "_:search/33d69917", "food", "lebanese" ], [ "_:search/33d69917", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e40d9bcc" ], [ "_:search/e40d9bcc", "area", "west" ], [ "_:search/e40d9bcc", "food", "lebanese" ], [ "_:search/e40d9bcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d5b0d86a" ], [ "_:search/d5b0d86a", "area", "west" ], [ "_:search/d5b0d86a", "food", "lebanese" ], [ "_:search/d5b0d86a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/05120c9f" ], [ "_:search/05120c9f", "area", "west" ], [ "_:search/05120c9f", "food", "lebanese" ], [ "_:search/05120c9f", "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/33d69917" ], [ "_:search/33d69917", "area", "west" ], [ "_:search/33d69917", "food", "lebanese" ], [ "_:search/33d69917", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e40d9bcc" ], [ "_:search/e40d9bcc", "area", "west" ], [ "_:search/e40d9bcc", "food", "lebanese" ], [ "_:search/e40d9bcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d5b0d86a" ], [ "_:search/d5b0d86a", "area", "west" ], [ "_:search/d5b0d86a", "food", "lebanese" ], [ "_:search/d5b0d86a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/05120c9f" ], [ "_:search/05120c9f", "area", "west" ], [ "_:search/05120c9f", "food", "lebanese" ], [ "_:search/05120c9f", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "sala thong" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/33d69917" ], [ "_:search/33d69917", "area", "west" ], [ "_:search/33d69917", "food", "lebanese" ], [ "_:search/33d69917", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e40d9bcc" ], [ "_:search/e40d9bcc", "area", "west" ], [ "_:search/e40d9bcc", "food", "lebanese" ], [ "_:search/e40d9bcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d5b0d86a" ], [ "_:search/d5b0d86a", "area", "west" ], [ "_:search/d5b0d86a", "food", "lebanese" ], [ "_:search/d5b0d86a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/05120c9f" ], [ "_:search/05120c9f", "area", "west" ], [ "_:search/05120c9f", "food", "lebanese" ], [ "_:search/05120c9f", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/33d69917" ], [ "_:search/33d69917", "area", "west" ], [ "_:search/33d69917", "food", "lebanese" ], [ "_:search/33d69917", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e40d9bcc" ], [ "_:search/e40d9bcc", "area", "west" ], [ "_:search/e40d9bcc", "food", "lebanese" ], [ "_:search/e40d9bcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d5b0d86a" ], [ "_:search/d5b0d86a", "area", "west" ], [ "_:search/d5b0d86a", "food", "lebanese" ], [ "_:search/d5b0d86a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/05120c9f" ], [ "_:search/05120c9f", "area", "west" ], [ "_:search/05120c9f", "food", "lebanese" ], [ "_:search/05120c9f", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "phone", "01223 323178" ], [ "_: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/33d69917" ], [ "_:search/33d69917", "area", "west" ], [ "_:search/33d69917", "food", "lebanese" ], [ "_:search/33d69917", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e40d9bcc" ], [ "_:search/e40d9bcc", "area", "west" ], [ "_:search/e40d9bcc", "food", "lebanese" ], [ "_:search/e40d9bcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d5b0d86a" ], [ "_:search/d5b0d86a", "area", "west" ], [ "_:search/d5b0d86a", "food", "lebanese" ], [ "_:search/d5b0d86a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/05120c9f" ], [ "_:search/05120c9f", "area", "west" ], [ "_:search/05120c9f", "food", "lebanese" ], [ "_:search/05120c9f", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "phone", "01223 323178" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/33d69917" ], [ "_:search/33d69917", "area", "west" ], [ "_:search/33d69917", "food", "lebanese" ], [ "_:search/33d69917", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e40d9bcc" ], [ "_:search/e40d9bcc", "area", "west" ], [ "_:search/e40d9bcc", "food", "lebanese" ], [ "_:search/e40d9bcc", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d5b0d86a" ], [ "_:search/d5b0d86a", "area", "west" ], [ "_:search/d5b0d86a", "food", "lebanese" ], [ "_:search/d5b0d86a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/05120c9f" ], [ "_:search/05120c9f", "area", "west" ], [ "_:search/05120c9f", "food", "lebanese" ], [ "_:search/05120c9f", "type", "Restaurant" ], [ "_: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" ], [ "_:system", "inquired", "_:user" ], [ "_: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,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a moderately priced restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "confirm((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the moderate price range right?" }, { "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,area,'north');(_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care is there any north part of town" }, { "id": 6, "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": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address phone number" }, { "id": 10, "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": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "okay bye" } ]
voip-2b66f60368-20130326_202221
[ { "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", "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", "meghna" ], [ "_: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", "north" ], [ "_: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, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_: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, 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,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need 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": "oh i dont care" }, { "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,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 6, "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": 7, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "alright thank you good bye" } ]
voip-5cf59cc660-20130328_171914
[ { "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", "address", "?" ] ], "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", "pricerange", "expensive" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "name", "royal standard" ], [ "_: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,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive food in the south 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,'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,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant serves chinese food" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of peking restaurant is 01223 354755 and it is on 10 Homerton Street City Centre ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-869dd52548-20130401_180217
[ { "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", "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" ] ], "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", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_: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", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_: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 ] } ]
[ { "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,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant that serves turkish 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,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,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia serves turkish food" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats their address" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and mail postal code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant is a great restaurant" }, { "id": 13, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats their post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'meze bar restaurant');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of meze bar restaurant is C.B 1, 3 N.F" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0fa32b1e78-20130328_233625
[ { "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" ], [ "_:search", "food", "turkish" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "anatolia" ], [ "_: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", "food", "turkish" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "name", "meze bar restaurant" ], [ "_: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", "food", "turkish" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "postcode", "?" ], [ "_:result", "name", "meze bar restaurant" ], [ "_: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", "turkish" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "name", "meze bar 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, 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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for 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 part of town" }, { "id": 6, "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": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh 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-d76f6e4f82-20130327_185043
[ { "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", "rajmahal" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "curry prince" ], [ "_: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", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_: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,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": "dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys is in the south part of town ." }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'world');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "um world food" }, { "id": 6, "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": 7, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys serves italian food ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2d3d74d091-20130328_143735
[ { "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", "*" ], [ "_:result", "area", "south" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "world" ], [ "_: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", "*" ], [ "_:result", "area", "south" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/10b1ef89" ], [ "_:search/10b1ef89", "food", "world" ], [ "_:search/10b1ef89", "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", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:search/10b1ef89" ], [ "_:search/10b1ef89", "food", "world" ], [ "_:search/10b1ef89", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "frankie and bennys" ], [ "_: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", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:search/10b1ef89" ], [ "_:search/10b1ef89", "food", "world" ], [ "_:search/10b1ef89", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_: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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:search/10b1ef89" ], [ "_:search/10b1ef89", "food", "world" ], [ "_:search/10b1ef89", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "phone", "01223 412430" ], [ "_: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": "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": [], "speaker": "user", "text": "im sorry" }, { "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,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 is a great restaurant serving gastropub food and it is in the moderate price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north part of town" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala is a nice restaurant in the north of town serving indian food" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala is a nice restaurant in the north of town in the moderate price range" }, { "id": 11, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala is a nice restaurant in the north of town in the moderate price range" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'7 milton road chesterton');(_:result,name,'the nirala');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the nirala is on 7 Milton Road Chesterton" }, { "id": 15, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food they serve" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'the nirala');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala serves indian food" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-9f989824fd-20130325_203533
[ { "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", "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", "food", "*" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "the cow pizza kitchen and bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "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" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "the nirala" ], [ "_: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", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_: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, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the nirala" ], [ "_: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", "food", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 milton road chesterton" ], [ "_:result", "name", "the nirala" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "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", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 milton road chesterton" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "the nirala" ], [ "_: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,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant south part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is a nice restaurant in the south 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,'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": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the lucky star is 01223 244277 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-187c1708f2-20130325_133552
[ { "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", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_: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", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_: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", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "phone", "01223 244277" ], [ "_: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,'irish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "irish food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'irish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no irish restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "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": "any" }, { "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,'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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'cambridge lodge hotel 139 huntingdon road city centre');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , cambridge lodge restaurant is on Cambridge Lodge Hotel 139 Huntingdon Road City Centre" }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'cambridge lodge restaurant');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of cambridge lodge restaurant is 01223 355166 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-59bc8a2167-20130328_131004
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "irish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/880b97b9" ], [ "_:search/880b97b9", "food", "irish" ], [ "_:search/880b97b9", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/880b97b9" ], [ "_:search/880b97b9", "food", "irish" ], [ "_:search/880b97b9", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/880b97b9" ], [ "_:search/880b97b9", "food", "irish" ], [ "_:search/880b97b9", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "*" ], [ "_: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/880b97b9" ], [ "_:search/880b97b9", "food", "irish" ], [ "_:search/880b97b9", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_: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/880b97b9" ], [ "_:search/880b97b9", "food", "irish" ], [ "_:search/880b97b9", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/880b97b9" ], [ "_:search/880b97b9", "food", "irish" ], [ "_:search/880b97b9", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:result", "postcode", "?" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "phone", "01223 355166" ], [ "_: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,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "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": "what is the 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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-340dbb333e-20130325_230536
[ { "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" ], [ "_: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,'west');(_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west part of town creative food" }, { "id": 2, "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": 3, "rdf-acts": [ "affirm()", "inform((_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes 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,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a italian restaurant right?" }, { "id": 7, "rdf-acts": [ "affirm()", "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes west part of town" }, { "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,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice place in the west of town serving tasty italian food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'la margherita');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a great restaurant" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-03c2655d43-20130327_195546
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "creative" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "creative" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/46832b74" ], [ "_:search/46832b74", "food", "creative" ], [ "_:search/46832b74", "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/46832b74" ], [ "_:search/46832b74", "food", "creative" ], [ "_:search/46832b74", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "west" ], [ "_: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/46832b74" ], [ "_:search/46832b74", "food", "creative" ], [ "_:search/46832b74", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "west" ], [ "_: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/46832b74" ], [ "_:search/46832b74", "food", "creative" ], [ "_:search/46832b74", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "la margherita" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/46832b74" ], [ "_:search/46832b74", "food", "creative" ], [ "_:search/46832b74", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "la margherita" ], [ "_: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,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an 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 type of food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'indian');(_:result,name,'taj tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a nice restaurant in the south of town serving indian food" }, { "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,'taj tandoori');(_:result,phone,'01223 412299');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of taj tandoori is 01223 412299 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-afd3aa91f0-20130327_190135
[ { "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", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_: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", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_: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 ] } ]
[ { "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 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": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and post code" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is on 21 - 24 Northampton Road , C.B 3, 0 A.D" }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b3edac94d-20130324_211848
[ { "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" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "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", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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,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": [ "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,'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": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "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,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of restaurant alimentum is 01223 413000 and it is on 152 - 154 Hills Road ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-e9b53d6ace-20130401_184931
[ { "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" ], [ "_:user", "inquired", "_:system" ] ], "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" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "name", "restaurant alimentum" ], [ "_: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", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "phone", "01223 413000" ], [ "_: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": [], "speaker": "user", "text": "sil" }, { "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,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hungarian" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'midsummer house restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "midsummer house restaurant serves british food ." }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hungarian" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'midsummer house restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "midsummer house restaurant is a nice place in the centre of town" }, { "id": 7, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'midsummer house restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "midsummer house restaurant is a great restaurant" }, { "id": 9, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south town" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'midsummer house restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "midsummer house restaurant is a great restaurant" }, { "id": 11, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the good luck chinese food takeaway');(_: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": 13, "rdf-acts": [ "inform((_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hungarian food" }, { "id": 14, "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": 15, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "modern european" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a nice restaurant in the south of town serving modern european food" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 18, "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": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 20, "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": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-21ec2b7850-20130325_145025
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "hungarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "british" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "hungarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "british" ], [ "_:search", "food", "hungarian" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/ca53bfd0" ], [ "_:result/ca53bfd0", "area", "centre" ], [ "_:result/ca53bfd0", "name", "midsummer house restaurant" ], [ "_:result/ca53bfd0", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "british" ], [ "_:search", "food", "hungarian" ], [ "_:user", "denied", "_:result/ca53bfd0" ], [ "_:result/ca53bfd0", "area", "centre" ], [ "_:result/ca53bfd0", "name", "midsummer house restaurant" ], [ "_:result/ca53bfd0", "type", "Restaurant" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_: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" ], [ "_:result", "food", "british" ], [ "_:search", "food", "hungarian" ], [ "_:user", "denied", "_:result/ca53bfd0" ], [ "_:result/ca53bfd0", "area", "centre" ], [ "_:result/ca53bfd0", "name", "midsummer house restaurant" ], [ "_:result/ca53bfd0", "type", "Restaurant" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_: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" ], [ "_:user", "denied", "_:result/ca53bfd0" ], [ "_:result/ca53bfd0", "area", "centre" ], [ "_:result/ca53bfd0", "name", "midsummer house restaurant" ], [ "_:result/ca53bfd0", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "hungarian" ], [ "_: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" ], [ "_:user", "denied", "_:result/ca53bfd0" ], [ "_:result/ca53bfd0", "area", "centre" ], [ "_:result/ca53bfd0", "name", "midsummer house restaurant" ], [ "_:result/ca53bfd0", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_: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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:result/ca53bfd0" ], [ "_:result/ca53bfd0", "area", "centre" ], [ "_:result/ca53bfd0", "name", "midsummer house restaurant" ], [ "_:result/ca53bfd0", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "restaurant alimentum" ], [ "_: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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:result/ca53bfd0" ], [ "_:result/ca53bfd0", "area", "centre" ], [ "_:result/ca53bfd0", "name", "midsummer house restaurant" ], [ "_:result/ca53bfd0", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "modern european" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_: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" ], [ "_:user", "denied", "_:result/ca53bfd0" ], [ "_:result/ca53bfd0", "area", "centre" ], [ "_:result/ca53bfd0", "name", "midsummer house restaurant" ], [ "_:result/ca53bfd0", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "modern european" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "phone", "01223 413000" ], [ "_: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,food,'asian oriental');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a moderately priced restaurant and it should serve asian food" }, { "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": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is in the moderate price range" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is a great restaurant" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there a restaurant that has british food" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is a great restaurant" }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia is in the moderate price range" }, { "id": 11, "rdf-acts": [ "confirm((_:result,food,'persian');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is that persian food" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 13, "rdf-acts": [ "reqalts()", "inform((_:search,food,'persian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about persian food" }, { "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": [ "reqalts()", "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about british type food" }, { "id": 16, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 17, "rdf-acts": [ "reqalts()", "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about british food" }, { "id": 18, "rdf-acts": [ "confirm((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a british restaurant right?" }, { "id": 19, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british food" }, { "id": 20, "rdf-acts": [ "confirm((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the moderate price range right?" }, { "id": 21, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 22, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'cotto');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cotto serves british food in the moderate price range" }, { "id": 23, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 24, "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": 25, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-10beae627f-20130401_162723
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "asian oriental" ], [ "_: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/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_: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/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "rajmahal" ], [ "_: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", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "anatolia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "persian" ], [ "_: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", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:result", "name", "anatolia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "persian" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ed79e7e0" ], [ "_:search/ed79e7e0", "food", "greek" ], [ "_:search/ed79e7e0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "persian" ], [ "_: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", "moderate" ], [ "_:system", "canthelp", "_:search/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:result", "name", "anatolia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "persian" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ed79e7e0" ], [ "_:search/ed79e7e0", "food", "greek" ], [ "_:search/ed79e7e0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24613a53" ], [ "_:search/24613a53", "food", "greek" ], [ "_:search/24613a53", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_: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", "moderate" ], [ "_:system", "canthelp", "_:search/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:result", "name", "anatolia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "persian" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ed79e7e0" ], [ "_:search/ed79e7e0", "food", "greek" ], [ "_:search/ed79e7e0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24613a53" ], [ "_:search/24613a53", "food", "greek" ], [ "_:search/24613a53", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51bdebd4" ], [ "_:search/51bdebd4", "food", "greek" ], [ "_:search/51bdebd4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_: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", "moderate" ], [ "_:system", "canthelp", "_:search/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:result", "name", "anatolia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "persian" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ed79e7e0" ], [ "_:search/ed79e7e0", "food", "greek" ], [ "_:search/ed79e7e0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24613a53" ], [ "_:search/24613a53", "food", "greek" ], [ "_:search/24613a53", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51bdebd4" ], [ "_:search/51bdebd4", "food", "greek" ], [ "_:search/51bdebd4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_: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", "moderate" ], [ "_:system", "canthelp", "_:search/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:result", "name", "anatolia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "persian" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ed79e7e0" ], [ "_:search/ed79e7e0", "food", "greek" ], [ "_:search/ed79e7e0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24613a53" ], [ "_:search/24613a53", "food", "greek" ], [ "_:search/24613a53", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51bdebd4" ], [ "_:search/51bdebd4", "food", "greek" ], [ "_:search/51bdebd4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_: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" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ed79e7e0" ], [ "_:search/ed79e7e0", "food", "greek" ], [ "_:search/ed79e7e0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24613a53" ], [ "_:search/24613a53", "food", "greek" ], [ "_:search/24613a53", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51bdebd4" ], [ "_:search/51bdebd4", "food", "greek" ], [ "_:search/51bdebd4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "name", "cotto" ], [ "_: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 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/7e0b4b02" ], [ "_:search/7e0b4b02", "food", "greek" ], [ "_:search/7e0b4b02", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ed79e7e0" ], [ "_:search/ed79e7e0", "food", "greek" ], [ "_:search/ed79e7e0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/24613a53" ], [ "_:search/24613a53", "food", "greek" ], [ "_:search/24613a53", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51bdebd4" ], [ "_:search/51bdebd4", "food", "greek" ], [ "_:search/51bdebd4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "cotto" ], [ "_:result", "phone", "01223 302010" ], [ "_: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 ] } ]
[ { "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 food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong serves thai food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can you give me the address" }, { "id": 4, "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": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7f9c1c8411-20130328_173449
[ { "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", "type", "Restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "phone", "01223 323178" ], [ "_: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,'polish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "polish food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'polish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polish food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north american" }, { "id": 4, "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": 5, "rdf-acts": [ "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north american food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no north american restaurant in the north of town" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "food type" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no north american restaurant in the north of town" }, { "id": 9, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant" }, { "id": 10, "rdf-acts": [ "confirm((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a north american restaurant right?" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant" }, { "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": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no north american restaurant in the north of town" }, { "id": 15, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-9819537952-20130327_023510
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "polish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/a79dfed7" ], [ "_:search/a79dfed7", "food", "polish" ], [ "_:search/a79dfed7", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/a79dfed7" ], [ "_:search/a79dfed7", "food", "polish" ], [ "_:search/a79dfed7", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/a79dfed7" ], [ "_:search/a79dfed7", "food", "polish" ], [ "_:search/a79dfed7", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/50ec784b" ], [ "_:search/50ec784b", "area", "north" ], [ "_:search/50ec784b", "food", "north american" ], [ "_:search/50ec784b", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/a79dfed7" ], [ "_:search/a79dfed7", "food", "polish" ], [ "_:search/a79dfed7", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:system", "canthelp", "_:search/50ec784b" ], [ "_:search/50ec784b", "area", "north" ], [ "_:search/50ec784b", "food", "north american" ], [ "_:search/50ec784b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c97b00ab" ], [ "_:search/c97b00ab", "area", "north" ], [ "_:search/c97b00ab", "food", "north american" ], [ "_:search/c97b00ab", "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" ], [ "_:system", "canthelp", "_:search/a79dfed7" ], [ "_:search/a79dfed7", "food", "polish" ], [ "_:search/a79dfed7", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:system", "canthelp", "_:search/50ec784b" ], [ "_:search/50ec784b", "area", "north" ], [ "_:search/50ec784b", "food", "north american" ], [ "_:search/50ec784b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c97b00ab" ], [ "_:search/c97b00ab", "area", "north" ], [ "_:search/c97b00ab", "food", "north american" ], [ "_:search/c97b00ab", "type", "Restaurant" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/a79dfed7" ], [ "_:search/a79dfed7", "food", "polish" ], [ "_:search/a79dfed7", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:system", "canthelp", "_:search/50ec784b" ], [ "_:search/50ec784b", "area", "north" ], [ "_:search/50ec784b", "food", "north american" ], [ "_:search/50ec784b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c97b00ab" ], [ "_:search/c97b00ab", "area", "north" ], [ "_:search/c97b00ab", "food", "north american" ], [ "_:search/c97b00ab", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_: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/a79dfed7" ], [ "_:search/a79dfed7", "food", "polish" ], [ "_:search/a79dfed7", "type", "Restaurant" ], [ "_:search", "food", "north american" ], [ "_:system", "canthelp", "_:search/50ec784b" ], [ "_:search/50ec784b", "area", "north" ], [ "_:search/50ec784b", "food", "north american" ], [ "_:search/50ec784b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c97b00ab" ], [ "_:search/c97b00ab", "area", "north" ], [ "_:search/c97b00ab", "food", "north american" ], [ "_:search/c97b00ab", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b98c223b" ], [ "_:search/b98c223b", "area", "north" ], [ "_:search/b98c223b", "food", "north american" ], [ "_:search/b98c223b", "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,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced 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,food,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "serving mexican food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'mexican');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no mexican restaurant in the moderate price range" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'bloomsbury restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant serving international food and it is in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and postcode" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'crowne plaza hotel 20 downing street');(_:result,name,'bloomsbury restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is on Crowne Plaza Hotel 20 Downing Street , C.B 2, 3 D.T" }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "postcode" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of bloomsbury restaurant is C.B 2, 3 D.T" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-d6f8c4271e-20130326_220359
[ { "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", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/9081447d" ], [ "_:search/9081447d", "food", "mexican" ], [ "_:search/9081447d", "pricerange", "moderate" ], [ "_:search/9081447d", "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" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/9081447d" ], [ "_:search/9081447d", "food", "mexican" ], [ "_:search/9081447d", "pricerange", "moderate" ], [ "_:search/9081447d", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/9081447d" ], [ "_:search/9081447d", "food", "mexican" ], [ "_:search/9081447d", "pricerange", "moderate" ], [ "_:search/9081447d", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "crowne plaza hotel 20 downing street" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_: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", "?" ], [ "_:system", "canthelp", "_:search/9081447d" ], [ "_:search/9081447d", "food", "mexican" ], [ "_:search/9081447d", "pricerange", "moderate" ], [ "_:search/9081447d", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "crowne plaza hotel 20 downing street" ], [ "_:result", "name", "bloomsbury 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 ] } ]