turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i have an expensive restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east part of town" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any kind" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of sitar tandoori is 01223 249955 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-9735278861-20130401_161036
[ { "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", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_: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", "east" ], [ "_: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, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_: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", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_: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", "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,food,'vegetarian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant that serves vegetarian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'vegetarian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving vegetarian food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is in the cheap price range" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-bb1fd497eb-20130326_120755
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_: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/bddec7b0" ], [ "_:search/bddec7b0", "food", "vegetarian" ], [ "_:search/bddec7b0", "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", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/bddec7b0" ], [ "_:search/bddec7b0", "food", "vegetarian" ], [ "_:search/bddec7b0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/bddec7b0" ], [ "_:search/bddec7b0", "food", "vegetarian" ], [ "_:search/bddec7b0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "fancy restaurant moroccan food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moroccan food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moroccan food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moroccan food" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 8, "rdf-acts": [ "confirm((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a moroccan restaurant right?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moroccan food" }, { "id": 11, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moroccan food" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moroccan food" }, { "id": 15, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 16, "rdf-acts": [ "confirm((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a moroccan restaurant right?" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 18, "rdf-acts": [ "confirm((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a moroccan restaurant right?" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moroccan food" }, { "id": 21, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 22, "rdf-acts": [ "canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moroccan food" }, { "id": 23, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 24, "rdf-acts": [ "canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moroccan food" }, { "id": 25, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 26, "rdf-acts": [ "canthelp((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moroccan food" }, { "id": 27, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 28, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 29, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 30, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 31, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 32, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe serves european food in the expensive price range" }, { "id": 33, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 34, "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": 35, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 36, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant serves european food in the expensive price range" }, { "id": 37, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 38, "rdf-acts": [ "confirm((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a greek restaurant right?" }, { "id": 39, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 40, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 41, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 42, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 43, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 44, "rdf-acts": [ "inform((_:result,name,'curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry garden is in the expensive price range" }, { "id": 45, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 46, "rdf-acts": [ "inform((_:result,name,'curry garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry garden is a great restaurant" }, { "id": 47, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 48, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 49, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 50, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe serves european food in the expensive price range" }, { "id": 51, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 52, "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": 53, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 54, "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": 55, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "area" }, { "id": 56, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant serves european food in the expensive price range" }, { "id": 57, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "area" }, { "id": 58, "rdf-acts": [ "inform((_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant is a great restaurant" }, { "id": 59, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-31de0daa7b-20130402_133216
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "moroccan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "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/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "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/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "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" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "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/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "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/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_: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, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 ] }, { "id": 17, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ] }, { "id": 18, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_: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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 ] }, { "id": 19, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_: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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 ] }, { "id": 20, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b302c261" ], [ "_:search/b302c261", "food", "greek" ], [ "_:search/b302c261", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41 ] }, { "id": 21, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b302c261" ], [ "_:search/b302c261", "food", "greek" ], [ "_:search/b302c261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2e753dc1" ], [ "_:search/2e753dc1", "food", "greek" ], [ "_:search/2e753dc1", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43 ] }, { "id": 22, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "food", "european" ], [ "_:system", "canthelp", "_:search/b302c261" ], [ "_:search/b302c261", "food", "greek" ], [ "_:search/b302c261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2e753dc1" ], [ "_:search/2e753dc1", "food", "greek" ], [ "_:search/2e753dc1", "type", "Restaurant" ], [ "_:result", "name", "curry garden" ], [ "_: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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45 ] }, { "id": 23, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "food", "european" ], [ "_:system", "canthelp", "_:search/b302c261" ], [ "_:search/b302c261", "food", "greek" ], [ "_:search/b302c261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2e753dc1" ], [ "_:search/2e753dc1", "food", "greek" ], [ "_:search/2e753dc1", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "curry garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47 ] }, { "id": 24, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "food", "european" ], [ "_:system", "canthelp", "_:search/b302c261" ], [ "_:search/b302c261", "food", "greek" ], [ "_:search/b302c261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2e753dc1" ], [ "_:search/2e753dc1", "food", "greek" ], [ "_:search/2e753dc1", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "curry garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49 ] }, { "id": 25, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "postcode", "c.b 2" ], [ "_:system", "canthelp", "_:search/b302c261" ], [ "_:search/b302c261", "food", "greek" ], [ "_:search/b302c261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2e753dc1" ], [ "_:search/2e753dc1", "food", "greek" ], [ "_:search/2e753dc1", "type", "Restaurant" ], [ "_: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, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51 ] }, { "id": 26, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "postcode", "c.b 2" ], [ "_:system", "canthelp", "_:search/b302c261" ], [ "_:search/b302c261", "food", "greek" ], [ "_:search/b302c261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2e753dc1" ], [ "_:search/2e753dc1", "food", "greek" ], [ "_:search/2e753dc1", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53 ] }, { "id": 27, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "postcode", "c.b 2" ], [ "_:system", "canthelp", "_:search/b302c261" ], [ "_:search/b302c261", "food", "greek" ], [ "_:search/b302c261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2e753dc1" ], [ "_:search/2e753dc1", "food", "greek" ], [ "_:search/2e753dc1", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55 ] }, { "id": 28, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "postcode", "c.b 2" ], [ "_:system", "canthelp", "_:search/b302c261" ], [ "_:search/b302c261", "food", "greek" ], [ "_:search/b302c261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2e753dc1" ], [ "_:search/2e753dc1", "food", "greek" ], [ "_:search/2e753dc1", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "area", "?" ], [ "_:result", "food", "european" ], [ "_:result", "name", "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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57 ] }, { "id": 29, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/8dde51d4" ], [ "_:search/8dde51d4", "food", "moroccan" ], [ "_:search/8dde51d4", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/62159a0a" ], [ "_:search/62159a0a", "food", "moroccan" ], [ "_:search/62159a0a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6fc69105" ], [ "_:search/6fc69105", "food", "moroccan" ], [ "_:search/6fc69105", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8f0ca26b" ], [ "_:search/8f0ca26b", "food", "moroccan" ], [ "_:search/8f0ca26b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c9192b3b" ], [ "_:search/c9192b3b", "food", "moroccan" ], [ "_:search/c9192b3b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6b54b2e6" ], [ "_:search/6b54b2e6", "food", "moroccan" ], [ "_:search/6b54b2e6", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9cc80294" ], [ "_:search/9cc80294", "food", "moroccan" ], [ "_:search/9cc80294", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1856e797" ], [ "_:search/1856e797", "food", "moroccan" ], [ "_:search/1856e797", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f695e438" ], [ "_:search/f695e438", "food", "moroccan" ], [ "_:search/f695e438", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0e8c222b" ], [ "_:search/0e8c222b", "food", "moroccan" ], [ "_:search/0e8c222b", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "postcode", "c.b 2" ], [ "_:system", "canthelp", "_:search/b302c261" ], [ "_:search/b302c261", "food", "greek" ], [ "_:search/b302c261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2e753dc1" ], [ "_:search/2e753dc1", "food", "greek" ], [ "_:search/2e753dc1", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "st. michael's church trinity street city centre" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "area", "?" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "cambridge lodge 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, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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,'african');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the center of town that serves african" }, { "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,'african');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "african" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'african');(_:result,name,'bedouin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bedouin is a nice restaurant in the centre of town serving african food" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'100 mill road city centre');(_:result,name,'bedouin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , bedouin is on 100 Mill Road City Centre" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'bedouin');(_:result,phone,'01223 367660');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of bedouin is 01223 367660 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e99e4f4538-20130328_202105
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "african" ], [ "_:result", "name", "bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "african" ], [ "_:result", "address", "100 mill road city centre" ], [ "_:result", "name", "bedouin" ], [ "_: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", "centre" ], [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "african" ], [ "_:result", "address", "100 mill road city centre" ], [ "_:result", "name", "bedouin" ], [ "_:result", "phone", "01223 367660" ], [ "_: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,'vegetarian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant serving vegetarian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'vegetarian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no vegetarian restaurant in the expensive price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there is no such venue that have asian oriental type of food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a great restaurant serving asian oriental food and it is in the expensive price range" }, { "id": 5, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number and the area" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'saigon city');(_:result,phone,'01223 356555');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of saigon city is 01223 356555 ." }, { "id": 7, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the area of the restaurant" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a nice place in the north of town" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-597cfafdee-20130328_231921
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/96f25e92" ], [ "_:search/96f25e92", "food", "vegetarian" ], [ "_:search/96f25e92", "pricerange", "expensive" ], [ "_:search/96f25e92", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/96f25e92" ], [ "_:search/96f25e92", "food", "vegetarian" ], [ "_:search/96f25e92", "pricerange", "expensive" ], [ "_:search/96f25e92", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "saigon city" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/96f25e92" ], [ "_:search/96f25e92", "food", "vegetarian" ], [ "_:search/96f25e92", "pricerange", "expensive" ], [ "_:search/96f25e92", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "?" ], [ "_:result", "name", "saigon city" ], [ "_:result", "phone", "01223 356555" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/96f25e92" ], [ "_:search/96f25e92", "food", "vegetarian" ], [ "_:search/96f25e92", "pricerange", "expensive" ], [ "_:search/96f25e92", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 356555" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "french food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'french');(_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two is a nice restaurant in the north of town serving french food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'22 chesterton road chesterton');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , restaurant two two is on 22 Chesterton Road Chesterton" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "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-f17e3b578c-20130328_173326
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "22 chesterton road chesterton" ], [ "_: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" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "22 chesterton road chesterton" ], [ "_: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,'east');(_:search,food,'vegetarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for vegetarian food on the east part of town" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'vegetarian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving vegetarian food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about indian food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'vegetarian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving vegetarian food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about indian 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": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for indian food" }, { "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": "it doesnt matter" }, { "id": 10, "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": 11, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of sitar tandoori is 01223 249955 ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-03c59ba692-20130324_034058
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/dca45fee" ], [ "_:search/dca45fee", "food", "vegetarian" ], [ "_:search/dca45fee", "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/dca45fee" ], [ "_:search/dca45fee", "food", "vegetarian" ], [ "_:search/dca45fee", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ddc7daf2" ], [ "_:search/ddc7daf2", "food", "vegetarian" ], [ "_:search/ddc7daf2", "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", "east" ], [ "_:system", "canthelp", "_:search/dca45fee" ], [ "_:search/dca45fee", "food", "vegetarian" ], [ "_:search/dca45fee", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ddc7daf2" ], [ "_:search/ddc7daf2", "food", "vegetarian" ], [ "_:search/ddc7daf2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/dca45fee" ], [ "_:search/dca45fee", "food", "vegetarian" ], [ "_:search/dca45fee", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ddc7daf2" ], [ "_:search/ddc7daf2", "food", "vegetarian" ], [ "_:search/ddc7daf2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/dca45fee" ], [ "_:search/dca45fee", "food", "vegetarian" ], [ "_:search/dca45fee", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ddc7daf2" ], [ "_:search/ddc7daf2", "food", "vegetarian" ], [ "_:search/ddc7daf2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/dca45fee" ], [ "_:search/dca45fee", "food", "vegetarian" ], [ "_:search/dca45fee", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ddc7daf2" ], [ "_:search/ddc7daf2", "food", "vegetarian" ], [ "_:search/ddc7daf2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "sitar tandoori" ], [ "_: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", "east" ], [ "_:system", "canthelp", "_:search/dca45fee" ], [ "_:search/dca45fee", "food", "vegetarian" ], [ "_:search/dca45fee", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ddc7daf2" ], [ "_:search/ddc7daf2", "food", "vegetarian" ], [ "_:search/ddc7daf2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/dca45fee" ], [ "_:search/dca45fee", "food", "vegetarian" ], [ "_:search/dca45fee", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ddc7daf2" ], [ "_:search/ddc7daf2", "food", "vegetarian" ], [ "_:search/ddc7daf2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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, 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,'creative');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "creative food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no creative restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "modern european" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "riverside brasserie is a great restaurant serving modern european food and it is in the moderate price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south part of town" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "riverside brasserie is a great restaurant serving modern european food and it is in the moderate price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'doubletree by hilton cambridge granta place mill lane');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , riverside brasserie is on Doubletree by Hilton Cambridge Granta Place Mill Lane" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "riverside brasserie is a great restaurant serving modern european food and it is in the moderate price range" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "riverside brasserie is a great restaurant serving modern european food and it is in the moderate price range" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'doubletree by hilton cambridge granta place mill lane');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , riverside brasserie is on Doubletree by Hilton Cambridge Granta Place Mill Lane" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'riverside brasserie');(_:result,phone,'01223 259988');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of riverside brasserie is 01223 259988 ." }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-31de0daa7b-20130402_133530
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "creative" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ea925508" ], [ "_:search/ea925508", "food", "creative" ], [ "_:search/ea925508", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ea925508" ], [ "_:search/ea925508", "food", "creative" ], [ "_:search/ea925508", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ea925508" ], [ "_:search/ea925508", "food", "creative" ], [ "_:search/ea925508", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ea925508" ], [ "_:search/ea925508", "food", "creative" ], [ "_:search/ea925508", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ea925508" ], [ "_:search/ea925508", "food", "creative" ], [ "_:search/ea925508", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "doubletree by hilton cambridge granta place mill lane" ], [ "_:result", "name", "riverside brasserie" ], [ "_: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/ea925508" ], [ "_:search/ea925508", "food", "creative" ], [ "_:search/ea925508", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "doubletree by hilton cambridge granta place mill lane" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "riverside brasserie" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/ea925508" ], [ "_:search/ea925508", "food", "creative" ], [ "_:search/ea925508", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "doubletree by hilton cambridge granta place mill lane" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ea925508" ], [ "_:search/ea925508", "food", "creative" ], [ "_:search/ea925508", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "doubletree by hilton cambridge granta place mill lane" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ea925508" ], [ "_:search/ea925508", "food", "creative" ], [ "_:search/ea925508", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "doubletree by hilton cambridge granta place mill lane" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "phone", "01223 259988" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "hello welcome" }, { "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,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "would you like something" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is in the south part of town ." }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "steak house" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no steakhouse restaurant in the south of town" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats the phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0fa32b1e78-20130328_151140
[ { "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", "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", "?" ], [ "_: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", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1d29423f" ], [ "_:search/1d29423f", "area", "south" ], [ "_:search/1d29423f", "food", "steakhouse" ], [ "_:search/1d29423f", "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" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/1d29423f" ], [ "_:search/1d29423f", "area", "south" ], [ "_:search/1d29423f", "food", "steakhouse" ], [ "_:search/1d29423f", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/1d29423f" ], [ "_:search/1d29423f", "area", "south" ], [ "_:search/1d29423f", "food", "steakhouse" ], [ "_:search/1d29423f", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "phone", "01223 412299" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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,'tuscan');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant that serves tuscan food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'tuscan');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no tuscan restaurant in the cheap price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant that serves italian 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": "any part of town" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'italian');(_:result,name,'pizza hut city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut city centre is a nice restaurant in the centre of town serving italian food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address and phone number please" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'regent street city centre');(_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut city centre is on Regent Street City Centre" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number please" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'pizza hut city centre');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut city centre is 01223 323737 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-31d9d1a567-20130402_034022
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "tuscan" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5b4a066c" ], [ "_:search/5b4a066c", "food", "tuscan" ], [ "_:search/5b4a066c", "pricerange", "cheap" ], [ "_:search/5b4a066c", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5b4a066c" ], [ "_:search/5b4a066c", "food", "tuscan" ], [ "_:search/5b4a066c", "pricerange", "cheap" ], [ "_:search/5b4a066c", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/5b4a066c" ], [ "_:search/5b4a066c", "food", "tuscan" ], [ "_:search/5b4a066c", "pricerange", "cheap" ], [ "_:search/5b4a066c", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5b4a066c" ], [ "_:search/5b4a066c", "food", "tuscan" ], [ "_:search/5b4a066c", "pricerange", "cheap" ], [ "_:search/5b4a066c", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "name", "pizza hut city centre" ], [ "_: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/5b4a066c" ], [ "_:search/5b4a066c", "food", "tuscan" ], [ "_:search/5b4a066c", "pricerange", "cheap" ], [ "_:search/5b4a066c", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "name", "pizza hut city centre" ], [ "_: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,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the south part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range" }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range" }, { "id": 7, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "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 restaurant in the south of town in the moderate price range" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a nice restaurant in the south of town in the moderate price range" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and the type of food" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , restaurant alimentum is on 152 - 154 Hills Road" }, { "id": 13, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food do they serve" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum serves modern european food" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e22911804-20130328_203706
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/e0c5137d" ], [ "_:result/e0c5137d", "area", "south" ], [ "_:result/e0c5137d", "name", "pizza hut cherry hinton" ], [ "_:result/e0c5137d", "pricerange", "moderate" ], [ "_:result/e0c5137d", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/e0c5137d" ], [ "_:result/e0c5137d", "area", "south" ], [ "_:result/e0c5137d", "name", "pizza hut cherry hinton" ], [ "_:result/e0c5137d", "pricerange", "moderate" ], [ "_:result/e0c5137d", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/e0c5137d" ], [ "_:result/e0c5137d", "area", "south" ], [ "_:result/e0c5137d", "name", "pizza hut cherry hinton" ], [ "_:result/e0c5137d", "pricerange", "moderate" ], [ "_:result/e0c5137d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/e0c5137d" ], [ "_:result/e0c5137d", "area", "south" ], [ "_:result/e0c5137d", "name", "pizza hut cherry hinton" ], [ "_:result/e0c5137d", "pricerange", "moderate" ], [ "_:result/e0c5137d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "?" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/e0c5137d" ], [ "_:result/e0c5137d", "area", "south" ], [ "_:result/e0c5137d", "name", "pizza hut cherry hinton" ], [ "_:result/e0c5137d", "pricerange", "moderate" ], [ "_:result/e0c5137d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_: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": [], "speaker": "user", "text": "unintelligible" }, { "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,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "spanish" }, { "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,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "spanish" }, { "id": 10, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia is a great restaurant" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'anatolia');(_:result,phone,'01223 362372');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of anatolia is 01223 362372 ." }, { "id": 17, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 18, "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": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-8991b7bff6-20130401_180108
[ { "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", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "spanish" ], [ "_:search", "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", "spanish" ], [ "_: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" ], [ "_:search", "area", "*" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_: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, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "name", "anatolia" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "name", "anatolia" ], [ "_:result", "phone", "01223 362372" ], [ "_: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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "01223 362372" ], [ "_:result", "name", "anatolia" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in central it should serve 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": "what is 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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b20b6e847a-20130326_222829
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_: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", "area", "centre" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "address", "36 saint andrews street" ], [ "_:result", "name", "wagamama" ], [ "_: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,'north');(_:search,food,'kosher');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to find a restaurant in the north part of town that serves kosher food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'kosher');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no kosher restaurant in the north of town" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town serving italian food" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have their address and phone number" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "how about 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": [ "thanks()", "bye()" ], "speaker": "user", "text": "great thank you good bye" } ]
voip-ab4f1dbb59-20130325_214441
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "kosher" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/a8d203ee" ], [ "_:search/a8d203ee", "area", "north" ], [ "_:search/a8d203ee", "food", "kosher" ], [ "_:search/a8d203ee", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/a8d203ee" ], [ "_:search/a8d203ee", "area", "north" ], [ "_:search/a8d203ee", "food", "kosher" ], [ "_:search/a8d203ee", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/a8d203ee" ], [ "_:search/a8d203ee", "area", "north" ], [ "_:search/a8d203ee", "food", "kosher" ], [ "_:search/a8d203ee", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "address", "?" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/a8d203ee" ], [ "_:search/a8d203ee", "area", "north" ], [ "_:search/a8d203ee", "food", "kosher" ], [ "_:search/a8d203ee", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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": [ "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,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice place in the east of town and the prices are moderate" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address and phone number please" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-da10d74c3e-20130328_142921
[ { "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", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "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", "east" ], [ "_: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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the south" }, { "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 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": "any type of food" }, { "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,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the phone number and address please" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_: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 and it is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-31d9d1a567-20130402_034546
[ { "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", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "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", "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,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south part of town" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north american" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no expensive restaurant in the north of town serving north american food" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive fish restaurant" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'north american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no expensive restaurant in the north of town serving north american food" }, { "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": [ "canthelp((_:search,area,'south');(_:search,food,'north american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no expensive restaurant in the south of town serving north american food" }, { "id": 11, "rdf-acts": [ "reqalts()", "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "are there any restaurants in the south part of town that are expensive" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'north american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no expensive restaurant in the south of town serving north american food" }, { "id": 13, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have their phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'taj tandoori');(_:result,phone,'01223 412299');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of taj tandoori is 01223 412299 ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d225fad9df-20130328_205512
[ { "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", "?" ], [ "_: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", "north american" ], [ "_: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", "north american" ], [ "_:system", "canthelp", "_:search/5bbfb467" ], [ "_:search/5bbfb467", "area", "north" ], [ "_:search/5bbfb467", "food", "north american" ], [ "_:search/5bbfb467", "pricerange", "expensive" ], [ "_:search/5bbfb467", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "north american" ], [ "_:system", "canthelp", "_:search/5bbfb467" ], [ "_:search/5bbfb467", "area", "north" ], [ "_:search/5bbfb467", "food", "north american" ], [ "_:search/5bbfb467", "pricerange", "expensive" ], [ "_:search/5bbfb467", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/06fe4733" ], [ "_:search/06fe4733", "area", "north" ], [ "_:search/06fe4733", "food", "north american" ], [ "_:search/06fe4733", "pricerange", "expensive" ], [ "_:search/06fe4733", "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", "north american" ], [ "_:system", "canthelp", "_:search/5bbfb467" ], [ "_:search/5bbfb467", "area", "north" ], [ "_:search/5bbfb467", "food", "north american" ], [ "_:search/5bbfb467", "pricerange", "expensive" ], [ "_:search/5bbfb467", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/06fe4733" ], [ "_:search/06fe4733", "area", "north" ], [ "_:search/06fe4733", "food", "north american" ], [ "_:search/06fe4733", "pricerange", "expensive" ], [ "_:search/06fe4733", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d0f5da3a" ], [ "_:search/d0f5da3a", "area", "south" ], [ "_:search/d0f5da3a", "food", "north american" ], [ "_:search/d0f5da3a", "pricerange", "expensive" ], [ "_:search/d0f5da3a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5bbfb467" ], [ "_:search/5bbfb467", "area", "north" ], [ "_:search/5bbfb467", "food", "north american" ], [ "_:search/5bbfb467", "pricerange", "expensive" ], [ "_:search/5bbfb467", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/06fe4733" ], [ "_:search/06fe4733", "area", "north" ], [ "_:search/06fe4733", "food", "north american" ], [ "_:search/06fe4733", "pricerange", "expensive" ], [ "_:search/06fe4733", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d0f5da3a" ], [ "_:search/d0f5da3a", "area", "south" ], [ "_:search/d0f5da3a", "food", "north american" ], [ "_:search/d0f5da3a", "pricerange", "expensive" ], [ "_:search/d0f5da3a", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/82c6f1be" ], [ "_:search/82c6f1be", "area", "south" ], [ "_:search/82c6f1be", "food", "north american" ], [ "_:search/82c6f1be", "pricerange", "expensive" ], [ "_:search/82c6f1be", "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" ], [ "_:system", "canthelp", "_:search/5bbfb467" ], [ "_:search/5bbfb467", "area", "north" ], [ "_:search/5bbfb467", "food", "north american" ], [ "_:search/5bbfb467", "pricerange", "expensive" ], [ "_:search/5bbfb467", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/06fe4733" ], [ "_:search/06fe4733", "area", "north" ], [ "_:search/06fe4733", "food", "north american" ], [ "_:search/06fe4733", "pricerange", "expensive" ], [ "_:search/06fe4733", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d0f5da3a" ], [ "_:search/d0f5da3a", "area", "south" ], [ "_:search/d0f5da3a", "food", "north american" ], [ "_:search/d0f5da3a", "pricerange", "expensive" ], [ "_:search/d0f5da3a", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/82c6f1be" ], [ "_:search/82c6f1be", "area", "south" ], [ "_:search/82c6f1be", "food", "north american" ], [ "_:search/82c6f1be", "pricerange", "expensive" ], [ "_:search/82c6f1be", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5bbfb467" ], [ "_:search/5bbfb467", "area", "north" ], [ "_:search/5bbfb467", "food", "north american" ], [ "_:search/5bbfb467", "pricerange", "expensive" ], [ "_:search/5bbfb467", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/06fe4733" ], [ "_:search/06fe4733", "area", "north" ], [ "_:search/06fe4733", "food", "north american" ], [ "_:search/06fe4733", "pricerange", "expensive" ], [ "_:search/06fe4733", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d0f5da3a" ], [ "_:search/d0f5da3a", "area", "south" ], [ "_:search/d0f5da3a", "food", "north american" ], [ "_:search/d0f5da3a", "pricerange", "expensive" ], [ "_:search/d0f5da3a", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/82c6f1be" ], [ "_:search/82c6f1be", "area", "south" ], [ "_:search/82c6f1be", "food", "north american" ], [ "_:search/82c6f1be", "pricerange", "expensive" ], [ "_:search/82c6f1be", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "phone", "01223 412299" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'world');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no world restaurant that matches your request" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "confirm((_:search,food,'world');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are restaurants serving world food . What area do you want?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'world');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no world restaurant in the cheap price range" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'world');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no world restaurant in the cheap price range" }, { "id": 9, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'world');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no world restaurant in the cheap price range" }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "goodbye" } ]
voip-39a25ab2f8-20130328_150729
[ { "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/e91b444c" ], [ "_:search/e91b444c", "food", "world" ], [ "_:search/e91b444c", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e91b444c" ], [ "_:search/e91b444c", "food", "world" ], [ "_:search/e91b444c", "type", "Restaurant" ], [ "_: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/e91b444c" ], [ "_:search/e91b444c", "food", "world" ], [ "_:search/e91b444c", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c89e321d" ], [ "_:search/c89e321d", "food", "world" ], [ "_:search/c89e321d", "pricerange", "cheap" ], [ "_:search/c89e321d", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e91b444c" ], [ "_:search/e91b444c", "food", "world" ], [ "_:search/e91b444c", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c89e321d" ], [ "_:search/c89e321d", "food", "world" ], [ "_:search/c89e321d", "pricerange", "cheap" ], [ "_:search/c89e321d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4433fea6" ], [ "_:search/4433fea6", "food", "world" ], [ "_:search/4433fea6", "pricerange", "cheap" ], [ "_:search/4433fea6", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e91b444c" ], [ "_:search/e91b444c", "food", "world" ], [ "_:search/e91b444c", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c89e321d" ], [ "_:search/c89e321d", "food", "world" ], [ "_:search/c89e321d", "pricerange", "cheap" ], [ "_:search/c89e321d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/4433fea6" ], [ "_:search/4433fea6", "food", "world" ], [ "_:search/4433fea6", "pricerange", "cheap" ], [ "_:search/4433fea6", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:system", "canthelp", "_:search/f15903b4" ], [ "_:search/f15903b4", "food", "world" ], [ "_:search/f15903b4", "pricerange", "cheap" ], [ "_:search/f15903b4", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need an expensive restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice restaurant in the east of town serving indian food" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice restaurant in the east of town in the expensive price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats 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,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food is it" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant serves indian food" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d7853a398f-20130401_161556
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "newmarket road fen ditton" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "newmarket road fen ditton" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 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,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of da vinci pizzeria is 01223 351707 and it is on 20 Milton Road Chesterton ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-ad40cf5489-20130325_180552
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a nice place in the centre of town serving tasty international food" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 6, "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": 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,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is a great restaurant" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,phone,'01223 356060');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the varsity restaurant is 01223 356060 ." }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of the varsity restaurant is C.B 2, 3 A.R" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-52eb280e7b-20130326_215044
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_: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", "international" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_: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", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "phone", "01223 356060" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "01223 356060" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive french" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is in the east part of town ." }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive french food" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'royal standard');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of royal standard is C.B 1, 3 N.L" }, { "id": 9, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no something else" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is in the east part of town ." }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want french food" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no french restaurant in the east of town" }, { "id": 13, "rdf-acts": [ "inform((_:search,area,*);(_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "french food any part of town" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cote is a nice restaurant in the centre of town serving french food" }, { "id": 15, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'cote');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cote serves french food ." }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and phone number" }, { "id": 18, "rdf-acts": [ "inform((_:result,address,'bridge street city centre');(_:result,name,'cote');(_:result,phone,'01223 311053');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of cote is 01223 311053 and it is on Bridge Street City Centre ." }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e07d8f0f5-20130328_185855
[ { "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", "area", "?" ], [ "_:result", "area", "east" ], [ "_:result", "name", "royal standard" ], [ "_:result", "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", "?" ], [ "_:result", "area", "east" ], [ "_:search", "food", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/c24f521c" ], [ "_:result/c24f521c", "name", "royal standard" ], [ "_:result/c24f521c", "postcode", "c.b 1" ], [ "_:result/c24f521c", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "denied", "_:result/c24f521c" ], [ "_:result/c24f521c", "name", "royal standard" ], [ "_:result/c24f521c", "postcode", "c.b 1" ], [ "_:result/c24f521c", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "pricerange", "expensive" ], [ "_:user", "denied", "_:result/c24f521c" ], [ "_:result/c24f521c", "name", "royal standard" ], [ "_:result/c24f521c", "postcode", "c.b 1" ], [ "_:result/c24f521c", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/808ec02e" ], [ "_:search/808ec02e", "area", "east" ], [ "_:search/808ec02e", "food", "french" ], [ "_:search/808ec02e", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_: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" ], [ "_:user", "denied", "_:result/c24f521c" ], [ "_:result/c24f521c", "name", "royal standard" ], [ "_:result/c24f521c", "postcode", "c.b 1" ], [ "_:result/c24f521c", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/808ec02e" ], [ "_:search/808ec02e", "area", "east" ], [ "_:search/808ec02e", "food", "french" ], [ "_:search/808ec02e", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:search", "food", "french" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:result", "name", "cote" ], [ "_: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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:result/c24f521c" ], [ "_:result/c24f521c", "name", "royal standard" ], [ "_:result/c24f521c", "postcode", "c.b 1" ], [ "_:result/c24f521c", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/808ec02e" ], [ "_:search/808ec02e", "area", "east" ], [ "_:search/808ec02e", "food", "french" ], [ "_:search/808ec02e", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:search", "food", "french" ], [ "_:result", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "cote" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:result/c24f521c" ], [ "_:result/c24f521c", "name", "royal standard" ], [ "_:result/c24f521c", "postcode", "c.b 1" ], [ "_:result/c24f521c", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/808ec02e" ], [ "_:search/808ec02e", "area", "east" ], [ "_:search/808ec02e", "food", "french" ], [ "_:search/808ec02e", "type", "Restaurant" ], [ "_:search", "area", "*" ], [ "_:search", "food", "french" ], [ "_:result", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "address", "bridge street city centre" ], [ "_:result", "name", "cote" ], [ "_:result", "phone", "01223 311053" ], [ "_: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,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "restaurant" }, { "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": "dont care" }, { "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,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": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'nandos city centre');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of nandos city centre is 01223 327908 ." }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'nandos city centre');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of nandos city centre is C.B 2, 3 A.R" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-59bc8a2167-20130325_135337
[ { "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", "pricerange", "cheap" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "nandos city centre" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for a cheap restaurant serving portuguese food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos serves portuguese food in the cheap price range" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what area is it in" }, { "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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d7aef99178-20130328_184628
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "nandos" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "area", "?" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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,'catalan');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "breath im looking for a cheap restaurant serving catalan 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,'catalan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "catalan" }, { "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,'catalan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "catalan" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice restaurant in the west of town serving italian food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about asian food" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'italian');(_: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 serving italian food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for asian food" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant serving italian food and it is in the cheap price range" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for asian oriental food" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'asian oriental');(_:result,name,'j restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "j restaurant is a nice restaurant in the centre of town serving asian oriental food" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'j restaurant');(_:result,phone,'01223 307581');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of j restaurant is 01223 307581 ." }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 18, "rdf-acts": [ "inform((_:result,address,'86 regent street city centre');(_:result,name,'j restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , j restaurant is on 86 Regent Street City Centre" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-f32f2cfdae-20130327_015652
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "catalan" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "catalan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "catalan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "catalan" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "phone", "01223 307581" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 307581" ], [ "_:result", "address", "86 regent street city centre" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 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,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "polynesian food in the south part of town" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no polynesian restaurant in the south of town" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 4, "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 restaurant in the south of town serving italian food" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number and post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut cherry hinton is 01223 323737 ." }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-263ab0e49f-20130326_110450
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "polynesian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/fa947e3f" ], [ "_:search/fa947e3f", "area", "south" ], [ "_:search/fa947e3f", "food", "polynesian" ], [ "_:search/fa947e3f", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/fa947e3f" ], [ "_:search/fa947e3f", "area", "south" ], [ "_:search/fa947e3f", "food", "polynesian" ], [ "_:search/fa947e3f", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/fa947e3f" ], [ "_:search/fa947e3f", "area", "south" ], [ "_:search/fa947e3f", "food", "polynesian" ], [ "_:search/fa947e3f", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "postcode", "?" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/fa947e3f" ], [ "_:search/fa947e3f", "area", "south" ], [ "_:search/fa947e3f", "food", "polynesian" ], [ "_:search/fa947e3f", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "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": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "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,'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,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'205 victoria road chesterton');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , meghna is on 205 Victoria Road Chesterton" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,phone,'01223 727410');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of meghna is 01223 727410 ." }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-52d599db9c-20130328_154633
[ { "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", "meghna" ], [ "_: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", "meghna" ], [ "_: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", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_: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", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "205 victoria road chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the east part of town that serves belgium food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving belgian food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there a restaurant that serves indian food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving belgian 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,'east');(_:result,food,'indian');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is a nice place in the east of town serving tasty indian food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address and phone number please" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'7 barnwell road fen ditton');(_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of rajmahal is 01223 244955 and it is on 7 Barnwell Road Fen Ditton ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-908884f5fd-20130326_224812
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "belgian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/b65c5385" ], [ "_:search/b65c5385", "food", "belgian" ], [ "_:search/b65c5385", "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/b65c5385" ], [ "_:search/b65c5385", "food", "belgian" ], [ "_:search/b65c5385", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1faeaad3" ], [ "_:search/1faeaad3", "food", "belgian" ], [ "_:search/1faeaad3", "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", "east" ], [ "_:system", "canthelp", "_:search/b65c5385" ], [ "_:search/b65c5385", "food", "belgian" ], [ "_:search/b65c5385", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1faeaad3" ], [ "_:search/1faeaad3", "food", "belgian" ], [ "_:search/1faeaad3", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/b65c5385" ], [ "_:search/b65c5385", "food", "belgian" ], [ "_:search/b65c5385", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1faeaad3" ], [ "_:search/1faeaad3", "food", "belgian" ], [ "_:search/1faeaad3", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "7 barnwell road fen ditton" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "phone", "01223 244955" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can you tell me a 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": "uh it doesnt matter" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice place in the south of town" }, { "id": 5, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is in the expensive price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "um i need a cheap restaurant" }, { "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 place in the south of town and the prices are cheap" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats 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": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats the post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of the lucky star is C.B 1, 7 D.Y" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "how about the phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3cf7bd870d-20130327_180852
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "phone", "01223 244277" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced priced restaurant chinese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a great restaurant serving chinese food and it is in the moderate price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and postcode" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'191 histon road chesterton');(_:result,name,'golden wok');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is on 191 Histon Road Chesterton , C.B 4, 3 H.L" }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-03c2655d43-20130327_200023
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "191 histon road chesterton" ], [ "_:result", "name", "golden wok" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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": "im looking for restaurants in the east part of town" }, { "id": 2, "rdf-acts": [ "select((_:result,area,'east');(_:result,area,'south'))" ], "speaker": "system", "text": "Sorry would you like something in the east or in the south" }, { "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,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,'australasian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a australasian restaurant right?" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'australasian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australasian food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about chinese" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'australasian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australasian food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "chinese" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'chinese');(_:result,name,'yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden is a nice place in the east of town serving tasty chinese food" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "thank you can i have the address phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'529 newmarket road fen ditton');(_:result,name,'yu garden');(_:result,phone,'01223 248882');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of yu garden is 01223 248882 and it is on 529 Newmarket Road Fen Ditton ." }, { "id": 15, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the postal 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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what about the address" }, { "id": 18, "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": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can you give me the phone number" }, { "id": 20, "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": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f113dbb0e1-20130322_233310
[ { "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" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:search", "food", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:search", "food", "?" ], [ "_: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" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3af06513" ], [ "_:search/3af06513", "food", "australasian" ], [ "_:search/3af06513", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3af06513" ], [ "_:search/3af06513", "food", "australasian" ], [ "_:search/3af06513", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/7ef50bbd" ], [ "_:search/7ef50bbd", "food", "australasian" ], [ "_:search/7ef50bbd", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3af06513" ], [ "_:search/3af06513", "food", "australasian" ], [ "_:search/3af06513", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/7ef50bbd" ], [ "_:search/7ef50bbd", "food", "australasian" ], [ "_:search/7ef50bbd", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "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/3af06513" ], [ "_:search/3af06513", "food", "australasian" ], [ "_:search/3af06513", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/7ef50bbd" ], [ "_:search/7ef50bbd", "food", "australasian" ], [ "_:search/7ef50bbd", "type", "Restaurant" ], [ "_: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", "west" ], [ "_:system", "canthelp", "_:search/3af06513" ], [ "_:search/3af06513", "food", "australasian" ], [ "_:search/3af06513", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/7ef50bbd" ], [ "_:search/7ef50bbd", "food", "australasian" ], [ "_:search/7ef50bbd", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "name", "yu garden" ], [ "_:result", "postcode", "c.b 5" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3af06513" ], [ "_:search/3af06513", "food", "australasian" ], [ "_:search/3af06513", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/7ef50bbd" ], [ "_:search/7ef50bbd", "food", "australasian" ], [ "_:search/7ef50bbd", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "postcode", "c.b 5" ], [ "_: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, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3af06513" ], [ "_:search/3af06513", "food", "australasian" ], [ "_:search/3af06513", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/7ef50bbd" ], [ "_:search/7ef50bbd", "food", "australasian" ], [ "_:search/7ef50bbd", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "chinese" ], [ "_:result", "postcode", "c.b 5" ], [ "_:result", "address", "529 newmarket road fen ditton" ], [ "_:result", "name", "yu garden" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "like to find a restaurant in the east part of town and it should serve indian food" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice place in the east of town" }, { "id": 3, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food do they serve" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden is a nice place in the east of town" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the east part of town that serves indian food" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a indian restaurant right?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice place in the east of town serving tasty indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the price range" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is in the expensive price range" }, { "id": 15, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "ooh thank you good bye" } ]
voip-b27a230d2e-20130329_043420
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "?" ], [ "_:result", "area", "east" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "?" ], [ "_:result", "area", "east" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_: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", "east" ], [ "_: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, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_: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, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_: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" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "newmarket road fen ditton" ], [ "_:result", "phone", "01223 577786" ], [ "_:result", "name", "pipasha 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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a cheap restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice restaurant in the north of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have their phone number" }, { "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,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'royal spice');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of royal spice is C.B 4, 1 E.H" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-4c25da9a27-20130325_183726
[ { "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", "postcode", "?" ] ], "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", "name", "royal spice" ], [ "_:result", "postcode", "c.b 4" ], [ "_: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,'mexican');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a cheap mexican restaurant" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'mexican');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cheap mexican food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about a cheap asian oriental restaurant" }, { "id": 4, "rdf-acts": [ "select((_:result,food,'asian oriental');(_:result,food,'mexican'))" ], "speaker": "system", "text": "Sorry would you like mexican 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,'dojo noodle bar');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dojo noodle bar serves asian oriental food in the cheap price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh whats the phone number and address please" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'40210 millers yard city centre');(_: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 and it is on 40210 Millers Yard City Centre ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-52d599db9c-20130326_010952
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/4e5fb7cd" ], [ "_:search/4e5fb7cd", "food", "mexican" ], [ "_:search/4e5fb7cd", "pricerange", "cheap" ], [ "_:search/4e5fb7cd", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/4e5fb7cd" ], [ "_:search/4e5fb7cd", "food", "mexican" ], [ "_:search/4e5fb7cd", "pricerange", "cheap" ], [ "_:search/4e5fb7cd", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "food", "mexican" ], [ "_: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/4e5fb7cd" ], [ "_:search/4e5fb7cd", "food", "mexican" ], [ "_:search/4e5fb7cd", "pricerange", "cheap" ], [ "_:search/4e5fb7cd", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/4e5fb7cd" ], [ "_:search/4e5fb7cd", "food", "mexican" ], [ "_:search/4e5fb7cd", "pricerange", "cheap" ], [ "_:search/4e5fb7cd", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "40210 millers yard city centre" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'the cambridge chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the cambridge chop house is a great restaurant" }, { "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,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is in the south part of town ." }, { "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 cherry hinton');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the lucky star is on Cambridge Leisure Park Clifton Way Cherry Hinton" }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of the lucky star is C.B 1, 7 D.Y" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f22c2bf9c7-20130328_114939
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "the cambridge chop house" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_: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", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , royal spice is on Victoria Avenue Chesterton" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'royal spice');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of royal spice is 01733 553355 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-00d76b791d-20130327_011740
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_:result", "phone", "01733 553355" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any 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,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "lebanese" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'lebanese');(_:result,name,'ali baba');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ali baba is a nice restaurant in the centre of town serving lebanese food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "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": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-13ff413553-20130328_180611
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "ali baba" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "lebanese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "59 hills road city centre" ], [ "_:result", "name", "ali baba" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "lebanese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "59 hills road city centre" ], [ "_:result", "name", "ali baba" ], [ "_:result", "phone", "01462 432565" ], [ "_: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": "cheap restaurant in the south part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is a nice restaurant in the south of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 4, "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": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , nandos is on Cambridge Leisure Park Clifton Way" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food is it" }, { "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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-340dbb333e-20130325_231846
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "um expensive restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east 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,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive price restaurant" }, { "id": 6, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address and post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of sitar tandoori is 01223 249955 ." }, { "id": 13, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the post code" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7f9c1c8411-20130328_164730
[ { "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", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "?" ], [ "_: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" ], [ "_:search", "pricerange", "expensive" ], [ "_: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", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "sitar tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "43 high street cherry hinton cherry hinton" ], [ "_:result", "name", "sitar tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "43 high street cherry hinton cherry hinton" ], [ "_:result", "name", "sitar tandoori" ], [ "_:result", "phone", "01223 249955" ], [ "_: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", "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", "phone", "01223 249955" ], [ "_: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, 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,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap italian food" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'kohinoor');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kohinoor is in the cheap price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is in the cheap price range" }, { "id": 5, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind 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": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is in the cheap price range" }, { "id": 13, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food do they serve" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos serves portuguese food" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "usually" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'j restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "j restaurant is in the cheap price range" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'ask');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ask is in the cheap price range" }, { "id": 19, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food is it" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'ask');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ask is a great restaurant" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'ask');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ask is a great restaurant" }, { "id": 23, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'kohinoor');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kohinoor is in the cheap price range" }, { "id": 25, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "different kind of food" }, { "id": 26, "rdf-acts": [ "inform((_:result,name,'kohinoor');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kohinoor is a great restaurant" }, { "id": 27, "rdf-acts": [], "speaker": "user", "text": "i changed my mind" }, { "id": 28, "rdf-acts": [ "inform((_:result,name,'dojo noodle bar');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dojo noodle bar is in the cheap price range" }, { "id": 29, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "ah thank you goodbye" }, { "id": 30, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is in the cheap price range" }, { "id": 31, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-340dbb333e-20130327_010913
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "kohinoor" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "vietnamese" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "indian" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "ask" ], [ "_:result", "pricerange", "cheap" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "?" ], [ "_:result", "name", "ask" ], [ "_: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" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "?" ], [ "_:result", "name", "ask" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "food", "?" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "kohinoor" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "food", "?" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "kohinoor" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "food", "?" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "dojo noodle bar" ], [ "_: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, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "food", "?" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 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,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the center" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "that serves cuban food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cuban restaurant in the centre of town" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about european food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michaelhouse cafe is a nice restaurant in the centre of town serving european food" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the phone number and post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'michaelhouse cafe');(_:result,phone,'01223 309147');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of michaelhouse cafe is 01223 309147 and its postcode is C.B 2, 1 S.U ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-22756d9e8f-20130329_044511
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "cuban" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/6a427867" ], [ "_:search/6a427867", "area", "centre" ], [ "_:search/6a427867", "food", "cuban" ], [ "_:search/6a427867", "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", "area", "centre" ], [ "_:system", "canthelp", "_:search/6a427867" ], [ "_:search/6a427867", "area", "centre" ], [ "_:search/6a427867", "food", "cuban" ], [ "_:search/6a427867", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/6a427867" ], [ "_:search/6a427867", "area", "centre" ], [ "_:search/6a427867", "food", "cuban" ], [ "_:search/6a427867", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "european" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "phone", "01223 309147" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a restaurant serving turkish food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "okay" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get a address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'196 mill road city centre');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , meze bar restaurant is on 196 Mill Road City Centre" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "okay" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "okay can i" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "i need a restaurant" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "i need a restaurant that serves" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a restaurant serving turkish food" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 19, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 20, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 21, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "oh whats the address" }, { "id": 22, "rdf-acts": [ "inform((_:result,address,'196 mill road city centre');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , meze bar restaurant is on 196 Mill Road City Centre" }, { "id": 23, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2b66f60368-20130326_202811
[ { "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", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar 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", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar 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" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "196 mill road city centre" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant in the south part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "anything" }, { "id": 4, "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": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice restaurant in the south of town serving chinese food" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "that serves restaurant in south part of town" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice restaurant in the south of town in the expensive price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'82 cherry hinton road cherry hinton');(_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the good luck chinese food takeaway is on 82 Cherry Hinton Road Cherry Hinton" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the good luck chinese food takeaway');(_:result,phone,'01223 244149');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the good luck chinese food takeaway is 01223 244149 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-9f989824fd-20130324_073857
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_: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" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "phone", "01223 244149" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant in the east part of t" }, { "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 noise" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice restaurant in the east of town serving indian food" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant is a nice restaurant in the east of town serving british 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,'grafton hotel 619 newmarket road fen ditton');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , grafton hotel restaurant is on Grafton Hotel 619 Newmarket Road Fen Ditton" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'grafton hotel restaurant');(_:result,phone,'01223 241387');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of grafton hotel restaurant is 01223 241387 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-be5b7bf9d9-20130401_154835
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "name", "grafton hotel 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" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "phone", "01223 241387" ], [ "_: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": "im looking for a cheap restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice restaurant in the north of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone whats the phone number" }, { "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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e2a895cfe5-20130326_233604
[ { "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" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant north part of town fast 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,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving basque food" }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e07d8f0f5-20130327_175257
[ { "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", "food", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d595b3a9" ], [ "_:search/d595b3a9", "food", "basque" ], [ "_:search/d595b3a9", "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": "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": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'african');(_:result,name,'bedouin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bedouin serves african food ." }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in south part of" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_: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 serving chinese food" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the south part of town" }, { "id": 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": "and whats their 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": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and their phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the lucky star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the lucky star is 01223 244277 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0fa32b1e78-20130402_142234
[ { "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", "african" ], [ "_:result", "name", "bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_: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", "food", "*" ], [ "_:result", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:result", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:result", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "phone", "01223 244277" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'seafood');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for a sea food 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": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'curry king');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry king is in the centre part of town ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'curry king');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry king 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,'5 jordans yard bridge street city centre');(_:result,name,'curry king');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , curry king is on 5 Jordans Yard Bridge Street City Centre" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'curry king');(_:result,phone,'01223 324351');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of curry king is 01223 324351 ." }, { "id": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food does it serve" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'curry king');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry king serves indian food" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'seafood');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a sea food restaurant" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'curry king');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry king is a great restaurant" }, { "id": 15, "rdf-acts": [ "confirm((_:result,food,'seafood');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve sea food" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'curry king');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry king is a great restaurant" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'seafood');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a sea food restaurant" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'curry king');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry king is a great restaurant" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-dd9f7810fd-20130322_224223
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "seafood" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "seafood" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "curry king" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "seafood" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "curry king" ], [ "_: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", "seafood" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "5 jordans yard bridge street city centre" ], [ "_:result", "name", "curry king" ], [ "_: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", "seafood" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "5 jordans yard bridge street city centre" ], [ "_:result", "name", "curry king" ], [ "_:result", "phone", "01223 324351" ], [ "_: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", "*" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "5 jordans yard bridge street city centre" ], [ "_:result", "phone", "01223 324351" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "curry king" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "seafood" ], [ "_: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", "area", "centre" ], [ "_:result", "address", "5 jordans yard bridge street city centre" ], [ "_:result", "phone", "01223 324351" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "curry king" ], [ "_:result", "food", "seafood" ], [ "_: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", "*" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "5 jordans yard bridge street city centre" ], [ "_:result", "phone", "01223 324351" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "curry king" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "seafood" ], [ "_: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", "area", "centre" ], [ "_:result", "address", "5 jordans yard bridge street city centre" ], [ "_:result", "phone", "01223 324351" ], [ "_:result", "food", "seafood" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "curry king" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant north" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "welsh food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no welsh restaurant in the north of town" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian oriental" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a nice restaurant in the north of town serving asian oriental food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'saigon city');(_:result,phone,'01223 356555');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of saigon city is 01223 356555 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-21ec2b7850-20130327_044255
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "welsh" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/c0428a1c" ], [ "_:search/c0428a1c", "area", "north" ], [ "_:search/c0428a1c", "food", "welsh" ], [ "_:search/c0428a1c", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/c0428a1c" ], [ "_:search/c0428a1c", "area", "north" ], [ "_:search/c0428a1c", "food", "welsh" ], [ "_:search/c0428a1c", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/c0428a1c" ], [ "_:search/c0428a1c", "area", "north" ], [ "_:search/c0428a1c", "food", "welsh" ], [ "_:search/c0428a1c", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "address", "169 high street chesterton chesterton" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/c0428a1c" ], [ "_:search/c0428a1c", "area", "north" ], [ "_:search/c0428a1c", "food", "welsh" ], [ "_:search/c0428a1c", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "address", "169 high street chesterton chesterton" ], [ "_:result", "name", "saigon city" ], [ "_:result", "phone", "01223 356555" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 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 ." }, { "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,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a great restaurant" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south part of town" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a great restaurant" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "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": [ "reqalts()" ], "speaker": "user", "text": "next" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a great restaurant" }, { "id": 11, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "noise south part of town" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a great restaurant" }, { "id": 13, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "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": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 16, "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": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'rice house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rice house is a nice restaurant in the centre of town in the cheap price range" }, { "id": 19, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 20, "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": 21, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "noise phone number" }, { "id": 22, "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": 23, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 24, "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": 25, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 26, "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": 27, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 28, "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": 29, "rdf-acts": [], "speaker": "user", "text": "type" }, { "id": 30, "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": 31, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 32, "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": 33, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 34, "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": 35, "rdf-acts": [], "speaker": "user", "text": "noise food" }, { "id": 36, "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": 37, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-a31ca3e355-20130323_222700
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "saigon city" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "south" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_: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" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "rice house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "?" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_: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, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "?" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "nandos" ], [ "_:result", "phone", "01223 327908" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 ] }, { "id": 17, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ] }, { "id": 18, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_: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, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate restaurant south part of town" }, { "id": 2, "rdf-acts": [ "confirm((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the moderate price range right?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 8, "rdf-acts": [ "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": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 12, "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": 13, "rdf-acts": [ "inform((_:search,name,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , restaurant alimentum is on 152 - 154 Hills Road" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 18, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry but there is no other restaurant in the moderate price range and the south of town" }, { "id": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "noise address" }, { "id": 20, "rdf-acts": [ "inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , restaurant alimentum is on 152 - 154 Hills Road" }, { "id": 21, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you noise" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a great restaurant" }, { "id": 23, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a great restaurant" }, { "id": 25, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-31de0daa7b-20130401_220728
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/04682c96" ], [ "_:search/04682c96", "area", "south" ], [ "_:search/04682c96", "pricerange", "moderate" ], [ "_:search/04682c96", "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", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/04682c96" ], [ "_:search/04682c96", "area", "south" ], [ "_:search/04682c96", "pricerange", "moderate" ], [ "_:search/04682c96", "type", "Restaurant" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_: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 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/04682c96" ], [ "_:search/04682c96", "area", "south" ], [ "_:search/04682c96", "pricerange", "moderate" ], [ "_:search/04682c96", "type", "Restaurant" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/04682c96" ], [ "_:search/04682c96", "area", "south" ], [ "_:search/04682c96", "pricerange", "moderate" ], [ "_:search/04682c96", "type", "Restaurant" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "restaurant alimentum" ], [ "_: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,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a 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,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "that serves corsica" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "corsica" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving corsica food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "the indian food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving corsica food" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-6d6587c57d-20130328_143700
[ { "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", "corsica" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "corsica" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/9467fadb" ], [ "_:search/9467fadb", "food", "corsica" ], [ "_:search/9467fadb", "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", "east" ], [ "_:system", "canthelp", "_:search/9467fadb" ], [ "_:search/9467fadb", "food", "corsica" ], [ "_:search/9467fadb", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/65dd1db1" ], [ "_:search/65dd1db1", "food", "corsica" ], [ "_:search/65dd1db1", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "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,'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": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice place in the south of town and the prices are expensive" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'the good luck chinese food takeaway');(_:result,phone,'01223 244149');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the good luck chinese food takeaway is 01223 244149 ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'82 cherry hinton road cherry hinton');(_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the good luck chinese food takeaway is on 82 Cherry Hinton Road Cherry Hinton" }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the good luck chinese food takeaway');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of the good luck chinese food takeaway is C.B 1, 7 A.G" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e3b4879e0d-20130327_182147
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "phone", "01223 244149" ], [ "_: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", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 244149" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_: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", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 244149" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'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,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 8, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f22c2bf9c7-20130328_115849
[ { "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", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_: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", "turkish" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "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": [ "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": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the nirala is 01223 360966 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-3b81cbb287-20130324_020817
[ { "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" ], [ "_:result", "phone", "?" ] ], "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", "pricerange", "moderate" ], [ "_:result", "name", "the nirala" ], [ "_:result", "phone", "01223 360966" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 2, "rdf-acts": [ "confirm((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the west of town?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a nice place in the west of town" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "corsica food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving corsica food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british" }, { "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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 10, "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 great restaurant serving moderate british food in the west of town ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a great restaurant" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "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": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f22c2bf9c7-20130326_203410
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:result", "area", "west" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "corsica" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:result", "area", "west" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/02f38a79" ], [ "_:search/02f38a79", "food", "corsica" ], [ "_:search/02f38a79", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:result", "area", "west" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/02f38a79" ], [ "_:search/02f38a79", "food", "corsica" ], [ "_:search/02f38a79", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_: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", "west" ], [ "_:system", "canthelp", "_:search/02f38a79" ], [ "_:search/02f38a79", "food", "corsica" ], [ "_:search/02f38a79", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_: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", "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" ], [ "_:system", "canthelp", "_:search/02f38a79" ], [ "_:search/02f38a79", "food", "corsica" ], [ "_:search/02f38a79", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "name", "saint johns chop house" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/02f38a79" ], [ "_:search/02f38a79", "food", "corsica" ], [ "_:search/02f38a79", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_: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, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/02f38a79" ], [ "_:search/02f38a79", "food", "corsica" ], [ "_:search/02f38a79", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_: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, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a british restaurant in the east part of town" }, { "id": 2, "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 place in the east of town serving tasty british food" }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'grafton hotel restaurant');(_:result,phone,'01223 241387');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of grafton hotel restaurant is 01223 241387 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e0035cc31b-20130326_205255
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "phone", "01223 241387" ], [ "_: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()" ], "speaker": "user", "text": "yes" }, { "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,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the corsica" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving corsica food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving corsica food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving corsica food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i have asian food" }, { "id": 10, "rdf-acts": [ "confirm((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a corsica restaurant right?" }, { "id": 11, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving corsica food" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian oriental food" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'j restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "j restaurant serves asian oriental food" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 16, "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": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address" }, { "id": 18, "rdf-acts": [ "inform((_:result,address,'40428 king street city centre');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , yippee noodle bar is on 40428 King Street City Centre" }, { "id": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'yippee noodle bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of yippee noodle bar is 01223 518111 ." }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7f9c1c8411-20130401_170332
[ { "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", "corsica" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c4a72284" ], [ "_:search/c4a72284", "food", "corsica" ], [ "_:search/c4a72284", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c4a72284" ], [ "_:search/c4a72284", "food", "corsica" ], [ "_:search/c4a72284", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51eae612" ], [ "_:search/51eae612", "food", "corsica" ], [ "_:search/51eae612", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c4a72284" ], [ "_:search/c4a72284", "food", "corsica" ], [ "_:search/c4a72284", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51eae612" ], [ "_:search/51eae612", "food", "corsica" ], [ "_:search/51eae612", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3fd97e09" ], [ "_:search/3fd97e09", "food", "corsica" ], [ "_:search/3fd97e09", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c4a72284" ], [ "_:search/c4a72284", "food", "corsica" ], [ "_:search/c4a72284", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51eae612" ], [ "_:search/51eae612", "food", "corsica" ], [ "_:search/51eae612", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3fd97e09" ], [ "_:search/3fd97e09", "food", "corsica" ], [ "_:search/3fd97e09", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c4a72284" ], [ "_:search/c4a72284", "food", "corsica" ], [ "_:search/c4a72284", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51eae612" ], [ "_:search/51eae612", "food", "corsica" ], [ "_:search/51eae612", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3fd97e09" ], [ "_:search/3fd97e09", "food", "corsica" ], [ "_:search/3fd97e09", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/badddc28" ], [ "_:search/badddc28", "food", "corsica" ], [ "_:search/badddc28", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c4a72284" ], [ "_:search/c4a72284", "food", "corsica" ], [ "_:search/c4a72284", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51eae612" ], [ "_:search/51eae612", "food", "corsica" ], [ "_:search/51eae612", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3fd97e09" ], [ "_:search/3fd97e09", "food", "corsica" ], [ "_:search/3fd97e09", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/badddc28" ], [ "_:search/badddc28", "food", "corsica" ], [ "_:search/badddc28", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "j 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", "?" ], [ "_:system", "canthelp", "_:search/c4a72284" ], [ "_:search/c4a72284", "food", "corsica" ], [ "_:search/c4a72284", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51eae612" ], [ "_:search/51eae612", "food", "corsica" ], [ "_:search/51eae612", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3fd97e09" ], [ "_:search/3fd97e09", "food", "corsica" ], [ "_:search/3fd97e09", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/badddc28" ], [ "_:search/badddc28", "food", "corsica" ], [ "_:search/badddc28", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c4a72284" ], [ "_:search/c4a72284", "food", "corsica" ], [ "_:search/c4a72284", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51eae612" ], [ "_:search/51eae612", "food", "corsica" ], [ "_:search/51eae612", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3fd97e09" ], [ "_:search/3fd97e09", "food", "corsica" ], [ "_:search/3fd97e09", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/badddc28" ], [ "_:search/badddc28", "food", "corsica" ], [ "_:search/badddc28", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "address", "40428 king street city centre" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c4a72284" ], [ "_:search/c4a72284", "food", "corsica" ], [ "_:search/c4a72284", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/51eae612" ], [ "_:search/51eae612", "food", "corsica" ], [ "_:search/51eae612", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/3fd97e09" ], [ "_:search/3fd97e09", "food", "corsica" ], [ "_:search/3fd97e09", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/badddc28" ], [ "_:search/badddc28", "food", "corsica" ], [ "_:search/badddc28", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_: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, 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": [], "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": [ "inform((_:search,food,'polish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "polish food" }, { "id": 4, "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": 5, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "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": 7, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cambridge lodge restaurant serves european food ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'cambridge lodge hotel 139 huntingdon road city centre');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , cambridge lodge restaurant is on Cambridge Lodge Hotel 139 Huntingdon Road City Centre" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'cambridge lodge restaurant');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of cambridge lodge restaurant is 01223 355166 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e07d8f0f5-20130328_184338
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "polish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "polish" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1a607a73" ], [ "_:search/1a607a73", "food", "polish" ], [ "_:search/1a607a73", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1a607a73" ], [ "_:search/1a607a73", "food", "polish" ], [ "_:search/1a607a73", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/90e6c8e3" ], [ "_:search/90e6c8e3", "food", "polish" ], [ "_:search/90e6c8e3", "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" ], [ "_:system", "canthelp", "_:search/1a607a73" ], [ "_:search/1a607a73", "food", "polish" ], [ "_:search/1a607a73", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/90e6c8e3" ], [ "_:search/90e6c8e3", "food", "polish" ], [ "_:search/90e6c8e3", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "cambridge lodge 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" ], [ "_:system", "canthelp", "_:search/1a607a73" ], [ "_:search/1a607a73", "food", "polish" ], [ "_:search/1a607a73", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/90e6c8e3" ], [ "_:search/90e6c8e3", "food", "polish" ], [ "_:search/90e6c8e3", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1a607a73" ], [ "_:search/1a607a73", "food", "polish" ], [ "_:search/1a607a73", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/90e6c8e3" ], [ "_:search/90e6c8e3", "food", "polish" ], [ "_:search/90e6c8e3", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "address", "cambridge lodge hotel 139 huntingdon road city centre" ], [ "_:result", "name", "cambridge lodge restaurant" ], [ "_:result", "phone", "01223 355166" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for a restaurant in the center 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,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "spanish food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'pizza express');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza express is a nice place in the centre of town" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh whats the phone number and post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'pizza express');(_:result,phone,'01223 324033');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza express is 01223 324033 and its postcode is C.B 2, 1 D.B ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d76f6e4f82-20130327_193430
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "pizza express" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "pizza express" ], [ "_:result", "phone", "01223 324033" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mexican 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,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mexican" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chiquito restaurant bar serves mexican food ." }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 6, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range address phone number" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-36440f7305-20130326_141231
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_: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", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:system", "inquired", "_:user" ], [ "_: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" ], [ "_: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,'tuscan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "tuscan food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'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,'tuscan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "tuscan" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'tuscan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving tuscan food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 8, "rdf-acts": [ "confirm((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the west of town?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "confirm((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a thai restaurant right?" }, { "id": 11, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a nice place in the west of town serving tasty thai food" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a great restaurant" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'35 newnham road newnham');(_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , sala thong is on 35 Newnham Road Newnham" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,phone,'01223 323178');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of sala thong is 01223 323178 ." }, { "id": 19, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is in the expensive price range" }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-90732b027d-20130328_164236
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "tuscan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "tuscan" ], [ "_: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", "tuscan" ], [ "_: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/bdc6554f" ], [ "_:search/bdc6554f", "food", "tuscan" ], [ "_:search/bdc6554f", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/bdc6554f" ], [ "_:search/bdc6554f", "food", "tuscan" ], [ "_:search/bdc6554f", "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", "area", "west" ], [ "_:system", "canthelp", "_:search/bdc6554f" ], [ "_:search/bdc6554f", "food", "tuscan" ], [ "_:search/bdc6554f", "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", "area", "west" ], [ "_:system", "canthelp", "_:search/bdc6554f" ], [ "_:search/bdc6554f", "food", "tuscan" ], [ "_:search/bdc6554f", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/bdc6554f" ], [ "_:search/bdc6554f", "food", "tuscan" ], [ "_:search/bdc6554f", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "?" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/bdc6554f" ], [ "_:search/bdc6554f", "food", "tuscan" ], [ "_:search/bdc6554f", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/bdc6554f" ], [ "_:search/bdc6554f", "food", "tuscan" ], [ "_:search/bdc6554f", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "phone", "01223 323178" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/bdc6554f" ], [ "_:search/bdc6554f", "food", "tuscan" ], [ "_:search/bdc6554f", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "phone", "01223 323178" ], [ "_:result", "name", "sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a nice place in the west of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-dd9f7810fd-20130322_232152
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh yes restaurant that serves danish food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh 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": "uh it doesnt matter" }, { "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,'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": [], "speaker": "user", "text": "okay" }, { "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": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international food" }, { "id": 12, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 13, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "um moderate" }, { "id": 14, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 15, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 16, "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": 17, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant serves international food" }, { "id": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and can i get the phone number" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity 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,'the varsity restaurant');(_:result,phone,'01223 356060');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the varsity restaurant is 01223 356060 ." }, { "id": 23, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and post code" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of the varsity restaurant is C.B 2, 3 A.R" }, { "id": 25, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "okay thank you and good bye" } ]
voip-e8997b10da-20130329_012706
[ { "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" ], [ "_:search", "food", "danish" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "danish" ], [ "_: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", "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", "*" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b807b365" ], [ "_:search/b807b365", "food", "danish" ], [ "_:search/b807b365", "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/b807b365" ], [ "_:search/b807b365", "food", "danish" ], [ "_:search/b807b365", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/28f6f8cf" ], [ "_:search/28f6f8cf", "food", "danish" ], [ "_:search/28f6f8cf", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_: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/b807b365" ], [ "_:search/b807b365", "food", "danish" ], [ "_:search/b807b365", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/28f6f8cf" ], [ "_:search/28f6f8cf", "food", "danish" ], [ "_:search/28f6f8cf", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/b807b365" ], [ "_:search/b807b365", "food", "danish" ], [ "_:search/b807b365", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/28f6f8cf" ], [ "_:search/28f6f8cf", "food", "danish" ], [ "_:search/28f6f8cf", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/b807b365" ], [ "_:search/b807b365", "food", "danish" ], [ "_:search/b807b365", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/28f6f8cf" ], [ "_:search/28f6f8cf", "food", "danish" ], [ "_:search/28f6f8cf", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_: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, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/b807b365" ], [ "_:search/b807b365", "food", "danish" ], [ "_:search/b807b365", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/28f6f8cf" ], [ "_:search/28f6f8cf", "food", "danish" ], [ "_:search/28f6f8cf", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity 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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/b807b365" ], [ "_:search/b807b365", "food", "danish" ], [ "_:search/b807b365", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/28f6f8cf" ], [ "_:search/28f6f8cf", "food", "danish" ], [ "_:search/28f6f8cf", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/b807b365" ], [ "_:search/b807b365", "food", "danish" ], [ "_:search/b807b365", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/28f6f8cf" ], [ "_:search/28f6f8cf", "food", "danish" ], [ "_:search/28f6f8cf", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "phone", "01223 356060" ], [ "_: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", "*" ], [ "_:system", "canthelp", "_:search/b807b365" ], [ "_:search/b807b365", "food", "danish" ], [ "_:search/b807b365", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/28f6f8cf" ], [ "_:search/28f6f8cf", "food", "danish" ], [ "_:search/28f6f8cf", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "01223 356060" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_: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,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like a portuguese restaurant" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre serves portuguese food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'33-34 saint andrews street');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , nandos city centre is on 33-34 Saint Andrews Street" }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-03d6592b76-20130326_012529
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "address", "33-34 saint andrews street" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice place in the west of town and the prices are moderate" }, { "id": 5, "rdf-acts": [ "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,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats 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": [ "inform((_:search,food,'portuguese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what is a good cheap restaurant that serves portuguese food" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'saint johns chop house');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of saint johns chop house is C.B 3, 0 A.D" }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'saint johns chop house');(_:result,postcode,'c.b 3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of saint johns chop house is C.B 3, 0 A.D" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry but there is no other restaurant in the moderate price range and the west of town" }, { "id": 15, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "thank you good bye crosstalk" } ]
voip-f32f2cfdae-20130328_200431
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "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", "area", "west" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_: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", "west" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 353110" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "postcode", "c.b 3" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 353110" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "postcode", "c.b 3" ], [ "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 353110" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "postcode", "c.b 3" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5967db95" ], [ "_:search/5967db95", "area", "west" ], [ "_:search/5967db95", "pricerange", "moderate" ], [ "_:search/5967db95", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a restaurant in the moderate price range" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "um is 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,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "christmas food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving christmas food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about modern european type food" }, { "id": 8, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "select((_:result,food,'christmas');(_:result,food,'modern european'))" ], "speaker": "system", "text": "Sorry would you like modern european or christmas food?" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "modern european" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "riverside brasserie serves modern european food in the moderate price range" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'riverside brasserie');(_:result,phone,'01223 259988');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of riverside brasserie is 01223 259988 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-ccc459b689-20130327_004041
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "christmas" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/eb71ca59" ], [ "_:search/eb71ca59", "food", "christmas" ], [ "_:search/eb71ca59", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/eb71ca59" ], [ "_:search/eb71ca59", "food", "christmas" ], [ "_:search/eb71ca59", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/eb71ca59" ], [ "_:search/eb71ca59", "food", "christmas" ], [ "_:search/eb71ca59", "type", "Restaurant" ], [ "_:result", "food", "christmas" ], [ "_:result", "food", "modern european" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/eb71ca59" ], [ "_:search/eb71ca59", "food", "christmas" ], [ "_:search/eb71ca59", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/eb71ca59" ], [ "_:search/eb71ca59", "food", "christmas" ], [ "_:search/eb71ca59", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "phone", "01223 259988" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want indonesian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for thai food" }, { "id": 4, "rdf-acts": [ "confirm((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a thai restaurant right?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bangkok city serves thai food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'24 green street city centre');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , bangkok city is on 24 Green Street City Centre" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'bangkok city');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of bangkok city is 01223 354382 ." }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "goodbye" } ]
voip-2d2d103292-20130326_041008
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indonesian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5d6fcb7d" ], [ "_:search/5d6fcb7d", "food", "indonesian" ], [ "_:search/5d6fcb7d", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5d6fcb7d" ], [ "_:search/5d6fcb7d", "food", "indonesian" ], [ "_:search/5d6fcb7d", "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" ], [ "_:system", "canthelp", "_:search/5d6fcb7d" ], [ "_:search/5d6fcb7d", "food", "indonesian" ], [ "_:search/5d6fcb7d", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_: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/5d6fcb7d" ], [ "_:search/5d6fcb7d", "food", "indonesian" ], [ "_:search/5d6fcb7d", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "bangkok city" ], [ "_: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/5d6fcb7d" ], [ "_:search/5d6fcb7d", "food", "indonesian" ], [ "_:search/5d6fcb7d", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "24 green street city centre" ], [ "_:result", "name", "bangkok city" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5d6fcb7d" ], [ "_:search/5d6fcb7d", "food", "indonesian" ], [ "_:search/5d6fcb7d", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "24 green street city centre" ], [ "_:result", "name", "bangkok city" ], [ "_:result", "phone", "01223 354382" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "im looking for" }, { "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": "a restaurant" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'jinling noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "jinling noodle bar is a great restaurant" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'world');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for moderately priced restaurant that serves world food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'world');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no world restaurant in the moderate price range" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about gastropub type of food" }, { "id": 8, "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": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at saint johns chop house is moderate ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address of the" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the area" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a nice place in the west of town" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'saint johns chop house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at saint johns chop house is moderate ." }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-62cc0cc55d-20130323_155313
[ { "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" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "world" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/171b3b7b" ], [ "_:search/171b3b7b", "food", "world" ], [ "_:search/171b3b7b", "pricerange", "moderate" ], [ "_:search/171b3b7b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/171b3b7b" ], [ "_:search/171b3b7b", "food", "world" ], [ "_:search/171b3b7b", "pricerange", "moderate" ], [ "_:search/171b3b7b", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/171b3b7b" ], [ "_:search/171b3b7b", "food", "world" ], [ "_:search/171b3b7b", "pricerange", "moderate" ], [ "_:search/171b3b7b", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/171b3b7b" ], [ "_:search/171b3b7b", "food", "world" ], [ "_:search/171b3b7b", "pricerange", "moderate" ], [ "_:search/171b3b7b", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:user", "inquired", "_:system" ], [ "_: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, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/171b3b7b" ], [ "_:search/171b3b7b", "food", "world" ], [ "_:search/171b3b7b", "pricerange", "moderate" ], [ "_:search/171b3b7b", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/171b3b7b" ], [ "_:search/171b3b7b", "food", "world" ], [ "_:search/171b3b7b", "pricerange", "moderate" ], [ "_:search/171b3b7b", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "area", "west" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/171b3b7b" ], [ "_:search/171b3b7b", "food", "world" ], [ "_:search/171b3b7b", "pricerange", "moderate" ], [ "_:search/171b3b7b", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "area", "west" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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": "moderate 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": "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,'austrian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "austrian" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'austrian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no austrian restaurant in the moderate price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a chinese" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice restaurant in the north of town serving chinese food" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of golden wok is 01223 350688 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-381a50592b-20130323_234506
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "austrian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/b0c1529f" ], [ "_:search/b0c1529f", "food", "austrian" ], [ "_:search/b0c1529f", "pricerange", "moderate" ], [ "_:search/b0c1529f", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/b0c1529f" ], [ "_:search/b0c1529f", "food", "austrian" ], [ "_:search/b0c1529f", "pricerange", "moderate" ], [ "_:search/b0c1529f", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/b0c1529f" ], [ "_:search/b0c1529f", "food", "austrian" ], [ "_:search/b0c1529f", "pricerange", "moderate" ], [ "_:search/b0c1529f", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_: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, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurants" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are restaurants . That area would you like?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'restaurant one seven');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant one seven is a great restaurant" }, { "id": 7, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what part" }, { "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,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , gourmet burger kitchen is on Regent Street City Centre" }, { "id": 11, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "area" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gourmet burger kitchen is a great restaurant" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e07d8f0f5-20130328_192245
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "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", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "breath im looking for a restaurant that serves 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": [], "speaker": "user", "text": "okay" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cuban food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "can i find a restaurant that serves international food" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a cuban restaurant right?" }, { "id": 7, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cuban food" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "can i find a restaurant" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cuban food" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "that serves unintelligible" }, { "id": 12, "rdf-acts": [ "confirm((_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a cuban restaurant right?" }, { "id": 13, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,food,'cuban');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cuban food" }, { "id": 15, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international food" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant serves international food" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 18, "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": 19, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the post code" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of the varsity restaurant is C.B 2, 3 A.R" }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-e99e4f4538-20130328_195729
[ { "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" ], [ "_:search", "food", "cuban" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6759a8fe" ], [ "_:search/6759a8fe", "food", "cuban" ], [ "_:search/6759a8fe", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6759a8fe" ], [ "_:search/6759a8fe", "food", "cuban" ], [ "_:search/6759a8fe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/739e4daa" ], [ "_:search/739e4daa", "food", "cuban" ], [ "_:search/739e4daa", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6759a8fe" ], [ "_:search/6759a8fe", "food", "cuban" ], [ "_:search/6759a8fe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/739e4daa" ], [ "_:search/739e4daa", "food", "cuban" ], [ "_:search/739e4daa", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_: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/6759a8fe" ], [ "_:search/6759a8fe", "food", "cuban" ], [ "_:search/6759a8fe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/739e4daa" ], [ "_:search/739e4daa", "food", "cuban" ], [ "_:search/739e4daa", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e0ee5297" ], [ "_:search/e0ee5297", "food", "cuban" ], [ "_:search/e0ee5297", "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/6759a8fe" ], [ "_:search/6759a8fe", "food", "cuban" ], [ "_:search/6759a8fe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/739e4daa" ], [ "_:search/739e4daa", "food", "cuban" ], [ "_:search/739e4daa", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e0ee5297" ], [ "_:search/e0ee5297", "food", "cuban" ], [ "_:search/e0ee5297", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/73138501" ], [ "_:search/73138501", "food", "cuban" ], [ "_:search/73138501", "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/6759a8fe" ], [ "_:search/6759a8fe", "food", "cuban" ], [ "_:search/6759a8fe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/739e4daa" ], [ "_:search/739e4daa", "food", "cuban" ], [ "_:search/739e4daa", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e0ee5297" ], [ "_:search/e0ee5297", "food", "cuban" ], [ "_:search/e0ee5297", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/73138501" ], [ "_:search/73138501", "food", "cuban" ], [ "_:search/73138501", "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/6759a8fe" ], [ "_:search/6759a8fe", "food", "cuban" ], [ "_:search/6759a8fe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/739e4daa" ], [ "_:search/739e4daa", "food", "cuban" ], [ "_:search/739e4daa", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e0ee5297" ], [ "_:search/e0ee5297", "food", "cuban" ], [ "_:search/e0ee5297", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/73138501" ], [ "_:search/73138501", "food", "cuban" ], [ "_:search/73138501", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/93a3b891" ], [ "_:search/93a3b891", "food", "cuban" ], [ "_:search/93a3b891", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_: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/6759a8fe" ], [ "_:search/6759a8fe", "food", "cuban" ], [ "_:search/6759a8fe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/739e4daa" ], [ "_:search/739e4daa", "food", "cuban" ], [ "_:search/739e4daa", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e0ee5297" ], [ "_:search/e0ee5297", "food", "cuban" ], [ "_:search/e0ee5297", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/73138501" ], [ "_:search/73138501", "food", "cuban" ], [ "_:search/73138501", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/93a3b891" ], [ "_:search/93a3b891", "food", "cuban" ], [ "_:search/93a3b891", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity 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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/6759a8fe" ], [ "_:search/6759a8fe", "food", "cuban" ], [ "_:search/6759a8fe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/739e4daa" ], [ "_:search/739e4daa", "food", "cuban" ], [ "_:search/739e4daa", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e0ee5297" ], [ "_:search/e0ee5297", "food", "cuban" ], [ "_:search/e0ee5297", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/73138501" ], [ "_:search/73138501", "food", "cuban" ], [ "_:search/73138501", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/93a3b891" ], [ "_:search/93a3b891", "food", "cuban" ], [ "_:search/93a3b891", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "phone", "01223 356060" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/6759a8fe" ], [ "_:search/6759a8fe", "food", "cuban" ], [ "_:search/6759a8fe", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/739e4daa" ], [ "_:search/739e4daa", "food", "cuban" ], [ "_:search/739e4daa", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e0ee5297" ], [ "_:search/e0ee5297", "food", "cuban" ], [ "_:search/e0ee5297", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/73138501" ], [ "_:search/73138501", "food", "cuban" ], [ "_:search/73138501", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/93a3b891" ], [ "_:search/93a3b891", "food", "cuban" ], [ "_:search/93a3b891", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "01223 356060" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 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": [ "affirm()", "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes can i have an expensive restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_: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,'catalan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "catalan" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'catalan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving catalan food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'frankie and bennys');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys serves italian food in the expensive 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,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , frankie and bennys is on Cambridge Leisure Park Clifton Way Cherry Hinton" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'frankie and bennys');(_:result,phone,'01223 412430');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of frankie and bennys is 01223 412430 ." }, { "id": 13, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the area" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys is a nice place in the south of town" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7f9c1c8411-20130401_161233
[ { "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", "catalan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/4ed76d50" ], [ "_:search/4ed76d50", "food", "catalan" ], [ "_:search/4ed76d50", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/4ed76d50" ], [ "_:search/4ed76d50", "food", "catalan" ], [ "_:search/4ed76d50", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/4ed76d50" ], [ "_:search/4ed76d50", "food", "catalan" ], [ "_:search/4ed76d50", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/4ed76d50" ], [ "_:search/4ed76d50", "food", "catalan" ], [ "_:search/4ed76d50", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "phone", "01223 412430" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/4ed76d50" ], [ "_:search/4ed76d50", "food", "catalan" ], [ "_:search/4ed76d50", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "phone", "01223 412430" ], [ "_:result", "area", "south" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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": [], "speaker": "user", "text": "unintelligible" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "creative food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving creative food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hello chinese type of food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'creative');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving creative food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "chinese" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice place in the north of town" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "oh whats the phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d76f6e4f82-20130327_184557
[ { "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", "creative" ], [ "_: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/291b0566" ], [ "_:search/291b0566", "food", "creative" ], [ "_:search/291b0566", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/291b0566" ], [ "_:search/291b0566", "food", "creative" ], [ "_:search/291b0566", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7febc0cd" ], [ "_:search/7febc0cd", "food", "creative" ], [ "_:search/7febc0cd", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/291b0566" ], [ "_:search/291b0566", "food", "creative" ], [ "_:search/291b0566", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7febc0cd" ], [ "_:search/7febc0cd", "food", "creative" ], [ "_:search/7febc0cd", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_: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/291b0566" ], [ "_:search/291b0566", "food", "creative" ], [ "_:search/291b0566", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7febc0cd" ], [ "_:search/7febc0cd", "food", "creative" ], [ "_:search/7febc0cd", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "phone", "01223 727410" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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,*);(_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in any area that serves polynesian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about modern european type of food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "can i try another one" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving polynesian food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "modern european" }, { "id": 8, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 12, "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": 13, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right" }, { "id": 14, "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": 15, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there another one" }, { "id": 16, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'de luca cucina and bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "de luca cucina and bar serves modern european food" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay do you have their phone number" }, { "id": 18, "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": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-62cc0cc55d-20130328_140957
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "polynesian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6fd2f90f" ], [ "_:search/6fd2f90f", "food", "polynesian" ], [ "_:search/6fd2f90f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6fd2f90f" ], [ "_:search/6fd2f90f", "food", "polynesian" ], [ "_:search/6fd2f90f", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/391a9b2a" ], [ "_:search/391a9b2a", "food", "polynesian" ], [ "_:search/391a9b2a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6fd2f90f" ], [ "_:search/6fd2f90f", "food", "polynesian" ], [ "_:search/6fd2f90f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/391a9b2a" ], [ "_:search/391a9b2a", "food", "polynesian" ], [ "_:search/391a9b2a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/94a862eb" ], [ "_:search/94a862eb", "food", "polynesian" ], [ "_:search/94a862eb", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6fd2f90f" ], [ "_:search/6fd2f90f", "food", "polynesian" ], [ "_:search/6fd2f90f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/391a9b2a" ], [ "_:search/391a9b2a", "food", "polynesian" ], [ "_:search/391a9b2a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/94a862eb" ], [ "_:search/94a862eb", "food", "polynesian" ], [ "_:search/94a862eb", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6fd2f90f" ], [ "_:search/6fd2f90f", "food", "polynesian" ], [ "_:search/6fd2f90f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/391a9b2a" ], [ "_:search/391a9b2a", "food", "polynesian" ], [ "_:search/391a9b2a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/94a862eb" ], [ "_:search/94a862eb", "food", "polynesian" ], [ "_:search/94a862eb", "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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6fd2f90f" ], [ "_:search/6fd2f90f", "food", "polynesian" ], [ "_:search/6fd2f90f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/391a9b2a" ], [ "_:search/391a9b2a", "food", "polynesian" ], [ "_:search/391a9b2a", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/94a862eb" ], [ "_:search/94a862eb", "food", "polynesian" ], [ "_:search/94a862eb", "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 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6fd2f90f" ], [ "_:search/6fd2f90f", "food", "polynesian" ], [ "_:search/6fd2f90f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/391a9b2a" ], [ "_:search/391a9b2a", "food", "polynesian" ], [ "_:search/391a9b2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/94a862eb" ], [ "_:search/94a862eb", "food", "polynesian" ], [ "_:search/94a862eb", "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" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6fd2f90f" ], [ "_:search/6fd2f90f", "food", "polynesian" ], [ "_:search/6fd2f90f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/391a9b2a" ], [ "_:search/391a9b2a", "food", "polynesian" ], [ "_:search/391a9b2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/94a862eb" ], [ "_:search/94a862eb", "food", "polynesian" ], [ "_:search/94a862eb", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6fd2f90f" ], [ "_:search/6fd2f90f", "food", "polynesian" ], [ "_:search/6fd2f90f", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/391a9b2a" ], [ "_:search/391a9b2a", "food", "polynesian" ], [ "_:search/391a9b2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/94a862eb" ], [ "_:search/94a862eb", "food", "polynesian" ], [ "_:search/94a862eb", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "modern european" ], [ "_: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, 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,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a nice place in the west of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number of the venue" }, { "id": 6, "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": 7, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you goodbye noise thank you goodbye" } ]
voip-597cfafdee-20130328_233209
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "phone", "01223 362456" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_: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,'german');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "german food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is in the south part of town ." }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "german food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no german restaurant that matches your request" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate european" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'modern european');(_:result,name,'darrys cookhouse and wine shop');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darrys cookhouse and wine shop is a nice restaurant in the centre of town serving modern european food" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'darrys cookhouse and wine shop');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darrys cookhouse and wine shop serves modern european food ." }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'darrys cookhouse and wine shop');(_:result,phone,'01223 505015');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of darrys cookhouse and wine shop is 01223 505015 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-21ec2b7850-20130326_025529
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "german" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "german" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "german" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/df28d51c" ], [ "_:search/df28d51c", "food", "german" ], [ "_:search/df28d51c", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/df28d51c" ], [ "_:search/df28d51c", "food", "german" ], [ "_:search/df28d51c", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "darrys cookhouse and wine shop" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/df28d51c" ], [ "_:search/df28d51c", "food", "german" ], [ "_:search/df28d51c", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "darrys cookhouse and wine shop" ], [ "_: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", "*" ], [ "_:system", "canthelp", "_:search/df28d51c" ], [ "_:search/df28d51c", "food", "german" ], [ "_:search/df28d51c", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "darrys cookhouse and wine shop" ], [ "_:result", "phone", "01223 505015" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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" }, { "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,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'lan hong house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lan hong house is a great restaurant serving chinese food and it is in the moderate price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is a nice restaurant in the east of town serving indian food" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry prince is a nice restaurant in the east of town serving indian food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "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": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-a8649977cf-20130323_161633
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "lan hong house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "indian" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "indian" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "indian" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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": "im looking for a restaurant that serves bistro food" }, { "id": 2, "rdf-acts": [ "confirm((_:search,food,'bistro');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a bistro restaurant right?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yeah" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'bistro');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving bistro food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about turkish food" }, { "id": 6, "rdf-acts": [ "select((_:result,food,'bistro');(_:result,food,'turkish'))" ], "speaker": "system", "text": "Sorry would you like bistro or turkish food?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish food" }, { "id": 8, "rdf-acts": [ "select((_:result,food,'bistro');(_:result,food,'turkish'))" ], "speaker": "system", "text": "Sorry would you like bistro or turkish food?" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish food" }, { "id": 10, "rdf-acts": [ "select((_:result,food,'bistro');(_:result,food,'turkish'))" ], "speaker": "system", "text": "Sorry would you like bistro or turkish food?" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish food" }, { "id": 12, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 13, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any area" }, { "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 do not care" }, { "id": 16, "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": 17, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a turkish type of restaurant" }, { "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": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish restaurant" }, { "id": 20, "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": 21, "rdf-acts": [ "inform((_:search,area,*);(_:search,food,'bistro');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in any area that serves bistro food" }, { "id": 22, "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": 23, "rdf-acts": [], "speaker": "user", "text": "how about uh" }, { "id": 24, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "efes restaurant serves turkish food" }, { "id": 25, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "turkish type of food" }, { "id": 26, "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": 27, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-199d62165b-20130402_124137
[ { "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", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "bistro" ], [ "_:result", "food", "turkish" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "bistro" ], [ "_:result", "food", "turkish" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "bistro" ], [ "_:result", "food", "turkish" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "bistro" ], [ "_:result", "food", "turkish" ], [ "_:search", "food", "turkish" ], [ "_: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/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "bistro" ], [ "_:result", "food", "turkish" ], [ "_:search", "food", "turkish" ], [ "_:search", "area", "*" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "bistro" ], [ "_:result", "food", "turkish" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "turkish" ], [ "_: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/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "bistro" ], [ "_:result", "food", "turkish" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "turkish" ], [ "_: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/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "bistro" ], [ "_:result", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "*" ], [ "_:search", "food", "bistro" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "bistro" ], [ "_:result", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "*" ], [ "_:search", "food", "bistro" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "*" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_: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/df2e451f" ], [ "_:search/df2e451f", "food", "bistro" ], [ "_:search/df2e451f", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "*" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "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,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "barbecue food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no barbeque restaurant that matches your request" }, { "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": "whats the 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-0f41c16f2f-20130402_005145
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "barbeque" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1ba49df0" ], [ "_:search/1ba49df0", "food", "barbeque" ], [ "_:search/1ba49df0", "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/1ba49df0" ], [ "_:search/1ba49df0", "food", "barbeque" ], [ "_:search/1ba49df0", "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/1ba49df0" ], [ "_:search/1ba49df0", "food", "barbeque" ], [ "_:search/1ba49df0", "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": "i would like to find 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": [ "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,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "maharajah tandoori restaurant is a nice place in the west of town serving tasty indian food" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'cocum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cocum is a nice place in the west of town serving tasty indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'cocum');(_:result,phone,'01223 366668');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of cocum is 01223 366668 ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'71 castle street city centre');(_:result,name,'cocum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , cocum is on 71 Castle Street City Centre" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e99e4f4538-20130328_195927
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_: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", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_: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", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "cocum" ], [ "_: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", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "cocum" ], [ "_:result", "phone", "01223 366668" ], [ "_: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", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "phone", "01223 366668" ], [ "_:result", "address", "71 castle street city centre" ], [ "_:result", "name", "cocum" ], [ "_: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,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a restaurant in the center 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,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center of town" }, { "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,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center of town" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center 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": [], "speaker": "user", "text": "ese food" }, { "id": 10, "rdf-acts": [ "select((_:result,area,*);(_:result,area,'east'))" ], "speaker": "system", "text": "Sorry would you like the east of town or you dont care" }, { "id": 11, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want the center of town" }, { "id": 12, "rdf-acts": [ "select((_:result,area,*);(_:result,area,'east'))" ], "speaker": "system", "text": "Sorry would you like the east of town or you dont care" }, { "id": 13, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "center" }, { "id": 14, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "chikkis" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is in the cheap price range" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 18, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park clifton way');(_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , nandos is on Cambridge Leisure Park Clifton Way" }, { "id": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 20, "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": 21, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "bye" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'charlie chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "charlie chan is in the cheap price range" }, { "id": 23, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "you good bye" } ]
voip-72e50baa85-20130326_053156
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_: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" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_: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", "?" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "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", "food", "?" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "centre" ], [ "_: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", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_: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, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_: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, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_:result", "phone", "01223 327908" ], [ "_: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 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "*" ], [ "_:result", "area", "east" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "name", "charlie chan" ], [ "_:result", "pricerange", "cheap" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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,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,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for welsh food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no welsh restaurant that matches your request" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about 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": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "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": "what is 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()" ], "speaker": "user", "text": "thank you" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two serves french food ." }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-14f776f781-20130328_151904
[ { "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", "welsh" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/0f4426c5" ], [ "_:search/0f4426c5", "food", "welsh" ], [ "_:search/0f4426c5", "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" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/0f4426c5" ], [ "_:search/0f4426c5", "food", "welsh" ], [ "_:search/0f4426c5", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_: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", "?" ], [ "_:system", "canthelp", "_:search/0f4426c5" ], [ "_:search/0f4426c5", "food", "welsh" ], [ "_:search/0f4426c5", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/0f4426c5" ], [ "_:search/0f4426c5", "food", "welsh" ], [ "_:search/0f4426c5", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "phone", "01223 351880" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/0f4426c5" ], [ "_:search/0f4426c5", "food", "welsh" ], [ "_:search/0f4426c5", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 351880" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'brazilian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "need a restaurant serving brazilian food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 4, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 5, "rdf-acts": [ "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,'brazilian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "brazilian" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'brazilian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving brazilian food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about turkish" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'brazilian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving brazilian food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "find me a turkish restaurant" }, { "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": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any price range" }, { "id": 14, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that 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": [ "select((_:result,pricerange,*);(_:result,pricerange,'cheap'))" ], "speaker": "system", "text": "Sorry would you like something in the cheap price range or you dont care" }, { "id": 19, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 20, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "efes restaurant serves turkish food" }, { "id": 21, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 22, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food" }, { "id": 23, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 24, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia serves turkish food" }, { "id": 25, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 26, "rdf-acts": [ "inform((_:result,name,'anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia is in the moderate price range" }, { "id": 27, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 28, "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": 29, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the post code" }, { "id": 30, "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": 31, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-5a464ca603-20130401_193933
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "brazilian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "brazilian" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "brazilian" ], [ "_: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", "brazilian" ], [ "_: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/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "efes restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:result", "pricerange", "*" ], [ "_:result", "pricerange", "cheap" ], [ "_: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, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "address", "?" ], [ "_:result", "name", "anatolia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "moderate" ], [ "_: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, 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", "*" ], [ "_:system", "canthelp", "_:search/6ab7d542" ], [ "_:search/6ab7d542", "food", "brazilian" ], [ "_:search/6ab7d542", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/bce9e069" ], [ "_:search/bce9e069", "food", "brazilian" ], [ "_:search/bce9e069", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "30 bridge street city centre" ], [ "_:result", "name", "anatolia" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 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,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "polynesian 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,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vietnamese" }, { "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,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vietnam" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving venetian food" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 8, "rdf-acts": [ "confirm((_:search,food,'venetian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a venetian restaurant right?" }, { "id": 9, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving venetian food" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "viet" }, { "id": 12, "rdf-acts": [ "canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving venetian food" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vietnamese" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving venetian food" }, { "id": 15, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vietnam" }, { "id": 16, "rdf-acts": [ "canthelp((_:search,food,'venetian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving venetian food" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "vietnamese" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh serves vietnamese food" }, { "id": 19, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no other vietnamese restaurant that matches your request" }, { "id": 21, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'thanh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a great restaurant" }, { "id": 23, "rdf-acts": [ "confirm((_:result,food,'vietnamese');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve vietnamese food" }, { "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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 26, "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": 27, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e54437a6f0-20130325_133648
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "polynesian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "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/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "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/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b788dc81" ], [ "_:search/b788dc81", "food", "venetian" ], [ "_:search/b788dc81", "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/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b788dc81" ], [ "_:search/b788dc81", "food", "venetian" ], [ "_:search/b788dc81", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6a9a19d" ], [ "_:search/f6a9a19d", "food", "venetian" ], [ "_:search/f6a9a19d", "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" ], [ "_:system", "canthelp", "_:search/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b788dc81" ], [ "_:search/b788dc81", "food", "venetian" ], [ "_:search/b788dc81", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6a9a19d" ], [ "_:search/f6a9a19d", "food", "venetian" ], [ "_:search/f6a9a19d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0783e653" ], [ "_:search/0783e653", "food", "venetian" ], [ "_:search/0783e653", "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" ], [ "_:system", "canthelp", "_:search/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b788dc81" ], [ "_:search/b788dc81", "food", "venetian" ], [ "_:search/b788dc81", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6a9a19d" ], [ "_:search/f6a9a19d", "food", "venetian" ], [ "_:search/f6a9a19d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0783e653" ], [ "_:search/0783e653", "food", "venetian" ], [ "_:search/0783e653", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1b5ef3c2" ], [ "_:search/1b5ef3c2", "food", "venetian" ], [ "_:search/1b5ef3c2", "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, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b788dc81" ], [ "_:search/b788dc81", "food", "venetian" ], [ "_:search/b788dc81", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6a9a19d" ], [ "_:search/f6a9a19d", "food", "venetian" ], [ "_:search/f6a9a19d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0783e653" ], [ "_:search/0783e653", "food", "venetian" ], [ "_:search/0783e653", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1b5ef3c2" ], [ "_:search/1b5ef3c2", "food", "venetian" ], [ "_:search/1b5ef3c2", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_: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, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b788dc81" ], [ "_:search/b788dc81", "food", "venetian" ], [ "_:search/b788dc81", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6a9a19d" ], [ "_:search/f6a9a19d", "food", "venetian" ], [ "_:search/f6a9a19d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0783e653" ], [ "_:search/0783e653", "food", "venetian" ], [ "_:search/0783e653", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1b5ef3c2" ], [ "_:search/1b5ef3c2", "food", "venetian" ], [ "_:search/1b5ef3c2", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a4c9c06a" ], [ "_:search/a4c9c06a", "food", "vietnamese" ], [ "_:search/a4c9c06a", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b788dc81" ], [ "_:search/b788dc81", "food", "venetian" ], [ "_:search/b788dc81", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6a9a19d" ], [ "_:search/f6a9a19d", "food", "venetian" ], [ "_:search/f6a9a19d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0783e653" ], [ "_:search/0783e653", "food", "venetian" ], [ "_:search/0783e653", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1b5ef3c2" ], [ "_:search/1b5ef3c2", "food", "venetian" ], [ "_:search/1b5ef3c2", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a4c9c06a" ], [ "_:search/a4c9c06a", "food", "vietnamese" ], [ "_:search/a4c9c06a", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "food", "vietnamese" ], [ "_: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/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b788dc81" ], [ "_:search/b788dc81", "food", "venetian" ], [ "_:search/b788dc81", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6a9a19d" ], [ "_:search/f6a9a19d", "food", "venetian" ], [ "_:search/f6a9a19d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0783e653" ], [ "_:search/0783e653", "food", "venetian" ], [ "_:search/0783e653", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1b5ef3c2" ], [ "_:search/1b5ef3c2", "food", "venetian" ], [ "_:search/1b5ef3c2", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a4c9c06a" ], [ "_:search/a4c9c06a", "food", "vietnamese" ], [ "_:search/a4c9c06a", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "vietnamese" ], [ "_: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, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/5c42a64d" ], [ "_:search/5c42a64d", "food", "venetian" ], [ "_:search/5c42a64d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1dec0117" ], [ "_:search/1dec0117", "food", "venetian" ], [ "_:search/1dec0117", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/9c792fa7" ], [ "_:search/9c792fa7", "food", "venetian" ], [ "_:search/9c792fa7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b788dc81" ], [ "_:search/b788dc81", "food", "venetian" ], [ "_:search/b788dc81", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/f6a9a19d" ], [ "_:search/f6a9a19d", "food", "venetian" ], [ "_:search/f6a9a19d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0783e653" ], [ "_:search/0783e653", "food", "venetian" ], [ "_:search/0783e653", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/1b5ef3c2" ], [ "_:search/1b5ef3c2", "food", "venetian" ], [ "_:search/1b5ef3c2", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a4c9c06a" ], [ "_:search/a4c9c06a", "food", "vietnamese" ], [ "_:search/a4c9c06a", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice place in the east of town and the prices are moderate" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "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": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "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,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'pizza hut fen ditton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut fen ditton is 01223 323737 ." }, { "id": 13, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'pizza hut fen ditton');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of pizza hut fen ditton is C.B 5, 8 W.R" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-381a50592b-20130323_234808
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "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", "east" ], [ "_:search", "food", "*" ], [ "_: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, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_: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", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_: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" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "postcode", "c.b 5" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "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": [], "speaker": "user", "text": "none" }, { "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": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 6, "rdf-acts": [ "confirm((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the south of town?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "portuguese food" }, { "id": 8, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "portuguese" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,food,'portuguese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving expensive portuguese food" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mediterranean" }, { "id": 12, "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": 13, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no mediterranean restaurant in the south of town" }, { "id": 15, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mediterranean" }, { "id": 16, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no mediterranean restaurant in the south of town" }, { "id": 17, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 18, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no mediterranean restaurant in the south of town" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "okay" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no mediterranean restaurant in the south of town" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "okay" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is in the expensive price range" }, { "id": 23, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 24, "rdf-acts": [ "inform((_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong serves thai food" }, { "id": 25, "rdf-acts": [ "reqalts()", "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about mediterranean" }, { "id": 26, "rdf-acts": [ "inform((_:result,food,'mediterranean');(_:result,name,'la mimosa');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la mimosa serves mediterranean food in the expensive price range" }, { "id": 27, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "do you got an address" }, { "id": 28, "rdf-acts": [ "inform((_:result,address,'thompsons lane fen ditton');(_:result,name,'la mimosa');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , la mimosa is on Thompsons Lane Fen Ditton" }, { "id": 29, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 30, "rdf-acts": [ "inform((_:result,name,'la mimosa');(_:result,phone,'01223 362525');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of la mimosa is 01223 362525 ." }, { "id": 31, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-14cb91bc48-20130328_162839
[ { "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", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "food", "portuguese" ], [ "_: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", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/57a53f29" ], [ "_:search/57a53f29", "area", "south" ], [ "_:search/57a53f29", "food", "mediterranean" ], [ "_:search/57a53f29", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_: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/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/57a53f29" ], [ "_:search/57a53f29", "area", "south" ], [ "_:search/57a53f29", "food", "mediterranean" ], [ "_:search/57a53f29", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:system", "canthelp", "_:search/d46cb0a0" ], [ "_:search/d46cb0a0", "area", "south" ], [ "_:search/d46cb0a0", "food", "mediterranean" ], [ "_:search/d46cb0a0", "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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/57a53f29" ], [ "_:search/57a53f29", "area", "south" ], [ "_:search/57a53f29", "food", "mediterranean" ], [ "_:search/57a53f29", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:system", "canthelp", "_:search/d46cb0a0" ], [ "_:search/d46cb0a0", "area", "south" ], [ "_:search/d46cb0a0", "food", "mediterranean" ], [ "_:search/d46cb0a0", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/37604425" ], [ "_:search/37604425", "area", "south" ], [ "_:search/37604425", "food", "mediterranean" ], [ "_:search/37604425", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/57a53f29" ], [ "_:search/57a53f29", "area", "south" ], [ "_:search/57a53f29", "food", "mediterranean" ], [ "_:search/57a53f29", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:system", "canthelp", "_:search/d46cb0a0" ], [ "_:search/d46cb0a0", "area", "south" ], [ "_:search/d46cb0a0", "food", "mediterranean" ], [ "_:search/d46cb0a0", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/37604425" ], [ "_:search/37604425", "area", "south" ], [ "_:search/37604425", "food", "mediterranean" ], [ "_:search/37604425", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ce38ab88" ], [ "_:search/ce38ab88", "area", "south" ], [ "_:search/ce38ab88", "food", "mediterranean" ], [ "_:search/ce38ab88", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/57a53f29" ], [ "_:search/57a53f29", "area", "south" ], [ "_:search/57a53f29", "food", "mediterranean" ], [ "_:search/57a53f29", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:system", "canthelp", "_:search/d46cb0a0" ], [ "_:search/d46cb0a0", "area", "south" ], [ "_:search/d46cb0a0", "food", "mediterranean" ], [ "_:search/d46cb0a0", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/37604425" ], [ "_:search/37604425", "area", "south" ], [ "_:search/37604425", "food", "mediterranean" ], [ "_:search/37604425", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ce38ab88" ], [ "_:search/ce38ab88", "area", "south" ], [ "_:search/ce38ab88", "food", "mediterranean" ], [ "_:search/ce38ab88", "type", "Restaurant" ], [ "_:result", "name", "sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "?" ], [ "_:system", "canthelp", "_:search/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/57a53f29" ], [ "_:search/57a53f29", "area", "south" ], [ "_:search/57a53f29", "food", "mediterranean" ], [ "_:search/57a53f29", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d46cb0a0" ], [ "_:search/d46cb0a0", "area", "south" ], [ "_:search/d46cb0a0", "food", "mediterranean" ], [ "_:search/d46cb0a0", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/37604425" ], [ "_:search/37604425", "area", "south" ], [ "_:search/37604425", "food", "mediterranean" ], [ "_:search/37604425", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ce38ab88" ], [ "_:search/ce38ab88", "area", "south" ], [ "_:search/ce38ab88", "food", "mediterranean" ], [ "_:search/ce38ab88", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "mediterranean" ], [ "_: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", "?" ], [ "_:system", "canthelp", "_:search/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/57a53f29" ], [ "_:search/57a53f29", "area", "south" ], [ "_:search/57a53f29", "food", "mediterranean" ], [ "_:search/57a53f29", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d46cb0a0" ], [ "_:search/d46cb0a0", "area", "south" ], [ "_:search/d46cb0a0", "food", "mediterranean" ], [ "_:search/d46cb0a0", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/37604425" ], [ "_:search/37604425", "area", "south" ], [ "_:search/37604425", "food", "mediterranean" ], [ "_:search/37604425", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ce38ab88" ], [ "_:search/ce38ab88", "area", "south" ], [ "_:search/ce38ab88", "food", "mediterranean" ], [ "_:search/ce38ab88", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "la mimosa" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/57a53f29" ], [ "_:search/57a53f29", "area", "south" ], [ "_:search/57a53f29", "food", "mediterranean" ], [ "_:search/57a53f29", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d46cb0a0" ], [ "_:search/d46cb0a0", "area", "south" ], [ "_:search/d46cb0a0", "food", "mediterranean" ], [ "_:search/d46cb0a0", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/37604425" ], [ "_:search/37604425", "area", "south" ], [ "_:search/37604425", "food", "mediterranean" ], [ "_:search/37604425", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ce38ab88" ], [ "_:search/ce38ab88", "area", "south" ], [ "_:search/ce38ab88", "food", "mediterranean" ], [ "_:search/ce38ab88", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "thompsons lane fen ditton" ], [ "_:result", "name", "la mimosa" ], [ "_: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" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ef4266d2" ], [ "_:search/ef4266d2", "food", "portuguese" ], [ "_:search/ef4266d2", "pricerange", "expensive" ], [ "_:search/ef4266d2", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/57a53f29" ], [ "_:search/57a53f29", "area", "south" ], [ "_:search/57a53f29", "food", "mediterranean" ], [ "_:search/57a53f29", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d46cb0a0" ], [ "_:search/d46cb0a0", "area", "south" ], [ "_:search/d46cb0a0", "food", "mediterranean" ], [ "_:search/d46cb0a0", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/37604425" ], [ "_:search/37604425", "area", "south" ], [ "_:search/37604425", "food", "mediterranean" ], [ "_:search/37604425", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ce38ab88" ], [ "_:search/ce38ab88", "area", "south" ], [ "_:search/ce38ab88", "food", "mediterranean" ], [ "_:search/ce38ab88", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "thompsons lane fen ditton" ], [ "_:result", "name", "la mimosa" ], [ "_:result", "phone", "01223 362525" ], [ "_: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": [], "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,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south part of town" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive price range" }, { "id": 6, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "confirm((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are restaurants in the expensive price range and the south of town . What type of food would you like?" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what food is available" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice restaurant in the south of town in the expensive price range" }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway serves chinese food" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'82 cherry hinton road cherry hinton');(_:result,name,'the good luck chinese food takeaway');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the good luck chinese food takeaway is on 82 Cherry Hinton Road Cherry Hinton" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'the good luck chinese food takeaway');(_:result,phone,'01223 244149');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the good luck chinese food takeaway is 01223 244149 ." }, { "id": 15, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and for good luck what is the post code" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'the good luck chinese food takeaway');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of the good luck chinese food takeaway is C.B 1, 7 A.G" }, { "id": 17, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is a nice restaurant in the south of town in the expensive price range" }, { "id": 19, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" } ]
voip-935947e17b-20130328_172142
[ { "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", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_: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", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "phone", "01223 244149" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_:result", "phone", "01223 244149" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_: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, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "address", "82 cherry hinton road cherry hinton" ], [ "_:result", "phone", "01223 244149" ], [ "_:result", "postcode", "c.b 1" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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 want a cheap restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a nice restaurant in the west of town in the cheap price range" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "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": "noise" }, { "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 restaurant in the west of town in the cheap price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the west part of town" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a nice restaurant in the west of town in the cheap price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number and address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'17 magdalene street city centre');(_:result,name,'thanh binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of thanh binh is 01223 362456 and it is on 17 Magdalene Street City Centre ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-48c12815b3-20130326_005929
[ { "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", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_: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", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "17 magdalene street city centre" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "phone", "01223 362456" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 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,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the center that serves unintelligible asian" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'australasian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australasian food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about european food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'australasian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving australasian food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "european food" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'eraina');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "eraina is a nice place in the centre of town serving tasty european food" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number and post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'eraina');(_:result,phone,'01223 368786');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of eraina is 01223 368786 and its postcode is C.B 2, 3 R.H ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2f4c700ae3-20130401_185424
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/10a9ce88" ], [ "_:search/10a9ce88", "food", "australasian" ], [ "_:search/10a9ce88", "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", "area", "centre" ], [ "_:system", "canthelp", "_:search/10a9ce88" ], [ "_:search/10a9ce88", "food", "australasian" ], [ "_:search/10a9ce88", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/65831579" ], [ "_:search/65831579", "food", "australasian" ], [ "_:search/65831579", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_: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/10a9ce88" ], [ "_:search/10a9ce88", "food", "australasian" ], [ "_:search/10a9ce88", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/65831579" ], [ "_:search/65831579", "food", "australasian" ], [ "_:search/65831579", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/10a9ce88" ], [ "_:search/10a9ce88", "food", "australasian" ], [ "_:search/10a9ce88", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/65831579" ], [ "_:search/65831579", "food", "australasian" ], [ "_:search/65831579", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "european" ], [ "_:result", "name", "eraina" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/10a9ce88" ], [ "_:search/10a9ce88", "food", "australasian" ], [ "_:search/10a9ce88", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/65831579" ], [ "_:search/65831579", "food", "australasian" ], [ "_:search/65831579", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "european" ], [ "_:result", "name", "eraina" ], [ "_:result", "phone", "01223 368786" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "japanese" }, { "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,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "japanese" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'japanese');(_:result,name,'wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "wagamama serves japanese food ." }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the center" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'japanese');(_:result,name,'wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "wagamama serves japanese food ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the address" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 12, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'japanese');(_:result,name,'wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "wagamama serves japanese food ." }, { "id": 15, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the center" }, { "id": 16, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone" }, { "id": 18, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone" }, { "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-2d3d74d091-20130328_182952
[ { "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" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "japanese" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_: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", "japanese" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_: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", "japanese" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_: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", "food", "japanese" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "japanese" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ] ], "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", "japanese" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_: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", "food", "japanese" ], [ "_:result", "address", "?" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_: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", "food", "japanese" ], [ "_:result", "address", "?" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "japanese" ], [ "_:result", "address", "?" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/702321c1" ], [ "_:search/702321c1", "food", "polish" ], [ "_:search/702321c1", "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 ." }, { "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,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mediterranean food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'mediterranean');(_:result,name,'la mimosa');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la mimosa serves mediterranean food" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'la mimosa');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la mimosa is a great restaurant" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'la mimosa');(_:result,phone,'01223 362525');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of la mimosa is 01223 362525 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-a31ca3e355-20130323_223338
[ { "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", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "la mimosa" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "la mimosa" ], [ "_: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", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "la mimosa" ], [ "_:result", "phone", "01223 362525" ], [ "_: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": "im looking for an expensive restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice restaurant in the east of town serving indian food" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "do you have anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant is a nice restaurant in the east of town serving british food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay can you give me the address there" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'grafton hotel 619 newmarket road fen ditton');(_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , grafton hotel restaurant is on Grafton Hotel 619 Newmarket Road Fen Ditton" }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "how about the post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'grafton hotel restaurant');(_:result,postcode,'c.b 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of grafton hotel restaurant is C.B 5, 8 P.A" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you good bye" } ]
voip-e30cb521fb-20130328_134803
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "postcode", "c.b 5" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to find a moderately priced restaurant in the east part of" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'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": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and type of food" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'pizza hut fen ditton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut fen ditton is 01223 323737 ." }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the type of food" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b3edac94d-20130324_203209
[ { "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", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "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", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "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", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "phone", "?" ] ], "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", "pricerange", "moderate" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "food", "?" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "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", "phone", "01223 323737" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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": "i want 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,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the missing sock is on Finders Corner Newmarket Road" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the missing sock is 01223 812660 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-72e50baa85-20130326_051956
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "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", "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,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a cheap restaurant in the east part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock is a nice place in the east of town and the prices are cheap" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats their address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the missing sock is on Finders Corner Newmarket Road" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the missing sock is 01223 812660 ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and their address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the missing sock is on Finders Corner Newmarket Road" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-4c25da9a27-20130327_140126
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "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", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "east" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock is a nice place in the east of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the missing sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the missing sock is 01223 812660 ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "ad" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock is a great restaurant" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'finders corner newmarket road');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the missing sock is on Finders Corner Newmarket Road" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-202b6a3cc4-20130327_185351
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "address", "finders corner newmarket road" ], [ "_:result", "name", "the missing sock" ], [ "_: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,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for barbecue food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no barbeque restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "do you have 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": "uh can i have the 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-f1e8236264-20130323_003057
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "barbeque" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/54fb8a51" ], [ "_:search/54fb8a51", "food", "barbeque" ], [ "_:search/54fb8a51", "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/54fb8a51" ], [ "_:search/54fb8a51", "food", "barbeque" ], [ "_:search/54fb8a51", "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/54fb8a51" ], [ "_:search/54fb8a51", "food", "barbeque" ], [ "_:search/54fb8a51", "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": [ "inform((_:search,food,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant that serves mexican food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chiquito restaurant bar serves mexican food ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address phone number and postcode" }, { "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()", "inform((_:search,food,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes mexican food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chiquito restaurant bar serves mexican food ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'2g cambridge leisure park cherry hinton road cherry hinton');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , chiquito restaurant bar is on 2G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton" }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "postcode" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-ad40cf5489-20130325_180702
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "postcode", "c.b 1" ], [ "_: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", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "address", "2g cambridge leisure park cherry hinton road cherry hinton" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "phone", "01223 400170" ], [ "_: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": [ "affirm()", "inform((_:search,area,'south');(_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh yeah can i find a restaurant in the south part of town serving turkish food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no turkish restaurant in the south of town" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "okay how about chinese food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no japanese restaurant in the south of town" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh chinese" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'peking restaurant');(_: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,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and whats the price range" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of peking restaurant is C.B 2, 8 N.X" }, { "id": 9, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay and price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant is in the expensive price range" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats their address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'10 homerton street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , peking restaurant is on 10 Homerton Street City Centre" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you good bye" } ]
voip-e8997b10da-20130327_195713
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/948dc907" ], [ "_:search/948dc907", "area", "south" ], [ "_:search/948dc907", "food", "turkish" ], [ "_:search/948dc907", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/948dc907" ], [ "_:search/948dc907", "area", "south" ], [ "_:search/948dc907", "food", "turkish" ], [ "_:search/948dc907", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/afb2da72" ], [ "_:search/afb2da72", "area", "south" ], [ "_:search/afb2da72", "food", "japanese" ], [ "_:search/afb2da72", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/948dc907" ], [ "_:search/948dc907", "area", "south" ], [ "_:search/948dc907", "food", "turkish" ], [ "_:search/948dc907", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/afb2da72" ], [ "_:search/afb2da72", "area", "south" ], [ "_:search/afb2da72", "food", "japanese" ], [ "_:search/afb2da72", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/948dc907" ], [ "_:search/948dc907", "area", "south" ], [ "_:search/948dc907", "food", "turkish" ], [ "_:search/948dc907", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/afb2da72" ], [ "_:search/afb2da72", "area", "south" ], [ "_:search/afb2da72", "food", "japanese" ], [ "_:search/afb2da72", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/948dc907" ], [ "_:search/948dc907", "area", "south" ], [ "_:search/948dc907", "food", "turkish" ], [ "_:search/948dc907", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/afb2da72" ], [ "_:search/afb2da72", "area", "south" ], [ "_:search/afb2da72", "food", "japanese" ], [ "_:search/afb2da72", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/948dc907" ], [ "_:search/948dc907", "area", "south" ], [ "_:search/948dc907", "food", "turkish" ], [ "_:search/948dc907", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/afb2da72" ], [ "_:search/afb2da72", "area", "south" ], [ "_:search/afb2da72", "food", "japanese" ], [ "_:search/afb2da72", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "10 homerton street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]