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": [], "speaker": "user", "text": "i need a restaurant that serves" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no english restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about korean food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul serves korean food ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'108 regent street city centre');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , little seoul is on 108 Regent Street City Centre" }, { "id": 7, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the price range" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'little seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little seoul is in the expensive price range" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d7853a398f-20130401_155154
[ { "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/538ed40d" ], [ "_:search/538ed40d", "food", "english" ], [ "_:search/538ed40d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/538ed40d" ], [ "_:search/538ed40d", "food", "english" ], [ "_:search/538ed40d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "little seoul" ], [ "_: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/538ed40d" ], [ "_:search/538ed40d", "food", "english" ], [ "_:search/538ed40d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/538ed40d" ], [ "_:search/538ed40d", "food", "english" ], [ "_:search/538ed40d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "address", "108 regent street city centre" ], [ "_:result", "name", "little seoul" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant north part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice place in the north of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address 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": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice place in the north of town and the prices are cheap" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address and phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , royal spice is on Victoria Avenue Chesterton" }, { "id": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a great restaurant" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e07d8f0f5-20130327_180412
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "?" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "01223 351707" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 351707" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_: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", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 351707" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "food", "?" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "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": "the 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,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a nice restaurant in the east of town serving gastropub food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , royal standard is on 290 Mill Road City Centre" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'royal standard');(_:result,phone,'01223 247877');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of royal standard is 01223 247877 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-9735278861-20130401_154605
[ { "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", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "name", "royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "name", "royal standard" ], [ "_:result", "phone", "01223 247877" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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 need 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": "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": "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-d7853a398f-20130401_152954
[ { "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,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any kind" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice place in the north of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the 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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'victoria avenue chesterton');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , royal spice is on Victoria Avenue Chesterton" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-afd3aa91f0-20130325_224235
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_: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", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "royal spice" ], [ "_:result", "phone", "01733 553355" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01733 553355" ], [ "_:result", "address", "victoria avenue chesterton" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for russian food in the center of town" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no russian restaurant in the centre of town" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about british food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'cotto');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cotto is a nice restaurant in the centre of town serving british food" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'183 east road city centre');(_:result,name,'cotto');(_:result,phone,'01223 302010');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of cotto is 01223 302010 and it is on 183 East Road City Centre ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2d2d103292-20130329_041521
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "russian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/2ac87753" ], [ "_:search/2ac87753", "area", "centre" ], [ "_:search/2ac87753", "food", "russian" ], [ "_:search/2ac87753", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/2ac87753" ], [ "_:search/2ac87753", "area", "centre" ], [ "_:search/2ac87753", "food", "russian" ], [ "_:search/2ac87753", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "name", "cotto" ], [ "_: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", "centre" ], [ "_:system", "canthelp", "_:search/2ac87753" ], [ "_:search/2ac87753", "area", "centre" ], [ "_:search/2ac87753", "food", "russian" ], [ "_:search/2ac87753", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "address", "183 east road city centre" ], [ "_:result", "name", "cotto" ], [ "_:result", "phone", "01223 302010" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find moderately priced restaurant it should be" }, { "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": "i dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is a nice place in the east of town and the prices are moderate" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of rajmahal is 01223 244955 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-b20b6e847a-20130326_222030
[ { "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", "rajmahal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_: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": [ "inform((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like steakhouse food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving steakhouse 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,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving steakhouse food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about european food" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a european restaurant right?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 8, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 9, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 10, "rdf-acts": [ "confirm((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , a restaurant in any part of town is that right?" }, { "id": 11, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 12, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 13, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'hotel du vin and bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hotel du vin and bistro serves european food" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'hotel du vin and bistro');(_:result,phone,'01223 227330');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of hotel du vin and bistro is 01223 227330 ." }, { "id": 17, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "noise thank you goodbye" } ]
voip-583e7cede5-20130323_061037
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "steakhouse" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/147d140c" ], [ "_:search/147d140c", "food", "steakhouse" ], [ "_:search/147d140c", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/147d140c" ], [ "_:search/147d140c", "food", "steakhouse" ], [ "_:search/147d140c", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3e598b4" ], [ "_:search/e3e598b4", "food", "steakhouse" ], [ "_:search/e3e598b4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/147d140c" ], [ "_:search/147d140c", "food", "steakhouse" ], [ "_:search/147d140c", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3e598b4" ], [ "_:search/e3e598b4", "food", "steakhouse" ], [ "_:search/e3e598b4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/147d140c" ], [ "_:search/147d140c", "food", "steakhouse" ], [ "_:search/147d140c", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3e598b4" ], [ "_:search/e3e598b4", "food", "steakhouse" ], [ "_:search/e3e598b4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/147d140c" ], [ "_:search/147d140c", "food", "steakhouse" ], [ "_:search/147d140c", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3e598b4" ], [ "_:search/e3e598b4", "food", "steakhouse" ], [ "_:search/e3e598b4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/147d140c" ], [ "_:search/147d140c", "food", "steakhouse" ], [ "_:search/147d140c", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3e598b4" ], [ "_:search/e3e598b4", "food", "steakhouse" ], [ "_:search/e3e598b4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/147d140c" ], [ "_:search/147d140c", "food", "steakhouse" ], [ "_:search/147d140c", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3e598b4" ], [ "_:search/e3e598b4", "food", "steakhouse" ], [ "_:search/e3e598b4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/147d140c" ], [ "_:search/147d140c", "food", "steakhouse" ], [ "_:search/147d140c", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e3e598b4" ], [ "_:search/e3e598b4", "food", "steakhouse" ], [ "_:search/e3e598b4", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "phone", "01223 227330" ], [ "_: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": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a expensive restaurant serving mediterranean food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'mediterranean');(_:result,name,'shiraz restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "shiraz restaurant is a great restaurant serving mediterranean food and it is in the expensive price range" }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and post code" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'shiraz restaurant');(_:result,phone,'01223 307581');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of shiraz restaurant is 01223 307581 and its postcode is C.B 2, 1 D.P ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b3edac94d-20130326_004204
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "phone", "01223 307581" ], [ "_:result", "postcode", "c.b 2" ], [ "_: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,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "and asian" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'ask');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ask is in the cheap price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "pan asian" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'40210 millers yard city centre');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , dojo noodle bar is on 40210 Millers Yard City Centre" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-52d599db9c-20130402_000814
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "asian oriental" ], [ "_: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", "*" ], [ "_:result", "name", "ask" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "40210 millers yard city centre" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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 and it should be east part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a nice restaurant in the east of town serving gastropub food" }, { "id": 5, "rdf-acts": [ "confirm((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it expensive" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a nice restaurant in the east of town in the expensive price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'290 mill road city centre');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , royal standard is on 290 Mill Road City Centre" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a nice restaurant in the east of town in the expensive price range" }, { "id": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard serves gastropub food" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-fe4b6ef58f-20130325_234737
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "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", "gastropub" ], [ "_:result", "area", "east" ], [ "_:result", "name", "royal standard" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "name", "royal standard" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gastropub" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "area", "east" ], [ "_:result", "name", "royal standard" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "290 mill road city centre" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant 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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address please" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'frankie and bennys');(_:result,phone,'01223 412430');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of frankie and bennys is 01223 412430 ." }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'frankie and bennys');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of frankie and bennys is C.B 1, 7 D.Y" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e54437a6f0-20130326_194636
[ { "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" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "phone", "01223 412430" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "phone", "01223 412430" ], [ "_:result", "name", "frankie and bennys" ], [ "_: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,food,'canapes');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "canope food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'canapes');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving canapes food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "modern european" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 8, "rdf-acts": [ "confirm((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant and you dont care about the price range right?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the river bar steakhouse and grill is a great restaurant" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-00d76b791d-20130327_005023
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "canapes" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/05bb9bbe" ], [ "_:search/05bb9bbe", "food", "canapes" ], [ "_:search/05bb9bbe", "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/05bb9bbe" ], [ "_:search/05bb9bbe", "food", "canapes" ], [ "_:search/05bb9bbe", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/05bb9bbe" ], [ "_:search/05bb9bbe", "food", "canapes" ], [ "_:search/05bb9bbe", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/05bb9bbe" ], [ "_:search/05bb9bbe", "food", "canapes" ], [ "_:search/05bb9bbe", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/05bb9bbe" ], [ "_:search/05bb9bbe", "food", "canapes" ], [ "_:search/05bb9bbe", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "the river bar steakhouse and grill" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/05bb9bbe" ], [ "_:search/05bb9bbe", "food", "canapes" ], [ "_:search/05bb9bbe", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "the river bar steakhouse and grill" ], [ "_: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,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for turkish food in the center" }, { "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": [], "speaker": "user", "text": "any thing else" }, { "id": 4, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant serves turkish food ." }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'turkish');(_:result,name,'anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia serves turkish food ." }, { "id": 9, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "anatolia is in the moderate price range" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-fbd422ad18-20130328_182833
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "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", "area", "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 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "meze bar 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", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "anatolia" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "anatolia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "i am" }, { "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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a moderate priced 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,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "that serves chinese food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'jinling noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "jinling noodle bar serves chinese food in the moderate price range" }, { "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,'11 peas hill city centre');(_:result,name,'jinling noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , jinling noodle bar is on 11 Peas Hill City Centre" }, { "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,'jinling noodle bar');(_:result,phone,'01223 566188');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of jinling noodle bar is 01223 566188 and its postcode is C.B 2, 3 P.P ." }, { "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,'11 peas hill city centre');(_:result,name,'jinling noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , jinling noodle bar is on 11 Peas Hill City Centre" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-22756d9e8f-20130329_045435
[ { "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", "moderate" ], [ "_: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", "chinese" ], [ "_: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", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "11 peas hill city centre" ], [ "_:result", "name", "jinling noodle bar" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "11 peas hill city centre" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "phone", "01223 566188" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 566188" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "address", "11 peas hill city centre" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant in the west part of town" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice restaurant in the west of town in the cheap price range" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice restaurant in the west of town in the cheap price range" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice restaurant in the west of town in the cheap price range" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of la margherita is 01223 315232 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-9f989824fd-20130325_200940
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "la margherita" ], [ "_:result", "phone", "01223 315232" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice restaurant in the north of town in the moderate price range" }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "um is there anything else" }, { "id": 4, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for moderately priced restaurant in the north part of town" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice restaurant in the north of town in the moderate price range" }, { "id": 7, "rdf-acts": [ "reqalts()", "deny((_:result,name,'golden wok');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is there anything else besides golden wok" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is a nice restaurant in the north of town in the moderate price range" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala is a nice restaurant in the north of town in the moderate price range" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the nirala is 01223 360966 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d645d56d23-20130324_000301
[ { "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", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:user", "inquired", "_:system" ], [ "_:user", "denied", "_:result/b00ebb09" ], [ "_:result/b00ebb09", "name", "golden wok" ], [ "_:result/b00ebb09", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/b00ebb09" ], [ "_:result/b00ebb09", "name", "golden wok" ], [ "_:result/b00ebb09", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/b00ebb09" ], [ "_:result/b00ebb09", "name", "golden wok" ], [ "_:result/b00ebb09", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the nirala" ], [ "_: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", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/b00ebb09" ], [ "_:result/b00ebb09", "name", "golden wok" ], [ "_:result/b00ebb09", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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, 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": "um im trying to find a restaurant in the unintelligible 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,'greek');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "greek food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving greek food" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh indian" }, { "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": "doesnt matter" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'sitar tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sitar tandoori is a nice place in the east of town serving tasty indian food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh whats the address and the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'43 high street cherry hinton cherry hinton');(_:result,name,'sitar tandoori');(_:result,phone,'01223 249955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of sitar tandoori is 01223 249955 and it is on 43 High Street Cherry Hinton Cherry Hinton ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d76f6e4f82-20130327_184807
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "greek" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/46948215" ], [ "_:search/46948215", "food", "greek" ], [ "_:search/46948215", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/46948215" ], [ "_:search/46948215", "food", "greek" ], [ "_:search/46948215", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/46948215" ], [ "_:search/46948215", "food", "greek" ], [ "_:search/46948215", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "sitar tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/46948215" ], [ "_:search/46948215", "food", "greek" ], [ "_:search/46948215", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "43 high street cherry hinton cherry hinton" ], [ "_:result", "name", "sitar tandoori" ], [ "_:result", "phone", "01223 249955" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "spanish food" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'pizza express');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza express is a great restaurant" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'pizza express');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza express is a great restaurant" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'pizza express');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza express 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,'pizza express');(_:result,phone,'01223 324033');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza express is 01223 324033 ." }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "spanish food" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'pizza express');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza express is a great restaurant" }, { "id": 13, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "noise thank you goodbye" } ]
voip-59bc8a2167-20130328_115953
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "pizza express" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "pizza express" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "pizza express" ], [ "_: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" ], [ "_:result", "address", "?" ], [ "_:result", "name", "pizza express" ], [ "_:result", "phone", "01223 324033" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_: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", "address", "?" ], [ "_:result", "phone", "01223 324033" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "pizza express" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for hungarian food in the north side of town" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no hungarian restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about asian oriental" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'asian oriental');(_:result,name,'saigon city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a nice restaurant in the north of town serving asian oriental food" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "cool whats the address" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "how about phone number" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-4a6ecc1f1c-20130328_124342
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "hungarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/74b3b4b2" ], [ "_:search/74b3b4b2", "food", "hungarian" ], [ "_:search/74b3b4b2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/74b3b4b2" ], [ "_:search/74b3b4b2", "food", "hungarian" ], [ "_:search/74b3b4b2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/74b3b4b2" ], [ "_:search/74b3b4b2", "food", "hungarian" ], [ "_:search/74b3b4b2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/74b3b4b2" ], [ "_:search/74b3b4b2", "food", "hungarian" ], [ "_:search/74b3b4b2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "saigon city" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/74b3b4b2" ], [ "_:search/74b3b4b2", "food", "hungarian" ], [ "_:search/74b3b4b2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "expensive" ], [ "_: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, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/74b3b4b2" ], [ "_:search/74b3b4b2", "food", "hungarian" ], [ "_:search/74b3b4b2", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "expensive" ], [ "_: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, 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 price" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_: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,'malaysian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "malaysian" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , restaurant alimentum is on 152 - 154 Hills Road" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the telephone" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a great restaurant" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "telephone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a great restaurant" }, { "id": 13, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a great restaurant" }, { "id": 15, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "bye" } ]
voip-2d3d74d091-20130325_221539
[ { "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", "malaysian" ], [ "_: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", "malaysian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "malaysian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "malaysian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "restaurant alimentum" ], [ "_: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", "*" ], [ "_:search", "food", "malaysian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "phone", "?" ], [ "_: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 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "*" ], [ "_:search", "food", "malaysian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "phone", "?" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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": "id like an expensive restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 6, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "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 place in the south of town and the prices are expensive" }, { "id": 9, "rdf-acts": [ "inform((_:search,name,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'taj tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a nice place in the south of town and the prices are expensive" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'64 cherry hinton road cherry hinton');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , taj tandoori is on 64 Cherry Hinton Road Cherry Hinton" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-876ef67873-20130327_035558
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "*" ], [ "_: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", "south" ], [ "_:search", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "?" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "64 cherry hinton road cherry hinton" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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,'danish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "danish food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving danish food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "chinese" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 8, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 9, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'shanghai family restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "shanghai family restaurant serves chinese food in the moderate price range" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "shanghai family restaurant is a great restaurant" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'shanghai family restaurant');(_:result,phone,'01223 301761');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of shanghai family restaurant is 01223 301761 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-edb8609855-20130327_183323
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/99c14924" ], [ "_:search/99c14924", "food", "danish" ], [ "_:search/99c14924", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/99c14924" ], [ "_:search/99c14924", "food", "danish" ], [ "_:search/99c14924", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_: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/99c14924" ], [ "_:search/99c14924", "food", "danish" ], [ "_:search/99c14924", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_: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/99c14924" ], [ "_:search/99c14924", "food", "danish" ], [ "_:search/99c14924", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/99c14924" ], [ "_:search/99c14924", "food", "danish" ], [ "_:search/99c14924", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "shanghai family restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/99c14924" ], [ "_:search/99c14924", "food", "danish" ], [ "_:search/99c14924", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "shanghai family restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/99c14924" ], [ "_:search/99c14924", "food", "danish" ], [ "_:search/99c14924", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "shanghai family restaurant" ], [ "_:result", "phone", "01223 301761" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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": [ "inform((_:result,name,'mahal of cambridge');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "mahal of cambridge is a great restaurant" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'mahal of cambridge');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "mahal of cambridge is a great restaurant" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" } ]
voip-8991b7bff6-20130326_231411
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "mahal of cambridge" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "name", "mahal of cambridge" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a cheap restaurant in the west part of town" }, { "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 restaurant in the west of town in the cheap price range" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'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": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-2d2d103292-20130329_042056
[ { "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", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "phone", "01223 362456" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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 want to find a moderately priced restaurant in the east part town" }, { "id": 2, "rdf-acts": [ "confirm((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the east of town?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a moderately priced restaurant in the east of town" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal 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": "what is the address and telephone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'7 barnwell road fen ditton');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , rajmahal is on 7 Barnwell Road Fen Ditton" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the telephone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of rajmahal is 01223 244955 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "uh thank you good bye" } ]
voip-b6618de447-20130328_152114
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "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" ] ], "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", "name", "rajmahal" ], [ "_: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", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "7 barnwell road fen ditton" ], [ "_:result", "name", "rajmahal" ], [ "_: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", "7 barnwell road fen ditton" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "phone", "01223 244955" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'tuscan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "tuscan food" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at riverside brasserie is moderate ." }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at riverside brasserie is moderate ." }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the phone number" }, { "id": 10, "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": 11, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'ask');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at ask is cheap ." }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'ask');(_:result,phone,'01223 364917');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of ask is 01223 364917 ." }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'ask');(_:result,phone,'01223 364917');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of ask is 01223 364917 ." }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'ask');(_:result,phone,'01223 364917');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of ask is 01223 364917 ." }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-36440f7305-20130326_140907
[ { "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", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "tuscan" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "tuscan" ], [ "_:search", "area", "west" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "food", "tuscan" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "riverside brasserie" ], [ "_: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", "food", "tuscan" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "phone", "01223 259988" ], [ "_: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", "tuscan" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 259988" ], [ "_:result", "name", "ask" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "tuscan" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "ask" ], [ "_:result", "phone", "01223 364917" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "tuscan" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "ask" ], [ "_:result", "phone", "01223 364917" ], [ "_: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", "food", "tuscan" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "ask" ], [ "_:result", "phone", "01223 364917" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "portuguese" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 4, "rdf-acts": [ "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": "yea" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre serves portuguese food" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre 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,'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,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-187c1708f2-20130325_135219
[ { "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", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_: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", "portuguese" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "nandos 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" ], [ "_:search", "food", "portuguese" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant that serves british food" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "the south" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no british restaurant in the south of town" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about the center of town" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'the copper kettle');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the copper kettle is a nice place in the centre of town serving tasty british food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'4 kings parade city centre');(_:result,name,'the copper kettle');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the copper kettle is on 4 Kings Parade 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,'the copper kettle');(_:result,phone,'01223 365068');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the copper kettle is 01223 365068 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-a617b6827c-20130323_165831
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:system", "canthelp", "_:search/f0560f0d" ], [ "_:search/f0560f0d", "area", "south" ], [ "_:search/f0560f0d", "food", "british" ], [ "_:search/f0560f0d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "british" ], [ "_:system", "canthelp", "_:search/f0560f0d" ], [ "_:search/f0560f0d", "area", "south" ], [ "_:search/f0560f0d", "food", "british" ], [ "_:search/f0560f0d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the copper kettle" ], [ "_: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", "british" ], [ "_:system", "canthelp", "_:search/f0560f0d" ], [ "_:search/f0560f0d", "area", "south" ], [ "_:search/f0560f0d", "food", "british" ], [ "_:search/f0560f0d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "address", "4 kings parade city centre" ], [ "_:result", "name", "the copper kettle" ], [ "_: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", "british" ], [ "_:system", "canthelp", "_:search/f0560f0d" ], [ "_:search/f0560f0d", "area", "south" ], [ "_:search/f0560f0d", "food", "british" ], [ "_:search/f0560f0d", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "address", "4 kings parade city centre" ], [ "_:result", "name", "the copper kettle" ], [ "_:result", "phone", "01223 365068" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the west part of town that serves" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'halal');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "halal" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'halal');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no halal restaurant in the west of town" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh what about indian food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'india house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "india house is a nice restaurant in the west of town serving indian food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh could you give me the address and telephone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'31 newnham road newnham');(_:result,name,'india house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , india house is on 31 Newnham Road Newnham" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the telephone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'india house');(_:result,phone,'01223 461661');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of india house is 01223 461661 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b6618de447-20130326_211551
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "halal" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/f2457967" ], [ "_:search/f2457967", "area", "west" ], [ "_:search/f2457967", "food", "halal" ], [ "_:search/f2457967", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/f2457967" ], [ "_:search/f2457967", "area", "west" ], [ "_:search/f2457967", "food", "halal" ], [ "_:search/f2457967", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "india house" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/f2457967" ], [ "_:search/f2457967", "area", "west" ], [ "_:search/f2457967", "food", "halal" ], [ "_:search/f2457967", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "31 newnham road newnham" ], [ "_:result", "name", "india house" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/f2457967" ], [ "_:search/f2457967", "area", "west" ], [ "_:search/f2457967", "food", "halal" ], [ "_:search/f2457967", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "31 newnham road newnham" ], [ "_:result", "name", "india house" ], [ "_:result", "phone", "01223 461661" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like a moderately priced restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the east part of town" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant serving any kind of food right?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is a nice place in the east of town and the prices are moderate" }, { "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,'rajmahal');(_:result,phone,'01223 244955');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of rajmahal is 01223 244955 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-583e7cede5-20130323_052525
[ { "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", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "rajmahal" ], [ "_: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", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "phone", "01223 244955" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai 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,food,'thai');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bangkok city serves thai food" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'thai');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving moderate thai food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british type" }, { "id": 8, "rdf-acts": [ "confirm((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a british restaurant right?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'cotto');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cotto serves british food in the moderate price range" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'cotto');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cotto is a great restaurant" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'cotto');(_:result,phone,'01223 302010');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of cotto is 01223 302010 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-59bc8a2167-20130328_130810
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "area", "*" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "bangkok city" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "bangkok city" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/270b6f7d" ], [ "_:search/270b6f7d", "food", "thai" ], [ "_:search/270b6f7d", "pricerange", "moderate" ], [ "_:search/270b6f7d", "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", "*" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "bangkok city" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/270b6f7d" ], [ "_:search/270b6f7d", "food", "thai" ], [ "_:search/270b6f7d", "pricerange", "moderate" ], [ "_:search/270b6f7d", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/270b6f7d" ], [ "_:search/270b6f7d", "food", "thai" ], [ "_:search/270b6f7d", "pricerange", "moderate" ], [ "_:search/270b6f7d", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "name", "cotto" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/270b6f7d" ], [ "_:search/270b6f7d", "food", "thai" ], [ "_:search/270b6f7d", "pricerange", "moderate" ], [ "_:search/270b6f7d", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "cotto" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/270b6f7d" ], [ "_:search/270b6f7d", "food", "thai" ], [ "_:search/270b6f7d", "pricerange", "moderate" ], [ "_:search/270b6f7d", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "cotto" ], [ "_:result", "phone", "01223 302010" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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": "yea id like a restaurant in the west part of town thats" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it doesnt matter" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'graffiti');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "graffiti is a nice place in the west of town serving tasty 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,'hotel felix whitehouse lane huntingdon road');(_:result,name,'graffiti');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , graffiti is on Hotel Felix Whitehouse Lane Huntingdon Road" }, { "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,'graffiti');(_:result,phone,'01223 277977');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of graffiti is 01223 277977 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-aaa44b4121-20130327_002455
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "graffiti" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "address", "hotel felix whitehouse lane huntingdon road" ], [ "_:result", "name", "graffiti" ], [ "_: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", "british" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "address", "hotel felix whitehouse lane huntingdon road" ], [ "_:result", "name", "graffiti" ], [ "_:result", "phone", "01223 277977" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 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,type,'Restaurant'))" ], "speaker": "user", "text": "im 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,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hungarian food" }, { "id": 4, "rdf-acts": [ "confirm((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant serving any kind of food right?" }, { "id": 5, "rdf-acts": [ "negate()", "inform((_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "no hungarian 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,name,'ali baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ali baba is a nice place in the centre of town" }, { "id": 9, "rdf-acts": [ "confirm((_:result,food,'hungarian');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it hungarian" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'ali baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ali baba is a great restaurant" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the price range" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'ali baba');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ali baba is in the moderate price range" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e2a895cfe5-20130325_230741
[ { "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", "hungarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "hungarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "hungarian" ], [ "_: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" ], [ "_:search", "food", "hungarian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "ali baba" ], [ "_:result", "food", "hungarian" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "hungarian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "hungarian" ], [ "_:result", "name", "ali baba" ], [ "_: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", "centre" ], [ "_:search", "food", "hungarian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "hungarian" ], [ "_:result", "address", "59 hills road city centre" ], [ "_:result", "name", "ali baba" ], [ "_: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", "centre" ], [ "_:search", "food", "hungarian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "hungarian" ], [ "_:result", "address", "59 hills road city centre" ], [ "_:result", "name", "ali baba" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'cantonese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a moderately priced restaurant serving cantonese food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'cantonese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cantonese restaurant in the moderate price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "alright can i get chinese food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'cantonese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no cantonese restaurant in the moderate price range" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about chinese food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'jinling noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "jinling noodle bar is a great restaurant serving chinese food and it is in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'jinling noodle bar');(_:result,phone,'01223 566188');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of jinling noodle bar is 01223 566188 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-48c12815b3-20130402_045915
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cantonese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/d21a9261" ], [ "_:search/d21a9261", "food", "cantonese" ], [ "_:search/d21a9261", "pricerange", "moderate" ], [ "_:search/d21a9261", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/d21a9261" ], [ "_:search/d21a9261", "food", "cantonese" ], [ "_:search/d21a9261", "pricerange", "moderate" ], [ "_:search/d21a9261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/23371e24" ], [ "_:search/23371e24", "food", "cantonese" ], [ "_:search/23371e24", "pricerange", "moderate" ], [ "_:search/23371e24", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/d21a9261" ], [ "_:search/d21a9261", "food", "cantonese" ], [ "_:search/d21a9261", "pricerange", "moderate" ], [ "_:search/d21a9261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/23371e24" ], [ "_:search/23371e24", "food", "cantonese" ], [ "_:search/23371e24", "pricerange", "moderate" ], [ "_:search/23371e24", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/d21a9261" ], [ "_:search/d21a9261", "food", "cantonese" ], [ "_:search/d21a9261", "pricerange", "moderate" ], [ "_:search/d21a9261", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/23371e24" ], [ "_:search/23371e24", "food", "cantonese" ], [ "_:search/23371e24", "pricerange", "moderate" ], [ "_:search/23371e24", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "phone", "01223 566188" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'indian');(_:result,name,'taj tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a nice restaurant in the south of town serving indian food" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'taj tandoori');(_:result,phone,'01223 412299');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of taj tandoori is 01223 412299 ." }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'taj tandoori');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of taj tandoori is C.B 1, 7 A.A" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7c3a08072d-20130326_005512
[ { "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", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "postcode", "?" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "phone", "01223 412299" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 412299" ], [ "_:result", "name", "taj 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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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": "i want to find 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": [], "speaker": "user", "text": "noise" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any part" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'ugly duckling');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ugly duckling is a nice restaurant in the centre of town in the expensive price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it should serve french food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'french');(_:result,name,'cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cote is a nice restaurant in the centre of town serving 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,'cote');(_:result,phone,'01223 311053');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of cote is 01223 311053 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-155e939ebc-20130327_203543
[ { "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", "*" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:result", "name", "cote" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "*" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:result", "pricerange", "expensive" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for an expensive restaurant in the south part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any food" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any kind of food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'indian');(_:result,name,'taj tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taj tandoori is a nice restaurant in the south of town serving indian food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'64 cherry hinton road cherry hinton');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , taj tandoori is on 64 Cherry Hinton Road Cherry Hinton" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'64 cherry hinton road cherry hinton');(_:result,name,'taj tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , taj tandoori is on 64 Cherry Hinton Road Cherry Hinton" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is 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-6d6587c57d-20130328_143034
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "64 cherry hinton road cherry hinton" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "64 cherry hinton road cherry hinton" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "64 cherry hinton road cherry hinton" ], [ "_:result", "name", "taj tandoori" ], [ "_:result", "phone", "01223 412299" ], [ "_:result", "type", "Restaurant" ], [ "_: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,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like a restaurant in the center that serves mediterranean food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'kosher');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no kosher restaurant in the centre of town" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a restaurant in the center that serves mediterranean food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'mediterranean');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the gardenia is a nice restaurant in the centre of town serving mediterranean food" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address and phone number please" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'2 rose crescent city centre');(_:result,name,'the gardenia');(_:result,phone,'01223 356354');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the gardenia is 01223 356354 and it is on 2 Rose Crescent City Centre ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-88b68a9a41-20130324_002417
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1c1b3c9b" ], [ "_:search/1c1b3c9b", "area", "centre" ], [ "_:search/1c1b3c9b", "food", "kosher" ], [ "_:search/1c1b3c9b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1c1b3c9b" ], [ "_:search/1c1b3c9b", "area", "centre" ], [ "_:search/1c1b3c9b", "food", "kosher" ], [ "_:search/1c1b3c9b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1c1b3c9b" ], [ "_:search/1c1b3c9b", "area", "centre" ], [ "_:search/1c1b3c9b", "food", "kosher" ], [ "_:search/1c1b3c9b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "address", "2 rose crescent city centre" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "phone", "01223 356354" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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 am looking for" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a restaurant that serves german food" }, { "id": 4, "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": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about a gastropub" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gourmet burger kitchen serves north american food ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address phone number and" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'regent street city centre');(_:result,name,'gourmet burger kitchen');(_:result,phone,'01223 312598');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of gourmet burger kitchen is 01223 312598 and it is on Regent Street City Centre ." }, { "id": 9, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gourmet burger kitchen is a great restaurant" }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "how about the post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'gourmet burger kitchen');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of gourmet burger kitchen is C.B 2, 1 A.B" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d225fad9df-20130328_175224
[ { "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", "german" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/615f5a40" ], [ "_:search/615f5a40", "food", "german" ], [ "_:search/615f5a40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/615f5a40" ], [ "_:search/615f5a40", "food", "german" ], [ "_:search/615f5a40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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", "?" ], [ "_:system", "canthelp", "_:search/615f5a40" ], [ "_:search/615f5a40", "food", "german" ], [ "_:search/615f5a40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "phone", "01223 312598" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/615f5a40" ], [ "_:search/615f5a40", "food", "german" ], [ "_:search/615f5a40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "phone", "01223 312598" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_: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", "?" ], [ "_:system", "canthelp", "_:search/615f5a40" ], [ "_:search/615f5a40", "food", "german" ], [ "_:search/615f5a40", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "north american" ], [ "_:result", "address", "regent street city centre" ], [ "_:result", "phone", "01223 312598" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced restaurant south 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,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut cherry hinton is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton serves italian food" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-7e07d8f0f5-20130327_180533
[ { "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", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "g4 cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "g4 cambridge leisure park clifton way cherry hinton" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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 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": "south" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "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,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the hotpot is a nice place in the north of town and the prices are expensive" }, { "id": 9, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the hotpot is a nice place in the north of town and the prices are expensive" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the hotpot is a nice place in the north of town and the prices are expensive" }, { "id": 13, "rdf-acts": [ "inform((_:search,name,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the hotpot is a nice place in the north of town and the prices are expensive" }, { "id": 15, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'the hotpot');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the hotpot is a nice place in the north of town and the prices are expensive" }, { "id": 17, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "another place" }, { "id": 18, "rdf-acts": [ "inform((_:result,name,'the hotpot');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the hotpot is a great restaurant" }, { "id": 19, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 20, "rdf-acts": [ "inform((_:result,name,'the hotpot');(_:result,phone,'01223 366552');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the hotpot is 01223 366552 ." }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "breathing" }, { "id": 22, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'city stop restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "city stop restaurant is a nice place in the north of town and the prices are expensive" }, { "id": 23, "rdf-acts": [], "speaker": "user", "text": "breathing" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'city stop restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "city stop restaurant is a great restaurant" }, { "id": 25, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 26, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'tandoori palace');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tandoori palace is a nice place in the north of town and the prices are expensive" }, { "id": 27, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 28, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a nice place in the north of town and the prices are expensive" }, { "id": 29, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west part of town" }, { "id": 30, "rdf-acts": [ "confirm((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant serving any kind of food right?" }, { "id": 31, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 32, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice place in the east of town and the prices are expensive" }, { "id": 33, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 34, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice place in the east of town and the prices are expensive" }, { "id": 35, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 36, "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": 37, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 38, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden is a nice place in the east of town and the prices are expensive" }, { "id": 39, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south area" }, { "id": 40, "rdf-acts": [ "inform((_:result,name,'yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yu garden is a great restaurant" }, { "id": 41, "rdf-acts": [ "inform((_:search,name,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 42, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant is a nice place in the east of town and the prices are expensive" }, { "id": 43, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 44, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice place in the east of town and the prices are expensive" }, { "id": 45, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west part of town" }, { "id": 46, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "graffiti is a nice place in the west of town and the prices are expensive" }, { "id": 47, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south part of town" }, { "id": 48, "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": 49, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 50, "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": 51, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 52, "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": 53, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3be3bda933-20130327_014120
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_: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", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the hotpot" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the hotpot" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the hotpot" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the hotpot" ], [ "_:result", "pricerange", "expensive" ], [ "_: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" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "the hotpot" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "the hotpot" ], [ "_: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", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "the hotpot" ], [ "_:result", "phone", "01223 366552" ], [ "_: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", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:result", "area", "north" ], [ "_:result", "name", "city stop restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "city stop restaurant" ], [ "_: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, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:result", "area", "north" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 ] }, { "id": 17, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_: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, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ] }, { "id": 18, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:result", "area", "east" ], [ "_:result", "name", "sitar tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_: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, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 ] }, { "id": 19, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "name", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:result", "area", "east" ], [ "_:result", "name", "yu garden" ], [ "_:result", "pricerange", "expensive" ], [ "_: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, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 ] }, { "id": 20, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41 ] }, { "id": 21, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:search", "name", "*" ], [ "_:result", "area", "east" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43 ] }, { "id": 22, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:search", "name", "*" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 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" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:search", "name", "*" ], [ "_:result", "area", "west" ], [ "_:result", "name", "graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_: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, 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" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:search", "name", "*" ], [ "_: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, 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" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "01223 366552" ], [ "_:search", "name", "*" ], [ "_: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, 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" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "*" ], [ "_: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, 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": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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": "i need a restaurant in the north part of town that serves ko" }, { "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": "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,'kosher');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "kosher food" }, { "id": 6, "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": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about french" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'restaurant two two');(_:result,phone,'01223 351880');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of restaurant two two is 01223 351880 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3cf7bd870d-20130328_212136
[ { "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", "kosher" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/fb6f0d66" ], [ "_:search/fb6f0d66", "area", "north" ], [ "_:search/fb6f0d66", "food", "kosher" ], [ "_:search/fb6f0d66", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/fb6f0d66" ], [ "_:search/fb6f0d66", "area", "north" ], [ "_:search/fb6f0d66", "food", "kosher" ], [ "_:search/fb6f0d66", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "*" ], [ "_:system", "canthelp", "_:search/fb6f0d66" ], [ "_:search/fb6f0d66", "area", "north" ], [ "_:search/fb6f0d66", "food", "kosher" ], [ "_:search/fb6f0d66", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "phone", "01223 351880" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "noise restaurant west part of town danish food" }, { "id": 2, "rdf-acts": [ "confirm((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the west of town?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving danish food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving danish food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian food" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'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,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i would like the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'cocum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cocum is a great restaurant" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'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": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "location" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'cocum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cocum is a great restaurant" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i need the address" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'cocum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cocum is a great restaurant" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "where is it" }, { "id": 18, "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": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-90732b027d-20130327_170938
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3d8451a8" ], [ "_:search/3d8451a8", "food", "danish" ], [ "_:search/3d8451a8", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3d8451a8" ], [ "_:search/3d8451a8", "food", "danish" ], [ "_:search/3d8451a8", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/89a99422" ], [ "_:search/89a99422", "food", "danish" ], [ "_:search/89a99422", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3d8451a8" ], [ "_:search/3d8451a8", "food", "danish" ], [ "_:search/3d8451a8", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/89a99422" ], [ "_:search/89a99422", "food", "danish" ], [ "_:search/89a99422", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "cocum" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3d8451a8" ], [ "_:search/3d8451a8", "food", "danish" ], [ "_:search/3d8451a8", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/89a99422" ], [ "_:search/89a99422", "food", "danish" ], [ "_:search/89a99422", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "?" ], [ "_:result", "name", "cocum" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3d8451a8" ], [ "_:search/3d8451a8", "food", "danish" ], [ "_:search/3d8451a8", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/89a99422" ], [ "_:search/89a99422", "food", "danish" ], [ "_:search/89a99422", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "71 castle street city centre" ], [ "_:result", "name", "cocum" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3d8451a8" ], [ "_:search/3d8451a8", "food", "danish" ], [ "_:search/3d8451a8", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/89a99422" ], [ "_:search/89a99422", "food", "danish" ], [ "_:search/89a99422", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "71 castle street city centre" ], [ "_:result", "area", "?" ], [ "_:result", "name", "cocum" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3d8451a8" ], [ "_:search/3d8451a8", "food", "danish" ], [ "_:search/3d8451a8", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/89a99422" ], [ "_:search/89a99422", "food", "danish" ], [ "_:search/89a99422", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "71 castle street city centre" ], [ "_:result", "area", "?" ], [ "_:result", "address", "?" ], [ "_:result", "name", "cocum" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/3d8451a8" ], [ "_:search/3d8451a8", "food", "danish" ], [ "_:search/3d8451a8", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/89a99422" ], [ "_:search/89a99422", "food", "danish" ], [ "_:search/89a99422", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "area", "?" ], [ "_: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, 14, 15, 16, 17, 18, 19 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "the north part" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yippee noodle bar is in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address" }, { "id": 8, "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": 9, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye thank you good bye" } ]
voip-30772678da-20130328_192354
[ { "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", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "north" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "40428 king street city centre" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,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,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "dont care" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice place in the west of town and the prices are moderate" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "inaudible" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , saint johns chop house is on 21 - 24 Northampton Street" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "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": [], "speaker": "user", "text": "sil" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a great restaurant" }, { "id": 17, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 18, "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": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 20, "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": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-381a50592b-20130326_044146
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_: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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton 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, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 353110" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like to find an expensive restaurant in the east side of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant is a nice place in the east of town and the prices are expensive" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'grafton hotel 619 newmarket road fen ditton');(_: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 and it is on Grafton Hotel 619 Newmarket Road Fen Ditton ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b3edac94d-20130323_202936
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'sesame restaurant and bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sesame restaurant and bar serves chinese food ." }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west part of town" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house is a nice restaurant in the west of town serving british food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton street');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , saint johns chop house is on 21 - 24 Northampton Street" }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saint johns chop house serves british food" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-8991b7bff6-20130401_161851
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "sesame restaurant and bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "*" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "address", "21 - 24 northampton street" ], [ "_:result", "food", "british" ], [ "_:result", "name", "saint johns chop house" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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": "i want to find a restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'unusual');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "unusual food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving unusual food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving unusual food" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find indian food then" }, { "id": 8, "rdf-acts": [ "select((_:result,food,'indian');(_:result,food,'unusual'))" ], "speaker": "system", "text": "Sorry would you like unusual or indian food?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "saigon city is a nice place in the north of town" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian 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,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 14, "rdf-acts": [ "confirm((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the north of town?" }, { "id": 15, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala is a nice place in the north of town serving tasty indian food" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice place in the north of town serving tasty indian food" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 20, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a nice place in the north of town serving tasty indian food" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna is a great restaurant" }, { "id": 23, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 24, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tandoori palace is a nice place in the north of town serving tasty indian food" }, { "id": 25, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have it its address" }, { "id": 26, "rdf-acts": [ "inform((_:result,name,'tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tandoori palace is a great restaurant" }, { "id": 27, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have its address" }, { "id": 28, "rdf-acts": [ "inform((_:result,address,'68 histon road chesterton');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , tandoori palace is on 68 Histon Road Chesterton" }, { "id": 29, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats its phone number" }, { "id": 30, "rdf-acts": [ "inform((_:result,name,'tandoori palace');(_:result,phone,'01223 506055');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of tandoori palace is 01223 506055 ." }, { "id": 31, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the price range" }, { "id": 32, "rdf-acts": [ "inform((_:result,name,'tandoori palace');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tandoori palace is in the expensive price range" }, { "id": 33, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-ef9aa63b85-20130328_223357
[ { "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", "unusual" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "food", "unusual" ] ], "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/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "food", "unusual" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "food", "unusual" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_: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, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "food", "unusual" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_: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, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "the nirala" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "tandoori palace" ], [ "_: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", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "?" ], [ "_:result", "name", "tandoori palace" ], [ "_: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", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "68 histon road chesterton" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "68 histon road chesterton" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "phone", "01223 506055" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/eaf564b6" ], [ "_:search/eaf564b6", "food", "unusual" ], [ "_:search/eaf564b6", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:search/f71887a7" ], [ "_:search/f71887a7", "food", "unusual" ], [ "_:search/f71887a7", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "68 histon road chesterton" ], [ "_:result", "phone", "01223 506055" ], [ "_:result", "name", "tandoori palace" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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,food,'traditional');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "the south part of town id like a restaurant that serves traditional food" }, { "id": 4, "rdf-acts": [ "confirm((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the south of town?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'traditional');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving traditional food" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "its a restaurant in the south of town that serves italian 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": "any price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'italian');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "frankie and bennys is a nice place in the south of town serving tasty italian food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have their phone number and post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'frankie and bennys');(_:result,phone,'01223 412430');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of frankie and bennys is 01223 412430 and its postcode is C.B 1, 7 D.Y ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-da10d74c3e-20130328_140824
[ { "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", "food", "traditional" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "traditional" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/2468aeac" ], [ "_:search/2468aeac", "food", "traditional" ], [ "_:search/2468aeac", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/2468aeac" ], [ "_:search/2468aeac", "food", "traditional" ], [ "_:search/2468aeac", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/2468aeac" ], [ "_:search/2468aeac", "food", "traditional" ], [ "_:search/2468aeac", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/2468aeac" ], [ "_:search/2468aeac", "food", "traditional" ], [ "_:search/2468aeac", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "frankie and bennys" ], [ "_:result", "phone", "01223 412430" ], [ "_: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,'christmas');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant that serves christmas food" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'the river bar steakhouse and grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the river bar steakhouse and grill is in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food do they serve" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'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": 5, "rdf-acts": [ "inform((_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want christmas food" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the gardenia is in the cheap price range" }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "food do they serve" }, { "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": "type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a great restaurant" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "christmas food" }, { "id": 12, "rdf-acts": [ "confirm((_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a christmas restaurant right?" }, { "id": 13, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 14, "rdf-acts": [ "canthelp((_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving christmas food" }, { "id": 15, "rdf-acts": [ "reqalts()", "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about asian oriental" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'the river bar steakhouse and grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the river bar steakhouse and grill is in the cheap price range" }, { "id": 17, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "asian oriental food" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'j restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "j restaurant serves asian oriental food in the cheap price range" }, { "id": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number and address" }, { "id": 20, "rdf-acts": [ "inform((_:result,address,'86 regent street city centre');(_:result,name,'j restaurant');(_:result,phone,'01223 307581');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of j restaurant is 01223 307581 and it is on 86 Regent Street City Centre ." }, { "id": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b27a230d2e-20130329_030324
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "christmas" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "christmas" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "the river bar steakhouse and grill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "the river bar steakhouse and grill" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "cheap" ], [ "_:result", "food", "modern european" ], [ "_:search", "food", "christmas" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "pricerange", "cheap" ], [ "_:result", "food", "modern european" ], [ "_:search", "food", "christmas" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "modern european" ], [ "_:result", "food", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "christmas" ], [ "_: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", "modern european" ], [ "_:result", "food", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "christmas" ], [ "_: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" ], [ "_:result", "food", "modern european" ], [ "_:result", "food", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cdb5062b" ], [ "_:search/cdb5062b", "food", "christmas" ], [ "_:search/cdb5062b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "modern european" ], [ "_:result", "food", "?" ], [ "_:system", "canthelp", "_:search/cdb5062b" ], [ "_:search/cdb5062b", "food", "christmas" ], [ "_:search/cdb5062b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "the river bar steakhouse and grill" ], [ "_: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, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/cdb5062b" ], [ "_:search/cdb5062b", "food", "christmas" ], [ "_:search/cdb5062b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/cdb5062b" ], [ "_:search/cdb5062b", "food", "christmas" ], [ "_:search/cdb5062b", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "86 regent street city centre" ], [ "_:result", "name", "j restaurant" ], [ "_:result", "phone", "01223 307581" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'indonesian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a cheap restaurant that serves indonesian food" }, { "id": 2, "rdf-acts": [ "confirm((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a indonesian restaurant right?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 5, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'indonesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving indonesian food" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'mahal of cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "mahal of cambridge serves indian food in the cheap price range" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'3 - 5 millers yard mill lane');(_:result,name,'mahal of cambridge');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , mahal of cambridge is on 3 - 5 Millers Yard Mill Lane" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3cf7bd870d-20130327_180414
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indonesian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indonesian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0395ea17" ], [ "_:search/0395ea17", "food", "indonesian" ], [ "_:search/0395ea17", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0395ea17" ], [ "_:search/0395ea17", "food", "indonesian" ], [ "_:search/0395ea17", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e7dcddac" ], [ "_:search/e7dcddac", "food", "indonesian" ], [ "_:search/e7dcddac", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0395ea17" ], [ "_:search/0395ea17", "food", "indonesian" ], [ "_:search/0395ea17", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e7dcddac" ], [ "_:search/e7dcddac", "food", "indonesian" ], [ "_:search/e7dcddac", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "mahal of cambridge" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0395ea17" ], [ "_:search/0395ea17", "food", "indonesian" ], [ "_:search/0395ea17", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/e7dcddac" ], [ "_:search/e7dcddac", "food", "indonesian" ], [ "_:search/e7dcddac", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "3 - 5 millers yard mill lane" ], [ "_:result", "name", "mahal of cambridge" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice restaurant in the west of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))", "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west is the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'15 magdalene street city centre');(_:result,name,'la margherita');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of la margherita is 01223 315232 and it is on 15 Magdalene Street City Centre ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e2a895cfe5-20130326_232742
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "15 magdalene street city centre" ], [ "_:result", "name", "la margherita" ], [ "_:result", "phone", "01223 315232" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type ." }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 4, "rdf-acts": [ "select((_:result,area,'east');(_:result,area,'south'))" ], "speaker": "system", "text": "Sorry would you like something in the south or in the east" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced" }, { "id": 6, "rdf-acts": [ "confirm((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the east of town?" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 8, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'cambridge retail park newmarket road fen ditton');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut fen ditton is on Cambridge Retail Park Newmarket Road Fen Ditton" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a great restaurant" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rajmahal is a nice place in the east of town and the prices are moderate" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 18, "rdf-acts": [ "inform((_:result,address,'7 barnwell road fen ditton');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , rajmahal is on 7 Barnwell Road Fen Ditton" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 20, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry prince is a nice place in the east of town and the prices are moderate" }, { "id": 21, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 22, "rdf-acts": [ "inform((_:result,address,'451 newmarket road fen ditton');(_:result,name,'curry prince');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , curry prince is on 451 Newmarket Road Fen Ditton" }, { "id": 23, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'curry prince');(_:result,phone,'01223 566388');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of curry prince is 01223 566388 ." }, { "id": 25, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-fe2783c40a-20130401_145640
[ { "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", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_: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", "?" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_: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, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_: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" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "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" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "area", "east" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 barnwell road fen ditton" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "7 barnwell road fen ditton" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "451 newmarket road fen ditton" ], [ "_:result", "name", "curry prince" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "451 newmarket road fen ditton" ], [ "_:result", "name", "curry prince" ], [ "_:result", "phone", "01223 566388" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a moderately priced restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "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": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "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": "sil" }, { "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,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food do they serve" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meghna serves indian food" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-5cf59cc660-20130328_161054
[ { "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" ], [ "_: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", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "spanish 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": [ "inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la raza serves spanish food" }, { "id": 5, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'la raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la raza is in the cheap price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'4 - 6 rose crescent');(_:result,name,'la raza');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , la raza is on 4 - 6 Rose Crescent" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0a45bc863d-20130325_201403
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "la raza" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "la raza" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "4 - 6 rose crescent" ], [ "_:result", "name", "la raza" ], [ "_: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,'spanish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap spanish restaurant" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'spanish');(_:result,name,'la raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la raza serves spanish food in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'4 - 6 rose crescent');(_:result,name,'la raza');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , la raza is on 4 - 6 Rose Crescent" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'la raza');(_:result,phone,'01223 464550');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of la raza is 01223 464550 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-00d76b791d-20130327_010906
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "la raza" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "4 - 6 rose crescent" ], [ "_:result", "name", "la raza" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "spanish" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "4 - 6 rose crescent" ], [ "_:result", "name", "la raza" ], [ "_:result", "phone", "01223 464550" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "id like a cheap restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any kind of food" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal spice is a nice place in the north of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice place in the north of town and the prices are cheap" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-03d6592b76-20130327_025441
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "royal spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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 am looking" }, { "id": 2, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "for a" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a great restaurant" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a moderately priced restaurant in the" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'restaurant one seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at restaurant one seven is moderate ." }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a moderately priced restaurant in the" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'restaurant one seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at restaurant one seven is moderate ." }, { "id": 9, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the south part of town" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice restaurant in the south of town in the moderate price range" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the address and phone number please" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut cherry hinton is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "could i have the phone number and post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,postcode,'c.b 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pizza hut cherry hinton is 01223 323737 and its postcode is C.B 1, 7 D.Y ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-199d62165b-20130402_121352
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "pricerange", "moderate" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_: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, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "g4 cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_: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", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "g4 cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "postcode", "c.b 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "cough" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'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,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a nice restaurant in the west of town serving thai food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 10, "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": 11, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the price range" }, { "id": 12, "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": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-922209b777-20130327_004402
[ { "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", "thai" ], [ "_: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", "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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "phone", "01223 323178" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "phone", "01223 323178" ], [ "_:result", "name", "sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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": "need one 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": "i need" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "maharajah tandoori restaurant is a nice place in the west of town" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "maharajah tandoori restaurant is a great restaurant" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'41518 castle street city centre');(_:result,name,'maharajah tandoori restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , maharajah tandoori restaurant is on 41518 Castle Street City Centre" }, { "id": 11, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'maharajah tandoori restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "maharajah tandoori restaurant is in the expensive price range" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-13ff413553-20130328_174952
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "address", "?" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "address", "41518 castle street city centre" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "address", "41518 castle street city centre" ], [ "_:result", "name", "maharajah tandoori restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a moderately priced restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town in the moderate price range" }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can you give me the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of prezzo is 01799 521260 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-eaef6f434c-20130323_025316
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_: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" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "prezzo" ], [ "_:result", "phone", "01799 521260" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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": "id like a restaurant in" }, { "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": "in the center" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "cross over food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'crossover');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving crossover food" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about portuguese" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'bangkok city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bangkok city is a nice place in the centre of town" }, { "id": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is a nice place in the centre of town" }, { "id": 11, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant is in the moderate price range" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "do you have the address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'crowne plaza hotel 20 downing street');(_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , bloomsbury restaurant is on Crowne Plaza Hotel 20 Downing Street" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'bloomsbury restaurant');(_:result,phone,'0871 942 9180');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of bloomsbury restaurant is 0871 942 9180 ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-62cc0cc55d-20130323_160541
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "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", "food", "?" ], [ "_: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/1fd3e640" ], [ "_:search/1fd3e640", "food", "crossover" ], [ "_:search/1fd3e640", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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", "area", "centre" ], [ "_:system", "canthelp", "_:search/1fd3e640" ], [ "_:search/1fd3e640", "food", "crossover" ], [ "_:search/1fd3e640", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "bangkok 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", "area", "centre" ], [ "_:system", "canthelp", "_:search/1fd3e640" ], [ "_:search/1fd3e640", "food", "crossover" ], [ "_:search/1fd3e640", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/1fd3e640" ], [ "_:search/1fd3e640", "food", "crossover" ], [ "_:search/1fd3e640", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_: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", "centre" ], [ "_:system", "canthelp", "_:search/1fd3e640" ], [ "_:search/1fd3e640", "food", "crossover" ], [ "_:search/1fd3e640", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "crowne plaza hotel 20 downing street" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/1fd3e640" ], [ "_:search/1fd3e640", "food", "crossover" ], [ "_:search/1fd3e640", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "crowne plaza hotel 20 downing street" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "phone", "0871 942 9180" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'malaysian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "malaysian food in the south part of town" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'malaysian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving malaysian food" }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about chinese" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the lucky star is a nice place in the south of town" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can you give me the address and price range" }, { "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": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 8, "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": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" } ]
voip-bb1fd497eb-20130325_163241
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "malaysian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/60e1d985" ], [ "_:search/60e1d985", "food", "malaysian" ], [ "_:search/60e1d985", "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/60e1d985" ], [ "_:search/60e1d985", "food", "malaysian" ], [ "_:search/60e1d985", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/60e1d985" ], [ "_:search/60e1d985", "food", "malaysian" ], [ "_:search/60e1d985", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/60e1d985" ], [ "_:search/60e1d985", "food", "malaysian" ], [ "_:search/60e1d985", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "address", "cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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 unintelligible 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,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the east part of town" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no european restaurant in the east of town" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no european restaurant in the east of town" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about indian" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pipasha restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pipasha restaurant is a nice place in the east of town" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address and phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'newmarket road fen ditton');(_:result,name,'pipasha restaurant');(_:result,phone,'01223 577786');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of pipasha restaurant is 01223 577786 and it is on Newmarket Road Fen Ditton ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-fbd422ad18-20130328_184129
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2cf1dd83" ], [ "_:search/2cf1dd83", "area", "east" ], [ "_:search/2cf1dd83", "food", "european" ], [ "_:search/2cf1dd83", "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/2cf1dd83" ], [ "_:search/2cf1dd83", "area", "east" ], [ "_:search/2cf1dd83", "food", "european" ], [ "_:search/2cf1dd83", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5cfc3d8e" ], [ "_:search/5cfc3d8e", "area", "east" ], [ "_:search/5cfc3d8e", "food", "european" ], [ "_:search/5cfc3d8e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/2cf1dd83" ], [ "_:search/2cf1dd83", "area", "east" ], [ "_:search/2cf1dd83", "food", "european" ], [ "_:search/2cf1dd83", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5cfc3d8e" ], [ "_:search/5cfc3d8e", "area", "east" ], [ "_:search/5cfc3d8e", "food", "european" ], [ "_:search/5cfc3d8e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/2cf1dd83" ], [ "_:search/2cf1dd83", "area", "east" ], [ "_:search/2cf1dd83", "food", "european" ], [ "_:search/2cf1dd83", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5cfc3d8e" ], [ "_:search/5cfc3d8e", "area", "east" ], [ "_:search/5cfc3d8e", "food", "european" ], [ "_:search/5cfc3d8e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "address", "newmarket road fen ditton" ], [ "_:result", "name", "pipasha restaurant" ], [ "_:result", "phone", "01223 577786" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south side" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "doesnt matter" }, { "id": 6, "rdf-acts": [ "confirm((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant serving any kind of food right?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is a nice place in the south of town and the prices are cheap" }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos serves portuguese food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats its address" }, { "id": 14, "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": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-4f069a4136-20130327_211252
[ { "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", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_: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", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_: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" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "portuguese" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "address", "cambridge leisure park clifton way" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the north of" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice place in the north of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria serves italian food" }, { "id": 9, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "bye" }, { "id": 12, "rdf-acts": [ "repeat()" ], "speaker": "system", "text": "Sorry I am a bit confused ; please tell me again what you are looking for ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b27a230d2e-20130323_053403
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "italian" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "find australian restaurant in north part of town" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no australian restaurant in the north of town" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "find indian restaurant in north of town" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala is a nice restaurant in the north of town serving indian food" }, { "id": 5, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the nirala is in the moderate price range" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'7 milton road chesterton');(_:result,name,'the nirala');(_:result,phone,'01223 360966');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the nirala is 01223 360966 and it is on 7 Milton Road Chesterton ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-15d8a89cec-20130327_015041
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "australian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e7494a7f" ], [ "_:search/e7494a7f", "area", "north" ], [ "_:search/e7494a7f", "food", "australian" ], [ "_:search/e7494a7f", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e7494a7f" ], [ "_:search/e7494a7f", "area", "north" ], [ "_:search/e7494a7f", "food", "australian" ], [ "_:search/e7494a7f", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "the nirala" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e7494a7f" ], [ "_:search/e7494a7f", "area", "north" ], [ "_:search/e7494a7f", "food", "australian" ], [ "_:search/e7494a7f", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "the nirala" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/e7494a7f" ], [ "_:search/e7494a7f", "area", "north" ], [ "_:search/e7494a7f", "food", "australian" ], [ "_:search/e7494a7f", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "7 milton road chesterton" ], [ "_:result", "name", "the nirala" ], [ "_:result", "phone", "01223 360966" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "belgium food" }, { "id": 2, "rdf-acts": [ "confirm((_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a german restaurant right?" }, { "id": 3, "rdf-acts": [ "negate()", "inform((_:search,food,'belgian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "no belgium" }, { "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": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british" }, { "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" }, { "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": "dont care" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'the copper kettle');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the copper kettle is a nice place in the centre of town serving tasty british food" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'4 kings parade city centre');(_:result,name,'the copper kettle');(_:result,phone,'01223 365068');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the copper kettle is 01223 365068 and it is on 4 Kings Parade City Centre ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0a45bc863d-20130325_202120
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "belgian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "belgian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/08329c93" ], [ "_:search/08329c93", "food", "belgian" ], [ "_:search/08329c93", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/08329c93" ], [ "_:search/08329c93", "food", "belgian" ], [ "_:search/08329c93", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/08329c93" ], [ "_:search/08329c93", "food", "belgian" ], [ "_:search/08329c93", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/08329c93" ], [ "_:search/08329c93", "food", "belgian" ], [ "_:search/08329c93", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "name", "the copper kettle" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/08329c93" ], [ "_:search/08329c93", "food", "belgian" ], [ "_:search/08329c93", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "address", "4 kings parade city centre" ], [ "_:result", "name", "the copper kettle" ], [ "_:result", "phone", "01223 365068" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bloomsbury restaurant serves international food" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the missing sock serves international food" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north part of town" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no international restaurant in the north of town" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 10, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no international restaurant in the north of town" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "italian food" }, { "id": 12, "rdf-acts": [ "confirm((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the north of town?" }, { "id": 13, "rdf-acts": [ "affirm()", "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes italian food" }, { "id": 14, "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 place in the north of town serving tasty italian food" }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 16, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no other italian restaurant in the north of town" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "adress" }, { "id": 18, "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 place in the north of town serving tasty italian food" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "adress" }, { "id": 20, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no other italian restaurant in the north of town" }, { "id": 21, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a great restaurant" }, { "id": 23, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 24, "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": 25, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-59bc8a2167-20130328_113646
[ { "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", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "international" ], [ "_:result", "name", "bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "international" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/4d17e9f9" ], [ "_:search/4d17e9f9", "area", "north" ], [ "_:search/4d17e9f9", "food", "international" ], [ "_:search/4d17e9f9", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/4d17e9f9" ], [ "_:search/4d17e9f9", "area", "north" ], [ "_:search/4d17e9f9", "food", "international" ], [ "_:search/4d17e9f9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/510b5a5d" ], [ "_:search/510b5a5d", "area", "north" ], [ "_:search/510b5a5d", "food", "international" ], [ "_:search/510b5a5d", "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" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/4d17e9f9" ], [ "_:search/4d17e9f9", "area", "north" ], [ "_:search/4d17e9f9", "food", "international" ], [ "_:search/4d17e9f9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/510b5a5d" ], [ "_:search/510b5a5d", "area", "north" ], [ "_:search/510b5a5d", "food", "international" ], [ "_:search/510b5a5d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/4d17e9f9" ], [ "_:search/4d17e9f9", "area", "north" ], [ "_:search/4d17e9f9", "food", "international" ], [ "_:search/4d17e9f9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/510b5a5d" ], [ "_:search/510b5a5d", "area", "north" ], [ "_:search/510b5a5d", "food", "international" ], [ "_:search/510b5a5d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/4d17e9f9" ], [ "_:search/4d17e9f9", "area", "north" ], [ "_:search/4d17e9f9", "food", "international" ], [ "_:search/4d17e9f9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/510b5a5d" ], [ "_:search/510b5a5d", "area", "north" ], [ "_:search/510b5a5d", "food", "international" ], [ "_:search/510b5a5d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/8f677f0e" ], [ "_:search/8f677f0e", "area", "north" ], [ "_:search/8f677f0e", "food", "italian" ], [ "_:search/8f677f0e", "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", "north" ], [ "_:system", "canthelp", "_:search/4d17e9f9" ], [ "_:search/4d17e9f9", "area", "north" ], [ "_:search/4d17e9f9", "food", "international" ], [ "_:search/4d17e9f9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/510b5a5d" ], [ "_:search/510b5a5d", "area", "north" ], [ "_:search/510b5a5d", "food", "international" ], [ "_:search/510b5a5d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/8f677f0e" ], [ "_:search/8f677f0e", "area", "north" ], [ "_:search/8f677f0e", "food", "italian" ], [ "_:search/8f677f0e", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/4d17e9f9" ], [ "_:search/4d17e9f9", "area", "north" ], [ "_:search/4d17e9f9", "food", "international" ], [ "_:search/4d17e9f9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/510b5a5d" ], [ "_:search/510b5a5d", "area", "north" ], [ "_:search/510b5a5d", "food", "international" ], [ "_:search/510b5a5d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/8f677f0e" ], [ "_:search/8f677f0e", "area", "north" ], [ "_:search/8f677f0e", "food", "italian" ], [ "_:search/8f677f0e", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/a420e2a3" ], [ "_:search/a420e2a3", "area", "north" ], [ "_:search/a420e2a3", "food", "italian" ], [ "_:search/a420e2a3", "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", "north" ], [ "_:system", "canthelp", "_:search/4d17e9f9" ], [ "_:search/4d17e9f9", "area", "north" ], [ "_:search/4d17e9f9", "food", "international" ], [ "_:search/4d17e9f9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/510b5a5d" ], [ "_:search/510b5a5d", "area", "north" ], [ "_:search/510b5a5d", "food", "international" ], [ "_:search/510b5a5d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/8f677f0e" ], [ "_:search/8f677f0e", "area", "north" ], [ "_:search/8f677f0e", "food", "italian" ], [ "_:search/8f677f0e", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:system", "canthelp", "_:search/a420e2a3" ], [ "_:search/a420e2a3", "area", "north" ], [ "_:search/a420e2a3", "food", "italian" ], [ "_:search/a420e2a3", "type", "Restaurant" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/4d17e9f9" ], [ "_:search/4d17e9f9", "area", "north" ], [ "_:search/4d17e9f9", "food", "international" ], [ "_:search/4d17e9f9", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/510b5a5d" ], [ "_:search/510b5a5d", "area", "north" ], [ "_:search/510b5a5d", "food", "international" ], [ "_:search/510b5a5d", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/8f677f0e" ], [ "_:search/8f677f0e", "area", "north" ], [ "_:search/8f677f0e", "food", "italian" ], [ "_:search/8f677f0e", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:system", "canthelp", "_:search/a420e2a3" ], [ "_:search/a420e2a3", "area", "north" ], [ "_:search/a420e2a3", "food", "italian" ], [ "_:search/a420e2a3", "type", "Restaurant" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 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,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need 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": [ "inform((_:result,area,'south');(_:result,name,'restaurant alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a nice restaurant in the south of town in the moderate price range" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what else is there" }, { "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 restaurant in the south of town in the moderate price range" }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'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": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "give me another one" }, { "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": [ "reqalts()" ], "speaker": "user", "text": "thats great what else is there" }, { "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 restaurant in the south of town in the moderate price range" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay whats its address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut cherry hinton is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton" }, { "id": 15, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and whats its phone number" }, { "id": 16, "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": 17, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'pizza hut city centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "and what type of food do they serve at pizza hutt" }, { "id": 18, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton serves italian food" }, { "id": 19, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "kay thank you good bye" } ]
voip-7fdb5b39e7-20130328_222519
[ { "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", "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 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_: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", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "g4 cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_: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" ], [ "_:result", "food", "?" ], [ "_:search", "name", "pizza hut city centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "south" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "g4 cambridge leisure park clifton way cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:search", "name", "pizza hut city centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_: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,'centre');(_:search,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a restaurant in the center serving russian food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no russian restaurant in the centre of town" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for portuguese food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no russian restaurant in the centre of town" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "iam looking for a restaurant that serves portuguese food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre is a nice restaurant in the centre of town serving portuguese food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address phone number and price range" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'33-34 saint andrews street');(_:result,name,'nandos city centre');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of nandos city centre is 01223 327908 and it is on 33-34 Saint Andrews Street ." }, { "id": 9, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the price range" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-48c12815b3-20130326_021219
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "russian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/0c10f912" ], [ "_:search/0c10f912", "area", "centre" ], [ "_:search/0c10f912", "food", "russian" ], [ "_:search/0c10f912", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/0c10f912" ], [ "_:search/0c10f912", "area", "centre" ], [ "_:search/0c10f912", "food", "russian" ], [ "_:search/0c10f912", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/adebf1f6" ], [ "_:search/adebf1f6", "area", "centre" ], [ "_:search/adebf1f6", "food", "russian" ], [ "_:search/adebf1f6", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/0c10f912" ], [ "_:search/0c10f912", "area", "centre" ], [ "_:search/0c10f912", "food", "russian" ], [ "_:search/0c10f912", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/adebf1f6" ], [ "_:search/adebf1f6", "area", "centre" ], [ "_:search/adebf1f6", "food", "russian" ], [ "_:search/adebf1f6", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "area", "centre" ], [ "_:system", "canthelp", "_:search/0c10f912" ], [ "_:search/0c10f912", "area", "centre" ], [ "_:search/0c10f912", "food", "russian" ], [ "_:search/0c10f912", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/adebf1f6" ], [ "_:search/adebf1f6", "area", "centre" ], [ "_:search/adebf1f6", "food", "russian" ], [ "_:search/adebf1f6", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "?" ], [ "_:result", "address", "33-34 saint andrews street" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/0c10f912" ], [ "_:search/0c10f912", "area", "centre" ], [ "_:search/0c10f912", "food", "russian" ], [ "_:search/0c10f912", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/adebf1f6" ], [ "_:search/adebf1f6", "area", "centre" ], [ "_:search/adebf1f6", "food", "russian" ], [ "_:search/adebf1f6", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "portuguese" ], [ "_:result", "address", "33-34 saint andrews street" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "name", "nandos city centre" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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": "japanese food in the center 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,'cantonese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cantonese" }, { "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,'cantonese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cantonese" }, { "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,'cantonese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cantonese" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,food,'cantonese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving cantonese food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "international food" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is a nice place in the centre of town serving tasty international food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number and pri" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is a great restaurant" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,phone,'01223 356060');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the varsity restaurant is 01223 356060 ." }, { "id": 15, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'the varsity restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is in the moderate price range" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-869dd52548-20130401_184559
[ { "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", "cantonese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "cantonese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "cantonese" ], [ "_: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/83804d37" ], [ "_:search/83804d37", "food", "cantonese" ], [ "_:search/83804d37", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/83804d37" ], [ "_:search/83804d37", "food", "cantonese" ], [ "_:search/83804d37", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_: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, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/83804d37" ], [ "_:search/83804d37", "food", "cantonese" ], [ "_:search/83804d37", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_: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, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/83804d37" ], [ "_:search/83804d37", "food", "cantonese" ], [ "_:search/83804d37", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "phone", "01223 356060" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/83804d37" ], [ "_:search/83804d37", "food", "cantonese" ], [ "_:search/83804d37", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "01223 356060" ], [ "_:result", "name", "the varsity restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 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,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant that serves french food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two serves french food ." }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care about the price range what is the address" }, { "id": 4, "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": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-3b81cbb287-20130324_022110
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "french" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "french" ], [ "_:result", "food", "french" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "22 chesterton road chesterton" ], [ "_:result", "name", "restaurant two two" ], [ "_: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": "like to find a moderately priced restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "prezzo is a nice restaurant in the west of town in the moderate price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'21 - 24 northampton road');(_:result,name,'prezzo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , prezzo is on 21 - 24 Northampton Road" }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e72dba1759-20130325_205315
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "prezzo" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "21 - 24 northampton road" ], [ "_:result", "name", "prezzo" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "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,'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,'halal');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "halal food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'halal');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no halal restaurant in the centre of town" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "unintelligible" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'halal');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no halal restaurant in the centre of town" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "how about" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'north american');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gourmet burger kitchen is a nice restaurant in the centre of town serving north american food" }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about spanish food" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'spanish');(_:result,name,'la raza');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la raza is a nice restaurant in the centre of town serving spanish food" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number and post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'la raza');(_:result,phone,'01223 464550');(_:result,postcode,'c.b 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of la raza is 01223 464550 and its postcode is C.B 2, 3 L.L ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e9b53d6ace-20130324_221520
[ { "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", "halal" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "halal" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b89db505" ], [ "_:search/b89db505", "area", "centre" ], [ "_:search/b89db505", "food", "halal" ], [ "_:search/b89db505", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "halal" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/b89db505" ], [ "_:search/b89db505", "area", "centre" ], [ "_:search/b89db505", "food", "halal" ], [ "_:search/b89db505", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5d0120f0" ], [ "_:search/5d0120f0", "area", "centre" ], [ "_:search/5d0120f0", "food", "halal" ], [ "_:search/5d0120f0", "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/b89db505" ], [ "_:search/b89db505", "area", "centre" ], [ "_:search/b89db505", "food", "halal" ], [ "_:search/b89db505", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5d0120f0" ], [ "_:search/5d0120f0", "area", "centre" ], [ "_:search/5d0120f0", "food", "halal" ], [ "_:search/5d0120f0", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "north american" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_: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", "centre" ], [ "_:system", "canthelp", "_:search/b89db505" ], [ "_:search/b89db505", "area", "centre" ], [ "_:search/b89db505", "food", "halal" ], [ "_:search/b89db505", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5d0120f0" ], [ "_:search/5d0120f0", "area", "centre" ], [ "_:search/5d0120f0", "food", "halal" ], [ "_:search/5d0120f0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "la raza" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_: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", "centre" ], [ "_:system", "canthelp", "_:search/b89db505" ], [ "_:search/b89db505", "area", "centre" ], [ "_:search/b89db505", "food", "halal" ], [ "_:search/b89db505", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/5d0120f0" ], [ "_:search/5d0120f0", "area", "centre" ], [ "_:search/5d0120f0", "food", "halal" ], [ "_:search/5d0120f0", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "la raza" ], [ "_:result", "phone", "01223 464550" ], [ "_:result", "postcode", "c.b 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "im looking for a cheap restaurant in the west 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": "doesnt matter" }, { "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": "phone number" }, { "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()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-e9b53d6ace-20130401_190135
[ { "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" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "south part of town" }, { "id": 6, "rdf-acts": [ "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": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "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,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 10, "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": 11, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate price range please" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of restaurant alimentum is 01223 413000 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-22c938c8ba-20130325_134206
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_: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", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "phone", "01223 244149" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "phone", "01223 244149" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:result", "phone", "01223 244149" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "phone", "01223 413000" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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": "cheap restaurant 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,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry but there is no other restaurant in the cheap price range and the east of town" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "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": 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,'nandos city centre');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of nandos city centre is 01223 327908 ." }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the post code" }, { "id": 10, "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": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-dda7c88c6e-20130323_053057
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:system", "canthelp", "_:search/ac52a006" ], [ "_:search/ac52a006", "area", "east" ], [ "_:search/ac52a006", "pricerange", "cheap" ], [ "_:search/ac52a006", "type", "Restaurant" ] ], "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", "phone", "?" ], [ "_:system", "canthelp", "_:search/ac52a006" ], [ "_:search/ac52a006", "area", "east" ], [ "_:search/ac52a006", "pricerange", "cheap" ], [ "_:search/ac52a006", "type", "Restaurant" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:system", "canthelp", "_:search/ac52a006" ], [ "_:search/ac52a006", "area", "east" ], [ "_:search/ac52a006", "pricerange", "cheap" ], [ "_:search/ac52a006", "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 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:system", "canthelp", "_:search/ac52a006" ], [ "_:search/ac52a006", "area", "east" ], [ "_:search/ac52a006", "pricerange", "cheap" ], [ "_:search/ac52a006", "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 ] } ]
[ { "id": 0, "rdf-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": "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,'gastropub');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant gastropub 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": "doesnt matter" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'centre');(_: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 in the cheap price range" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'pizza hut city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at pizza hut city centre is cheap ." }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap gastropub" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'pizza hut city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at pizza hut city centre is cheap ." }, { "id": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut city centre serves italian food" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub food" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'pizza hut city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at pizza hut city centre is cheap ." }, { "id": 15, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub moderate" }, { "id": 16, "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": 17, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant gastropub" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 19, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "type of food" }, { "id": 20, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria serves italian food" }, { "id": 21, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub" }, { "id": 22, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at da vinci pizzeria is cheap ." }, { "id": 23, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub food" }, { "id": 24, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at da vinci pizzeria is cheap ." }, { "id": 25, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub food" }, { "id": 26, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at da vinci pizzeria is cheap ." }, { "id": 27, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "gastropub" }, { "id": 28, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The price range at da vinci pizzeria is cheap ." }, { "id": 29, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-187c1708f2-20130325_134928
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_: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", "*" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "pizza hut city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "pizza hut city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_: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", "*" ], [ "_:result", "area", "centre" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "pizza hut city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:result", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_: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", "food", "italian" ], [ "_:result", "name", "pizza hut city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_: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", "*" ], [ "_:result", "food", "italian" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:result", "food", "italian" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_: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", "area", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_: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": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'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": "i dont care" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut cherry hinton is a nice place in the south of town and the prices are moderate" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats their address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'g4 cambridge leisure park clifton way cherry hinton');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut cherry hinton is on G4 Cambridge Leisure Park Clifton Way Cherry Hinton" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0fa32b1e78-20130402_140846
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "g4 cambridge leisure park clifton way cherry hinton" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "hello()", "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hello im looking for a cheap restaurant in the west part of town" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i dont care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'thanh binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh is a nice place in the west of town and the prices are cheap" }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is a nice place in the west of town and the prices are cheap" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'la margherita');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what is la margheritas address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'15 magdalene street city centre');(_:result,name,'la margherita');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , la margherita is on 15 Magdalene Street City Centre" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-db80a9e6df-20130328_230811
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_: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" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "thanh binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:search", "name", "la margherita" ], [ "_: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", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "*" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "name", "la margherita" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "15 magdalene street city centre" ], [ "_:result", "name", "la margherita" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh yes can i find a cheap restaurant in the north part of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria is a nice restaurant in the north of town in the cheap price range" }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and can i have the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'20 milton road chesterton');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , da vinci pizzeria is on 20 Milton Road Chesterton" }, { "id": 5, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,postcode,'c.b 4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code of da vinci pizzeria is C.B 4, 1 J.Y" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of da vinci pizzeria is 01223 351707 ." }, { "id": 9, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "okay thank you and good bye" } ]
voip-e8997b10da-20130329_010205
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "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", "address", "20 milton road chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 milton road chesterton" ], [ "_:result", "postcode", "c.b 4" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'caribbean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "caribbean food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'caribbean');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there is no caribbean restaurant that matches your request" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like something in the cheap , moderate , or expensive price range?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "west part of town" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no chinese restaurant in the west of town" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai food" }, { "id": 8, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no chinese restaurant in the west of town" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thai" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'thai');(_:result,name,'sala thong');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sala thong is a nice restaurant in the west of town serving thai food" }, { "id": 11, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "price range" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "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": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 16, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 18, "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": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-14cb91bc48-20130328_161626
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "caribbean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1dfefe41" ], [ "_:search/1dfefe41", "food", "caribbean" ], [ "_:search/1dfefe41", "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/1dfefe41" ], [ "_:search/1dfefe41", "food", "caribbean" ], [ "_:search/1dfefe41", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1dfefe41" ], [ "_:search/1dfefe41", "food", "caribbean" ], [ "_:search/1dfefe41", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/96921c2a" ], [ "_:search/96921c2a", "area", "west" ], [ "_:search/96921c2a", "food", "chinese" ], [ "_:search/96921c2a", "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" ], [ "_:system", "canthelp", "_:search/1dfefe41" ], [ "_:search/1dfefe41", "food", "caribbean" ], [ "_:search/1dfefe41", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/96921c2a" ], [ "_:search/96921c2a", "area", "west" ], [ "_:search/96921c2a", "food", "chinese" ], [ "_:search/96921c2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/86535365" ], [ "_:search/86535365", "area", "west" ], [ "_:search/86535365", "food", "chinese" ], [ "_:search/86535365", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1dfefe41" ], [ "_:search/1dfefe41", "food", "caribbean" ], [ "_:search/1dfefe41", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/96921c2a" ], [ "_:search/96921c2a", "area", "west" ], [ "_:search/96921c2a", "food", "chinese" ], [ "_:search/96921c2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/86535365" ], [ "_:search/86535365", "area", "west" ], [ "_:search/86535365", "food", "chinese" ], [ "_:search/86535365", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1dfefe41" ], [ "_:search/1dfefe41", "food", "caribbean" ], [ "_:search/1dfefe41", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/96921c2a" ], [ "_:search/96921c2a", "area", "west" ], [ "_:search/96921c2a", "food", "chinese" ], [ "_:search/96921c2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/86535365" ], [ "_:search/86535365", "area", "west" ], [ "_:search/86535365", "food", "chinese" ], [ "_:search/86535365", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/1dfefe41" ], [ "_:search/1dfefe41", "food", "caribbean" ], [ "_:search/1dfefe41", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/96921c2a" ], [ "_:search/96921c2a", "area", "west" ], [ "_:search/96921c2a", "food", "chinese" ], [ "_:search/96921c2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/86535365" ], [ "_:search/86535365", "area", "west" ], [ "_:search/86535365", "food", "chinese" ], [ "_:search/86535365", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "sala thong" ], [ "_:result", "phone", "01223 323178" ], [ "_: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/1dfefe41" ], [ "_:search/1dfefe41", "food", "caribbean" ], [ "_:search/1dfefe41", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/96921c2a" ], [ "_:search/96921c2a", "area", "west" ], [ "_:search/96921c2a", "food", "chinese" ], [ "_:search/96921c2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/86535365" ], [ "_:search/86535365", "area", "west" ], [ "_:search/86535365", "food", "chinese" ], [ "_:search/86535365", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "sala thong" ], [ "_:result", "phone", "01223 323178" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ] ], "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/1dfefe41" ], [ "_:search/1dfefe41", "food", "caribbean" ], [ "_:search/1dfefe41", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/96921c2a" ], [ "_:search/96921c2a", "area", "west" ], [ "_:search/96921c2a", "food", "chinese" ], [ "_:search/96921c2a", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/86535365" ], [ "_:search/86535365", "area", "west" ], [ "_:search/86535365", "food", "chinese" ], [ "_:search/86535365", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 323178" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "name", "sala thong" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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": "cheap in the west part of town" }, { "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": [ "confirm((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Let me confirm , You are looking for a restaurant in the cheap price range right?" }, { "id": 5, "rdf-acts": [ "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,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant" }, { "id": 8, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like?" }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-39a25ab2f8-20130326_131509
[ { "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" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "food", "?" ], [ "_: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", "food", "?" ], [ "_: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,'south');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant south part of town international food" }, { "id": 2, "rdf-acts": [ "confirm((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Did you say you are looking for a restaurant in the south of town?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no international restaurant in the south of town" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "modern europene" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'modern european');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a nice place in the south of town serving tasty modern european food" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum 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,'152 - 154 hills road');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , restaurant alimentum is on 152 - 154 Hills Road" }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'restaurant alimentum');(_:result,phone,'01223 413000');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of restaurant alimentum is 01223 413000 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-31de0daa7b-20130401_205633
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e47caba" ], [ "_:search/7e47caba", "area", "south" ], [ "_:search/7e47caba", "food", "international" ], [ "_:search/7e47caba", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e47caba" ], [ "_:search/7e47caba", "area", "south" ], [ "_:search/7e47caba", "food", "international" ], [ "_:search/7e47caba", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e47caba" ], [ "_:search/7e47caba", "area", "south" ], [ "_:search/7e47caba", "food", "international" ], [ "_:search/7e47caba", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "modern european" ], [ "_:result", "address", "?" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e47caba" ], [ "_:search/7e47caba", "area", "south" ], [ "_:search/7e47caba", "food", "international" ], [ "_:search/7e47caba", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "modern european" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7e47caba" ], [ "_:search/7e47caba", "area", "south" ], [ "_:search/7e47caba", "food", "international" ], [ "_:search/7e47caba", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "food", "modern european" ], [ "_:result", "address", "152 - 154 hills road" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "phone", "01223 413000" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant 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,'welsh');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant welsh food" }, { "id": 2, "rdf-acts": [ "canthelp((_:search,food,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no restaurant serving welsh food" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british" }, { "id": 4, "rdf-acts": [ "confirm((_:search,food,'polish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a polish restaurant right?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "british food" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'british');(_:result,name,'grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant serves british food in the expensive price range" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'grafton hotel restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant 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,'grafton hotel restaurant');(_:result,phone,'01223 241387');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of grafton hotel restaurant is 01223 241387 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-03c2655d43-20130327_193528
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "welsh" ], [ "_: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/220ea67e" ], [ "_:search/220ea67e", "food", "welsh" ], [ "_:search/220ea67e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/220ea67e" ], [ "_:search/220ea67e", "food", "welsh" ], [ "_:search/220ea67e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/220ea67e" ], [ "_:search/220ea67e", "food", "welsh" ], [ "_:search/220ea67e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/220ea67e" ], [ "_:search/220ea67e", "food", "welsh" ], [ "_:search/220ea67e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/220ea67e" ], [ "_:search/220ea67e", "food", "welsh" ], [ "_:search/220ea67e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "grafton hotel 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" ], [ "_:system", "canthelp", "_:search/220ea67e" ], [ "_:search/220ea67e", "food", "welsh" ], [ "_:search/220ea67e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_: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, 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,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for a restaurant in the center of town that sells french" }, { "id": 2, "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": 3, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 4, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else?" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'cote');(_:result,phone,'01223 311053');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of cote is 01223 311053 and it is in the expensive price range ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-bde2721237-20130325_161826
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:result", "name", "cote" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:result", "name", "cote" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "french" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "cote" ], [ "_:result", "phone", "01223 311053" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type ." }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "static" }, { "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,food,'gastropub');(_:result,name,'royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "royal standard is a nice restaurant in the east of town serving gastropub food" }, { "id": 7, "rdf-acts": [ "confirm((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it moderately priced" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'italian');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice restaurant in the east of town serving italian food" }, { "id": 9, "rdf-acts": [ "confirm((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it moderately priced" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice restaurant in the east of town in the moderate price range" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'cambridge retail park newmarket road fen ditton');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , pizza hut fen ditton is on Cambridge Retail Park Newmarket Road Fen Ditton" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 14, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice restaurant in the east of town in the moderate price range" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "noise" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pizza hut fen ditton is a nice restaurant in the east of town in the moderate price range" }, { "id": 17, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 18, "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": 19, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "whats the address" }, { "id": 20, "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": 21, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-d645d56d23-20130324_232209
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "royal standard" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_: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, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_: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", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "area", "east" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_: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", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_: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, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_: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", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "east" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "italian" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "cambridge retail park newmarket road fen ditton" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "portuguese food" }, { "id": 2, "rdf-acts": [ "confirm((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "You are looking for a restaurant is that right?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant portuguese" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre is a great restaurant serving portuguese food and it 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,'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": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "area" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre is a nice place in the centre of town" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-52eb280e7b-20130326_214342
[ { "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", "pricerange", "cheap" ], [ "_: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", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_: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", "food", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "33-34 saint andrews street" ], [ "_:result", "name", "nandos city centre" ], [ "_: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", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "33-34 saint andrews street" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "33-34 saint andrews street" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "sil" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "north part of town serving gastropub food" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I'm sorry but there is no gastropub restaurant in the north of town" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about a chinese restaurant in the north of town" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant two two is a nice place in the north of town" }, { "id": 7, "rdf-acts": [ "confirm((_:result,food,'chinese');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "do they serve chinese 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,area,'north');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "just chinese food in the north part of town" }, { "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": "i dont care" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'hakka');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakka is a nice place in the north of town serving tasty chinese food" }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is their phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'hakka');(_:result,phone,'01223 568988');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of hakka is 01223 568988 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-db80a9e6df-20130328_230354
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ed302a4b" ], [ "_:search/ed302a4b", "area", "north" ], [ "_:search/ed302a4b", "food", "gastropub" ], [ "_:search/ed302a4b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ed302a4b" ], [ "_:search/ed302a4b", "area", "north" ], [ "_:search/ed302a4b", "food", "gastropub" ], [ "_:search/ed302a4b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ed302a4b" ], [ "_:search/ed302a4b", "area", "north" ], [ "_:search/ed302a4b", "food", "gastropub" ], [ "_:search/ed302a4b", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/ed302a4b" ], [ "_:search/ed302a4b", "area", "north" ], [ "_:search/ed302a4b", "food", "gastropub" ], [ "_:search/ed302a4b", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ed302a4b" ], [ "_:search/ed302a4b", "area", "north" ], [ "_:search/ed302a4b", "food", "gastropub" ], [ "_:search/ed302a4b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hakka" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:search/ed302a4b" ], [ "_:search/ed302a4b", "area", "north" ], [ "_:search/ed302a4b", "food", "gastropub" ], [ "_:search/ed302a4b", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "hakka" ], [ "_:result", "phone", "01223 568988" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "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,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'the gandhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the gandhi serves indian food 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,name,'the gandhi');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the gandhi is a great restaurant" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'72 regent street city centre');(_:result,name,'the gandhi');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the gandhi is on 72 Regent Street City Centre" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'the gandhi');(_:result,phone,'01223 353942');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of the gandhi is 01223 353942 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-b08f15a787-20130326_021438
[ { "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", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "the gandhi" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "?" ], [ "_:result", "name", "the gandhi" ], [ "_: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", "?" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "72 regent street city centre" ], [ "_:result", "name", "the gandhi" ], [ "_: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", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "72 regent street city centre" ], [ "_:result", "name", "the gandhi" ], [ "_:result", "phone", "01223 353942" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the Cambridge restaurant system? You can ask for restaurants by area , price range or food type . How may I help you?" }, { "id": 1, "rdf-acts": [ "hello()", "inform((_:search,food,'lebanese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi im looking for a cheap restaurant with lebanese 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,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "lebanese" }, { "id": 4, "rdf-acts": [ "canthelp((_:search,food,'lebanese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no lebanese restaurant in the cheap price range" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh can i find a restaurant with asian oriental food" }, { "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 is a great restaurant serving asian oriental food and it is in the cheap price range" }, { "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,'dojo noodle bar');(_:result,phone,'01223 363471');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number of dojo noodle bar is 01223 363471 ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'40210 millers yard city centre');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , dojo noodle bar is on 40210 Millers Yard City Centre" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-f1e8236264-20130323_002130
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "food", "lebanese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/ab497e95" ], [ "_:search/ab497e95", "food", "lebanese" ], [ "_:search/ab497e95", "pricerange", "cheap" ], [ "_:search/ab497e95", "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" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/ab497e95" ], [ "_:search/ab497e95", "food", "lebanese" ], [ "_:search/ab497e95", "pricerange", "cheap" ], [ "_:search/ab497e95", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/ab497e95" ], [ "_:search/ab497e95", "food", "lebanese" ], [ "_:search/ab497e95", "pricerange", "cheap" ], [ "_:search/ab497e95", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "phone", "01223 363471" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/ab497e95" ], [ "_:search/ab497e95", "food", "lebanese" ], [ "_:search/ab497e95", "pricerange", "cheap" ], [ "_:search/ab497e95", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223 363471" ], [ "_:result", "address", "40210 millers yard city centre" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "Hello , welcome to the 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,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town do you have in mind?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,*);(_:search,food,'vegetarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh dont care but can it be vegetarian food" }, { "id": 6, "rdf-acts": [ "canthelp((_:search,food,'vegetarian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry there is no vegetarian restaurant in the cheap price range" }, { "id": 7, "rdf-acts": [ "reqalts()", "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about indian then" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'international');(_: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 serving international food" }, { "id": 9, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap indian food" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'indian');(_:result,name,'mahal of cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "mahal of cambridge is a nice restaurant in the centre of town serving indian food" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the cheap price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'mahal of cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "mahal of cambridge is in the cheap price range" }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'3 - 5 millers yard mill lane');(_:result,name,'mahal of cambridge');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , mahal of cambridge is on 3 - 5 Millers Yard Mill Lane" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" } ]
voip-0241bbae39-20130327_191625
[ { "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" ], [ "_:search", "area", "*" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/04dbe04e" ], [ "_:search/04dbe04e", "food", "vegetarian" ], [ "_:search/04dbe04e", "pricerange", "cheap" ], [ "_:search/04dbe04e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/04dbe04e" ], [ "_:search/04dbe04e", "food", "vegetarian" ], [ "_:search/04dbe04e", "pricerange", "cheap" ], [ "_:search/04dbe04e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "east" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/04dbe04e" ], [ "_:search/04dbe04e", "food", "vegetarian" ], [ "_:search/04dbe04e", "pricerange", "cheap" ], [ "_:search/04dbe04e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "mahal of cambridge" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/04dbe04e" ], [ "_:search/04dbe04e", "food", "vegetarian" ], [ "_:search/04dbe04e", "pricerange", "cheap" ], [ "_:search/04dbe04e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "mahal of cambridge" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:system", "canthelp", "_:search/04dbe04e" ], [ "_:search/04dbe04e", "food", "vegetarian" ], [ "_:search/04dbe04e", "pricerange", "cheap" ], [ "_:search/04dbe04e", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "3 - 5 millers yard mill lane" ], [ "_:result", "name", "mahal of cambridge" ], [ "_: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": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes I am looking for a college to visit . Can you help me ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Well Christ 's college is quite famous and is free to enter ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds nice . Can you please give me the address , including the postcode ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"Saint Andrew 's Street\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is located at Saint Andrew 's Street , cb23bu . Is there anything else that I can do for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would also like to find a place to stay , expensive price range , but with free parking ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 5 hotels that meet this criteria . What part of town would you prefer to stay in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to stay in the north ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately , I do n't happen to have anything in the north that is expensive . Is there another price range or area I can try for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about a moderately priced one ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,count,'9');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "There are 9 moderately priced hotels to choose from . Any other requirements to narrow down your choices ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do any of the hotels offer free parking ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,category,'guesthouses');(_:result,count,'5');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "there are five guesthouses that have free parking ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'll take the highest rated one of those . I need 4 nights starting Tuesday for 7 people , please ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Tuesday');(_:booking,name,'Acorn guest house');(_:booking,ref,'FK8743UH');(_:booking,stay,'4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked you in the highly rated Acorn guest house for 4 nights beginning Tuesday . The reference number is FK8743UH . Is there anything else I can help with" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes . I 'd like to book a taxi to get there ." }, { "id": 15, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))", "inform((_:result,departure,'the college');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Absolutely , what time would you like to depart from the college ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,leave_at,'19:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to leave Christ 's college by 19:00 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'white skoda');(_:result,phone,'07971687645');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Great I got a white skoda phone number 07971687645" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you for your help . Bye ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Have a great day !" } ]
MUL1002.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "type", "Attraction" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/16a53b60" ], [ "_:search/16a53b60", "area", "north" ], [ "_:search/16a53b60", "pricerange", "expensive" ], [ "_:search/16a53b60", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/16a53b60" ], [ "_:search/16a53b60", "area", "north" ], [ "_:search/16a53b60", "pricerange", "expensive" ], [ "_:search/16a53b60", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/16a53b60" ], [ "_:search/16a53b60", "area", "north" ], [ "_:search/16a53b60", "pricerange", "expensive" ], [ "_:search/16a53b60", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/16a53b60" ], [ "_:search/16a53b60", "area", "north" ], [ "_:search/16a53b60", "pricerange", "expensive" ], [ "_:search/16a53b60", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Acorn guest house" ], [ "_:booking", "ref", "FK8743UH" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/16a53b60" ], [ "_:search/16a53b60", "area", "north" ], [ "_:search/16a53b60", "pricerange", "expensive" ], [ "_:search/16a53b60", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Acorn guest house" ], [ "_:booking", "ref", "FK8743UH" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:result", "departure", "the college" ], [ "_:result", "type", "Taxi" ], [ "_:search", "leave_at", "19:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/16a53b60" ], [ "_:search/16a53b60", "area", "north" ], [ "_:search/16a53b60", "pricerange", "expensive" ], [ "_:search/16a53b60", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Acorn guest house" ], [ "_:booking", "ref", "FK8743UH" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:result", "departure", "the college" ], [ "_:search", "leave_at", "19:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white skoda" ], [ "_:result", "phone", "07971687645" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,\"great saint mary 's church\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm planning a trip to Cambridge and I would like some information on great saint mary 's church . Where exactly is it located ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'market square');(_:result,area,'centre');(_:result,entrance_fee,'2 pounds');(_:result,postcode,'cb23pq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is located in the centre . The address is market square . Postcode is cb23pq . The entrance fee is 2 pounds ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I I need ." }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,type,'Train'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I please get their phone number as well ? I also need help finding a train for Monday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223350914');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Yes of course . Their telephone number is 01223350914 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'20:30');(_:search,day,'monday');(_:search,departure,'birmingham new street');(_:search,destination,'cambrige');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train from birmingham new street on monday that goes to cambrige by 20:30 ." }, { "id": 7, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "For how many people ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I 'm not sure yet . For now can I just get the train ID , travel time and departure time ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'20:23');(_:result,destination,'Cambridge');(_:result,duration,'163 minutes');(_:result,id,'TR3130');(_:result,leave_at,'17:40');(_:result,type,'Train'))" ], "speaker": "system", "text": "Train ID TR3130 sounds like your best bet . It leaves at 17:40 and arrives in Cambridge at 20:23 . Travel time is 163 minutes ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much !" }, { "id": 11, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "No problem at all ! Is there anything more I can help you with today ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Yes that 's all I need thanks again . Bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are very welcome ! I hope you have a wonderful day !" } ]
MUL1901.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "market square" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "postcode", "cb23pq" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "address", "market square" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "postcode", "cb23pq" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "address", "market square" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "postcode", "cb23pq" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambrige" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "address", "market square" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "postcode", "cb23pq" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambrige" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "address", "market square" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "postcode", "cb23pq" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223350914" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambrige" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "20:23" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR3130" ], [ "_:result", "leave_at", "17:40" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "address", "market square" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "postcode", "cb23pq" ], [ "_:result", "phone", "01223350914" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambrige" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "20:23" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR3130" ], [ "_:result", "leave_at", "17:40" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there a thai restaurant in the centre of town ?" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,area,'Thai');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there is one Thai restaurant in that area . Would you like more details on this restaurant ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'24 green street city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the address is 24 green street city centre" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the phone number and price range ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,food,'expensive');(_:result,name,'Bangkok City');(_:result,phone,'01223 354382');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Bangkok City is expensive . Their phone number is 01223 354382 . Is there anything else I can help you find ?" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 's all the information I needed . Thank you . Good bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye !" } ]
WOZ20080.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "Thai" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "Thai" ], [ "_:result", "address", "24 green street city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "Thai" ], [ "_:result", "address", "24 green street city centre" ], [ "_:result", "pricerange", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "expensive" ], [ "_:result", "name", "Bangkok City" ], [ "_:result", "phone", "01223 354382" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can you find me a guest house that has free wifi in this town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'23');(_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 23 guesthouses in town with free wifi . Do you have a price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about one that has a 4 star rating and is expensive ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately , there are no guesthouses that meet you needs . There are 2 hotels if you are interested ." }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What about something in the moderate price range , instead ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes I have many choices in that category . Would you like me to suggest something ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "book a hotel for 8 people and 3 nights starting from saturday ." }, { "id": 7, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))", "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Please clarify if you want a guesthouse or a hotel . There are no hotels that match your needs but there are 11 guesthouses that do ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want a guesthouse ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'avalon');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book you for avalon ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please book for 8 people for 3 nights , starting from Saturday ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,day,'Saturday');(_:booking,ref,'5D3TISUX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set to arrive on Saturday . Your Reference number is : 5D3TISUX ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "great , thanks . i 'm also looking for places to go in town ." }, { "id": 13, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Attraction'))", "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Ok . There are many great things to do in town . Did you have something particular in mind ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "I would like a place that is fun and serves drinks ." }, { "id": 15, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Sure ! Would you rather a nightclub type of environment or more of a park or entertainment venue ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Actually , is there a swimming pool around ?" }, { "id": 17, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "which part of town should it be ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "it should be in the south" }, { "id": 19, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "canthelp((_:search,area,'south');(_:search,category,'swimming pools');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry , but there are no swimming pools in the south . Would you like to try a different area or attraction type ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,category,'none');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "what options are available" }, { "id": 21, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,category,'entertainment');(_:result,category,'museum');(_:result,category,'nightclub');(_:result,category,'parks');(_:result,category,'swimming pools');(_:result,category,'theatre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are swimming pools in the east , north and centre of town . The south has cinema , entertainment , museum , nightclub , theatre and parks . Have a preference ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would prefer the south please ." }, { "id": 23, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'south');(_:result,category,'cinema');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,category,'parks');(_:result,count,'8');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "What type of attraction in the south ? There are 8 results ranging from cinema , museums , nightclubs , parks . Which would interest you ?" }, { "id": 24, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'cinema');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "If there are no swimming pools in the south , then I would consider a cinema in the south of town ." }, { "id": 25, "rdf-acts": [ "reqmore()", "inform((_:result,area,'south');(_:result,name,'Cineworld Cinema');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cineworld Cinema is in the south . Would you like additional information ?" }, { "id": 26, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Yes , may I please have their address and phone number ." }, { "id": 27, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park');(_:result,phone,'00872208000');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , their address is cambridge leisure park , clifton way and their phone number is 00872208000 ." }, { "id": 28, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,leave_at,'22:45');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi to leave the hotel by 22:45 . Please provide the contact number and car type ." }, { "id": 29, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is your destination , and when do you want to arrive by ?" }, { "id": 30, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,destination,'the cinema');(_:search,leave_at,'22:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'll be going from the hotel to the cinema . I need to leave by 22:45 ." }, { "id": 31, "rdf-acts": [ "inform((_:result,car,'grey skoda');(_:result,phone,'07059639997');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I booked a grey skoda for you , contact number is 07059639997 !" }, { "id": 32, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much . That is all that I need at this time . Goodbye !" }, { "id": 33, "rdf-acts": null, "speaker": "system", "text": "Thank you . Have a nice day ." } ]
PMUL3103.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "23" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "many" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:booking", "name", "avalon" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "many" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "11" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "11" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "11" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "11" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/9957a9c1" ], [ "_:search/9957a9c1", "area", "south" ], [ "_:search/9957a9c1", "category", "swimming pools" ], [ "_:search/9957a9c1", "type", "Attraction" ], [ "_:search", "category", "none" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:result", "count", "11" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:system", "canthelp", "_:search/9957a9c1" ], [ "_:search/9957a9c1", "area", "south" ], [ "_:search/9957a9c1", "category", "swimming pools" ], [ "_:search/9957a9c1", "type", "Attraction" ], [ "_:search", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museum" ], [ "_:result", "category", "nightclub" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "category", "theatre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:system", "canthelp", "_:search/9957a9c1" ], [ "_:search/9957a9c1", "area", "south" ], [ "_:search/9957a9c1", "category", "swimming pools" ], [ "_:search/9957a9c1", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "8" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:system", "canthelp", "_:search/9957a9c1" ], [ "_:search/9957a9c1", "area", "south" ], [ "_:search/9957a9c1", "category", "swimming pools" ], [ "_:search/9957a9c1", "type", "Attraction" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "8" ], [ "_:search", "area", "south" ], [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:system", "canthelp", "_:search/9957a9c1" ], [ "_:search/9957a9c1", "area", "south" ], [ "_:search/9957a9c1", "category", "swimming pools" ], [ "_:search/9957a9c1", "type", "Attraction" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "8" ], [ "_:search", "area", "south" ], [ "_:search", "category", "cinema" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "address", "cambridge leisure park" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "22:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:system", "canthelp", "_:search/9957a9c1" ], [ "_:search/9957a9c1", "area", "south" ], [ "_:search/9957a9c1", "category", "swimming pools" ], [ "_:search/9957a9c1", "type", "Attraction" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "8" ], [ "_:search", "area", "south" ], [ "_:search", "category", "cinema" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "address", "cambridge leisure park" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "type", "Attraction" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the cinema" ], [ "_:search", "leave_at", "22:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] }, { "id": 16, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/2363810f" ], [ "_:search/2363810f", "category", "guesthouses" ], [ "_:search/2363810f", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/809464c6" ], [ "_:search/809464c6", "category", "hotels" ], [ "_:search/809464c6", "type", "Hotel" ], [ "_:booking", "name", "avalon" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "ref", "5D3TISUX" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:system", "canthelp", "_:search/9957a9c1" ], [ "_:search/9957a9c1", "area", "south" ], [ "_:search/9957a9c1", "category", "swimming pools" ], [ "_:search/9957a9c1", "type", "Attraction" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "8" ], [ "_:search", "area", "south" ], [ "_:search", "category", "cinema" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "address", "cambridge leisure park" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the cinema" ], [ "_:search", "leave_at", "22:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey skoda" ], [ "_:result", "phone", "07059639997" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'southern');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any moderately priced restaurants in the southern part of town ?" }, { "id": 1, "rdf-acts": [ "select((_:result,food,'Italian');(_:result,food,'Modern European');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))", "reqmore()", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there are two . Pizza Hut Cherry Hinton serves Italian food while Restaurant Alimentum serves Modern European food . Would you like any additional info on those or help finding something else ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What are the address and phone number of one of them ?" }, { "id": 3, "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": "Pizza Hut cherry hinton is at G4 Cambridge Leisure Park Clifton Way Cherry Hinton with phone number 01223 323737" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Excellent , thank you . Goodbye !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful day ! Good bye !" } ]
WOZ20303.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "southern" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "southern" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Modern European" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "name", "Restaurant Alimentum" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "southern" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Modern European" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "2" ], [ "_:result", "address", "G4 Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "Pizza Hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i want a place to stay in Cambridge the is moderate price no wifi" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Sure . Would you like a particular area of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "An inexpensive area with free parking if possible ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , I recommend the Acorn Guest House . It 's located in the north . Would you like me to book a reservation for you ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Sure ! I would like that !" }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I just need to know for what day , how many nights and how many guests for the reservation ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a reservation for 5 people and 5 nights starting Wednesday . Thanks !" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'PMWGUS04');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Done ! Your reference number is PMWGUS04 . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks , that 's all I needed . I appreciate your help !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "I 'm happy we could be of service . Enjoy your stay in Cambridge !" } ]
PMUL4601.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "PMWGUS04" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]