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": [ "affirm()", "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yeah im looking for food 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": [], "speaker": "user", "text": "noise" }, { "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,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "anything cheap" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'zizzi cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at zizzi cambridge is cheap ." }, { "id": 7, "rdf-acts": [ "confirm((_:result,area,'south');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it in the south part" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'zizzi cambridge');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "zizzi cambridge is a nice place in the centre of town" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about the south part of town" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e72dba1759-20130326_220605
[ { "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", "area", "?" ], [ "_: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", "?" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "zizzi cambridge" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "zizzi cambridge" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_: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, 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": "so" }, { "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": "so" }, { "id": 4, "rdf-acts": [ "confirm((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the south of town?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "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": "dont care" }, { "id": 8, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 9, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 10, "rdf-acts": [ "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "telephone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is a great restaurant" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "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": 17, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star serves chinese food" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2d3d74d091-20130328_135311
[ { "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", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_: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", "area", "?" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_: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", "?" ], [ "_: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", "phone", "01223 244277" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "phone", "01223 244277" ], [ "_:result", "food", "chinese" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for japanese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'japanese');(_:result,name,'wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "wagamama serves japanese food" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'36 saint andrews street');(_:result,name,'wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , wagamama is on 36 Saint Andrews Street" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'wagamama');(_:result,phone,'01223 462354');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of wagamama is 01223 462354 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f32f2cfdae-20130328_194522
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "address", "36 saint andrews street" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "address", "36 saint andrews street" ], [ "_:result", "name", "wagamama" ], [ "_:result", "phone", "01223 462354" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'korean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like an expensive restaurant that serves korean food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul is a great restaurant serving korean food and it is in the expensive price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh creative food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'creative');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no creative restaurant in the expensive price range" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive italian" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'creative');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no creative restaurant in the expensive price range" }, { "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,'caffe uno');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "caffe uno is a great restaurant serving italian food and it is in the expensive price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i want the address phone number and area" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'32 bridge street city centre');(_:result,name,'caffe uno');(_:result,phone,'01223 448620');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of caffe uno is 01223 448620 and it is on 32 Bridge Street City Centre ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-52eb280e7b-20130325_123856
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "creative" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/785fdff7" ], [ "_:search/785fdff7", "food", "creative" ], [ "_:search/785fdff7", "pricerange", "expensive" ], [ "_:search/785fdff7", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/785fdff7" ], [ "_:search/785fdff7", "food", "creative" ], [ "_:search/785fdff7", "pricerange", "expensive" ], [ "_:search/785fdff7", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/d53f8b04" ], [ "_:search/d53f8b04", "food", "creative" ], [ "_:search/d53f8b04", "pricerange", "expensive" ], [ "_:search/d53f8b04", "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" ], [ "_:system", "canthelp", "_:search/785fdff7" ], [ "_:search/785fdff7", "food", "creative" ], [ "_:search/785fdff7", "pricerange", "expensive" ], [ "_:search/785fdff7", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/d53f8b04" ], [ "_:search/d53f8b04", "food", "creative" ], [ "_:search/d53f8b04", "pricerange", "expensive" ], [ "_:search/d53f8b04", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "caffe uno" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_: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/785fdff7" ], [ "_:search/785fdff7", "food", "creative" ], [ "_:search/785fdff7", "pricerange", "expensive" ], [ "_:search/785fdff7", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/d53f8b04" ], [ "_:search/d53f8b04", "food", "creative" ], [ "_:search/d53f8b04", "pricerange", "expensive" ], [ "_:search/d53f8b04", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "?" ], [ "_:result", "address", "32 bridge street city centre" ], [ "_:result", "name", "caffe uno" ], [ "_:result", "phone", "01223 448620" ], [ "_: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": [ "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,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north part" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay the address" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2d3d74d091-20130325_224245
[ { "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", "north" ], [ "_: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", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "the nirala" ], [ "_: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", "food", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 milton road chesterton" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "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": [ "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": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 6, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "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": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food does it serve" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice serves indian food" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 18, "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": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 20, "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": 21, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 22, "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": 23, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number" }, { "id": 24, "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": 25, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e99e4f4538-20130327_145422
[ { "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", "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" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "royal spice" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "indian" ], [ "_: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, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "indian" ], [ "_: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, 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,'venetian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced vanessa restaurant" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving venetian food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub" }, { "id": 4, "rdf-acts": [ "confirm((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a gastropub restaurant right?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right" }, { "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 serves gastropub food in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'corn exchange street');(_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the cow pizza kitchen and bar is on Corn Exchange Street" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'the cow pizza kitchen and bar');(_:result,phone,'01223 308871');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the cow pizza kitchen and bar is 01223 308871 ." }, { "id": 11, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what area is it in" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'the cow pizza kitchen and bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the cow pizza kitchen and bar is a nice place in the centre of town" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-00d76b791d-20130327_012807
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "venetian" ], [ "_: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/157024b8" ], [ "_:search/157024b8", "food", "venetian" ], [ "_:search/157024b8", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/157024b8" ], [ "_:search/157024b8", "food", "venetian" ], [ "_:search/157024b8", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/157024b8" ], [ "_:search/157024b8", "food", "venetian" ], [ "_:search/157024b8", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "the cow pizza kitchen and bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/157024b8" ], [ "_:search/157024b8", "food", "venetian" ], [ "_:search/157024b8", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "corn exchange street" ], [ "_:result", "name", "the cow pizza kitchen and bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "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/157024b8" ], [ "_:search/157024b8", "food", "venetian" ], [ "_:search/157024b8", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "corn exchange street" ], [ "_:result", "name", "the cow pizza kitchen and bar" ], [ "_:result", "phone", "01223 308871" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/157024b8" ], [ "_:search/157024b8", "food", "venetian" ], [ "_:search/157024b8", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "corn exchange street" ], [ "_:result", "phone", "01223 308871" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "the cow pizza kitchen and 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 ] } ]
[ { "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,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a japanese restaurant in the east part" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no japanese restaurant in the east of town" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an indian restaurant in the" }, { "id": 4, "rdf-acts": [ "confirm((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a indian restaurant right?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sitar tandoori is a nice place in the east of town serving tasty indian food" }, { "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,'43 high street cherry hinton cherry hinton');(_:result,name,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of sitar tandoori is 01223 249955 and it is on 43 High Street Cherry Hinton Cherry Hinton ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2d2d103292-20130329_040656
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/efbaef73" ], [ "_:search/efbaef73", "area", "east" ], [ "_:search/efbaef73", "food", "japanese" ], [ "_:search/efbaef73", "type", "Restaurant" ], [ "_: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/efbaef73" ], [ "_:search/efbaef73", "area", "east" ], [ "_:search/efbaef73", "food", "japanese" ], [ "_:search/efbaef73", "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/efbaef73" ], [ "_:search/efbaef73", "area", "east" ], [ "_:search/efbaef73", "food", "japanese" ], [ "_:search/efbaef73", "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/efbaef73" ], [ "_:search/efbaef73", "area", "east" ], [ "_:search/efbaef73", "food", "japanese" ], [ "_:search/efbaef73", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "sitar tandoori" ], [ "_: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", "east" ], [ "_:system", "canthelp", "_:search/efbaef73" ], [ "_:search/efbaef73", "area", "east" ], [ "_:search/efbaef73", "food", "japanese" ], [ "_:search/efbaef73", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "43 high street cherry hinton cherry hinton" ], [ "_:result", "name", "sitar tandoori" ], [ "_:result", "phone", "01223 249955" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "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": [ "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": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "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": [ "reqalts()" ], "speaker": "user", "text": "what 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": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "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,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-00d76b791d-20130327_003853
[ { "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" ], [ "_: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", "royal spice" ], [ "_: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", "royal spice" ], [ "_: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" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 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,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need something in the east 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,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indonesian" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about chinese food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice place in the east of town" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food is it" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton serves italian food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about chinese food" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'529 newmarket road fen ditton');(_:result,name,'yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , yu garden is on 529 Newmarket Road Fen Ditton" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the post code" }, { "id": 16, "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": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d7853a398f-20130401_160153
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "indonesian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/169d5c58" ], [ "_:search/169d5c58", "food", "indonesian" ], [ "_:search/169d5c58", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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/169d5c58" ], [ "_:search/169d5c58", "food", "indonesian" ], [ "_:search/169d5c58", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/169d5c58" ], [ "_:search/169d5c58", "food", "indonesian" ], [ "_:search/169d5c58", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "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" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/169d5c58" ], [ "_:search/169d5c58", "food", "indonesian" ], [ "_:search/169d5c58", "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", "?" ] ], "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/169d5c58" ], [ "_:search/169d5c58", "food", "indonesian" ], [ "_:search/169d5c58", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/169d5c58" ], [ "_:search/169d5c58", "food", "indonesian" ], [ "_:search/169d5c58", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "name", "yu garden" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/169d5c58" ], [ "_:search/169d5c58", "food", "indonesian" ], [ "_:search/169d5c58", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "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, 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": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "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,'german');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "german food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving german food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "french" }, { "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": "doesnt matter" }, { "id": 8, "rdf-acts": [ "select((_:result,area,*);(_:result,area,'east'))" ], "speaker": "system", "text": "Sorry would you like the east of town or you dont care" }, { "id": 9, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two serves french food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "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,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-52d599db9c-20130327_175215
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "area", "?" ], [ "_:search", "food", "german" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d87d88c2" ], [ "_:search/d87d88c2", "food", "german" ], [ "_:search/d87d88c2", "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" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/d87d88c2" ], [ "_:search/d87d88c2", "food", "german" ], [ "_:search/d87d88c2", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/d87d88c2" ], [ "_:search/d87d88c2", "food", "german" ], [ "_:search/d87d88c2", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/d87d88c2" ], [ "_:search/d87d88c2", "food", "german" ], [ "_:search/d87d88c2", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_: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" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/d87d88c2" ], [ "_:search/d87d88c2", "food", "german" ], [ "_:search/d87d88c2", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/d87d88c2" ], [ "_:search/d87d88c2", "food", "german" ], [ "_:search/d87d88c2", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_: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 ] } ]
[ { "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,'caribbean');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a moderately priced restaurant that serves caribbean food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'caribbean');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no caribbean restaurant in the moderate price range" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about british food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a great restaurant serving british food and it is in the moderate price range" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'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": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d7853a398f-20130401_153102
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "caribbean" ], [ "_: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/0bc2be6e" ], [ "_:search/0bc2be6e", "food", "caribbean" ], [ "_:search/0bc2be6e", "pricerange", "moderate" ], [ "_:search/0bc2be6e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/0bc2be6e" ], [ "_:search/0bc2be6e", "food", "caribbean" ], [ "_:search/0bc2be6e", "pricerange", "moderate" ], [ "_:search/0bc2be6e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/0bc2be6e" ], [ "_:search/0bc2be6e", "food", "caribbean" ], [ "_:search/0bc2be6e", "pricerange", "moderate" ], [ "_:search/0bc2be6e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian 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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "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": [ "canthelp((_:search,area,'north');(_:search,food,'italian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no moderate restaurant in the north of town serving italian food" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0f41c16f2f-20130325_193856
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/edb79599" ], [ "_:search/edb79599", "area", "north" ], [ "_:search/edb79599", "food", "italian" ], [ "_:search/edb79599", "pricerange", "moderate" ], [ "_:search/edb79599", "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,type,'Restaurant'))" ], "speaker": "user", "text": "find a 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,'singaporean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "signapore" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'singaporean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving singaporean food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about india" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'singaporean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving singaporean food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "maharajah tandoori restaurant is a nice place in the west of town serving tasty indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "maharajah tandoori restaurant is a great restaurant" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-9819537952-20130328_232353
[ { "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", "singaporean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7c189086" ], [ "_:search/7c189086", "food", "singaporean" ], [ "_:search/7c189086", "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/7c189086" ], [ "_:search/7c189086", "food", "singaporean" ], [ "_:search/7c189086", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/b46256b4" ], [ "_:search/b46256b4", "food", "singaporean" ], [ "_:search/b46256b4", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7c189086" ], [ "_:search/7c189086", "food", "singaporean" ], [ "_:search/7c189086", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/b46256b4" ], [ "_:search/b46256b4", "food", "singaporean" ], [ "_:search/b46256b4", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7c189086" ], [ "_:search/7c189086", "food", "singaporean" ], [ "_:search/7c189086", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/b46256b4" ], [ "_:search/b46256b4", "food", "singaporean" ], [ "_:search/b46256b4", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "?" ], [ "_:result", "name", "maharajah tandoori 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", "west" ], [ "_:system", "canthelp", "_:search/7c189086" ], [ "_:search/7c189086", "food", "singaporean" ], [ "_:search/7c189086", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/b46256b4" ], [ "_:search/b46256b4", "food", "singaporean" ], [ "_:search/b46256b4", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "41518 castle street city centre" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7c189086" ], [ "_:search/7c189086", "food", "singaporean" ], [ "_:search/7c189086", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/b46256b4" ], [ "_:search/b46256b4", "food", "singaporean" ], [ "_:search/b46256b4", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "41518 castle street city centre" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "phone", "01223 358399" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "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,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant in the east" }, { "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,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice place in the east of town" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "unintelligible expensive" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a great restaurant" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'cambridge retail park newmarket road fen ditton');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut fen ditton is on Cambridge Retail Park Newmarket Road Fen Ditton" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2f4c700ae3-20130401_191934
[ { "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", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "east" ], [ "_:result", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:result", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "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 moderate priced restaurant in the south part" }, { "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": "the south part" }, { "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": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f1e8236264-20130323_002501
[ { "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", "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" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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" ], [ "_: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,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice restaurant in the east of town in the moderate price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'cambridge retail park newmarket road fen ditton');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut fen ditton is on Cambridge Retail Park Newmarket Road Fen Ditton" }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b81cbb287-20130326_030605
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_: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": [], "speaker": "user", "text": "can i get a 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": "unintelligible" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a great restaurant" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "steak house" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a great restaurant" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,*);(_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i get a steak house restaurant in any area" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a great restaurant" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the number" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7f9c1c8411-20130328_164602
[ { "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", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "steakhouse" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:search", "food", "steakhouse" ], [ "_: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", "steakhouse" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "sala thong" ], [ "_: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", "*" ], [ "_:search", "food", "steakhouse" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food expensive restaurant" }, { "id": 2, "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": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "um whats the address and post code" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,\"st. michael's church trinity street city centre\");(_:result,name,'michaelhouse cafe');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe is on St. Michael's Church Trinity Street City Centre , C.B 2, 1 S.U" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "what is the" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "alright thank you thats it" }, { "id": 8, "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": 9, "rdf-acts": [], "speaker": "user", "text": "whats the promo code" }, { "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": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'eraina');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "eraina is a great restaurant serving european food and it is in the expensive price range" }, { "id": 13, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant is a great restaurant serving european food and it is in the expensive price range" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and post code" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'cambridge lodge hotel 139 huntingdon road city centre');(_:result,name,'cambridge lodge restaurant');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant is on Cambridge Lodge Hotel 139 Huntingdon Road City Centre , C.B 3, 0 D.Q" }, { "id": 17, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'hotel du vin and bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hotel du vin and bistro is a great restaurant serving european food and it is in the moderate price range" }, { "id": 19, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive price range" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'hotel du vin and bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hotel du vin and bistro is in the moderate price range" }, { "id": 21, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant" }, { "id": 22, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant is a great restaurant serving european food and it is in the expensive price range" }, { "id": 23, "rdf-acts": [], "speaker": "user", "text": "whats the code" }, { "id": 24, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant is a great restaurant serving european food and it is in the expensive price range" }, { "id": 25, "rdf-acts": [], "speaker": "user", "text": "whats the code" }, { "id": 26, "rdf-acts": [ "inform((_:result,name,'cambridge lodge restaurant');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of cambridge lodge restaurant is C.B 3, 0 D.Q" }, { "id": 27, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "alright thank you good" }, { "id": 28, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant is a great restaurant serving european food and it is in the expensive price range" }, { "id": 29, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 30, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant is a great restaurant serving european food and it is in the expensive price range" }, { "id": 31, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-03c2655d43-20130327_191742
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "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", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "phone", "01223 309147" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "phone", "01223 309147" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "phone", "01223 309147" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "food", "european" ], [ "_:result", "name", "eraina" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "phone", "01223 309147" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 309147" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "postcode", "c.b 3" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:result", "phone", "01223 309147" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:result", "postcode", "c.b 3" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "european" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:result", "phone", "01223 309147" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:result", "postcode", "c.b 3" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "european" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:result", "phone", "01223 309147" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:result", "postcode", "c.b 3" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:result", "phone", "01223 309147" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:result", "postcode", "c.b 3" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 3" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_: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 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 3" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ] } ]
[ { "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": "can i get a moderately priced restaurant in the north" }, { "id": 2, "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": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 4, "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": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice restaurant in the north of town in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay can i have the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of meghna is 01223 727410 ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , meghna is on 205 Victoria Road Chesterton" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-05e7a5440b-20130328_213636
[ { "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" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the nirala" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the nirala" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_: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", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "meghna" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 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,'basque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant in the east part of town that serves basque food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no basque restaurant in the east of town" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about indian food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice restaurant in the east of town serving indian food" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice restaurant in the east 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,'newmarket road fen ditton');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pipasha restaurant is on Newmarket Road Fen Ditton" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the telephone number" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b6618de447-20130328_160810
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "basque" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/2115c897" ], [ "_:search/2115c897", "area", "east" ], [ "_:search/2115c897", "food", "basque" ], [ "_:search/2115c897", "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/2115c897" ], [ "_:search/2115c897", "area", "east" ], [ "_:search/2115c897", "food", "basque" ], [ "_:search/2115c897", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "pipasha restaurant" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/2115c897" ], [ "_:search/2115c897", "area", "east" ], [ "_:search/2115c897", "food", "basque" ], [ "_:search/2115c897", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/2115c897" ], [ "_:search/2115c897", "area", "east" ], [ "_:search/2115c897", "food", "basque" ], [ "_:search/2115c897", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "newmarket road fen ditton" ], [ "_:result", "name", "pipasha 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", "east" ], [ "_:system", "canthelp", "_:search/2115c897" ], [ "_:search/2115c897", "area", "east" ], [ "_:search/2115c897", "food", "basque" ], [ "_:search/2115c897", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "newmarket road fen ditton" ], [ "_: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, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "im looking for a restaurant" }, { "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": [ "negate()" ], "speaker": "user", "text": "not" }, { "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 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": [], "speaker": "user", "text": "unintelligible" }, { "id": 8, "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": 9, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the north part" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice place in the north of town" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number and the price range" }, { "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": "can i have the 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-597cfafdee-20130328_231005
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "#" ], [ "_:user", "denied", "_:search/a01cc0be" ], [ "_:search/a01cc0be", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:search/a01cc0be" ], [ "_:search/a01cc0be", "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" ], [ "_:user", "denied", "_:search/a01cc0be" ], [ "_:search/a01cc0be", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:search/a01cc0be" ], [ "_:search/a01cc0be", "type", "Restaurant" ], [ "_:search", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:search/a01cc0be" ], [ "_:search/a01cc0be", "type", "Restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:search/a01cc0be" ], [ "_:search/a01cc0be", "type", "Restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "royal spice" ], [ "_:result", "phone", "01733 553355" ], [ "_: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" ], [ "_:user", "denied", "_:search/a01cc0be" ], [ "_:search/a01cc0be", "type", "Restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_: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": [ "hello()" ], "speaker": "user", "text": "hi im looking for" }, { "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,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant and it should be in the south part of town" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'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": [ "confirm((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it an expensive restaurant" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address please" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-199d62165b-20130402_115850
[ { "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", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_: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" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "area", "south" ], [ "_:result", "name", "taj tandoori" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "64 cherry hinton road cherry hinton" ], [ "_:result", "name", "taj tandoori" ], [ "_: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,'canapes');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like a restaurant in any area that it serves canapes" }, { "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,'canapes');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "canapes" }, { "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,'canapes');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "canapes" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'canapes');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving canapes food" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'canapes');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving canapes food" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "how about the" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'canapes');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving canapes food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "modern european" }, { "id": 12, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 13, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "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": "i dont care" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the river bar steakhouse and grill serves modern european food" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the phone number please" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'the river bar steakhouse and grill');(_:result,phone,'01223 307030');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the river bar steakhouse and grill is 01223 307030 ." }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-88b68a9a41-20130322_221424
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "canapes" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "canapes" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "canapes" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "canapes" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/85fea5e4" ], [ "_:search/85fea5e4", "food", "canapes" ], [ "_:search/85fea5e4", "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", "canapes" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/85fea5e4" ], [ "_:search/85fea5e4", "food", "canapes" ], [ "_:search/85fea5e4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d59528a5" ], [ "_:search/d59528a5", "food", "canapes" ], [ "_:search/d59528a5", "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/85fea5e4" ], [ "_:search/85fea5e4", "food", "canapes" ], [ "_:search/85fea5e4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d59528a5" ], [ "_:search/d59528a5", "food", "canapes" ], [ "_:search/d59528a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f8892c92" ], [ "_:search/f8892c92", "food", "canapes" ], [ "_:search/f8892c92", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/85fea5e4" ], [ "_:search/85fea5e4", "food", "canapes" ], [ "_:search/85fea5e4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d59528a5" ], [ "_:search/d59528a5", "food", "canapes" ], [ "_:search/d59528a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f8892c92" ], [ "_:search/f8892c92", "food", "canapes" ], [ "_:search/f8892c92", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/85fea5e4" ], [ "_:search/85fea5e4", "food", "canapes" ], [ "_:search/85fea5e4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d59528a5" ], [ "_:search/d59528a5", "food", "canapes" ], [ "_:search/d59528a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f8892c92" ], [ "_:search/f8892c92", "food", "canapes" ], [ "_:search/f8892c92", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/85fea5e4" ], [ "_:search/85fea5e4", "food", "canapes" ], [ "_:search/85fea5e4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d59528a5" ], [ "_:search/d59528a5", "food", "canapes" ], [ "_:search/d59528a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f8892c92" ], [ "_:search/f8892c92", "food", "canapes" ], [ "_:search/f8892c92", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "the river bar steakhouse and grill" ], [ "_: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", "*" ], [ "_:system", "canthelp", "_:search/85fea5e4" ], [ "_:search/85fea5e4", "food", "canapes" ], [ "_:search/85fea5e4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d59528a5" ], [ "_:search/d59528a5", "food", "canapes" ], [ "_:search/d59528a5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f8892c92" ], [ "_:search/f8892c92", "food", "canapes" ], [ "_:search/f8892c92", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "the river bar steakhouse and grill" ], [ "_:result", "phone", "01223 307030" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for something on the south side" }, { "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,'danish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "danish food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving english food" }, { "id": 5, "rdf-acts": [ "negate()", "inform((_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "no danish food" }, { "id": 6, "rdf-acts": [ "select((_:result,food,'danish');(_:result,food,'english'))" ], "speaker": "system", "text": "Sorry would you like danish or english food?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "danish" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving danish food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about italian" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving danish food" }, { "id": 11, "rdf-acts": [ "reqalts()", "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about italian food" }, { "id": 12, "rdf-acts": [ "confirm((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the south of town?" }, { "id": 13, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 14, "rdf-acts": [ "confirm((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a italian restaurant right?" }, { "id": 15, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 16, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 17, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 18, "rdf-acts": [ "confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?" }, { "id": 19, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 20, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice place in the south of town serving tasty italian food" }, { "id": 21, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have its phone number" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut cherry hinton is 01223 323737 ." }, { "id": 23, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can you give me its post code" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of pizza hut cherry hinton is C.B 1, 7 D.Y" }, { "id": 25, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-4f069a4136-20130402_031636
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:search", "food", "danish" ], [ "_: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/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:result", "food", "danish" ], [ "_:result", "food", "english" ], [ "_:search", "food", "danish" ], [ "_: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/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:result", "food", "danish" ], [ "_:result", "food", "english" ], [ "_:system", "canthelp", "_:search/202f40c0" ], [ "_:search/202f40c0", "food", "danish" ], [ "_:search/202f40c0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:result", "food", "danish" ], [ "_:result", "food", "english" ], [ "_:system", "canthelp", "_:search/202f40c0" ], [ "_:search/202f40c0", "food", "danish" ], [ "_:search/202f40c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33bc3e40" ], [ "_:search/33bc3e40", "food", "danish" ], [ "_:search/33bc3e40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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", "area", "south" ], [ "_:system", "canthelp", "_:search/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:result", "food", "danish" ], [ "_:result", "food", "english" ], [ "_:system", "canthelp", "_:search/202f40c0" ], [ "_:search/202f40c0", "food", "danish" ], [ "_:search/202f40c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33bc3e40" ], [ "_:search/33bc3e40", "food", "danish" ], [ "_:search/33bc3e40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_: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/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:result", "food", "danish" ], [ "_:result", "food", "english" ], [ "_:system", "canthelp", "_:search/202f40c0" ], [ "_:search/202f40c0", "food", "danish" ], [ "_:search/202f40c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33bc3e40" ], [ "_:search/33bc3e40", "food", "danish" ], [ "_:search/33bc3e40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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", "area", "south" ], [ "_:system", "canthelp", "_:search/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:result", "food", "danish" ], [ "_:result", "food", "english" ], [ "_:system", "canthelp", "_:search/202f40c0" ], [ "_:search/202f40c0", "food", "danish" ], [ "_:search/202f40c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33bc3e40" ], [ "_:search/33bc3e40", "food", "danish" ], [ "_:search/33bc3e40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_: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" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:result", "food", "danish" ], [ "_:result", "food", "english" ], [ "_:system", "canthelp", "_:search/202f40c0" ], [ "_:search/202f40c0", "food", "danish" ], [ "_:search/202f40c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33bc3e40" ], [ "_:search/33bc3e40", "food", "danish" ], [ "_:search/33bc3e40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/202f40c0" ], [ "_:search/202f40c0", "food", "danish" ], [ "_:search/202f40c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33bc3e40" ], [ "_:search/33bc3e40", "food", "danish" ], [ "_:search/33bc3e40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/202f40c0" ], [ "_:search/202f40c0", "food", "danish" ], [ "_:search/202f40c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33bc3e40" ], [ "_:search/33bc3e40", "food", "danish" ], [ "_:search/33bc3e40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "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, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/82429c30" ], [ "_:search/82429c30", "food", "english" ], [ "_:search/82429c30", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/202f40c0" ], [ "_:search/202f40c0", "food", "danish" ], [ "_:search/202f40c0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33bc3e40" ], [ "_:search/33bc3e40", "food", "danish" ], [ "_:search/33bc3e40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish" }, { "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,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish 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": "dont care" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia serves turkish food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'30 bridge street city centre');(_:result,name,'anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , anatolia is on 30 Bridge Street City Centre" }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'anatolia');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of anatolia is C.B 2, 1 U.J" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-317a1436fe-20130325_172154
[ { "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", "area", "*" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "turkish" ], [ "_: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", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "anatolia" ], [ "_: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", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "30 bridge street city centre" ], [ "_:result", "name", "anatolia" ], [ "_: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", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "30 bridge street city centre" ], [ "_:result", "name", "anatolia" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "belgium food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no belgian restaurant that matches your request" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no belgian restaurant that matches your request" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'polish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no polish restaurant that matches your request" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'polish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no polish restaurant that matches your request" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'ugly duckling');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ugly duckling serves chinese food ." }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "probably an address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'12 st. johns street city centre');(_:result,name,'ugly duckling');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , ugly duckling is on 12 St. Johns Street City Centre" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'ugly duckling');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ugly duckling serves chinese food ." }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "telephone number" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'ugly duckling');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ugly duckling serves chinese food ." }, { "id": 19, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,food,'polish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no polish restaurant that matches your request" }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-a31ca3e355-20130323_234926
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "belgian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/3de736c5" ], [ "_:search/3de736c5", "food", "belgian" ], [ "_:search/3de736c5", "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", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/3de736c5" ], [ "_:search/3de736c5", "food", "belgian" ], [ "_:search/3de736c5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fad22691" ], [ "_:search/fad22691", "food", "belgian" ], [ "_:search/fad22691", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/3de736c5" ], [ "_:search/3de736c5", "food", "belgian" ], [ "_:search/3de736c5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fad22691" ], [ "_:search/fad22691", "food", "belgian" ], [ "_:search/fad22691", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bdf395f1" ], [ "_:search/bdf395f1", "food", "polish" ], [ "_:search/bdf395f1", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/3de736c5" ], [ "_:search/3de736c5", "food", "belgian" ], [ "_:search/3de736c5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fad22691" ], [ "_:search/fad22691", "food", "belgian" ], [ "_:search/fad22691", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bdf395f1" ], [ "_:search/bdf395f1", "food", "polish" ], [ "_:search/bdf395f1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6fbae3e" ], [ "_:search/f6fbae3e", "food", "polish" ], [ "_:search/f6fbae3e", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/3de736c5" ], [ "_:search/3de736c5", "food", "belgian" ], [ "_:search/3de736c5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fad22691" ], [ "_:search/fad22691", "food", "belgian" ], [ "_:search/fad22691", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bdf395f1" ], [ "_:search/bdf395f1", "food", "polish" ], [ "_:search/bdf395f1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6fbae3e" ], [ "_:search/f6fbae3e", "food", "polish" ], [ "_:search/f6fbae3e", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "ugly duckling" ], [ "_: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", "?" ], [ "_:system", "canthelp", "_:search/3de736c5" ], [ "_:search/3de736c5", "food", "belgian" ], [ "_:search/3de736c5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fad22691" ], [ "_:search/fad22691", "food", "belgian" ], [ "_:search/fad22691", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bdf395f1" ], [ "_:search/bdf395f1", "food", "polish" ], [ "_:search/bdf395f1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6fbae3e" ], [ "_:search/f6fbae3e", "food", "polish" ], [ "_:search/f6fbae3e", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "12 st. johns street city centre" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/3de736c5" ], [ "_:search/3de736c5", "food", "belgian" ], [ "_:search/3de736c5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fad22691" ], [ "_:search/fad22691", "food", "belgian" ], [ "_:search/fad22691", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bdf395f1" ], [ "_:search/bdf395f1", "food", "polish" ], [ "_:search/bdf395f1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6fbae3e" ], [ "_:search/f6fbae3e", "food", "polish" ], [ "_:search/f6fbae3e", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "12 st. johns street city centre" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "ugly duckling" ], [ "_: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", "?" ], [ "_:system", "canthelp", "_:search/3de736c5" ], [ "_:search/3de736c5", "food", "belgian" ], [ "_:search/3de736c5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fad22691" ], [ "_:search/fad22691", "food", "belgian" ], [ "_:search/fad22691", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bdf395f1" ], [ "_:search/bdf395f1", "food", "polish" ], [ "_:search/bdf395f1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6fbae3e" ], [ "_:search/f6fbae3e", "food", "polish" ], [ "_:search/f6fbae3e", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "12 st. johns street city centre" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "ugly duckling" ], [ "_: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, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/3de736c5" ], [ "_:search/3de736c5", "food", "belgian" ], [ "_:search/3de736c5", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/fad22691" ], [ "_:search/fad22691", "food", "belgian" ], [ "_:search/fad22691", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bdf395f1" ], [ "_:search/bdf395f1", "food", "polish" ], [ "_:search/bdf395f1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6fbae3e" ], [ "_:search/f6fbae3e", "food", "polish" ], [ "_:search/f6fbae3e", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "12 st. johns street city centre" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/5d3ce059" ], [ "_:search/5d3ce059", "food", "polish" ], [ "_:search/5d3ce059", "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,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a spanish restaurant" }, { "id": 2, "rdf-acts": [ "confirm((_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a danish restaurant right?" }, { "id": 3, "rdf-acts": [ "negate()", "inform((_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "no spanish" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving danish food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a spanish food restaurant" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a spanish restaurant right?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "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": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 10, "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": 11, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 12, "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": 13, "rdf-acts": [ "negate()", "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "no any area" }, { "id": 14, "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": 15, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 16, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no spanish restaurant in the east of town" }, { "id": 17, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about other areas" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'spanish');(_:result,name,'la tasca');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la tasca serves spanish food" }, { "id": 19, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what area" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'la tasca');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la tasca is a great restaurant" }, { "id": 21, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what area" }, { "id": 22, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'la tasca');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la tasca is a nice place in the centre of town" }, { "id": 23, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 24, "rdf-acts": [ "inform((_:result,address,'14 -16 bridge street');(_:result,name,'la tasca');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , la tasca is on 14 -16 Bridge Street" }, { "id": 25, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the price range" }, { "id": 26, "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": 27, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-5a464ca603-20130401_192625
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_: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/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_: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/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:search", "area", "*" ], [ "_: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/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:system", "canthelp", "_:search/30a0b207" ], [ "_:search/30a0b207", "area", "east" ], [ "_:search/30a0b207", "food", "spanish" ], [ "_:search/30a0b207", "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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:system", "canthelp", "_:search/30a0b207" ], [ "_:search/30a0b207", "area", "east" ], [ "_:search/30a0b207", "food", "spanish" ], [ "_:search/30a0b207", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:system", "canthelp", "_:search/30a0b207" ], [ "_:search/30a0b207", "area", "east" ], [ "_:search/30a0b207", "food", "spanish" ], [ "_:search/30a0b207", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "area", "?" ], [ "_:result", "name", "la tasca" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:system", "canthelp", "_:search/30a0b207" ], [ "_:search/30a0b207", "area", "east" ], [ "_:search/30a0b207", "food", "spanish" ], [ "_:search/30a0b207", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "la tasca" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:system", "canthelp", "_:search/30a0b207" ], [ "_:search/30a0b207", "area", "east" ], [ "_:search/30a0b207", "food", "spanish" ], [ "_:search/30a0b207", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "14 -16 bridge street" ], [ "_:result", "name", "la tasca" ], [ "_: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, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6396ee24" ], [ "_:search/6396ee24", "food", "danish" ], [ "_:search/6396ee24", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:system", "canthelp", "_:search/30a0b207" ], [ "_:search/30a0b207", "area", "east" ], [ "_:search/30a0b207", "food", "spanish" ], [ "_:search/30a0b207", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "14 -16 bridge street" ], [ "_:result", "name", "la tasca" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh i want a cheap restaurant and it should be 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,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number please" }, { "id": 4, "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": 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()" ], "speaker": "user", "text": "thank you" }, { "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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-1b51204ef5-20130401_145115
[ { "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", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "royal spice" ], [ "_:result", "phone", "01733 553355" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "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", "phone", "01733 553355" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_:result", "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", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01733 553355" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "area", "north" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry prince is a nice restaurant in the east of town in the moderate price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 4, "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": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-00d76b791d-20130327_012711
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "451 newmarket road fen ditton" ], [ "_:result", "name", "curry prince" ], [ "_: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,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like a austrian restaurant in the south part of town" }, { "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,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian 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": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "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": "what is the phone number" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-03d6592b76-20130327_025219
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "austrian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/90af7a46" ], [ "_:search/90af7a46", "food", "austrian" ], [ "_:search/90af7a46", "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", "south" ], [ "_:system", "canthelp", "_:search/90af7a46" ], [ "_:search/90af7a46", "food", "austrian" ], [ "_:search/90af7a46", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/14f0d770" ], [ "_:search/14f0d770", "food", "austrian" ], [ "_:search/14f0d770", "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", "south" ], [ "_:system", "canthelp", "_:search/90af7a46" ], [ "_:search/90af7a46", "food", "austrian" ], [ "_:search/90af7a46", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/14f0d770" ], [ "_:search/14f0d770", "food", "austrian" ], [ "_:search/14f0d770", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/90af7a46" ], [ "_:search/90af7a46", "food", "austrian" ], [ "_:search/90af7a46", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/14f0d770" ], [ "_:search/14f0d770", "food", "austrian" ], [ "_:search/14f0d770", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "phone", "01223 412299" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "hello()", "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi im looking for an expensive restaurant in 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,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'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": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , peking restaurant is on 10 Homerton Street City Centre" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of peking restaurant is 01223 354755 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-fce37b0ccb-20130328_144745
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "phone", "01223 354755" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'indonesian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for an expensive restaurant that serves indonesian food" }, { "id": 2, "rdf-acts": [ "confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the expensive price range right?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there a restaurant serving british food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "i dont care" }, { "id": 8, "rdf-acts": [ "confirm((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a indonesian restaurant right?" }, { "id": 9, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "wrong" }, { "id": 10, "rdf-acts": [ "confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the expensive price range right?" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for british food" }, { "id": 14, "rdf-acts": [ "confirm((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a british restaurant right?" }, { "id": 15, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right" }, { "id": 16, "rdf-acts": [ "confirm((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the expensive price range right?" }, { "id": 17, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right" }, { "id": 18, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 19, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 20, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'travellers rest');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "travellers rest serves british food in the expensive price range" }, { "id": 21, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'travellers rest');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "travellers rest is a great restaurant" }, { "id": 23, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'travellers rest');(_:result,phone,'01223 276182');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of travellers rest is 01223 276182 ." }, { "id": 25, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "you good bye" } ]
voip-4c0d36762a-20130328_205236
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indonesian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indonesian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6120b8b2" ], [ "_:search/6120b8b2", "food", "indonesian" ], [ "_:search/6120b8b2", "type", "Restaurant" ] ], "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/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6120b8b2" ], [ "_:search/6120b8b2", "food", "indonesian" ], [ "_:search/6120b8b2", "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/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:system", "canthelp", "_:search/6120b8b2" ], [ "_:search/6120b8b2", "food", "indonesian" ], [ "_:search/6120b8b2", "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/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/6120b8b2" ], [ "_:search/6120b8b2", "food", "indonesian" ], [ "_:search/6120b8b2", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/066cbf86" ], [ "_:search/066cbf86", "food", "indonesian" ], [ "_:search/066cbf86", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_: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/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/6120b8b2" ], [ "_:search/6120b8b2", "food", "indonesian" ], [ "_:search/6120b8b2", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/066cbf86" ], [ "_:search/066cbf86", "food", "indonesian" ], [ "_:search/066cbf86", "type", "Restaurant" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/6120b8b2" ], [ "_:search/6120b8b2", "food", "indonesian" ], [ "_:search/6120b8b2", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/066cbf86" ], [ "_:search/066cbf86", "food", "indonesian" ], [ "_:search/066cbf86", "type", "Restaurant" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/6120b8b2" ], [ "_:search/6120b8b2", "food", "indonesian" ], [ "_:search/6120b8b2", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/066cbf86" ], [ "_:search/066cbf86", "food", "indonesian" ], [ "_:search/066cbf86", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/6120b8b2" ], [ "_:search/6120b8b2", "food", "indonesian" ], [ "_:search/6120b8b2", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/066cbf86" ], [ "_:search/066cbf86", "food", "indonesian" ], [ "_:search/066cbf86", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "name", "travellers rest" ], [ "_: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, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/6120b8b2" ], [ "_:search/6120b8b2", "food", "indonesian" ], [ "_:search/6120b8b2", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/066cbf86" ], [ "_:search/066cbf86", "food", "indonesian" ], [ "_:search/066cbf86", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "travellers rest" ], [ "_: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/0ab33f69" ], [ "_:search/0ab33f69", "food", "indonesian" ], [ "_:search/0ab33f69", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/6120b8b2" ], [ "_:search/6120b8b2", "food", "indonesian" ], [ "_:search/6120b8b2", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/066cbf86" ], [ "_:search/066cbf86", "food", "indonesian" ], [ "_:search/066cbf86", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "travellers rest" ], [ "_:result", "phone", "01223 276182" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub" }, { "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,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'cocum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cocum is a great restaurant" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard serves gastropub 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,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , royal standard is on 290 Mill Road City Centre" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 10, "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": 11, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard serves gastropub food ." }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'royal standard');(_:result,phone,'01223 247877');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of royal standard is 01223 247877 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0abf414c0c-20130327_000359
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "cocum" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_: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" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "name", "royal standard" ], [ "_: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", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_: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, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_: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", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_:result", "phone", "01223 247877" ], [ "_: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,'centre');(_:search,food,'caribbean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the center that serves caribbean food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'caribbean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving caribbean food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about international food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is a nice place in the centre of town serving tasty international food" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number and price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,phone,'01223 356060');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the varsity restaurant is 01223 356060 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e9b53d6ace-20130401_212753
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "caribbean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/6c81fd12" ], [ "_:search/6c81fd12", "food", "caribbean" ], [ "_:search/6c81fd12", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/6c81fd12" ], [ "_:search/6c81fd12", "food", "caribbean" ], [ "_:search/6c81fd12", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/6c81fd12" ], [ "_:search/6c81fd12", "food", "caribbean" ], [ "_:search/6c81fd12", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "the varsity restaurant" ], [ "_: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", "centre" ], [ "_:system", "canthelp", "_:search/6c81fd12" ], [ "_:search/6c81fd12", "food", "caribbean" ], [ "_:search/6c81fd12", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "phone", "01223 356060" ], [ "_: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,food,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in the south part of town that serves mexican food" }, { "id": 2, "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 restaurant in the south of town serving mexican food" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address phone number and price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'2g cambridge leisure park cherry hinton road cherry hinton');(_: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 and it is on 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton ." }, { "id": 5, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the price range" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "okay thank you" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 9, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 10, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 11, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no thank you" } ]
voip-ec87351630-20130328_162752
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "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", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "mexican" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "phone", "01223 400170" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "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" ] ], "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", "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" ], [ "_: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", "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" ], [ "_:system", "inquired", "_:user" ] ], "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,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any 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,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria serves italian food in the cheap price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'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": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-155e939ebc-20130327_203128
[ { "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", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_: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", "*" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_: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", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice place in the north of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'191 histon road chesterton');(_:result,name,'golden wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , golden wok is on 191 Histon Road Chesterton" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of golden wok is 01223 350688 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-ad40cf5489-20130327_192300
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "name", "golden wok" ], [ "_: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", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "name", "golden wok" ], [ "_:result", "phone", "01223 350688" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant that serves scandinavian 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,'scandinavian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "scandinavian food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'scandinavian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no scandinavian restaurant that matches your request" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about a restaurant that serves french food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two serves french food ." }, { "id": 7, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in any area" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two serves french food ." }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "my i have the phone number" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-4f069a4136-20130327_204639
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "scandinavian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "scandinavian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/fd7804f0" ], [ "_:search/fd7804f0", "food", "scandinavian" ], [ "_:search/fd7804f0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/fd7804f0" ], [ "_:search/fd7804f0", "food", "scandinavian" ], [ "_:search/fd7804f0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "type", "Restaurant" ], [ "_: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/fd7804f0" ], [ "_:search/fd7804f0", "food", "scandinavian" ], [ "_:search/fd7804f0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_: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/fd7804f0" ], [ "_:search/fd7804f0", "food", "scandinavian" ], [ "_:search/fd7804f0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_: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 ] } ]
[ { "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,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 4, "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": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "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 restaurant in the west of town in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , saint johns chop house is on 21 - 24 Northampton Street" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "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,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the type of food they serve" }, { "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 restaurant in the west of town in the moderate price range" }, { "id": 13, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "wha what type of food" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house serves british food" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3860c915c2-20130328_164046
[ { "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", "?" ] ], "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", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "saint johns chop house" ], [ "_: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", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_: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", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "food", "?" ], [ "_:result", "area", "west" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "british" ], [ "_:result", "name", "saint johns chop house" ], [ "_: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,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate'))" ], "speaker": "system", "text": "Sorry would you like something in the moderate price range or in the cheap price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 4, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate'))" ], "speaker": "system", "text": "Sorry would you like something in the moderate price range or in the cheap price range" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "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": "any kind" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice place in the east of town and the prices are moderate" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'cambridge retail park newmarket road fen ditton');(_:result,name,'pizza hut fen ditton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut fen ditton is 01223 323737 and it is on Cambridge Retail Park Newmarket Road Fen Ditton ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0f41c16f2f-20130401_235338
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_: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", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "type", "Restaurant" ], [ "_: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,'canapes');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant that serves canapes" }, { "id": 2, "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": 3, "rdf-acts": [ "confirm((_:result,food,'canapes');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve canapes" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yippee noodle bar is a great restaurant" }, { "id": 5, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food does it serve" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yippee noodle bar serves asian oriental food" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about a turkish restaurant" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia serves turkish food 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,'30 bridge street city centre');(_:result,name,'anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , anatolia is on 30 Bridge Street City Centre" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-dd9f7810fd-20130322_225458
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "canapes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "canapes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "canapes" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "canapes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "canapes" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "anatolia" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "30 bridge street city centre" ], [ "_:result", "name", "anatolia" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'bistro');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "bistro 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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'clowns cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "clowns cafe is a great restaurant" }, { "id": 5, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'clowns cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "clowns cafe is a great restaurant" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'clowns cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "clowns cafe is a great restaurant" }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what do they serve" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is in the east part of town ." }, { "id": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food do they serve" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal serves indian food" }, { "id": 13, "rdf-acts": [ "reqalts()", "inform((_:search,food,'bistro');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about bistro food" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'bistro');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no bistro restaurant in the east of town" }, { "id": 15, "rdf-acts": [ "reqalts()", "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about british" }, { "id": 16, "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": 17, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the price range" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant is in the expensive price range" }, { "id": 19, "rdf-acts": [ "reqalts()", "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about a moderately priced" }, { "id": 20, "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": 21, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 22, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'graffiti');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "graffiti serves british food ." }, { "id": 23, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the price range" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "graffiti is in the expensive price range" }, { "id": 25, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like to find a moderately priced restaurant" }, { "id": 26, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a nice restaurant in the west of town serving british food" }, { "id": 27, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the price range" }, { "id": 28, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a great restaurant serving british food and it is in the moderate price range" }, { "id": 29, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i get the phone number" }, { "id": 30, "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": 31, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-13ff413553-20130328_171651
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "bistro" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "bistro" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "bistro" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "clowns cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "bistro" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "name", "clowns cafe" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "bistro" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "name", "clowns cafe" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "bistro" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "area", "east" ], [ "_:result", "name", "rajmahal" ], [ "_: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" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "bistro" ], [ "_: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" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3a3d936" ], [ "_:search/e3a3d936", "area", "east" ], [ "_:search/e3a3d936", "food", "bistro" ], [ "_:search/e3a3d936", "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/e3a3d936" ], [ "_:search/e3a3d936", "area", "east" ], [ "_:search/e3a3d936", "food", "bistro" ], [ "_:search/e3a3d936", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_: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/e3a3d936" ], [ "_:search/e3a3d936", "area", "east" ], [ "_:search/e3a3d936", "food", "bistro" ], [ "_:search/e3a3d936", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e3a3d936" ], [ "_:search/e3a3d936", "area", "east" ], [ "_:search/e3a3d936", "food", "bistro" ], [ "_:search/e3a3d936", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "graffiti" ], [ "_: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, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e3a3d936" ], [ "_:search/e3a3d936", "area", "east" ], [ "_:search/e3a3d936", "food", "bistro" ], [ "_:search/e3a3d936", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "?" ], [ "_:result", "food", "british" ], [ "_:result", "name", "graffiti" ], [ "_: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/e3a3d936" ], [ "_:search/e3a3d936", "area", "east" ], [ "_:search/e3a3d936", "food", "bistro" ], [ "_:search/e3a3d936", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_: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, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e3a3d936" ], [ "_:search/e3a3d936", "area", "east" ], [ "_:search/e3a3d936", "food", "bistro" ], [ "_:search/e3a3d936", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_: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, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e3a3d936" ], [ "_:search/e3a3d936", "area", "east" ], [ "_:search/e3a3d936", "food", "bistro" ], [ "_:search/e3a3d936", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e3a3d936" ], [ "_:search/e3a3d936", "area", "east" ], [ "_:search/e3a3d936", "food", "bistro" ], [ "_:search/e3a3d936", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 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": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub" }, { "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,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of nandos is 01223 327908 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f22c2bf9c7-20130328_113750
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant serving lebanese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'lebanese');(_:result,name,'ali baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ali baba serves lebanese food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'ali baba');(_:result,phone,'01462 432565');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of ali baba is 01462 432565 ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'59 hills road city centre');(_:result,name,'ali baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , ali baba is on 59 Hills Road City Centre" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-597cfafdee-20130402_005918
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "ali baba" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "address", "?" ], [ "_:result", "name", "ali baba" ], [ "_:result", "phone", "01462 432565" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "phone", "01462 432565" ], [ "_:result", "address", "59 hills road city centre" ], [ "_:result", "name", "ali baba" ], [ "_: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,'centre');(_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant in the center that serves lebanese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'lebanese');(_:result,name,'ali baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ali baba serves lebanese food" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'ali baba');(_:result,phone,'01462 432565');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of ali baba is 01462 432565 ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'ali baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ali baba is a great restaurant" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'59 hills road city centre');(_:result,name,'ali baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , ali baba is on 59 Hills Road City Centre" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e22911804-20130328_162140
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "ali baba" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "address", "?" ], [ "_:result", "name", "ali baba" ], [ "_:result", "phone", "01462 432565" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "01462 432565" ], [ "_:result", "name", "ali baba" ], [ "_:result", "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", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "phone", "01462 432565" ], [ "_:result", "address", "59 hills road city centre" ], [ "_:result", "name", "ali baba" ], [ "_: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,'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": "uh i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'sitar tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sitar tandoori 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": "alright whats the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'43 high street cherry hinton cherry hinton');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , sitar tandoori is on 43 High Street Cherry Hinton Cherry Hinton" }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and whats the post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'sitar tandoori');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of sitar tandoori is C.B 1, 9 H.X" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-5cf59cc660-20130328_163609
[ { "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", "sitar tandoori" ], [ "_: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", "43 high street cherry hinton cherry hinton" ], [ "_:result", "name", "sitar tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "43 high street cherry hinton cherry hinton" ], [ "_:result", "name", "sitar tandoori" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like australian foo" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australian food" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "talian food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australian food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian 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 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": "i dont care" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'prezzo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo 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,'prezzo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a great restaurant" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'prezzo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a great restaurant" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-72e50baa85-20130326_051315
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "australian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "australian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b658e9c4" ], [ "_:search/b658e9c4", "food", "australian" ], [ "_:search/b658e9c4", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/b658e9c4" ], [ "_:search/b658e9c4", "food", "australian" ], [ "_:search/b658e9c4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8df8eba0" ], [ "_:search/8df8eba0", "food", "australian" ], [ "_:search/8df8eba0", "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/b658e9c4" ], [ "_:search/b658e9c4", "food", "australian" ], [ "_:search/b658e9c4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8df8eba0" ], [ "_:search/8df8eba0", "food", "australian" ], [ "_:search/8df8eba0", "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/b658e9c4" ], [ "_:search/b658e9c4", "food", "australian" ], [ "_:search/b658e9c4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8df8eba0" ], [ "_:search/8df8eba0", "food", "australian" ], [ "_:search/8df8eba0", "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/b658e9c4" ], [ "_:search/b658e9c4", "food", "australian" ], [ "_:search/b658e9c4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8df8eba0" ], [ "_:search/8df8eba0", "food", "australian" ], [ "_:search/8df8eba0", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "prezzo" ], [ "_: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/b658e9c4" ], [ "_:search/b658e9c4", "food", "australian" ], [ "_:search/b658e9c4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8df8eba0" ], [ "_:search/8df8eba0", "food", "australian" ], [ "_:search/8df8eba0", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "prezzo" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/b658e9c4" ], [ "_:search/b658e9c4", "food", "australian" ], [ "_:search/b658e9c4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8df8eba0" ], [ "_:search/8df8eba0", "food", "australian" ], [ "_:search/8df8eba0", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_: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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/b658e9c4" ], [ "_:search/b658e9c4", "food", "australian" ], [ "_:search/b658e9c4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8df8eba0" ], [ "_:search/8df8eba0", "food", "australian" ], [ "_:search/8df8eba0", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "phone", "01799 521260" ], [ "_:result", "name", "prezzo" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "portuguese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos serves portuguese food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats 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-0f41c16f2f-20130325_213819
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "address", "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": [ "affirm()", "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes im looking for an expensive restaurant and it should serve" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "australian" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australian food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there an expensive restaurant that serves french" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australian food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about french food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two serves french food in the expensive price range" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the telephone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b6618de447-20130328_151535
[ { "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", "australian" ], [ "_: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/14706cda" ], [ "_:search/14706cda", "food", "australian" ], [ "_:search/14706cda", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_: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" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/14706cda" ], [ "_:search/14706cda", "food", "australian" ], [ "_:search/14706cda", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/bad657d5" ], [ "_:search/bad657d5", "food", "australian" ], [ "_:search/bad657d5", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_: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/14706cda" ], [ "_:search/14706cda", "food", "australian" ], [ "_:search/14706cda", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/bad657d5" ], [ "_:search/bad657d5", "food", "australian" ], [ "_:search/bad657d5", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_: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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/14706cda" ], [ "_:search/14706cda", "food", "australian" ], [ "_:search/14706cda", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/bad657d5" ], [ "_:search/bad657d5", "food", "australian" ], [ "_:search/bad657d5", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_: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 ] } ]
[ { "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": "i need a restaurant serving af" }, { "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": [], "speaker": "user", "text": "sil" }, { "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,'afghan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "afghan" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'afghan');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no afghan restaurant in the cheap price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care about price" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'afghan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no afghan restaurant that matches your request" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "i need a restaurant" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'afghan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no afghan restaurant that matches your request" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a restaurant serving modern european food" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'afghan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no afghan restaurant that matches your request" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a restaurant serving modern european food" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'de luca cucina and bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "de luca cucina and bar is a great restaurant serving modern european food and it is in the moderate price range" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'de luca cucina and bar');(_:result,phone,'01223 356666');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of de luca cucina and bar is 01223 356666 ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2b66f60368-20130326_203353
[ { "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", "?" ], [ "_:search", "food", "afghan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "afghan" ], [ "_:system", "canthelp", "_:search/f40cce05" ], [ "_:search/f40cce05", "food", "afghan" ], [ "_:search/f40cce05", "pricerange", "cheap" ], [ "_:search/f40cce05", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "afghan" ], [ "_:system", "canthelp", "_:search/f40cce05" ], [ "_:search/f40cce05", "food", "afghan" ], [ "_:search/f40cce05", "pricerange", "cheap" ], [ "_:search/f40cce05", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0cd00bf2" ], [ "_:search/0cd00bf2", "food", "afghan" ], [ "_:search/0cd00bf2", "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/f40cce05" ], [ "_:search/f40cce05", "food", "afghan" ], [ "_:search/f40cce05", "pricerange", "cheap" ], [ "_:search/f40cce05", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/0cd00bf2" ], [ "_:search/0cd00bf2", "food", "afghan" ], [ "_:search/0cd00bf2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/562eb06a" ], [ "_:search/562eb06a", "food", "afghan" ], [ "_:search/562eb06a", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/f40cce05" ], [ "_:search/f40cce05", "food", "afghan" ], [ "_:search/f40cce05", "pricerange", "cheap" ], [ "_:search/f40cce05", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/0cd00bf2" ], [ "_:search/0cd00bf2", "food", "afghan" ], [ "_:search/0cd00bf2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/562eb06a" ], [ "_:search/562eb06a", "food", "afghan" ], [ "_:search/562eb06a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2ee153dd" ], [ "_:search/2ee153dd", "food", "afghan" ], [ "_:search/2ee153dd", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/f40cce05" ], [ "_:search/f40cce05", "food", "afghan" ], [ "_:search/f40cce05", "pricerange", "cheap" ], [ "_:search/f40cce05", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/0cd00bf2" ], [ "_:search/0cd00bf2", "food", "afghan" ], [ "_:search/0cd00bf2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/562eb06a" ], [ "_:search/562eb06a", "food", "afghan" ], [ "_:search/562eb06a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2ee153dd" ], [ "_:search/2ee153dd", "food", "afghan" ], [ "_:search/2ee153dd", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_: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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/f40cce05" ], [ "_:search/f40cce05", "food", "afghan" ], [ "_:search/f40cce05", "pricerange", "cheap" ], [ "_:search/f40cce05", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/0cd00bf2" ], [ "_:search/0cd00bf2", "food", "afghan" ], [ "_:search/0cd00bf2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/562eb06a" ], [ "_:search/562eb06a", "food", "afghan" ], [ "_:search/562eb06a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2ee153dd" ], [ "_:search/2ee153dd", "food", "afghan" ], [ "_:search/2ee153dd", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "phone", "01223 356666" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type ." }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "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,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'world');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "world food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'world');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving world food" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh how about chinese food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice place in the east of town" }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a great restaurant" }, { "id": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'pizza hut city centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "type of food does pizza hut serve" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton serves italian food" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for chinese food" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'529 newmarket road fen ditton');(_:result,name,'yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , yu garden is on 529 Newmarket Road Fen Ditton" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 18, "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": 19, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 20, "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": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d645d56d23-20130401_204424
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "world" ], [ "_: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/33c5e33b" ], [ "_:search/33c5e33b", "food", "world" ], [ "_:search/33c5e33b", "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/33c5e33b" ], [ "_:search/33c5e33b", "food", "world" ], [ "_:search/33c5e33b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/33c5e33b" ], [ "_:search/33c5e33b", "food", "world" ], [ "_:search/33c5e33b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "east" ], [ "_:result", "food", "?" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "pizza hut city centre" ], [ "_: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", "east" ], [ "_:system", "canthelp", "_:search/33c5e33b" ], [ "_:search/33c5e33b", "food", "world" ], [ "_:search/33c5e33b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:search", "name", "pizza hut city centre" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/33c5e33b" ], [ "_:search/33c5e33b", "food", "world" ], [ "_:search/33c5e33b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "pizza hut city centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "yu garden" ], [ "_: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", "east" ], [ "_:system", "canthelp", "_:search/33c5e33b" ], [ "_:search/33c5e33b", "food", "world" ], [ "_:search/33c5e33b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "pizza hut city centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "name", "yu garden" ], [ "_: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", "east" ], [ "_:system", "canthelp", "_:search/33c5e33b" ], [ "_:search/33c5e33b", "food", "world" ], [ "_:search/33c5e33b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "pizza hut city centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "name", "yu garden" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "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", "east" ], [ "_:system", "canthelp", "_:search/33c5e33b" ], [ "_:search/33c5e33b", "food", "world" ], [ "_:search/33c5e33b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "pizza hut city centre" ], [ "_: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, 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,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vietnamese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 4, "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": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-dda7c88c6e-20130323_053928
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "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": "id like 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,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food do they serve" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock serves international food" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "id like the address and phone number please" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'finders corner newmarket road');(_: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 and it is on Finders Corner Newmarket Road ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-da10d74c3e-20130326_002440
[ { "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", "food", "?" ] ], "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", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_: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", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "international" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "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,'danish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "danish food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving english food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vietnamese food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-381a50592b-20130326_040539
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/d6591ac8" ], [ "_:search/d6591ac8", "food", "english" ], [ "_:search/d6591ac8", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/d6591ac8" ], [ "_:search/d6591ac8", "food", "english" ], [ "_:search/d6591ac8", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/d6591ac8" ], [ "_:search/d6591ac8", "food", "english" ], [ "_:search/d6591ac8", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "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": "cough" }, { "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": "the south part" }, { "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": "um i dont know" }, { "id": 6, "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": 7, "rdf-acts": [ "confirm((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "um is that moderately priced" }, { "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": "i dont know" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay can i have the address" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you good bye" } ]
voip-f091d0e461-20130327_211411
[ { "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", "*" ], [ "_: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", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_: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" ], [ "_:result", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_: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", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "italian" ], [ "_:result", "address", "g4 cambridge leisure park clifton way cherry hinton" ], [ "_: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, 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 ." }, { "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": "singapore 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": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center part of town" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul is a nice restaurant in the centre of town serving korean food" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 9, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-a31ca3e355-20130323_223152
[ { "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", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "little seoul" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "pricerange", "expensive" ], [ "_: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, 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": "im looking for cheap food in the north 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,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice place in the north of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice place in the north of town and the prices are cheap" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a great restaurant" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-869dd52548-20130401_180331
[ { "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", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_: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", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_: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", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "royal spice" ], [ "_:result", "phone", "01733 553355" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant that serves european food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'hotel du vin and bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hotel du vin and bistro serves european food in the moderate price range" }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hotel du vin and bistro is a great restaurant" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hotel du vin and bistro is a great restaurant" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-fdf8b50918-20130329_042348
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "moderate" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "moderate" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "?" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "moderate" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "15 - 19 trumpington street" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant that serves vietnamese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food 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,'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": 5, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'thanh binh');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of thanh binh is C.B 3, 0 A.F" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-be5b7bf9d9-20130402_201818
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant serves international food ." }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is a great restaurant serving international food and it is in the moderate price range" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'35 saint andrews street city centre');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the varsity restaurant is on 35 Saint Andrews Street City Centre" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,phone,'01223 356060');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the varsity restaurant is 01223 356060 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-a31ca3e355-20130323_223643
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_: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", "food", "international" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "35 saint andrews street city centre" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "35 saint andrews street city centre" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "phone", "01223 356060" ], [ "_: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,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a cheap restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice restaurant in the west of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number" }, { "id": 4, "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": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and 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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d225fad9df-20130328_203254
[ { "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", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_: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", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "la margherita" ], [ "_:result", "phone", "01223 315232" ], [ "_: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", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_: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 ] } ]
[ { "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": [], "speaker": "user", "text": "im looking for a re" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a great restaurant" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the center of town" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the gardenia is in the centre part of town ." }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'romanian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for romanian food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the gardenia is in the centre part of town ." }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'romanian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "romanian food" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'romanian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no romanian restaurant in the centre of town" }, { "id": 11, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about asian oriental food" }, { "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": "whats the phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f32f2cfdae-20130328_195220
[ { "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", "taj tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "romanian" ], [ "_: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" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "romanian" ], [ "_: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", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5b11a7e5" ], [ "_:search/5b11a7e5", "area", "centre" ], [ "_:search/5b11a7e5", "food", "romanian" ], [ "_:search/5b11a7e5", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/5b11a7e5" ], [ "_:search/5b11a7e5", "area", "centre" ], [ "_:search/5b11a7e5", "food", "romanian" ], [ "_:search/5b11a7e5", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/5b11a7e5" ], [ "_:search/5b11a7e5", "area", "centre" ], [ "_:search/5b11a7e5", "food", "romanian" ], [ "_:search/5b11a7e5", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] } ]
[ { "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,'romanian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant serving romanian food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'romanian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no romanian restaurant that matches your request" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about thai" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gourmet burger kitchen is a great restaurant" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number and the price range" }, { "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,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the price range" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-597cfafdee-20130328_231524
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "romanian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1e231dcb" ], [ "_:search/1e231dcb", "food", "romanian" ], [ "_:search/1e231dcb", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1e231dcb" ], [ "_:search/1e231dcb", "food", "romanian" ], [ "_:search/1e231dcb", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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/1e231dcb" ], [ "_:search/1e231dcb", "food", "romanian" ], [ "_:search/1e231dcb", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1e231dcb" ], [ "_:search/1e231dcb", "food", "romanian" ], [ "_:search/1e231dcb", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "phone", "01223 312598" ], [ "_: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/1e231dcb" ], [ "_:search/1e231dcb", "food", "romanian" ], [ "_:search/1e231dcb", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_: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 ] } ]
[ { "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,'german');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for cheap german food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving german food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about european food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving german food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about european food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cheap european food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant that serves european food" }, { "id": 8, "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": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cheap european food" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-5749b16764-20130328_150400
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "german" ], [ "_: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/bac07951" ], [ "_:search/bac07951", "food", "german" ], [ "_:search/bac07951", "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", "cheap" ], [ "_:system", "canthelp", "_:search/bac07951" ], [ "_:search/bac07951", "food", "german" ], [ "_:search/bac07951", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3831d362" ], [ "_:search/3831d362", "food", "german" ], [ "_:search/3831d362", "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" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/bac07951" ], [ "_:search/bac07951", "food", "german" ], [ "_:search/bac07951", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3831d362" ], [ "_:search/3831d362", "food", "german" ], [ "_:search/3831d362", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/133fbcbc" ], [ "_:search/133fbcbc", "food", "european" ], [ "_:search/133fbcbc", "pricerange", "cheap" ], [ "_:search/133fbcbc", "type", "Restaurant" ], [ "_: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", "cheap" ], [ "_:system", "canthelp", "_:search/bac07951" ], [ "_:search/bac07951", "food", "german" ], [ "_:search/bac07951", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3831d362" ], [ "_:search/3831d362", "food", "german" ], [ "_:search/3831d362", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/133fbcbc" ], [ "_:search/133fbcbc", "food", "european" ], [ "_:search/133fbcbc", "pricerange", "cheap" ], [ "_:search/133fbcbc", "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" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/bac07951" ], [ "_:search/bac07951", "food", "german" ], [ "_:search/bac07951", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3831d362" ], [ "_:search/3831d362", "food", "german" ], [ "_:search/3831d362", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/133fbcbc" ], [ "_:search/133fbcbc", "food", "european" ], [ "_:search/133fbcbc", "pricerange", "cheap" ], [ "_:search/133fbcbc", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2a5d82e8" ], [ "_:search/2a5d82e8", "food", "european" ], [ "_:search/2a5d82e8", "pricerange", "cheap" ], [ "_:search/2a5d82e8", "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,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh yes i want to find a restaurant in the north part of town 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,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh the north" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mediterranean food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no mediterranean restaurant in the north of town" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "okay how about any area" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no mediterranean restaurant in the north of town" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "okay how about any part of town" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'mediterranean');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "shiraz restaurant serves mediterranean food" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and uh can i get the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'84 regent street city centre');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , shiraz restaurant is on 84 Regent Street City Centre" }, { "id": 13, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and whats the post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'shiraz restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of shiraz restaurant is C.B 2, 1 D.P" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and uh the phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'shiraz restaurant');(_:result,phone,'01223 307581');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of shiraz restaurant is 01223 307581 ." }, { "id": 17, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "okay thank you and good bye" } ]
voip-e8997b10da-20130327_194306
[ { "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", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mediterranean" ], [ "_:system", "canthelp", "_:search/45f8fa49" ], [ "_:search/45f8fa49", "area", "north" ], [ "_:search/45f8fa49", "food", "mediterranean" ], [ "_:search/45f8fa49", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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", "mediterranean" ], [ "_:system", "canthelp", "_:search/45f8fa49" ], [ "_:search/45f8fa49", "area", "north" ], [ "_:search/45f8fa49", "food", "mediterranean" ], [ "_:search/45f8fa49", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4af2a035" ], [ "_:search/4af2a035", "area", "north" ], [ "_:search/4af2a035", "food", "mediterranean" ], [ "_:search/4af2a035", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mediterranean" ], [ "_:system", "canthelp", "_:search/45f8fa49" ], [ "_:search/45f8fa49", "area", "north" ], [ "_:search/45f8fa49", "food", "mediterranean" ], [ "_:search/45f8fa49", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4af2a035" ], [ "_:search/4af2a035", "area", "north" ], [ "_:search/4af2a035", "food", "mediterranean" ], [ "_:search/4af2a035", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mediterranean" ], [ "_:system", "canthelp", "_:search/45f8fa49" ], [ "_:search/45f8fa49", "area", "north" ], [ "_:search/45f8fa49", "food", "mediterranean" ], [ "_:search/45f8fa49", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4af2a035" ], [ "_:search/4af2a035", "area", "north" ], [ "_:search/4af2a035", "food", "mediterranean" ], [ "_:search/4af2a035", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "address", "84 regent street city centre" ], [ "_:result", "name", "shiraz restaurant" ], [ "_: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", "food", "mediterranean" ], [ "_:system", "canthelp", "_:search/45f8fa49" ], [ "_:search/45f8fa49", "area", "north" ], [ "_:search/45f8fa49", "food", "mediterranean" ], [ "_:search/45f8fa49", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4af2a035" ], [ "_:search/4af2a035", "area", "north" ], [ "_:search/4af2a035", "food", "mediterranean" ], [ "_:search/4af2a035", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "address", "84 regent street city centre" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_: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", "food", "mediterranean" ], [ "_:system", "canthelp", "_:search/45f8fa49" ], [ "_:search/45f8fa49", "area", "north" ], [ "_:search/45f8fa49", "food", "mediterranean" ], [ "_:search/45f8fa49", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4af2a035" ], [ "_:search/4af2a035", "area", "north" ], [ "_:search/4af2a035", "food", "mediterranean" ], [ "_:search/4af2a035", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "address", "84 regent street city centre" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "phone", "01223 307581" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in the south 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": [], "speaker": "user", "text": "serves" }, { "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,food,'swedish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "swedish food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'swedish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no swedish restaurant in the south of town" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'indian');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a nice restaurant in the south of town serving indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,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-b57f8ee22b-20130325_174455
[ { "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", "swedish" ], [ "_: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/68af884f" ], [ "_:search/68af884f", "area", "south" ], [ "_:search/68af884f", "food", "swedish" ], [ "_:search/68af884f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/68af884f" ], [ "_:search/68af884f", "area", "south" ], [ "_:search/68af884f", "food", "swedish" ], [ "_:search/68af884f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/68af884f" ], [ "_:search/68af884f", "area", "south" ], [ "_:search/68af884f", "food", "swedish" ], [ "_:search/68af884f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "phone", "01223 412299" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "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": "i want to find" }, { "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,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a cheap restaurant in the north part of town" }, { "id": 4, "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": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "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,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address and type of food" }, { "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": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice serves indian food" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-22756d9e8f-20130329_050743
[ { "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", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_: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", "food", "?" ], [ "_: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", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "?" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "food", "indian" ], [ "_: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, 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,'afghan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for afghan good" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'afghan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving afghan food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about french 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,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two serves french food" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh whats the phone number" }, { "id": 8, "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": 9, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "cool um thank you good bye" } ]
voip-4a6ecc1f1c-20130328_124458
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "afghan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/0f6dc168" ], [ "_:search/0f6dc168", "food", "afghan" ], [ "_:search/0f6dc168", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/0f6dc168" ], [ "_:search/0f6dc168", "food", "afghan" ], [ "_:search/0f6dc168", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/0f6dc168" ], [ "_:search/0f6dc168", "food", "afghan" ], [ "_:search/0f6dc168", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_: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/0f6dc168" ], [ "_:search/0f6dc168", "food", "afghan" ], [ "_:search/0f6dc168", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "phone", "01223 351880" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes good afternoon im looking for a restaurant in the 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": "the north 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,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "belgium" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving belgian food" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there an asian oriental restaurant in the north part of town" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving belgian food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about asian food" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tandoori palace is a nice place in the north of town" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address and phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'68 histon road chesterton');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , tandoori palace is on 68 Histon Road Chesterton" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and phone number please" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'tandoori palace');(_:result,phone,'01223 506055');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of tandoori palace is 01223 506055 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-eaef6f434c-20130323_025908
[ { "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", "food", "belgian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/af29df8e" ], [ "_:search/af29df8e", "food", "belgian" ], [ "_:search/af29df8e", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/af29df8e" ], [ "_:search/af29df8e", "food", "belgian" ], [ "_:search/af29df8e", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f11ccaa9" ], [ "_:search/f11ccaa9", "food", "belgian" ], [ "_:search/f11ccaa9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/af29df8e" ], [ "_:search/af29df8e", "food", "belgian" ], [ "_:search/af29df8e", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f11ccaa9" ], [ "_:search/f11ccaa9", "food", "belgian" ], [ "_:search/f11ccaa9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "tandoori palace" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/af29df8e" ], [ "_:search/af29df8e", "food", "belgian" ], [ "_:search/af29df8e", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f11ccaa9" ], [ "_:search/f11ccaa9", "food", "belgian" ], [ "_:search/f11ccaa9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "68 histon road chesterton" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/af29df8e" ], [ "_:search/af29df8e", "food", "belgian" ], [ "_:search/af29df8e", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/f11ccaa9" ], [ "_:search/f11ccaa9", "food", "belgian" ], [ "_:search/f11ccaa9", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "address", "68 histon road chesterton" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "phone", "01223 506055" ], [ "_: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": [ "hello()", "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi i need 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,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of nandos is 01223 327908 and it is on Cambridge Leisure Park Clifton Way ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you good bye" } ]
voip-f091d0e461-20130327_205249
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_: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", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "reqalts()", "inform((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "are there any restaurants that serve english food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no english restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about european food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe serves european food ." }, { "id": 5, "rdf-acts": [ "confirm((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it moderately priced" }, { "id": 6, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "uh yes" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe serves european food ." }, { "id": 9, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'michaelhouse cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe is in the expensive price range" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a moderately priced restaurant" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'galleria');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "galleria is a great restaurant serving european food and it is in the moderate price range" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "um kay whats the post code" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'galleria');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of galleria is C.B 2, 1 U.W" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3cf7bd870d-20130327_184430
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "english" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/4d03f542" ], [ "_:search/4d03f542", "food", "english" ], [ "_:search/4d03f542", "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" ], [ "_:system", "canthelp", "_:search/4d03f542" ], [ "_:search/4d03f542", "food", "english" ], [ "_:search/4d03f542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/4d03f542" ], [ "_:search/4d03f542", "food", "english" ], [ "_:search/4d03f542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/4d03f542" ], [ "_:search/4d03f542", "food", "english" ], [ "_:search/4d03f542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/4d03f542" ], [ "_:search/4d03f542", "food", "english" ], [ "_:search/4d03f542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "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/4d03f542" ], [ "_:search/4d03f542", "food", "english" ], [ "_:search/4d03f542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_: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 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/4d03f542" ], [ "_:search/4d03f542", "food", "english" ], [ "_:search/4d03f542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "33 bridge street" ], [ "_:result", "name", "galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/4d03f542" ], [ "_:search/4d03f542", "food", "english" ], [ "_:search/4d03f542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "33 bridge street" ], [ "_:result", "name", "galleria" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'steakhouse');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like a cheap restaurant that serves steakhouse" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "steakhouse" }, { "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,'nandos city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre is in the cheap price range" }, { "id": 9, "rdf-acts": [ "confirm((_:result,food,'steakhouse');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve steakhouse food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre serves portuguese food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like steakhouse food" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving steakhouse food" }, { "id": 13, "rdf-acts": [ "reqalts()", "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about vietnamese food" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'nandos city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre is in the cheap price range" }, { "id": 15, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like vietnamese food" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food in the cheap price range" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of thanh binh is 01223 362456 ." }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-03d6592b76-20130326_012615
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "steakhouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "steakhouse" ], [ "_: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", "steakhouse" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "steakhouse" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "steakhouse" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "steakhouse" ], [ "_: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", "cheap" ], [ "_:search", "area", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "steakhouse" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/846ddc85" ], [ "_:search/846ddc85", "food", "steakhouse" ], [ "_:search/846ddc85", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "vietnamese" ], [ "_: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", "cheap" ], [ "_:search", "area", "*" ], [ "_:result", "food", "portuguese" ], [ "_:system", "canthelp", "_:search/846ddc85" ], [ "_:search/846ddc85", "food", "steakhouse" ], [ "_:search/846ddc85", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_: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", "cheap" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/846ddc85" ], [ "_:search/846ddc85", "food", "steakhouse" ], [ "_:search/846ddc85", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/846ddc85" ], [ "_:search/846ddc85", "food", "steakhouse" ], [ "_:search/846ddc85", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "pricerange", "cheap" ], [ "_: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, 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,'basque');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "find a moderately priced restaurant that serves bask food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'basque');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no basque restaurant in the moderate price range" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about british food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a great restaurant serving british food and it is in the moderate price range" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'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": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b81cbb287-20130326_024219
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "basque" ], [ "_: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/1b4bb28c" ], [ "_:search/1b4bb28c", "food", "basque" ], [ "_:search/1b4bb28c", "pricerange", "moderate" ], [ "_:search/1b4bb28c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/1b4bb28c" ], [ "_:search/1b4bb28c", "food", "basque" ], [ "_:search/1b4bb28c", "pricerange", "moderate" ], [ "_:search/1b4bb28c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/1b4bb28c" ], [ "_:search/1b4bb28c", "food", "basque" ], [ "_:search/1b4bb28c", "pricerange", "moderate" ], [ "_:search/1b4bb28c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the north 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": [], "speaker": "user", "text": "sorry" }, { "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,'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": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "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,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b3edac94d-20130324_201858
[ { "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" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "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", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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, 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" }, { "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 type" }, { "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": "can i get the phone number" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , saint johns chop house is on 21 - 24 Northampton Street" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-13ff413553-20130328_174036
[ { "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", "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", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_: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", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_: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 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,'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": "i dont care" }, { "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": "can i get the phone number" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-05e7a5440b-20130328_222114
[ { "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", "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", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to find a restaurant in the center and it should serve korean food" }, { "id": 2, "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": 3, "rdf-acts": [ "affirm()", "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes that serves korean food" }, { "id": 4, "rdf-acts": [ "confirm((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the cheap price range right?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a restaurant in the center that serves korean food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'korean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cheap korean food" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'korean');(_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i do not care about the price range im just looking for a restaurant in the center that serves korean food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul is a nice place in the centre of town serving tasty korean food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and price range" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'little seoul');(_:result,postcode,'c.b 2');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul is in the expensive price range , and their post code is C.B 2, 1 D.P" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address please" }, { "id": 18, "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": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-199d62165b-20130402_120922
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/3428af33" ], [ "_:search/3428af33", "food", "korean" ], [ "_:search/3428af33", "pricerange", "cheap" ], [ "_:search/3428af33", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_: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/3428af33" ], [ "_:search/3428af33", "food", "korean" ], [ "_:search/3428af33", "pricerange", "cheap" ], [ "_:search/3428af33", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_: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/3428af33" ], [ "_:search/3428af33", "food", "korean" ], [ "_:search/3428af33", "pricerange", "cheap" ], [ "_:search/3428af33", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/3428af33" ], [ "_:search/3428af33", "food", "korean" ], [ "_:search/3428af33", "pricerange", "cheap" ], [ "_:search/3428af33", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "phone", "01223 308681" ], [ "_: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/3428af33" ], [ "_:search/3428af33", "food", "korean" ], [ "_:search/3428af33", "pricerange", "cheap" ], [ "_:search/3428af33", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "phone", "01223 308681" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/3428af33" ], [ "_:search/3428af33", "food", "korean" ], [ "_:search/3428af33", "pricerange", "cheap" ], [ "_:search/3428af33", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "phone", "01223 308681" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/3428af33" ], [ "_:search/3428af33", "food", "korean" ], [ "_:search/3428af33", "pricerange", "cheap" ], [ "_:search/3428af33", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "phone", "01223 308681" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "108 regent street city 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, 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,'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": "doesnt matter" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant serving any kind of food right?" }, { "id": 7, "rdf-acts": [ "affirm()", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "yes i want the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys is a nice place in the south of town and the prices are expensive" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-249d0f617b-20130328_161219
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "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", "phone", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "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", "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 ] } ]
[ { "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": "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": [ "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,'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": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get 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-48c12815b3-20130402_052119
[ { "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" ], [ "_:user", "inquired", "_:system" ] ], "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", "name", "nandos" ], [ "_: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", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_: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", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_: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": [ "hello()", "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi 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": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chiquito restaurant bar is a nice place in the south of town and the prices are expensive" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address please" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chiquito restaurant bar is a great restaurant" }, { "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,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'chiquito restaurant bar');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of chiquito restaurant bar is C.B 1, 7 D.Y" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e4cdce06a-20130323_131109
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "phone", "?" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "phone", "01223 400170" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "phone", "01223 400170" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like a moderately priced restaurant 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,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "polynesian" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no polynesian restaurant in the moderate price range" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the restaurant that serves asian oriental food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yippee noodle bar is a great restaurant serving asian oriental food and it is in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address and phone number please" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'40428 king street city centre');(_: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 and it is on 40428 King Street City Centre ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-88b68a9a41-20130324_003525
[ { "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", "polynesian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/23c8802d" ], [ "_:search/23c8802d", "food", "polynesian" ], [ "_:search/23c8802d", "pricerange", "moderate" ], [ "_:search/23c8802d", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/23c8802d" ], [ "_:search/23c8802d", "food", "polynesian" ], [ "_:search/23c8802d", "pricerange", "moderate" ], [ "_:search/23c8802d", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "yippee noodle bar" ], [ "_: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", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/23c8802d" ], [ "_:search/23c8802d", "food", "polynesian" ], [ "_:search/23c8802d", "pricerange", "moderate" ], [ "_:search/23c8802d", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "40428 king street city centre" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "phone", "01223 518111" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "lebanese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'lebanese');(_:result,name,'ali baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ali baba serves lebanese food ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'ali baba');(_:result,phone,'01462 432565');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of ali baba is 01462 432565 ." }, { "id": 5, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'lebanese');(_:result,name,'ali baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ali baba serves lebanese food ." }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-9819537952-20130327_024815
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "ali baba" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "ali baba" ], [ "_:result", "phone", "01462 432565" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01462 432565" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "ali baba" ], [ "_: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": [], "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": "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,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "portuguese food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre serves portuguese food" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos serves portuguese food" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no other portuguese restaurant that matches your request" }, { "id": 11, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "any price" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is a great restaurant" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "portuguese food any price" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre serves portuguese food" }, { "id": 15, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'nandos city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre is in the cheap price range" }, { "id": 17, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 18, "rdf-acts": [ "canthelp((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no other portuguese restaurant that matches your request" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-869dd52548-20130401_184240
[ { "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", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_: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", "*" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos" ], [ "_: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", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f1e3d19c" ], [ "_:search/f1e3d19c", "food", "portuguese" ], [ "_:search/f1e3d19c", "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", "*" ], [ "_:result", "food", "portuguese" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f1e3d19c" ], [ "_:search/f1e3d19c", "food", "portuguese" ], [ "_:search/f1e3d19c", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f1e3d19c" ], [ "_:search/f1e3d19c", "food", "portuguese" ], [ "_:search/f1e3d19c", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_: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", "*" ], [ "_:system", "canthelp", "_:search/f1e3d19c" ], [ "_:search/f1e3d19c", "food", "portuguese" ], [ "_:search/f1e3d19c", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/f1e3d19c" ], [ "_:search/f1e3d19c", "food", "portuguese" ], [ "_:search/f1e3d19c", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/7b32b217" ], [ "_:search/7b32b217", "food", "portuguese" ], [ "_:search/7b32b217", "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,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european" }, { "id": 4, "rdf-acts": [ "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": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'michaelhouse cafe');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of michaelhouse cafe is C.B 2, 1 S.U" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-50af5438f1-20130402_085506
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_: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, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_: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", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "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", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "can i have the venusian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving venetian food" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food in the south part of town" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving venetian food" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food in the south part of town" }, { "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,area,'south');(_:result,food,'italian');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice place in the south of town serving tasty italian food" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a great restaurant" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut cherry hinton is 01223 323737 ." }, { "id": 13, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of pizza hut cherry hinton is C.B 1, 7 D.Y" }, { "id": 15, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" } ]
voip-7f9c1c8411-20130401_162408
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/435d9549" ], [ "_:search/435d9549", "food", "venetian" ], [ "_:search/435d9549", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/435d9549" ], [ "_:search/435d9549", "food", "venetian" ], [ "_:search/435d9549", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8e0a4fc" ], [ "_:search/b8e0a4fc", "food", "venetian" ], [ "_:search/b8e0a4fc", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_: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/435d9549" ], [ "_:search/435d9549", "food", "venetian" ], [ "_:search/435d9549", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8e0a4fc" ], [ "_:search/b8e0a4fc", "food", "venetian" ], [ "_:search/b8e0a4fc", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_: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/435d9549" ], [ "_:search/435d9549", "food", "venetian" ], [ "_:search/435d9549", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8e0a4fc" ], [ "_:search/b8e0a4fc", "food", "venetian" ], [ "_:search/b8e0a4fc", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/435d9549" ], [ "_:search/435d9549", "food", "venetian" ], [ "_:search/435d9549", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8e0a4fc" ], [ "_:search/b8e0a4fc", "food", "venetian" ], [ "_:search/b8e0a4fc", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/435d9549" ], [ "_:search/435d9549", "food", "venetian" ], [ "_:search/435d9549", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8e0a4fc" ], [ "_:search/b8e0a4fc", "food", "venetian" ], [ "_:search/b8e0a4fc", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "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" ], [ "_:system", "canthelp", "_:search/435d9549" ], [ "_:search/435d9549", "food", "venetian" ], [ "_:search/435d9549", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b8e0a4fc" ], [ "_:search/b8e0a4fc", "food", "venetian" ], [ "_:search/b8e0a4fc", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_: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": "noise" }, { "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,'polynesian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant and it should serve polynesian food" }, { "id": 4, "rdf-acts": [ "confirm((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a polynesian restaurant right?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 6, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate'))" ], "speaker": "system", "text": "Sorry would you like something in the moderate price range or in the cheap price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the moderately price" }, { "id": 8, "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": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 11, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 13, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about indian" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 15, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian type of food" }, { "id": 16, "rdf-acts": [ "confirm((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a polynesian restaurant right?" }, { "id": 17, "rdf-acts": [ "negate()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "no indian food" }, { "id": 18, "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": 19, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 21, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 22, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 23, "rdf-acts": [], "speaker": "user", "text": "laugh" }, { "id": 24, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 25, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 26, "rdf-acts": [ "confirm((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a polynesian restaurant right?" }, { "id": 27, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 28, "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": 29, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 30, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 31, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian type of food" }, { "id": 32, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 33, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 34, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 35, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-10beae627f-20130401_164712
[ { "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", "polynesian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "polynesian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "polynesian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "?" ], [ "_:search", "food", "polynesian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_: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", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_: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", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4fa35bfe" ], [ "_:search/4fa35bfe", "food", "polynesian" ], [ "_:search/4fa35bfe", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4fa35bfe" ], [ "_:search/4fa35bfe", "food", "polynesian" ], [ "_:search/4fa35bfe", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2d8bbdc2" ], [ "_:search/2d8bbdc2", "food", "polynesian" ], [ "_:search/2d8bbdc2", "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", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4fa35bfe" ], [ "_:search/4fa35bfe", "food", "polynesian" ], [ "_:search/4fa35bfe", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/2d8bbdc2" ], [ "_:search/2d8bbdc2", "food", "polynesian" ], [ "_:search/2d8bbdc2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ef2eeb03" ], [ "_:search/ef2eeb03", "food", "polynesian" ], [ "_:search/ef2eeb03", "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", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4fa35bfe" ], [ "_:search/4fa35bfe", "food", "polynesian" ], [ "_:search/4fa35bfe", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/2d8bbdc2" ], [ "_:search/2d8bbdc2", "food", "polynesian" ], [ "_:search/2d8bbdc2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ef2eeb03" ], [ "_:search/ef2eeb03", "food", "polynesian" ], [ "_:search/ef2eeb03", "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", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4fa35bfe" ], [ "_:search/4fa35bfe", "food", "polynesian" ], [ "_:search/4fa35bfe", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/2d8bbdc2" ], [ "_:search/2d8bbdc2", "food", "polynesian" ], [ "_:search/2d8bbdc2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ef2eeb03" ], [ "_:search/ef2eeb03", "food", "polynesian" ], [ "_:search/ef2eeb03", "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, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4fa35bfe" ], [ "_:search/4fa35bfe", "food", "polynesian" ], [ "_:search/4fa35bfe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2d8bbdc2" ], [ "_:search/2d8bbdc2", "food", "polynesian" ], [ "_:search/2d8bbdc2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ef2eeb03" ], [ "_:search/ef2eeb03", "food", "polynesian" ], [ "_:search/ef2eeb03", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/77cacd19" ], [ "_:search/77cacd19", "food", "polynesian" ], [ "_:search/77cacd19", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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, 28, 29, 30, 31 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4fa35bfe" ], [ "_:search/4fa35bfe", "food", "polynesian" ], [ "_:search/4fa35bfe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2d8bbdc2" ], [ "_:search/2d8bbdc2", "food", "polynesian" ], [ "_:search/2d8bbdc2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ef2eeb03" ], [ "_:search/ef2eeb03", "food", "polynesian" ], [ "_:search/ef2eeb03", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/77cacd19" ], [ "_:search/77cacd19", "food", "polynesian" ], [ "_:search/77cacd19", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/88cf28a4" ], [ "_:search/88cf28a4", "food", "polynesian" ], [ "_:search/88cf28a4", "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, 28, 29, 30, 31, 32, 33 ] }, { "id": 17, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/b2fa6427" ], [ "_:search/b2fa6427", "food", "polynesian" ], [ "_:search/b2fa6427", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7b10e0eb" ], [ "_:search/7b10e0eb", "food", "polynesian" ], [ "_:search/7b10e0eb", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d3249dd0" ], [ "_:search/d3249dd0", "food", "polynesian" ], [ "_:search/d3249dd0", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4fa35bfe" ], [ "_:search/4fa35bfe", "food", "polynesian" ], [ "_:search/4fa35bfe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2d8bbdc2" ], [ "_:search/2d8bbdc2", "food", "polynesian" ], [ "_:search/2d8bbdc2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ef2eeb03" ], [ "_:search/ef2eeb03", "food", "polynesian" ], [ "_:search/ef2eeb03", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/77cacd19" ], [ "_:search/77cacd19", "food", "polynesian" ], [ "_:search/77cacd19", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/88cf28a4" ], [ "_:search/88cf28a4", "food", "polynesian" ], [ "_:search/88cf28a4", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/99158ce9" ], [ "_:search/99158ce9", "food", "polynesian" ], [ "_:search/99158ce9", "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 ] } ]
[ { "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,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the south part of town serving 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,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian type of 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,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "there is no such venue harbor indian type of food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving austrian food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian type of food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving austrian food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "theres no such venue unintelligible indian type of food" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving austrian food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian type of food" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving austrian food" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian type of food" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving austrian food" }, { "id": 15, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the south part of town serving indian type of food" }, { "id": 16, "rdf-acts": [ "canthelp((_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving austrian food" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 18, "rdf-acts": [ "canthelp((_:search,food,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving austrian food" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-597cfafdee-20130402_004903
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "austrian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/91a9eb00" ], [ "_:search/91a9eb00", "food", "austrian" ], [ "_:search/91a9eb00", "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", "south" ], [ "_:system", "canthelp", "_:search/91a9eb00" ], [ "_:search/91a9eb00", "food", "austrian" ], [ "_:search/91a9eb00", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/63e178ff" ], [ "_:search/63e178ff", "food", "austrian" ], [ "_:search/63e178ff", "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", "south" ], [ "_:system", "canthelp", "_:search/91a9eb00" ], [ "_:search/91a9eb00", "food", "austrian" ], [ "_:search/91a9eb00", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/63e178ff" ], [ "_:search/63e178ff", "food", "austrian" ], [ "_:search/63e178ff", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4abc5863" ], [ "_:search/4abc5863", "food", "austrian" ], [ "_:search/4abc5863", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/91a9eb00" ], [ "_:search/91a9eb00", "food", "austrian" ], [ "_:search/91a9eb00", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/63e178ff" ], [ "_:search/63e178ff", "food", "austrian" ], [ "_:search/63e178ff", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4abc5863" ], [ "_:search/4abc5863", "food", "austrian" ], [ "_:search/4abc5863", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/67dc4d0b" ], [ "_:search/67dc4d0b", "food", "austrian" ], [ "_:search/67dc4d0b", "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", "area", "south" ], [ "_:system", "canthelp", "_:search/91a9eb00" ], [ "_:search/91a9eb00", "food", "austrian" ], [ "_:search/91a9eb00", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/63e178ff" ], [ "_:search/63e178ff", "food", "austrian" ], [ "_:search/63e178ff", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4abc5863" ], [ "_:search/4abc5863", "food", "austrian" ], [ "_:search/4abc5863", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/67dc4d0b" ], [ "_:search/67dc4d0b", "food", "austrian" ], [ "_:search/67dc4d0b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ec2b65d1" ], [ "_:search/ec2b65d1", "food", "austrian" ], [ "_:search/ec2b65d1", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/91a9eb00" ], [ "_:search/91a9eb00", "food", "austrian" ], [ "_:search/91a9eb00", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/63e178ff" ], [ "_:search/63e178ff", "food", "austrian" ], [ "_:search/63e178ff", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4abc5863" ], [ "_:search/4abc5863", "food", "austrian" ], [ "_:search/4abc5863", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/67dc4d0b" ], [ "_:search/67dc4d0b", "food", "austrian" ], [ "_:search/67dc4d0b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ec2b65d1" ], [ "_:search/ec2b65d1", "food", "austrian" ], [ "_:search/ec2b65d1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33658dbd" ], [ "_:search/33658dbd", "food", "austrian" ], [ "_:search/33658dbd", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_: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/91a9eb00" ], [ "_:search/91a9eb00", "food", "austrian" ], [ "_:search/91a9eb00", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/63e178ff" ], [ "_:search/63e178ff", "food", "austrian" ], [ "_:search/63e178ff", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4abc5863" ], [ "_:search/4abc5863", "food", "austrian" ], [ "_:search/4abc5863", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/67dc4d0b" ], [ "_:search/67dc4d0b", "food", "austrian" ], [ "_:search/67dc4d0b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ec2b65d1" ], [ "_:search/ec2b65d1", "food", "austrian" ], [ "_:search/ec2b65d1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33658dbd" ], [ "_:search/33658dbd", "food", "austrian" ], [ "_:search/33658dbd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0755f869" ], [ "_:search/0755f869", "food", "austrian" ], [ "_:search/0755f869", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "indian" ], [ "_: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/91a9eb00" ], [ "_:search/91a9eb00", "food", "austrian" ], [ "_:search/91a9eb00", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/63e178ff" ], [ "_:search/63e178ff", "food", "austrian" ], [ "_:search/63e178ff", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4abc5863" ], [ "_:search/4abc5863", "food", "austrian" ], [ "_:search/4abc5863", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/67dc4d0b" ], [ "_:search/67dc4d0b", "food", "austrian" ], [ "_:search/67dc4d0b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ec2b65d1" ], [ "_:search/ec2b65d1", "food", "austrian" ], [ "_:search/ec2b65d1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33658dbd" ], [ "_:search/33658dbd", "food", "austrian" ], [ "_:search/33658dbd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0755f869" ], [ "_:search/0755f869", "food", "austrian" ], [ "_:search/0755f869", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cebb7d09" ], [ "_:search/cebb7d09", "food", "austrian" ], [ "_:search/cebb7d09", "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/91a9eb00" ], [ "_:search/91a9eb00", "food", "austrian" ], [ "_:search/91a9eb00", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/63e178ff" ], [ "_:search/63e178ff", "food", "austrian" ], [ "_:search/63e178ff", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4abc5863" ], [ "_:search/4abc5863", "food", "austrian" ], [ "_:search/4abc5863", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/67dc4d0b" ], [ "_:search/67dc4d0b", "food", "austrian" ], [ "_:search/67dc4d0b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ec2b65d1" ], [ "_:search/ec2b65d1", "food", "austrian" ], [ "_:search/ec2b65d1", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/33658dbd" ], [ "_:search/33658dbd", "food", "austrian" ], [ "_:search/33658dbd", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0755f869" ], [ "_:search/0755f869", "food", "austrian" ], [ "_:search/0755f869", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cebb7d09" ], [ "_:search/cebb7d09", "food", "austrian" ], [ "_:search/cebb7d09", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f8f3cf4f" ], [ "_:search/f8f3cf4f", "food", "austrian" ], [ "_:search/f8f3cf4f", "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": [ "hello()", "inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi 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": "uh any type" }, { "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": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "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,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,phone,'01223 353110');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of saint johns chop house is 01223 353110 and it is on 21 - 24 Northampton Street ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-c8ec8c76dd-20130328_180054
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_: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 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_: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" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 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,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the north part of town serving indian 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": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice place in the north of town serving tasty indian food" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the north part of town serving indian food" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is in the moderate price range" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there anything else in the medium price range" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is in the moderate price range" }, { "id": 9, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there anything in the cheap price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is in the moderate price range" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is on 205 Victoria Road Chesterton , C.B 4, 3 L.F" }, { "id": 13, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a restaurant in the north part of town serving indian food" }, { "id": 14, "rdf-acts": [ "select((_:result,pricerange,*);(_:result,pricerange,'moderate'))" ], "speaker": "system", "text": "Sorry would you like something in the moderate price range or you dont care" }, { "id": 15, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice place in the north of town serving tasty indian food" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and post code" }, { "id": 18, "rdf-acts": [ "inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is on 205 Victoria Road Chesterton , C.B 4, 3 L.F" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-48c12815b3-20130326_011456
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_: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" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "moderate" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "postcode", "c.b 4" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghna" ], [ "_: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, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find 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,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the 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": "i dont care" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'travellers rest');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "travellers rest is a nice place in the west of town" }, { "id": 9, "rdf-acts": [ "confirm((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it moderately priced" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'travellers rest');(_:result,phone,'01223 276182');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of travellers rest is 01223 276182 ." }, { "id": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'travellers rest');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "travellers rest serves british food" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 14, "rdf-acts": [ "repeat()" ], "speaker": "system", "text": "Sorry I am a bit confused ; please tell me again what you are looking for ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e22911804-20130327_200922
[ { "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", "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" ], [ "_:result", "area", "west" ], [ "_:result", "name", "travellers rest" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "travellers rest" ], [ "_:result", "phone", "01223 276182" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 276182" ], [ "_:result", "food", "british" ], [ "_:result", "name", "travellers rest" ], [ "_: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": 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", "phone", "01223 276182" ], [ "_:result", "food", "british" ], [ "_:result", "name", "travellers rest" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the west part of town that serves christmas food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no christmas restaurant in the west of town" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about italian" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice restaurant in the west of town serving italian food" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e3b4879e0d-20130326_215254
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "christmas" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/a91e01d1" ], [ "_:search/a91e01d1", "area", "west" ], [ "_:search/a91e01d1", "food", "christmas" ], [ "_:search/a91e01d1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/a91e01d1" ], [ "_:search/a91e01d1", "area", "west" ], [ "_:search/a91e01d1", "food", "christmas" ], [ "_:search/a91e01d1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_: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 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/a91e01d1" ], [ "_:search/a91e01d1", "area", "west" ], [ "_:search/a91e01d1", "food", "christmas" ], [ "_:search/a91e01d1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_: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 ] } ]
[ { "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" }, { "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": "in the west 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,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a nice place in the west of town and the prices are cheap" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice place in the west of town and the prices are cheap" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh could i have the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of la margherita is 01223 315232 ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "how about the address" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b20968d1ea-20130323_105540
[ { "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", "west" ], [ "_: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", "name", "thanh binh" ], [ "_: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", "west" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_: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, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_: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, 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 ." }, { "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": "noise" }, { "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,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant serving french food" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any 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,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "french" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two serves french food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'restaurant two two');(_:result,phone,'01223 351880');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of restaurant two two is 01223 351880 and its postcode is C.B 4, 3 A.X ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-597cfafdee-20130328_231821
[ { "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", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_: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", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "food", "french" ], [ "_: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", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_: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", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "phone", "01223 351880" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need 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,*);(_: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,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "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": [ "inform((_:search,food,'vietnamese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "find me a cheap vietnamese restaurant" }, { "id": 8, "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": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "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": 11, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the river bar steakhouse and grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the river bar steakhouse and grill is in the cheap price range" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "find me vietnamese food" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food in the cheap price range" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a great restaurant" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "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": "what is the phone number" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of thanh binh is 01223 362456 ." }, { "id": 21, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what area" }, { "id": 22, "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": 23, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food does it serve" }, { "id": 24, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food" }, { "id": 25, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-5a464ca603-20130401_193533
[ { "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", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "vietnamese" ], [ "_: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", "vietnamese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "vietnamese" ], [ "_: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", "pricerange", "cheap" ], [ "_:result", "name", "the river bar steakhouse and grill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "?" ], [ "_: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", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "phone", "01223 362456" ], [ "_: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" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "phone", "01223 362456" ], [ "_:result", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "phone", "01223 362456" ], [ "_:result", "area", "west" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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,'centre');(_:search,food,'malaysian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like malaysian food in the center part of" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'malaysian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving malaysian food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about korean food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'malaysian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving malaysian food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like korean 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,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul is a nice place in the centre of town serving tasty korean food" }, { "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,'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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-aaa44b4121-20130327_170541
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "malaysian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/95ea2fad" ], [ "_:search/95ea2fad", "food", "malaysian" ], [ "_:search/95ea2fad", "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" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/95ea2fad" ], [ "_:search/95ea2fad", "food", "malaysian" ], [ "_:search/95ea2fad", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/5a923b3d" ], [ "_:search/5a923b3d", "food", "malaysian" ], [ "_:search/5a923b3d", "type", "Restaurant" ], [ "_:search", "food", "korean" ], [ "_: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/95ea2fad" ], [ "_:search/95ea2fad", "food", "malaysian" ], [ "_:search/95ea2fad", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/5a923b3d" ], [ "_:search/5a923b3d", "food", "malaysian" ], [ "_:search/5a923b3d", "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", "centre" ], [ "_:system", "canthelp", "_:search/95ea2fad" ], [ "_:search/95ea2fad", "food", "malaysian" ], [ "_:search/95ea2fad", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/5a923b3d" ], [ "_:search/5a923b3d", "food", "malaysian" ], [ "_:search/5a923b3d", "type", "Restaurant" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_: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", "centre" ], [ "_:system", "canthelp", "_:search/95ea2fad" ], [ "_:search/95ea2fad", "food", "malaysian" ], [ "_:search/95ea2fad", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/5a923b3d" ], [ "_:search/5a923b3d", "food", "malaysian" ], [ "_:search/5a923b3d", "type", "Restaurant" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "phone", "01223 308681" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 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,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for cuban food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cuban food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for asian oriental" }, { "id": 4, "rdf-acts": [ "select((_:result,food,'asian oriental');(_:result,food,'cuban'))" ], "speaker": "system", "text": "Sorry would you like cuban or asian oriental food?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian oriental" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city serves asian oriental food" }, { "id": 7, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "no price" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a great restaurant" }, { "id": 9, "rdf-acts": [ "confirm((_:result,food,'asian oriental');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it asian oriental" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city serves asian oriental food" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'169 high street chesterton chesterton');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , saigon city is on 169 High Street Chesterton Chesterton" }, { "id": 13, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'saigon city');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of saigon city is C.B 4, 1 N.L" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-be5b7bf9d9-20130402_201144
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cuban" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1a9b5c76" ], [ "_:search/1a9b5c76", "food", "cuban" ], [ "_:search/1a9b5c76", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1a9b5c76" ], [ "_:search/1a9b5c76", "food", "cuban" ], [ "_:search/1a9b5c76", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "food", "cuban" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1a9b5c76" ], [ "_:search/1a9b5c76", "food", "cuban" ], [ "_:search/1a9b5c76", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1a9b5c76" ], [ "_:search/1a9b5c76", "food", "cuban" ], [ "_:search/1a9b5c76", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "saigon city" ], [ "_:result", "food", "asian oriental" ], [ "_: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/1a9b5c76" ], [ "_:search/1a9b5c76", "food", "cuban" ], [ "_:search/1a9b5c76", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1a9b5c76" ], [ "_:search/1a9b5c76", "food", "cuban" ], [ "_:search/1a9b5c76", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "address", "169 high street chesterton chesterton" ], [ "_:result", "name", "saigon city" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/1a9b5c76" ], [ "_:search/1a9b5c76", "food", "cuban" ], [ "_:search/1a9b5c76", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "address", "169 high street chesterton chesterton" ], [ "_:result", "name", "saigon city" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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": "noise" }, { "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": "noise" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant" }, { "id": 11, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "steak house" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant" }, { "id": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant 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,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a great restaurant" }, { "id": 23, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e07d8f0f5-20130328_190850
[ { "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" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_: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", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/609afc51" ], [ "_:result/609afc51", "name", "bloomsbury restaurant" ], [ "_:result/609afc51", "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", "?" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/609afc51" ], [ "_:result/609afc51", "name", "bloomsbury restaurant" ], [ "_:result/609afc51", "type", "Restaurant" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "steakhouse" ], [ "_: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", "?" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/609afc51" ], [ "_:result/609afc51", "name", "bloomsbury restaurant" ], [ "_:result/609afc51", "type", "Restaurant" ], [ "_:search", "food", "steakhouse" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "bloomsbury 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", "?" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/609afc51" ], [ "_:result/609afc51", "name", "bloomsbury restaurant" ], [ "_:result/609afc51", "type", "Restaurant" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/609afc51" ], [ "_:result/609afc51", "name", "bloomsbury restaurant" ], [ "_:result/609afc51", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_: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", "?" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/609afc51" ], [ "_:result/609afc51", "name", "bloomsbury restaurant" ], [ "_:result/609afc51", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/609afc51" ], [ "_:result/609afc51", "name", "bloomsbury restaurant" ], [ "_:result/609afc51", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "bloomsbury 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, 18, 19, 20, 21, 22, 23 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "french" }, { "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": [], "speaker": "user", "text": "now" }, { "id": 4, "rdf-acts": [ "confirm((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the west of town?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "now" }, { "id": 6, "rdf-acts": [ "confirm((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the west of town?" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "now" }, { "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,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "french" }, { "id": 10, "rdf-acts": [ "confirm((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant serving any kind of food right?" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "now" }, { "id": 12, "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": 13, "rdf-acts": [], "speaker": "user", "text": "now" }, { "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,'cocum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cocum is a nice place in the west of town" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "french food" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "maharajah tandoori restaurant is a nice place in the west of town" }, { "id": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 20, "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": 21, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 22, "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": 23, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-8991b7bff6-20130401_174015
[ { "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", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_: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", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "french" ], [ "_: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", "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", "food", "french" ], [ "_: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", "pricerange", "*" ], [ "_:result", "area", "west" ], [ "_:result", "name", "cocum" ], [ "_: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, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_: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", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "address", "41518 castle street city centre" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "address", "41518 castle street city centre" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "phone", "01223 358399" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type ." }, { "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,food,'thai');(_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a thai food restaurant and i dont care the price" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at da vinci pizzeria is cheap ." }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for thai food" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 9, "rdf-acts": [ "repeat()" ], "speaker": "user", "text": "go back" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "okay" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "i dont want pizza" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "breathing" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 17, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "bye" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "holy cow" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 23, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-da4a08ad84-20130328_154747
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "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", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_: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", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_: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", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_: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", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] } ]