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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "ack()", "inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "oh good where parkside allows dogs" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'parkside');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of parkside ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "how about area" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'parkside');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of parkside ." }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about don't care" }, { "id": 6, "rdf-acts": [ "canthelp((_:result,area,'parkside');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of parkside ." }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'chinatown');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about seven price in the area of chinatown" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'chinatown');(_:result,name,'hilton san francisco financial district');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hilton san francisco financial district is a nice place it is in the area of chinatown ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "oh what's the address phone number and price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'750 kearny st');(_:result,name,'hilton san francisco financial district');(_:result,phone,'4154336600');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hilton san francisco financial district is a nice place , their address is 750 kearny st , their phone number is 4154336600 and it is in the pricey price range ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
136
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/c46e3bfe" ], [ "_:result/c46e3bfe", "area", "parkside" ], [ "_:result/c46e3bfe", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/c46e3bfe" ], [ "_:result/c46e3bfe", "area", "parkside" ], [ "_:result/c46e3bfe", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f85afa15" ], [ "_:result/f85afa15", "area", "parkside" ], [ "_:result/f85afa15", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:system", "canthelp", "_:result/c46e3bfe" ], [ "_:result/c46e3bfe", "area", "parkside" ], [ "_:result/c46e3bfe", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f85afa15" ], [ "_:result/f85afa15", "area", "parkside" ], [ "_:result/f85afa15", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/20018000" ], [ "_:result/20018000", "area", "parkside" ], [ "_:result/20018000", "type", "Hotel" ], [ "_:search", "area", "chinatown" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:system", "canthelp", "_:result/c46e3bfe" ], [ "_:result/c46e3bfe", "area", "parkside" ], [ "_:result/c46e3bfe", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f85afa15" ], [ "_:result/f85afa15", "area", "parkside" ], [ "_:result/f85afa15", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/20018000" ], [ "_:result/20018000", "area", "parkside" ], [ "_:result/20018000", "type", "Hotel" ], [ "_:search", "area", "chinatown" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "chinatown" ], [ "_:result", "name", "hilton san francisco financial district" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:system", "canthelp", "_:result/c46e3bfe" ], [ "_:result/c46e3bfe", "area", "parkside" ], [ "_:result/c46e3bfe", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f85afa15" ], [ "_:result/f85afa15", "area", "parkside" ], [ "_:result/f85afa15", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/20018000" ], [ "_:result/20018000", "area", "parkside" ], [ "_:result/20018000", "type", "Hotel" ], [ "_:search", "area", "chinatown" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "chinatown" ], [ "_:result", "address", "750 kearny st" ], [ "_:result", "name", "hilton san francisco financial district" ], [ "_:result", "phone", "4154336600" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "dogs_allowed", "true" ], [ "_:system", "canthelp", "_:result/c46e3bfe" ], [ "_:result/c46e3bfe", "area", "parkside" ], [ "_:result/c46e3bfe", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f85afa15" ], [ "_:result/f85afa15", "area", "parkside" ], [ "_:result/f85afa15", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/20018000" ], [ "_:result/20018000", "area", "parkside" ], [ "_:result/20018000", "type", "Hotel" ], [ "_:search", "area", "chinatown" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "chinatown" ], [ "_:result", "address", "750 kearny st" ], [ "_:result", "name", "hilton san francisco financial district" ], [ "_:result", "phone", "4154336600" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a moderately priced restaurant that serves chinese food and allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,kids_allowed,'yes');(_:result,name,'m y china');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "m y china is a nice place , where child -s are allowed , it serves chinese food and it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'m y china');(_:result,phone,'4155803001');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "m y china is a nice place their phone number is 4155803001 ." }, { "id": 5, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what area is that" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'hayes valley or noma');(_:result,name,'m y china');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "m y china is a nice place , it is in the area of hayes valley and it is in the area of noma ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
1149
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "m y china" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "m y china" ], [ "_:result", "phone", "4155803001" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "4155803001" ], [ "_:result", "area", "hayes valley or noma" ], [ "_:result", "name", "m y china" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "4155803001" ], [ "_:result", "area", "hayes valley or noma" ], [ "_:result", "name", "m y china" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near by uh then all" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 3, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "hi" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "hi" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
546
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "i'm looking for italian its noma" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'noma');(_:result,name,'kean hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "kean hotel is a nice place it is in the area of noma ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'noma');(_:result,name,'kean hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "kean hotel is a nice place it is in the area of noma ." }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'noma');(_:result,name,'kean hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "kean hotel is a nice place it is in the area of noma ." }, { "id": 7, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number and does it have internet" }, { "id": 8, "rdf-acts": [ "inform((_:result,has_internet,'no');(_:result,name,'kean hotel');(_:result,phone,'4156210105');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "kean hotel is a nice place , it does not have internet and their phone number is 4156210105 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
449
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "noma" ], [ "_:result", "name", "kean hotel" ], [ "_:result", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "noma" ], [ "_:result", "name", "kean hotel" ], [ "_:result", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "noma" ], [ "_:result", "name", "kean hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "noma" ], [ "_:result", "has_internet", "no" ], [ "_:result", "name", "kean hotel" ], [ "_:result", "phone", "4156210105" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "noma" ], [ "_:result", "has_internet", "no" ], [ "_:result", "name", "kean hotel" ], [ "_:result", "phone", "4156210105" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'civic center');(_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant serving any kind of food in the civic center" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'civic center');(_:result,food,'thai');(_:result,name,'zen yai thai restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "zen yai thai restaurant is a nice place , it serves thai food and it is in the area of civic center ." }, { "id": 3, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "the name" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'zen yai thai restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "zen yai thai restaurant is a nice restaurant ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'zen yai thai restaurant');(_:result,phone,'4158850725');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "zen yai thai restaurant is a nice place their phone number is 4158850725 ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and what's the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'771 ellis street');(_:result,name,'zen yai thai restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "zen yai thai restaurant is a nice place their address is 771 ellis street ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
43
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "zen yai thai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "food", "thai" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "name", "zen yai thai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "food", "thai" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "name", "zen yai thai restaurant" ], [ "_:result", "phone", "4158850725" ], [ "_: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", "civic center" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "food", "thai" ], [ "_:result", "phone", "4158850725" ], [ "_:result", "address", "771 ellis street" ], [ "_:result", "name", "zen yai thai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "food", "thai" ], [ "_:result", "phone", "4158850725" ], [ "_:result", "address", "771 ellis street" ], [ "_:result", "name", "zen yai thai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'sherwood forest');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area of sherwood forest" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'sherwood forest');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of sherwood forest ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'fort mason');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i would like a hotel in the area of fort mason" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'fort mason');(_:result,name,'buena vista motor inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "buena vista motor inn is a nice place it is in the area of fort mason ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'buena vista motor inn');(_:result,phone,'4159239600');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "buena vista motor inn is a nice place their phone number is 4159239600 ." }, { "id": 7, "rdf-acts": [ "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "do they have internet" }, { "id": 8, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'hotel boheme');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel boheme is a nice place it has internet ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
121
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "sherwood forest" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/0f2d33c8" ], [ "_:result/0f2d33c8", "area", "sherwood forest" ], [ "_:result/0f2d33c8", "type", "Hotel" ], [ "_:search", "area", "fort mason" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/0f2d33c8" ], [ "_:result/0f2d33c8", "area", "sherwood forest" ], [ "_:result/0f2d33c8", "type", "Hotel" ], [ "_:search", "area", "fort mason" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "fort mason" ], [ "_:result", "name", "buena vista motor inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/0f2d33c8" ], [ "_:result/0f2d33c8", "area", "sherwood forest" ], [ "_:result/0f2d33c8", "type", "Hotel" ], [ "_:search", "area", "fort mason" ], [ "_:result", "area", "fort mason" ], [ "_:result", "name", "buena vista motor inn" ], [ "_:result", "phone", "4159239600" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/0f2d33c8" ], [ "_:result/0f2d33c8", "area", "sherwood forest" ], [ "_:result/0f2d33c8", "type", "Hotel" ], [ "_:search", "area", "fort mason" ], [ "_:result", "area", "fort mason" ], [ "_:result", "phone", "4159239600" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel boheme" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/0f2d33c8" ], [ "_:result/0f2d33c8", "area", "sherwood forest" ], [ "_:result/0f2d33c8", "type", "Hotel" ], [ "_:search", "area", "fort mason" ], [ "_:result", "area", "fort mason" ], [ "_:result", "phone", "4159239600" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel boheme" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near that has internet connection" }, { "id": 2, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'queen anne hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "queen anne hotel is a nice place it has internet ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i get the address phone number and price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1590 sutter st');(_:result,name,'queen anne hotel');(_:result,phone,'4154412828');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "queen anne hotel is a nice place , their address is 1590 sutter st , their phone number is 4154412828 and it is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
431
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "queen anne hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "address", "1590 sutter st" ], [ "_:result", "name", "queen anne hotel" ], [ "_:result", "phone", "4154412828" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "address", "1590 sutter st" ], [ "_:result", "name", "queen anne hotel" ], [ "_:result", "phone", "4154412828" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'ashbury heights');(_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i the hotel in the area of ashbury heights that is expensive" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'ashbury heights');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of ashbury heights ." }, { "id": 3, "rdf-acts": [ "reqalts((_:result,area,'mission dolores'))", "inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "what about the area of mission dolores that is expensive" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'mission dolores');(_:result,name,'union hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "union hotel is a nice place it is in the area of mission dolores ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i get the address phone number please" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'2030 mission st');(_:result,name,'union hotel');(_:result,phone,'4155520547');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "union hotel is a nice place , their address is 2030 mission st and their phone number is 4155520547 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
157
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ashbury heights" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ashbury heights" ], [ "_:system", "canthelp", "_:result/e076d9d4" ], [ "_:result/e076d9d4", "area", "ashbury heights" ], [ "_:result/e076d9d4", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ashbury heights" ], [ "_:system", "canthelp", "_:result/e076d9d4" ], [ "_:result/e076d9d4", "area", "ashbury heights" ], [ "_:result/e076d9d4", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "name", "union hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ashbury heights" ], [ "_:system", "canthelp", "_:result/e076d9d4" ], [ "_:result/e076d9d4", "area", "ashbury heights" ], [ "_:result/e076d9d4", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "address", "2030 mission st" ], [ "_:result", "name", "union hotel" ], [ "_:result", "phone", "4155520547" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ashbury heights" ], [ "_:system", "canthelp", "_:result/e076d9d4" ], [ "_:result/e076d9d4", "area", "ashbury heights" ], [ "_:result/e076d9d4", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "address", "2030 mission st" ], [ "_:result", "name", "union hotel" ], [ "_:result", "phone", "4155520547" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'fishermans wharf');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant in fisherman's wharf that serves american food" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i don't care" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'239');(_:result,pricerange,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 239 restaurant -s if you do not care about the price range ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what food would you like ?" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "american" }, { "id": 8, "rdf-acts": [ "inform((_:result,count,'239');(_:result,pricerange,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 239 restaurant -s if you do not care about the price range ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 10, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal would you like ?" }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'new american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "new american food" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'new american');(_:result,name,'seven hills');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "seven hills is a nice place , it serves new american food and it is in the moderate price range ." }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay where is the address" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'1550 hyde street');(_:result,name,'seven hills');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "seven hills is a nice place their address is 1550 hyde street ." }, { "id": 15, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "where what area is it" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'hayes valley or nob hill');(_:result,name,'seven hills');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "seven hills is a nice place , it is in the area of hayes valley and it is in the area of nob hill ." }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thanks goodbye" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "" } ]
2190
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "fishermans wharf" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "fishermans wharf" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "fishermans wharf" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "239" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "fishermans wharf" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "239" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "fishermans wharf" ], [ "_:search", "pricerange", "*" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "239" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "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", "fishermans wharf" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "239" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "food", "new american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "fishermans wharf" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "239" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "food", "new american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "new american" ], [ "_:result", "name", "seven hills" ], [ "_: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", "fishermans wharf" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "239" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "food", "new american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "new american" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1550 hyde street" ], [ "_:result", "name", "seven hills" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "fishermans wharf" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "239" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "food", "new american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "new american" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1550 hyde street" ], [ "_:result", "area", "hayes valley or nob hill" ], [ "_:result", "name", "seven hills" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "fishermans wharf" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "239" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "food", "new american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "new american" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1550 hyde street" ], [ "_:result", "area", "hayes valley or nob hill" ], [ "_:result", "name", "seven hills" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'silver terrace');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel in the area of silver terrace" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'silver terrace');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of silver terrace ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'nob hill');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel in the area of nob hill" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'nob hill');(_:result,name,'castle inn motel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "castle inn motel is a nice place it is in the area of nob hill ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "select((_:result,area,'nob hill or silver terrace'))" ], "speaker": "system", "text": "sorry would you like something in the area of nob hill or silver terrace" }, { "id": 7, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "silver terrace" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'1565 broadway');(_:result,name,'castle inn motel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "castle inn motel is a nice place their address is 1565 broadway ." }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'castle inn motel');(_:result,phone,'4154411155');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "castle inn motel is a nice place their phone number is 4154411155 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
541
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "silver terrace" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/c30e5791" ], [ "_:result/c30e5791", "area", "silver terrace" ], [ "_:result/c30e5791", "type", "Hotel" ], [ "_:search", "area", "nob hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/c30e5791" ], [ "_:result/c30e5791", "area", "silver terrace" ], [ "_:result/c30e5791", "type", "Hotel" ], [ "_:search", "area", "nob hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "nob hill" ], [ "_:result", "name", "castle inn motel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/c30e5791" ], [ "_:result/c30e5791", "area", "silver terrace" ], [ "_:result/c30e5791", "type", "Hotel" ], [ "_:search", "area", "nob hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "castle inn motel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "area", "nob hill or silver terrace" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/c30e5791" ], [ "_:result/c30e5791", "area", "silver terrace" ], [ "_:result/c30e5791", "type", "Hotel" ], [ "_:search", "area", "nob hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "nob hill or silver terrace" ], [ "_:result", "address", "1565 broadway" ], [ "_:result", "name", "castle inn motel" ], [ "_:result", "type", "Hotel" ], [ "_: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", "_:result/c30e5791" ], [ "_:result/c30e5791", "area", "silver terrace" ], [ "_:result/c30e5791", "type", "Hotel" ], [ "_:search", "area", "nob hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "nob hill or silver terrace" ], [ "_:result", "address", "1565 broadway" ], [ "_:result", "name", "castle inn motel" ], [ "_:result", "phone", "4154411155" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/c30e5791" ], [ "_:result/c30e5791", "area", "silver terrace" ], [ "_:result/c30e5791", "type", "Hotel" ], [ "_:search", "area", "nob hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "nob hill or silver terrace" ], [ "_:result", "address", "1565 broadway" ], [ "_:result", "name", "castle inn motel" ], [ "_:result", "phone", "4154411155" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "ack()", "inform((_:search,food,'indian');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant good for one that serves indian food and allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,kids_allowed,'yes');(_:result,name,'lahore karahi');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lahore karahi is a nice place , where child -s are allowed and it serves indian food ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and what is the area" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'hayes valley or pacific heights');(_:result,name,'lahore karahi');(_:result,phone,'4155678603');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lahore karahi is a nice place , it is in the area of pacific heights , their phone number is 4155678603 and it is in the area of hayes valley ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
598
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "lahore karahi" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "area", "hayes valley or pacific heights" ], [ "_:result", "name", "lahore karahi" ], [ "_:result", "phone", "4155678603" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "area", "hayes valley or pacific heights" ], [ "_:result", "name", "lahore karahi" ], [ "_:result", "phone", "4155678603" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,near,'mission bay');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a restaurant good for dinner and that is near mission bay" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'fringale');(_:result,near,'mission bay');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fringale is a nice place , it is near mission bay and it is good for dinner ." }, { "id": 3, "rdf-acts": [ "inform((_:search,good_for_meal,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "don't care about the phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'3');(_:result,good_for_meal,'dinner');(_:result,near,'mission bay');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 3 restaurant -s good for dinner and near mission bay ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows child -s" }, { "id": 7, "rdf-acts": [ "inform((_:search,kids_allowed,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i don't care" }, { "id": 8, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'no');(_:result,name,'la briciola');(_:result,near,'mission bay');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la briciola is a nice place , it is near mission bay , it is good for dinner and where no child -s are allowed ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and area" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'489 third street');(_:result,area,'hayes valley or financial district south');(_:result,name,'la briciola');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la briciola is a nice place , it is in the area of financial district south , their address is 489 third street and it is in the area of hayes valley ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
943
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "mission bay" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission bay" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "fringale" ], [ "_:result", "near", "mission bay" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission bay" ], [ "_:result", "name", "fringale" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "mission bay" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission bay" ], [ "_:result", "name", "fringale" ], [ "_:search", "good_for_meal", "*" ], [ "_:result", "count", "3" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "mission bay" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission bay" ], [ "_:search", "good_for_meal", "*" ], [ "_:result", "count", "3" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "la briciola" ], [ "_:result", "near", "mission bay" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission bay" ], [ "_:search", "good_for_meal", "*" ], [ "_:result", "count", "3" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "mission bay" ], [ "_:result", "address", "489 third street" ], [ "_:result", "area", "hayes valley or financial district south" ], [ "_:result", "name", "la briciola" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "near", "mission bay" ], [ "_:search", "good_for_meal", "*" ], [ "_:result", "count", "3" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "mission bay" ], [ "_:result", "address", "489 third street" ], [ "_:result", "area", "hayes valley or financial district south" ], [ "_:result", "name", "la briciola" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,near,'nob hill');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes i am looking for a cheap restaurant that is near the nob hill" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'chai yo thai restaurant');(_:result,near,'nob hill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chai yo thai restaurant is a nice place , it is in the cheap price range and it is near nob hill ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the phone number and area" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'hayes valley or lower nob hill');(_:result,name,'chai yo thai restaurant');(_:result,phone,'4157712562');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chai yo thai restaurant is a nice place , it is in the area of lower nob hill , their phone number is 4157712562 and it is in the area of hayes valley ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
928
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "chai yo thai restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "hayes valley or lower nob hill" ], [ "_:result", "name", "chai yo thai restaurant" ], [ "_:result", "phone", "4157712562" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "hayes valley or lower nob hill" ], [ "_:result", "name", "chai yo thai restaurant" ], [ "_:result", "phone", "4157712562" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "s" }, { "id": 2, "rdf-acts": [ "select((_:result,has_internet,'no');(_:result,has_internet,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it has internet ?" }, { "id": 3, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "s what is code have" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i would like a hotel in any area eat" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'hayes valley');(_:result,name,'days inn san francisco downtown fcivic center area');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "days inn san francisco downtown fcivic center area is a nice place , it is in the area of hayes valley and it is in the inexpensive price range ." }, { "id": 7, "rdf-acts": [ "inform((_:search,near,'parkside');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "ashbury area near parkside" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'ocean park motel');(_:result,near,'parkside');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "ocean park motel is a nice place it is near parkside ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number and address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'2690 46th ave');(_:result,name,'ocean park motel');(_:result,phone,'4155667020');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "ocean park motel is a nice place , their address is 2690 46th ave and their phone number is 4155667020 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
545
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "*" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "name", "days inn san francisco downtown fcivic center area" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "*" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "near", "parkside" ], [ "_:result", "type", "Hotel" ], [ "_: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" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "*" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ], [ "_:result", "near", "parkside" ], [ "_:result", "address", "2690 46th ave" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "phone", "4155667020" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_: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" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "*" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ], [ "_:result", "near", "parkside" ], [ "_:result", "address", "2690 46th ave" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "phone", "4155667020" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'nob hill');(_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "can i find a hotel in nob hill with an internet connection" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'nob hill');(_:result,name,'the fairmont san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the fairmont san francisco is a nice place it is in the area of nob hill ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'950 mason st');(_:result,name,'the fairmont san francisco');(_:result,phone,'4157725000');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the fairmont san francisco is a nice place , their address is 950 mason st and their phone number is 4157725000 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
529
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "nob hill" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "nob hill" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "nob hill" ], [ "_:result", "name", "the fairmont san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "nob hill" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "nob hill" ], [ "_:result", "address", "950 mason st" ], [ "_:result", "name", "the fairmont san francisco" ], [ "_:result", "phone", "4157725000" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "nob hill" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "nob hill" ], [ "_:result", "address", "950 mason st" ], [ "_:result", "name", "the fairmont san francisco" ], [ "_:result", "phone", "4157725000" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "ack()", "inform((_:search,dogs_allowed,'true');(_:search,near,'north beach telegraph hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "okay know near north beach telegraph hill that allows dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,count,'22');(_:result,dogs_allowed,'yes');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 22 hotel -s where dogs are allowed ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 4, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,near,'telegraph hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "telegraph hill" }, { "id": 6, "rdf-acts": [ "canthelp((_:result,area,'telegraph hill');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of telegraph hill ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
108
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "22" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:result", "count", "22" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "telegraph hill" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:result", "count", "22" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f5bacfb0" ], [ "_:result/f5bacfb0", "area", "telegraph hill" ], [ "_:result/f5bacfb0", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:result", "count", "22" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f5bacfb0" ], [ "_:result/f5bacfb0", "area", "telegraph hill" ], [ "_:result/f5bacfb0", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i am looking for a hotel in the area of the expensive that has er price" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'hyatt regency san francisco');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hyatt regency san francisco is a nice place it is in the pricey price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "may i have the phone number and does it have internet" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'hyatt regency san francisco');(_:result,phone,'4157881234');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hyatt regency san francisco is a nice place , it has internet and their phone number is 4157881234 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
269
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "hyatt regency san francisco" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hyatt regency san francisco" ], [ "_:result", "phone", "4157881234" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hyatt regency san francisco" ], [ "_:result", "phone", "4157881234" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north beach');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i am looking for a hotel in the north beach telegraph hill has free the price range" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'telegraph hill');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of telegraph hill ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'north beach');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the north beach telegraph hill" }, { "id": 4, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,near,'north beach telegraph hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "north beach telegraph hill" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'pier 2620 hotel fisherman 7s wharf');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "pier 2620 hotel fisherman 7s wharf is a nice place it is near north beach telegraph hill ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number and post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'pier 2620 hotel fisherman 7s wharf');(_:result,phone,'4158854700');(_:result,postcode,'94133');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "pier 2620 hotel fisherman 7s wharf is a nice place , their phone number is 4158854700 and their postcode is 94133 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
8
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/c7942f97" ], [ "_:result/c7942f97", "area", "telegraph hill" ], [ "_:result/c7942f97", "type", "Hotel" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/c7942f97" ], [ "_:result/c7942f97", "area", "telegraph hill" ], [ "_:result/c7942f97", "type", "Hotel" ], [ "_:search", "area", "north beach" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/c7942f97" ], [ "_:result/c7942f97", "area", "telegraph hill" ], [ "_:result/c7942f97", "type", "Hotel" ], [ "_:search", "area", "north beach" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "pier 2620 hotel fisherman 7s wharf" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/c7942f97" ], [ "_:result/c7942f97", "area", "telegraph hill" ], [ "_:result/c7942f97", "type", "Hotel" ], [ "_:search", "area", "north beach" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:result", "name", "pier 2620 hotel fisherman 7s wharf" ], [ "_:result", "phone", "4158854700" ], [ "_:result", "postcode", "94133" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/c7942f97" ], [ "_:result/c7942f97", "area", "telegraph hill" ], [ "_:result/c7942f97", "type", "Hotel" ], [ "_:search", "area", "north beach" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:result", "name", "pier 2620 hotel fisherman 7s wharf" ], [ "_:result", "phone", "4158854700" ], [ "_:result", "postcode", "94133" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel in the area i want eastern in" }, { "id": 2, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,accepts_credit_cards,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'dont_care');(_:result,count,'182');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -s if you do not care whether it accepts credit card -s ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what price range would you like ?" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you bye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
342
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hi i'm looking for a hotel near so much it does not allow dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,dogs_allowed,'no');(_:result,name,'hotel stratford');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel stratford is a nice place where no dogs are allowed ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,dogs_allowed,'no');(_:result,name,'hotel stratford');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel stratford is a nice place where no dogs are allowed ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number and post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'242 powell st');(_:result,name,'hotel stratford');(_:result,phone,'4153977080');(_:result,postcode,'94102');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel stratford is a nice place , their phone number is 4153977080 , their postcode is 94102 and their address is 242 powell st ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
65
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "hotel stratford" ], [ "_:result", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "hotel stratford" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "address", "242 powell st" ], [ "_:result", "name", "hotel stratford" ], [ "_:result", "phone", "4153977080" ], [ "_:result", "postcode", "94102" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "address", "242 powell st" ], [ "_:result", "name", "hotel stratford" ], [ "_:result", "phone", "4153977080" ], [ "_:result", "postcode", "94102" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a moderately priced hotel that is near the called a" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'chateau tivoli bed and breakfast inn');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "chateau tivoli bed and breakfast inn is a nice place it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1057 steiner st');(_:result,name,'chateau tivoli bed and breakfast inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "chateau tivoli bed and breakfast inn is a nice place their address is 1057 steiner st ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "where are they located" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
502
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "chateau tivoli bed and breakfast inn" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1057 steiner st" ], [ "_:result", "name", "chateau tivoli bed and breakfast inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1057 steiner st" ], [ "_:result", "name", "chateau tivoli bed and breakfast inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1057 steiner st" ], [ "_:result", "name", "chateau tivoli bed and breakfast inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))", "ack()", "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "i want to find a hotel near by height that has ok high and price range" }, { "id": 2, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,accepts_credit_cards,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "don't care" }, { "id": 4, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'dont_care');(_:result,count,'182');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -s if you do not care whether it accepts credit card -s ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 7, "rdf-acts": [ "inform((_:search,near,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "don't care" }, { "id": 8, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'dont_care');(_:result,count,'182');(_:result,near,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -s if you do not care whether it accepts credit card -s and if you do not care where it is near to ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 10, "rdf-acts": [ "select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows dogs" }, { "id": 11, "rdf-acts": [ "inform((_:search,dogs_allowed,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "don't care" }, { "id": 12, "rdf-acts": [ "confirm((_:result,dogs_allowed,'dont_care');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "let me confirm you do not care if it allows dogs" }, { "id": 13, "rdf-acts": [ "inform((_:search,dogs_allowed,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "don't care" }, { "id": 14, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'dont_care');(_:result,count,'182');(_:result,dogs_allowed,'dont_care');(_:result,near,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -s if you do not care whether it accepts credit card -s if you do not care where it is near to and if you do not care whether dogs are allowed ." }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 16, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what area would you like" }, { "id": 17, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "don't care i near by" }, { "id": 18, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 19, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "bye" }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "" } ]
353
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "near", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "near", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "near", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "near", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "near", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "near", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "near", "*" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "near", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "near", "*" ], [ "_:search", "dogs_allowed", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "near", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "dogs_allowed", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "near", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "*" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "dogs_allowed", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "near", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "*" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "yes um find a hotel in the mission that doesn't allow dogs" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,dogs_allowed,'no');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , near mission and where no dogs are allowed ." }, { "id": 3, "rdf-acts": [ "reqalts((_:result,near,'soma'))" ], "speaker": "user", "text": "what about near the soma" }, { "id": 4, "rdf-acts": [ "select((_:result,near,'soma or mission'))" ], "speaker": "system", "text": "sorry would you like it to be near soma or mission" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i need phone whether doesn't allow dogs" }, { "id": 6, "rdf-acts": [ "inform((_:result,dogs_allowed,'no');(_:result,name,'pickwick hotel');(_:result,near,'soma');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "pickwick hotel is a nice place , where no dogs are allowed and it is near soma ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can i have the address phone number please and does it have internet" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'85 5th st');(_:result,name,'pickwick hotel');(_:result,phone,'4154217500');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "pickwick hotel is a nice place , their address is 85 5th st and their phone number is 4154217500 ." }, { "id": 9, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it have internet" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'pickwick hotel');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "pickwick hotel is a nice hotel ." }, { "id": 11, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it have internet" }, { "id": 12, "rdf-acts": [ "inform((_:result,count,'3');(_:result,dogs_allowed,'no');(_:result,has_internet,'yes');(_:result,near,'soma');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 3 hotel -s with an internet connection near soma and where no dogs are allowed ." }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 14, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what area would you like" }, { "id": 15, "rdf-acts": [ "ack()", "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you goodbye" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
416
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/86603011" ], [ "_:result/86603011", "dogs_allowed", "no" ], [ "_:result/86603011", "near", "mission" ], [ "_:result/86603011", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/86603011" ], [ "_:result/86603011", "dogs_allowed", "no" ], [ "_:result/86603011", "near", "mission" ], [ "_:result/86603011", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "near", "soma or mission" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/86603011" ], [ "_:result/86603011", "dogs_allowed", "no" ], [ "_:result/86603011", "near", "mission" ], [ "_:result/86603011", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "?" ], [ "_:search", "dogs_allowed", "false" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/86603011" ], [ "_:result/86603011", "dogs_allowed", "no" ], [ "_:result/86603011", "near", "mission" ], [ "_:result/86603011", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "near", "soma" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "85 5th st" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "phone", "4154217500" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/86603011" ], [ "_:result/86603011", "dogs_allowed", "no" ], [ "_:result/86603011", "near", "mission" ], [ "_:result/86603011", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "near", "soma" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "85 5th st" ], [ "_:result", "phone", "4154217500" ], [ "_:result", "has_internet", "?" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "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", "_:result/86603011" ], [ "_:result/86603011", "dogs_allowed", "no" ], [ "_:result/86603011", "near", "mission" ], [ "_:result/86603011", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "85 5th st" ], [ "_:result", "phone", "4154217500" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "count", "3" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "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", "_:result/86603011" ], [ "_:result/86603011", "dogs_allowed", "no" ], [ "_:result/86603011", "near", "mission" ], [ "_:result/86603011", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "has_internet", "true" ], [ "_:result", "address", "85 5th st" ], [ "_:result", "phone", "4154217500" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "count", "3" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/86603011" ], [ "_:result/86603011", "dogs_allowed", "no" ], [ "_:result/86603011", "near", "mission" ], [ "_:result/86603011", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "has_internet", "true" ], [ "_:result", "address", "85 5th st" ], [ "_:result", "phone", "4154217500" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "count", "3" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "ok crockeramazon" }, { "id": 2, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel name price" }, { "id": 4, "rdf-acts": [ "select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows dogs ?" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "address and the uh" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
14
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'buffets');(_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "and what is their sorry does it serve breakfast that serves buffets food" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,food,'buffets');(_:result,good_for_meal,'breakfast');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , good for breakfast and serving buffets food ." }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about this i want a place that serves mexican food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'mexican');(_:result,name,'gracias madre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gracias madre is a nice place it serves mexican food ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'gracias madre');(_:result,phone,'4156831346');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gracias madre is a nice place their phone number is 4156831346 ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'2211 mission street');(_:result,name,'gracias madre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gracias madre is a nice place their address is 2211 mission street ." }, { "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,'gracias madre');(_:result,postcode,'94110');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gracias madre is a nice place their postcode is 94110 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
2539
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "buffets" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:system", "canthelp", "_:result/b943203b" ], [ "_:result/b943203b", "food", "buffets" ], [ "_:result/b943203b", "good_for_meal", "breakfast" ], [ "_:result/b943203b", "type", "Restaurant" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:system", "canthelp", "_:result/b943203b" ], [ "_:result/b943203b", "food", "buffets" ], [ "_:result/b943203b", "good_for_meal", "breakfast" ], [ "_:result/b943203b", "type", "Restaurant" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:system", "canthelp", "_:result/b943203b" ], [ "_:result/b943203b", "food", "buffets" ], [ "_:result/b943203b", "good_for_meal", "breakfast" ], [ "_:result/b943203b", "type", "Restaurant" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "phone", "4156831346" ], [ "_: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", "good_for_meal", "breakfast" ], [ "_:system", "canthelp", "_:result/b943203b" ], [ "_:result/b943203b", "food", "buffets" ], [ "_:result/b943203b", "good_for_meal", "breakfast" ], [ "_:result/b943203b", "type", "Restaurant" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "phone", "4156831346" ], [ "_:result", "address", "2211 mission street" ], [ "_:result", "name", "gracias madre" ], [ "_: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", "good_for_meal", "breakfast" ], [ "_:system", "canthelp", "_:result/b943203b" ], [ "_:result/b943203b", "food", "buffets" ], [ "_:result/b943203b", "good_for_meal", "breakfast" ], [ "_:result/b943203b", "type", "Restaurant" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "phone", "4156831346" ], [ "_:result", "address", "2211 mission street" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "postcode", "94110" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "good_for_meal", "breakfast" ], [ "_:system", "canthelp", "_:result/b943203b" ], [ "_:result/b943203b", "food", "buffets" ], [ "_:result/b943203b", "good_for_meal", "breakfast" ], [ "_:result/b943203b", "type", "Restaurant" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "phone", "4156831346" ], [ "_:result", "address", "2211 mission street" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "postcode", "94110" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "negate()", "inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "if no rice beach telegraph hill allows dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'the wharf inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the wharf inn is a nice place where dogs are allowed ." }, { "id": 3, "rdf-acts": [ "inform((_:search,dogs_allowed,'north beach telegraph hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "north beach telegraph hill" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'telegraph hill');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of telegraph hill ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "north beach" }, { "id": 6, "rdf-acts": [ "canthelp((_:result,area,'north beach');(_:result,dogs_allowed,'yes');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , in the area of north beach and where dogs are allowed ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
219
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "the wharf inn" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "the wharf inn" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/28f05bc8" ], [ "_:result/28f05bc8", "area", "telegraph hill" ], [ "_:result/28f05bc8", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "the wharf inn" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/28f05bc8" ], [ "_:result/28f05bc8", "area", "telegraph hill" ], [ "_:result/28f05bc8", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/13fb9e9c" ], [ "_:result/13fb9e9c", "area", "north beach" ], [ "_:result/13fb9e9c", "dogs_allowed", "yes" ], [ "_:result/13fb9e9c", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "the wharf inn" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/28f05bc8" ], [ "_:result/28f05bc8", "area", "telegraph hill" ], [ "_:result/28f05bc8", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/13fb9e9c" ], [ "_:result/13fb9e9c", "area", "north beach" ], [ "_:result/13fb9e9c", "dogs_allowed", "yes" ], [ "_:result/13fb9e9c", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "restaurant near code" }, { "id": 2, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal are you looking for ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,near,'lower haight');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant near lower haight" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'thep phanom thai restaurant');(_:result,near,'lower haight');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thep phanom thai restaurant is a nice place it is near lower haight ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "i need are dolores heights" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'thep phanom thai restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "thep phanom thai restaurant is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "does not allow children and is good for dinner" }, { "id": 8, "rdf-acts": [ "inform((_:result,count,'1');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'no');(_:result,name,'thep phanom thai restaurant');(_:result,near,'lower haight');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place other than thep phanom thai restaurant near lower haight , where no child -s are allowed and good for dinner ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay can i get the address phone number and postcode" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'400 waller street');(_:result,name,'thep phanom thai restaurant');(_:result,phone,'4154312526');(_:result,postcode,'94117');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thep phanom thai restaurant is a nice place , their phone number is 4154312526 , their postcode is 94117 and their address is 400 waller street ." }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "bye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
3275
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "near", "lower haight" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "near", "lower haight" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "thep phanom thai restaurant" ], [ "_:result", "near", "lower haight" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "lower haight" ], [ "_:result", "near", "lower haight" ], [ "_:result", "name", "thep phanom thai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "lower haight" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "thep phanom thai restaurant" ], [ "_:result", "near", "lower haight" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "lower haight" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "lower haight" ], [ "_:result", "address", "400 waller street" ], [ "_:result", "name", "thep phanom thai restaurant" ], [ "_:result", "phone", "4154312526" ], [ "_:result", "postcode", "94117" ], [ "_: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", "near", "lower haight" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "lower haight" ], [ "_:result", "address", "400 waller street" ], [ "_:result", "name", "thep phanom thai restaurant" ], [ "_:result", "phone", "4154312526" ], [ "_:result", "postcode", "94117" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))", "inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a restaurant that's cheap and good for brunch" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'brunch');(_:result,name,'red door cafe');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , it is in the cheap price range and it is good for brunch ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,near,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay can i have the near the address and what area near to" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1608 bush street');(_:result,area,'hayes valley or cathedral hill');(_:result,name,'red door cafe');(_:result,near,'lower pacific heights');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , it is in the area of cathedral hill , their address is 1608 bush street , it is in the area of hayes valley and it is near lower pacific heights ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
313
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_:result", "near", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1608 bush street" ], [ "_:result", "area", "hayes valley or cathedral hill" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "near", "lower pacific heights" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1608 bush street" ], [ "_:result", "area", "hayes valley or cathedral hill" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "near", "lower pacific heights" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the phone number what what is the postcode" }, { "id": 2, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 3, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the postcode" }, { "id": 4, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'north park');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "what what in the north park area" }, { "id": 6, "rdf-acts": [ "canthelp((_:result,area,'north park');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of north park ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 8, "rdf-acts": [ "canthelp((_:result,area,'north park');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of north park ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
267
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "?" ], [ "_:search", "area", "north park" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "?" ], [ "_:search", "area", "north park" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/04aefaa5" ], [ "_:result/04aefaa5", "area", "north park" ], [ "_:result/04aefaa5", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "?" ], [ "_:search", "area", "north park" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/04aefaa5" ], [ "_:result/04aefaa5", "area", "north park" ], [ "_:result/04aefaa5", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/3f6f3c87" ], [ "_:result/3f6f3c87", "area", "north park" ], [ "_:result/3f6f3c87", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "?" ], [ "_:search", "area", "north park" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/04aefaa5" ], [ "_:result/04aefaa5", "area", "north park" ], [ "_:result/04aefaa5", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/3f6f3c87" ], [ "_:result/3f6f3c87", "area", "north park" ], [ "_:result/3f6f3c87", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "north panhandle" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'north panhandle');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "area of north panhandle" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'north panhandle');(_:result,name,'bistro central parc');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bistro central parc is a nice place it is in the area of north panhandle ." }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'middle eastern');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "middle eastern food" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north panhandle');(_:result,food,'middle eastern');(_:result,name,'jannah');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "jannah is a nice place , it serves middle eastern food and it is in the area of north panhandle ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number and postcode" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'jannah');(_:result,phone,'4155674400');(_:result,postcode,'94117');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "jannah is a nice place , their phone number is 4155674400 and their postcode is 94117 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
1221
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north panhandle" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north panhandle" ], [ "_:result", "area", "north panhandle" ], [ "_:result", "name", "bistro central parc" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "middle eastern" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north panhandle" ], [ "_:search", "food", "middle eastern" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north panhandle" ], [ "_:result", "food", "middle eastern" ], [ "_:result", "name", "jannah" ], [ "_: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", "?" ], [ "_:search", "area", "north panhandle" ], [ "_:search", "food", "middle eastern" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north panhandle" ], [ "_:result", "food", "middle eastern" ], [ "_:result", "name", "jannah" ], [ "_:result", "phone", "4155674400" ], [ "_:result", "postcode", "94117" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north panhandle" ], [ "_:search", "food", "middle eastern" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north panhandle" ], [ "_:result", "food", "middle eastern" ], [ "_:result", "name", "jannah" ], [ "_:result", "phone", "4155674400" ], [ "_:result", "postcode", "94117" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))", "request((_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i'd like a hotel near or phone number that allows dogs" }, { "id": 2, "rdf-acts": [ "select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows dogs ?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "welsh" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'hotel union square');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel union square is a nice place where dogs are allowed ." }, { "id": 7, "rdf-acts": [ "request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it accept credit cards" }, { "id": 8, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,name,'hotel union square');(_:result,phone,'4153973000');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel union square is a nice place , it accepts credit card -s and their phone number is 4153973000 ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'114 powell st');(_:result,name,'hotel union square');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel union square is a nice place their address is 114 powell st ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
195
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "true" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "hotel union square" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "hotel union square" ], [ "_:result", "phone", "4153973000" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "phone", "4153973000" ], [ "_:result", "address", "114 powell st" ], [ "_:result", "name", "hotel union square" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "dogs_allowed", "true" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "phone", "4153973000" ], [ "_:result", "address", "114 powell st" ], [ "_:result", "name", "hotel union square" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))", "ack()" ], "speaker": "user", "text": "restaurant yeah i'm does not allow children good for any now" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'incanto');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "incanto is a nice place where no child -s are allowed ." }, { "id": 3, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 4, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'gamine');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gamine is a nice place where no child -s are allowed ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
1714
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/60e7b49a" ], [ "_:result/60e7b49a", "kids_allowed", "no" ], [ "_:result/60e7b49a", "name", "incanto" ], [ "_:result/60e7b49a", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/60e7b49a" ], [ "_:result/60e7b49a", "kids_allowed", "no" ], [ "_:result/60e7b49a", "name", "incanto" ], [ "_:result/60e7b49a", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "gamine" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/60e7b49a" ], [ "_:result/60e7b49a", "kids_allowed", "no" ], [ "_:result/60e7b49a", "name", "incanto" ], [ "_:result/60e7b49a", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "gamine" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "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,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'atelier crenn');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "atelier crenn is a nice place it is in the expensive price range ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "address" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'atelier crenn');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "atelier crenn is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'3127 fillmore street');(_:result,name,'atelier crenn');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "atelier crenn is a nice place their address is 3127 fillmore street ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
3488
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "atelier crenn" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "atelier crenn" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "3127 fillmore street" ], [ "_:result", "name", "atelier crenn" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "3127 fillmore street" ], [ "_:result", "name", "atelier crenn" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'telegraph hill');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i need a hotel in telegraph hill" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'telegraph hill');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of telegraph hill ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about martin luther king square square" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'martin luther king square');(_:result,name,'chateau tivoli bed and breakfast inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "chateau tivoli bed and breakfast inn is a nice place it is in the area of martin luther king square ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is their address and phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1057 steiner st');(_:result,name,'chateau tivoli bed and breakfast inn');(_:result,phone,'4157765462');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "chateau tivoli bed and breakfast inn is a nice place , their address is 1057 steiner st and their phone number is 4157765462 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
406
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/bf6c9456" ], [ "_:result/bf6c9456", "area", "telegraph hill" ], [ "_:result/bf6c9456", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/bf6c9456" ], [ "_:result/bf6c9456", "area", "telegraph hill" ], [ "_:result/bf6c9456", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "martin luther king square" ], [ "_:result", "name", "chateau tivoli bed and breakfast inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/bf6c9456" ], [ "_:result/bf6c9456", "area", "telegraph hill" ], [ "_:result/bf6c9456", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "martin luther king square" ], [ "_:result", "address", "1057 steiner st" ], [ "_:result", "name", "chateau tivoli bed and breakfast inn" ], [ "_:result", "phone", "4157765462" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/bf6c9456" ], [ "_:result/bf6c9456", "area", "telegraph hill" ], [ "_:result/bf6c9456", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "martin luther king square" ], [ "_:result", "address", "1057 steiner st" ], [ "_:result", "name", "chateau tivoli bed and breakfast inn" ], [ "_:result", "phone", "4157765462" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'park merced');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in area of park merced i don't care please have" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'park merced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of park merced ." }, { "id": 3, "rdf-acts": [ "affirm()", "inform((_:search,area,'martin luther king square');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "yes i'm looking for a hotel in the area of martin luther king square" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'martin luther king square');(_:result,name,'chateau tivoli bed and breakfast inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "chateau tivoli bed and breakfast inn is a nice place it is in the area of martin luther king square ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i have their address and price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1057 steiner st');(_:result,name,'chateau tivoli bed and breakfast inn');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "chateau tivoli bed and breakfast inn is a nice place , it is in the moderate price range and their address is 1057 steiner st ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
274
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "park merced" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/cbc8b180" ], [ "_:result/cbc8b180", "area", "park merced" ], [ "_:result/cbc8b180", "type", "Hotel" ], [ "_:search", "area", "martin luther king square" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/cbc8b180" ], [ "_:result/cbc8b180", "area", "park merced" ], [ "_:result/cbc8b180", "type", "Hotel" ], [ "_:search", "area", "martin luther king square" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "martin luther king square" ], [ "_:result", "name", "chateau tivoli bed and breakfast inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/cbc8b180" ], [ "_:result/cbc8b180", "area", "park merced" ], [ "_:result/cbc8b180", "type", "Hotel" ], [ "_:search", "area", "martin luther king square" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "martin luther king square" ], [ "_:result", "address", "1057 steiner st" ], [ "_:result", "name", "chateau tivoli bed and breakfast inn" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/cbc8b180" ], [ "_:result/cbc8b180", "area", "park merced" ], [ "_:result/cbc8b180", "type", "Hotel" ], [ "_:search", "area", "martin luther king square" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "martin luther king square" ], [ "_:result", "address", "1057 steiner st" ], [ "_:result", "name", "chateau tivoli bed and breakfast inn" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "ack()" ], "speaker": "user", "text": "i'm looking for a expensive restaurant that doesn't allow children good where that's" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'skool');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "skool is a nice place , it is in the expensive price range and where no child -s are allowed ." }, { "id": 3, "rdf-acts": [ "inform((_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve breakfast" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,good_for_meal,'breakfast');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , in the expensive price range and good for breakfast ." }, { "id": 5, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))", "ack()", "bye()" ], "speaker": "user", "text": "how about a restaurant that doesn't allow children and is good goodbye rest" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
188
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "skool" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "skool" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:system", "canthelp", "_:result/4e0cdab5" ], [ "_:result/4e0cdab5", "good_for_meal", "breakfast" ], [ "_:result/4e0cdab5", "pricerange", "expensive" ], [ "_:result/4e0cdab5", "type", "Restaurant" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "skool" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:system", "canthelp", "_:result/4e0cdab5" ], [ "_:result/4e0cdab5", "good_for_meal", "breakfast" ], [ "_:result/4e0cdab5", "pricerange", "expensive" ], [ "_:result/4e0cdab5", "type", "Restaurant" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "the price of the restaurant" }, { "id": 2, "rdf-acts": [ "select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows child -s ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "does not allow children" }, { "id": 4, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'chouchou');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chouchou is a nice place where no child -s are allowed ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" } ]
3304
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "chouchou" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "" }, { "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,food,'new american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant in any area that serves new american" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'hayes valley');(_:result,food,'new american');(_:result,name,'maverick');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "maverick is a nice place , it is in the area of hayes valley and it serves new american food ." }, { "id": 5, "rdf-acts": [ "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it good for want" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'maverick');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "maverick is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address and phone" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'maverick');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "maverick is a nice restaurant ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
2636
[ { "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", "new american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "new american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "food", "new american" ], [ "_:result", "name", "maverick" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "good_for_meal", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "food", "new american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "food", "new american" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "name", "maverick" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "*" ], [ "_:search", "food", "new american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "food", "new american" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "maverick" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "i'm looking for a sea" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what kind of food would you like ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'lavash');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lavash is a nice place it is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "inform((_:search,near,'chinatown');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "near chinatown" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'great eastern restaurant');(_:result,near,'chinatown');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "great eastern restaurant is a nice place , it is near chinatown and it is in the moderate price range ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "oh i'd like the phone number and address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'649 jackson street');(_:result,name,'great eastern restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "great eastern restaurant is a nice place their address is 649 jackson street ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'great eastern restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "great eastern restaurant is a nice restaurant ." }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is their phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'great eastern restaurant');(_:result,phone,'4159862500');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "great eastern restaurant is a nice place their phone number is 4159862500 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
36
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "lavash" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "near", "chinatown" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "chinatown" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "great eastern restaurant" ], [ "_:result", "near", "chinatown" ], [ "_: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", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "chinatown" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "chinatown" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "649 jackson street" ], [ "_:result", "name", "great eastern restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "chinatown" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "chinatown" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "649 jackson street" ], [ "_:result", "name", "great eastern restaurant" ], [ "_:result", "type", "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", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "chinatown" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "chinatown" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "649 jackson street" ], [ "_:result", "name", "great eastern restaurant" ], [ "_:result", "phone", "4159862500" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "chinatown" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "chinatown" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "649 jackson street" ], [ "_:result", "name", "great eastern restaurant" ], [ "_:result", "phone", "4159862500" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i am looking for a hotel in the area of mission area" }, { "id": 2, "rdf-acts": [ "select((_:result,area,'mission terrace or mission bay'))" ], "speaker": "system", "text": "sorry would you like something in the area of mission terrace or mission bay" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "area" }, { "id": 4, "rdf-acts": [ "select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows dogs ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,dogs_allowed,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i need i don't care" }, { "id": 6, "rdf-acts": [ "inform((_:result,count,'182');(_:result,dogs_allowed,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -s if you do not care whether dogs are allowed ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 8, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 9, "rdf-acts": [ "inform((_:search,near,'alamo square');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "alamo square" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'alamo square');(_:result,dogs_allowed,'no');(_:result,name,'metro hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "metro hotel is a nice place , it is in the area of alamo square and i do not know if it allows dogs ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "may i have the address and price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'319 divisadero st');(_:result,name,'metro hotel');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "metro hotel is a nice place , it is in the inexpensive price range and their address is 319 divisadero st ." }, { "id": 13, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the price range" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'metro hotel');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "metro hotel is a nice place it is in the inexpensive price range ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
249
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "mission terrace or mission bay" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "mission terrace or mission bay" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "mission terrace or mission bay" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "mission terrace or mission bay" ], [ "_:search", "dogs_allowed", "*" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "*" ], [ "_:result", "count", "182" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "alamo square" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "metro hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_: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", "dogs_allowed", "*" ], [ "_:result", "count", "182" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "alamo square" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "address", "319 divisadero st" ], [ "_:result", "name", "metro hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_: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", "dogs_allowed", "*" ], [ "_:result", "count", "182" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "alamo square" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "address", "319 divisadero st" ], [ "_:result", "name", "metro hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "*" ], [ "_:result", "count", "182" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "alamo square" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "address", "319 divisadero st" ], [ "_:result", "name", "metro hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "ack()", "inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi i'm looking for a restaurant good for brunch near the cow hollow" }, { "id": 2, "rdf-acts": [ "inform((_:result,count,'2');(_:result,good_for_meal,'brunch');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 2 restaurant -s good for brunch ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what price range would you like ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i don't 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": [ "ack()", "inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'd like something good for brunch" }, { "id": 8, "rdf-acts": [ "canthelp((_:result,food,'french');(_:result,good_for_meal,'brunch');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , serving french food and good for brunch ." }, { "id": 9, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no doesn't really not called for code" }, { "id": 10, "rdf-acts": [ "inform((_:result,count,'17');(_:result,food,'french');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 17 restaurant -s serving french food ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 12, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what price range would you like ?" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,name,'range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i don't find chinese food i want a good price range" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'range');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "range is a nice restaurant ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
712
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:result", "count", "2" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "2" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "2" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/1219cbf8" ], [ "_:result/1219cbf8", "food", "french" ], [ "_:result/1219cbf8", "good_for_meal", "brunch" ], [ "_:result/1219cbf8", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:search", "pricerange", "?" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/1219cbf8" ], [ "_:result/1219cbf8", "food", "french" ], [ "_:result/1219cbf8", "good_for_meal", "brunch" ], [ "_:result/1219cbf8", "type", "Restaurant" ], [ "_:result", "count", "17" ], [ "_:result", "food", "french" ], [ "_:result", "type", "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" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:system", "canthelp", "_:result/1219cbf8" ], [ "_:result/1219cbf8", "food", "french" ], [ "_:result/1219cbf8", "good_for_meal", "brunch" ], [ "_:result/1219cbf8", "type", "Restaurant" ], [ "_:result", "count", "17" ], [ "_:result", "food", "french" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "chinese" ], [ "_:search", "name", "range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:system", "canthelp", "_:result/1219cbf8" ], [ "_:result/1219cbf8", "food", "french" ], [ "_:result/1219cbf8", "good_for_meal", "brunch" ], [ "_:result/1219cbf8", "type", "Restaurant" ], [ "_:result", "count", "17" ], [ "_:result", "food", "french" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "chinese" ], [ "_:search", "name", "range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "range" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:system", "canthelp", "_:result/1219cbf8" ], [ "_:result/1219cbf8", "food", "french" ], [ "_:result/1219cbf8", "good_for_meal", "brunch" ], [ "_:result/1219cbf8", "type", "Restaurant" ], [ "_:result", "count", "17" ], [ "_:result", "food", "french" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "chinese" ], [ "_:search", "name", "range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "range" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,near,'nob hill');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant near nob hill" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'darbar restaurant');(_:result,near,'nob hill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darbar restaurant is a nice place , it is in the cheap price range and it is near nob hill ." }, { "id": 3, "rdf-acts": [ "confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))", "request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it allow children" }, { "id": 4, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'darbar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darbar restaurant is a nice place where child -s are allowed ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1412 polk street');(_:result,name,'darbar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darbar restaurant is a nice place their address is 1412 polk street ." }, { "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,'darbar restaurant');(_:result,phone,'4153591236');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darbar restaurant is a nice place their phone number is 4153591236 ." }, { "id": 9, "rdf-acts": [ "request((_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the price" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'darbar restaurant');(_:result,price,'15 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darbar restaurant is a nice place their price -s are 15 euro ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
2682
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "darbar restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "kids_allowed", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "darbar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "address", "1412 polk street" ], [ "_:result", "name", "darbar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "address", "1412 polk street" ], [ "_:result", "name", "darbar restaurant" ], [ "_:result", "phone", "4153591236" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "price", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "address", "1412 polk street" ], [ "_:result", "phone", "4153591236" ], [ "_:result", "name", "darbar restaurant" ], [ "_:result", "price", "15 euro" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "near", "nob hill" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "address", "1412 polk street" ], [ "_:result", "phone", "4153591236" ], [ "_:result", "name", "darbar restaurant" ], [ "_:result", "price", "15 euro" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a restaurant near the there the cow hollow that allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'thai cottage restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thai cottage restaurant is a nice place where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'thai cottage restaurant');(_:result,phone,'4155665311');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thai cottage restaurant is a nice place their phone number is 4155665311 ." }, { "id": 5, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and what type of food" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'thai');(_:result,name,'thai cottage restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thai cottage restaurant is a nice place it serves thai food ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
540
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "thai cottage restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "thai cottage restaurant" ], [ "_:result", "phone", "4155665311" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "phone", "4155665311" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "thai cottage restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "phone", "4155665311" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "thai cottage restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "ack()", "inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant good for brunch" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'brunch');(_:result,name,'delancey street restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "delancey street restaurant is a nice place it is good for brunch ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,good_for_meal,'brunch');(_:result,name,'red door cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place it is good for brunch ." }, { "id": 5, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and area" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'hayes valley or cathedral hill');(_:result,name,'red door cafe');(_:result,phone,'4152828283');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , it is in the area of cathedral hill , their phone number is 4152828283 and it is in the area of hayes valley ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
1455
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "name", "delancey street restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "area", "hayes valley or cathedral hill" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "phone", "4152828283" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "area", "hayes valley or cathedral hill" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "phone", "4152828283" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "negate()", "inform((_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "no can i get a hotel with internet connection near venetian" }, { "id": 2, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'the good hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the good hotel is a nice place it has internet ." }, { "id": 3, "rdf-acts": [ "ack()", "request((_:result,address,?);(_:result,type,'Hotel'))", "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "okay what's the address of that hotel" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'the inn san francisco');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the inn san francisco is a nice place , it has internet and it is near mission ." }, { "id": 5, "rdf-acts": [ "ack()", "request((_:result,address,?);(_:result,type,'Hotel'))", "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "okay what's the street address of that hotel" }, { "id": 6, "rdf-acts": [ "confirm((_:result,has_internet,'yes');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "let me confirm you want a hotel that has internet , right ?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "right" }, { "id": 8, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'the inn san francisco');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the inn san francisco is a nice place , it has internet and it is near mission ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))", "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "what's the address of the hotel" }, { "id": 10, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'the good hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the good hotel is a nice place it has internet ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "and where is it located" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'112 7th st');(_:result,name,'the good hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the good hotel is a nice place their address is 112 7th st ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
375
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "the good hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "address", "?" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "the inn san francisco" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "address", "?" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "the inn san francisco" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "address", "?" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "the inn san francisco" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "address", "?" ], [ "_:result", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "the good hotel" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "address", "112 7th st" ], [ "_:result", "name", "the good hotel" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "address", "112 7th st" ], [ "_:result", "name", "the good hotel" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,near,'alamo square');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hello hi i'm looking for a restaurant near the alamo square that doesn't allow children" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'alamo square seafood grill');(_:result,near,'alamo square');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "alamo square seafood grill is a nice place , where no child -s are allowed and it is near alamo square ." }, { "id": 3, "rdf-acts": [ "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what meal is it good for" }, { "id": 4, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'alamo square seafood grill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "alamo square seafood grill is a nice place it is good for dinner ." }, { "id": 5, "rdf-acts": [ "request((_:result,name,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the name" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'alamo square seafood grill');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "alamo square seafood grill is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'803 fillmore street');(_:result,name,'alamo square seafood grill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "alamo square seafood grill is a nice place their address is 803 fillmore street ." }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'sea food');(_:result,name,'alamo square seafood grill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "alamo square seafood grill is a nice place it serves sea food ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
1248
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "near", "alamo square" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "good_for_meal", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "alamo square" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "name", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "alamo square" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "type", "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", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "alamo square" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "803 fillmore street" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "alamo square" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "803 fillmore street" ], [ "_:result", "food", "sea food" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "alamo square" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "803 fillmore street" ], [ "_:result", "food", "sea food" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,dogs_allowed,'false');(_:search,near,'parkside');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want to find a hotel near the parkside that doesn't allow dogs" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,dogs_allowed,'no');(_:result,near,'parkside');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , where no dogs are allowed and near parkside ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "how about a similar place and i don't care whether it allows dog" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'ocean park motel');(_:result,near,'parkside');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "ocean park motel is a nice place it is near parkside ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i get the address and phone number and postcode" }, { "id": 6, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i get the address phone number and post code" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 9, "rdf-acts": [ "inform((_:search,dogs_allowed,'false');(_:search,near,'parkside');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near parkside that doesn't allow dogs" }, { "id": 10, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you and goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
569
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/ea52325b" ], [ "_:result/ea52325b", "dogs_allowed", "no" ], [ "_:result/ea52325b", "near", "parkside" ], [ "_:result/ea52325b", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/ea52325b" ], [ "_:result/ea52325b", "dogs_allowed", "no" ], [ "_:result/ea52325b", "near", "parkside" ], [ "_:result/ea52325b", "type", "Hotel" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "near", "parkside" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/ea52325b" ], [ "_:result/ea52325b", "dogs_allowed", "no" ], [ "_:result/ea52325b", "near", "parkside" ], [ "_:result/ea52325b", "type", "Hotel" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "near", "parkside" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/ea52325b" ], [ "_:result/ea52325b", "dogs_allowed", "no" ], [ "_:result/ea52325b", "near", "parkside" ], [ "_:result/ea52325b", "type", "Hotel" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "near", "parkside" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/ea52325b" ], [ "_:result/ea52325b", "dogs_allowed", "no" ], [ "_:result/ea52325b", "near", "parkside" ], [ "_:result/ea52325b", "type", "Hotel" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "near", "parkside" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/ea52325b" ], [ "_:result/ea52325b", "dogs_allowed", "no" ], [ "_:result/ea52325b", "near", "parkside" ], [ "_:result/ea52325b", "type", "Hotel" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "near", "parkside" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "parkside" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a expensive restaurant that doesn't allow children near and mary's of town" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'specchio ristorante');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "specchio ristorante is a nice place , where no child -s are allowed and it is in the expensive price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,near,?);(_:result,type,'Restaurant'))", "inform((_:search,area,'cow hollow');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is it near the where in the cow hollow" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'cow hollow');(_:result,kids_allowed,'no');(_:result,name,'betelnut');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "betelnut is a nice place , where no child -s are allowed , it is in the expensive price range and it is in the area of cow hollow ." }, { "id": 5, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and area" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'cow hollow or hayes valley');(_:result,name,'betelnut');(_:result,near,'marina cow hollow');(_:result,phone,'4159298855');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "betelnut is a nice place , it is in the area of hayes valley , their phone number is 4159298855 , it is in the area of cow hollow and it is near marina cow hollow ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
1680
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "specchio ristorante" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "near", "?" ], [ "_:search", "area", "cow hollow" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "near", "?" ], [ "_:search", "area", "cow hollow" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "cow hollow" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "betelnut" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "cow hollow" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "cow hollow or hayes valley" ], [ "_:result", "name", "betelnut" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "phone", "4159298855" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "cow hollow" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "cow hollow or hayes valley" ], [ "_:result", "name", "betelnut" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "phone", "4159298855" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a moderately priced restaurant in the best pub from the main you code in town" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'minako organic japanese restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "minako organic japanese restaurant is a nice place it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,near,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it nearer richmond" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'minako organic japanese restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "minako organic japanese restaurant is a nice restaurant ." }, { "id": 5, "rdf-acts": [ "inform((_:search,good_for_meal,*);(_:search,near,'outer richmond');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a moderately priced restaurant that is near the outer richmond is this any meal" }, { "id": 6, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'hakka restaurant');(_:result,near,'outer richmond');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakka restaurant is a nice place , it is near outer richmond , it is good for dinner and it is in the moderate 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,count,'2');(_:result,good_for_meal,'dont_care');(_:result,near,'outer richmond');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 2 restaurant -s near outer richmond in the moderate price range and if you do not care which meal it is good for ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 10, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what area would you like" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "the phone number that" }, { "id": 12, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 13, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'hakka restaurant');(_:result,phone,'4158766898');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakka restaurant is a nice place their phone number is 4158766898 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
2554
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "minako organic japanese restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "near", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "near", "?" ], [ "_:result", "name", "minako organic japanese restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "near", "outer richmond" ], [ "_: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", "good_for_meal", "*" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "2" ], [ "_:result", "good_for_meal", "dont_care" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "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", "good_for_meal", "*" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "2" ], [ "_:result", "good_for_meal", "dont_care" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_: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" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "2" ], [ "_:result", "good_for_meal", "dont_care" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "area", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "2" ], [ "_:result", "good_for_meal", "dont_care" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "phone", "4158766898" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "2" ], [ "_:result", "good_for_meal", "dont_care" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "phone", "4158766898" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'inner mission');(_:search,pricerange,'pricey');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "and the area of inner mission in expensive price range" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'hotel drisco');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel drisco is a nice place it is in the pricey price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it accept credit cards" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'the fairmont san francisco');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the fairmont san francisco is a nice place it is in the pricey price range ." }, { "id": 5, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 6, "rdf-acts": [ "inform((_:result,count,'34');(_:result,pricerange,'pricey');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 34 hotel -s in the pricey price range ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 8, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what area would you like ?" }, { "id": 9, "rdf-acts": [ "inform((_:search,area,'inner mission');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "inner mission" }, { "id": 10, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,name,'the fairmont san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the fairmont san francisco is a nice place it accepts credit card -s ." }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "a expensive price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'the fairmont san francisco');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "the fairmont san francisco is a nice hotel ." }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'the fairmont san francisco');(_:result,phone,'4157725000');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the fairmont san francisco is a nice place their phone number is 4157725000 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
265
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner mission" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner mission" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "hotel drisco" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner mission" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "?" ], [ "_:user", "denied", "_:result/cb1de80d" ], [ "_:result/cb1de80d", "name", "the fairmont san francisco" ], [ "_:result/cb1de80d", "pricerange", "pricey" ], [ "_:result/cb1de80d", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner mission" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "?" ], [ "_:user", "denied", "_:result/cb1de80d" ], [ "_:result/cb1de80d", "name", "the fairmont san francisco" ], [ "_:result/cb1de80d", "pricerange", "pricey" ], [ "_:result/cb1de80d", "type", "Hotel" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:result", "accepts_credit_cards", "?" ], [ "_:user", "denied", "_:result/cb1de80d" ], [ "_:result/cb1de80d", "name", "the fairmont san francisco" ], [ "_:result/cb1de80d", "pricerange", "pricey" ], [ "_:result/cb1de80d", "type", "Hotel" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "inner mission" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:result/cb1de80d" ], [ "_:result/cb1de80d", "name", "the fairmont san francisco" ], [ "_:result/cb1de80d", "pricerange", "pricey" ], [ "_:result/cb1de80d", "type", "Hotel" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:search", "area", "inner mission" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "the fairmont san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:result/cb1de80d" ], [ "_:result/cb1de80d", "name", "the fairmont san francisco" ], [ "_:result/cb1de80d", "pricerange", "pricey" ], [ "_:result/cb1de80d", "type", "Hotel" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:search", "area", "inner mission" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "the fairmont san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:result/cb1de80d" ], [ "_:result/cb1de80d", "name", "the fairmont san francisco" ], [ "_:result/cb1de80d", "pricerange", "pricey" ], [ "_:result/cb1de80d", "type", "Hotel" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:search", "area", "inner mission" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "the fairmont san francisco" ], [ "_:result", "phone", "4157725000" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "denied", "_:result/cb1de80d" ], [ "_:result/cb1de80d", "name", "the fairmont san francisco" ], [ "_:result/cb1de80d", "pricerange", "pricey" ], [ "_:result/cb1de80d", "type", "Hotel" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:search", "area", "inner mission" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "the fairmont san francisco" ], [ "_:result", "phone", "4157725000" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'somisspo');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant in somisspo that's food" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'somisspo');(_:result,name,'chez spencer');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chez spencer is a nice place it is in the area of somisspo ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the address phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'82 1fourth street');(_:result,name,'chez spencer');(_:result,phone,'4158642191');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chez spencer is a nice place , their address is 82 1fourth street and their phone number is 4158642191 ." }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
1934
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "somisspo" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "somisspo" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "somisspo" ], [ "_:result", "name", "chez spencer" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "somisspo" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "somisspo" ], [ "_:result", "address", "82 1fourth street" ], [ "_:result", "name", "chez spencer" ], [ "_:result", "phone", "4158642191" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "somisspo" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "somisspo" ], [ "_:result", "address", "82 1fourth street" ], [ "_:result", "name", "chez spencer" ], [ "_:result", "phone", "4158642191" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()", "ack()", "inform((_:search,food,'sea food');(_:search,good_for_meal,'dinner');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes i'm looking for a restaurant good for dinner that serves sea food and allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'beijing restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice place , where child -s are allowed and it is good for dinner ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the name phone number and address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1801 alemany blvd');(_:result,name,'beijing restaurant');(_:result,phone,'4153338182');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice place , their address is 1801 alemany blvd and their phone number is 4153338182 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
998
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sea food" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sea food" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sea food" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "address", "1801 alemany blvd" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "phone", "4153338182" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sea food" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "address", "1801 alemany blvd" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "phone", "4153338182" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "yes um find a hotel in the mission that doesn't allow dogs" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,dogs_allowed,'no');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , near mission and where no dogs are allowed ." }, { "id": 3, "rdf-acts": [ "reqalts((_:result,near,'soma'))" ], "speaker": "user", "text": "what about near the soma" }, { "id": 4, "rdf-acts": [ "select((_:result,near,'soma or mission'))" ], "speaker": "system", "text": "sorry would you like it to be near soma or mission" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i need phone whether doesn't allow dogs" }, { "id": 6, "rdf-acts": [ "inform((_:result,dogs_allowed,'no');(_:result,name,'pickwick hotel');(_:result,near,'soma');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "pickwick hotel is a nice place , where no dogs are allowed and it is near soma ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can i have the address phone number please and does it have internet" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'85 5th st');(_:result,name,'pickwick hotel');(_:result,phone,'4154217500');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "pickwick hotel is a nice place , their address is 85 5th st and their phone number is 4154217500 ." }, { "id": 9, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it have internet" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'pickwick hotel');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "pickwick hotel is a nice hotel ." }, { "id": 11, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it have internet" }, { "id": 12, "rdf-acts": [ "inform((_:result,count,'3');(_:result,dogs_allowed,'no');(_:result,has_internet,'yes');(_:result,near,'soma');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 3 hotel -s with an internet connection near soma and where no dogs are allowed ." }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 14, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what area would you like" }, { "id": 15, "rdf-acts": [ "ack()", "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you goodbye" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
416
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/d1d04de0" ], [ "_:result/d1d04de0", "dogs_allowed", "no" ], [ "_:result/d1d04de0", "near", "mission" ], [ "_:result/d1d04de0", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/d1d04de0" ], [ "_:result/d1d04de0", "dogs_allowed", "no" ], [ "_:result/d1d04de0", "near", "mission" ], [ "_:result/d1d04de0", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "near", "soma or mission" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/d1d04de0" ], [ "_:result/d1d04de0", "dogs_allowed", "no" ], [ "_:result/d1d04de0", "near", "mission" ], [ "_:result/d1d04de0", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "?" ], [ "_:search", "dogs_allowed", "false" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/d1d04de0" ], [ "_:result/d1d04de0", "dogs_allowed", "no" ], [ "_:result/d1d04de0", "near", "mission" ], [ "_:result/d1d04de0", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "near", "soma" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "85 5th st" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "phone", "4154217500" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/d1d04de0" ], [ "_:result/d1d04de0", "dogs_allowed", "no" ], [ "_:result/d1d04de0", "near", "mission" ], [ "_:result/d1d04de0", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "near", "soma" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "85 5th st" ], [ "_:result", "phone", "4154217500" ], [ "_:result", "has_internet", "?" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "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", "_:result/d1d04de0" ], [ "_:result/d1d04de0", "dogs_allowed", "no" ], [ "_:result/d1d04de0", "near", "mission" ], [ "_:result/d1d04de0", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "85 5th st" ], [ "_:result", "phone", "4154217500" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "count", "3" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "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", "_:result/d1d04de0" ], [ "_:result/d1d04de0", "dogs_allowed", "no" ], [ "_:result/d1d04de0", "near", "mission" ], [ "_:result/d1d04de0", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "has_internet", "true" ], [ "_:result", "address", "85 5th st" ], [ "_:result", "phone", "4154217500" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "count", "3" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/d1d04de0" ], [ "_:result/d1d04de0", "dogs_allowed", "no" ], [ "_:result/d1d04de0", "near", "mission" ], [ "_:result/d1d04de0", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "has_internet", "true" ], [ "_:result", "address", "85 5th st" ], [ "_:result", "phone", "4154217500" ], [ "_:result", "name", "pickwick hotel" ], [ "_:result", "count", "3" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,accepts_credit_cards,'false');(_:search,area,'the castro');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i am looking for a hotel in the castro that doesn't accept credit cards" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'the castro');(_:result,name,'inn on castro');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place it is in the area of the castro ." }, { "id": 3, "rdf-acts": [ "request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it accept credit cards naz" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,accepts_credit_cards,'no');(_:result,area,'the castro');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , where no credit card -s are accepted and in the area of the castro ." }, { "id": 5, "rdf-acts": [ "request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it accept credit cards" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'the castro');(_:result,name,'inn on castro');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place it is in the area of the castro ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
532
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "false" ], [ "_:search", "area", "the castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "false" ], [ "_:search", "area", "the castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "the castro" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "false" ], [ "_:search", "area", "the castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "the castro" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "?" ], [ "_:system", "canthelp", "_:result/37087fc2" ], [ "_:result/37087fc2", "accepts_credit_cards", "no" ], [ "_:result/37087fc2", "area", "the castro" ], [ "_:result/37087fc2", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "false" ], [ "_:search", "area", "the castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "?" ], [ "_:system", "canthelp", "_:result/37087fc2" ], [ "_:result/37087fc2", "accepts_credit_cards", "no" ], [ "_:result/37087fc2", "area", "the castro" ], [ "_:result/37087fc2", "type", "Hotel" ], [ "_:result", "area", "the castro" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,good_for_meal,*);(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant good for any meal that serves pub food food and doesn't allow children" }, { "id": 2, "rdf-acts": [ "confirm((_:result,good_for_meal,'dont_care');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "let me confirm you do not care about meal" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "confirm((_:result,good_for_meal,'dont_care');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "let me confirm you do not care about meal" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "correct" }, { "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,'raw food');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "pub food food" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'raw food');(_:result,good_for_meal,'dinner');(_:result,name,'bar crudo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bar crudo is a nice place , it is good for dinner and it serves raw food food ." }, { "id": 9, "rdf-acts": [ "confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))", "request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it allow children" }, { "id": 10, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'bar crudo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bar crudo is a nice place where no child -s are allowed ." }, { "id": 11, "rdf-acts": [ "confirm((_:result,good_for_meal,*);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it good for any meal" }, { "id": 12, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'bar crudo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bar crudo is a nice place it is good for dinner ." }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "food" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'bar crudo');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "bar crudo is a nice restaurant ." }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
1431
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "food", "raw food" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "food", "raw food" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "raw food" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "bar crudo" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "kids_allowed", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "food", "raw food" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "raw food" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "bar crudo" ], [ "_:result", "good_for_meal", "*" ], [ "_: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", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "food", "raw food" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "raw food" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "bar crudo" ], [ "_: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", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "food", "raw food" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "raw food" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "bar crudo" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i am looking for a hotel that doesn't allow dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,dogs_allowed,'no');(_:result,name,'san francisco inn civic center');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "san francisco inn civic center is a nice place where no dogs are allowed ." }, { "id": 3, "rdf-acts": [ "inform((_:search,accepts_credit_cards,'false');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "and does not accept credit cards" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'san francisco inn civic center');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "san francisco inn civic center is a nice hotel ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))", "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "what is the address phone number and price range of that hotel" }, { "id": 6, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'no');(_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place , it does not accept credit card -s and where no dogs are allowed ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))", "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "what is the address of the hotel" }, { "id": 8, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'no');(_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place , it does not accept credit card -s and where no dogs are allowed ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))", "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "what is the address of that hotel" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'615 union st');(_:result,name,'casa melissa');(_:result,phone,'4152257377');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place , their address is 615 union st , their phone number is 4152257377 and it is in the moderate price range ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
478
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "san francisco inn civic center" ], [ "_:result", "type", "Hotel" ], [ "_:search", "accepts_credit_cards", "false" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:result", "dogs_allowed", "no" ], [ "_:search", "accepts_credit_cards", "false" ], [ "_:result", "name", "san francisco inn civic center" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "accepts_credit_cards", "false" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "accepts_credit_cards", "false" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "accepts_credit_cards", "false" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "dogs_allowed", "no" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "615 union st" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "phone", "4152257377" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "dogs_allowed", "false" ], [ "_:search", "accepts_credit_cards", "false" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "dogs_allowed", "no" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "615 union st" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "phone", "4152257377" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'north beach');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in north beach" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'north beach');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the tuscan best western plus is a nice place it is in the area of north beach ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'425 n point st');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the tuscan best western plus is a nice place their address is 425 n point st ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north beach');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the tuscan best western plus is a nice place it is in the area of north beach ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'the tuscan best western plus');(_:result,phone,'4155611100');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the tuscan best western plus is a nice place their phone number is 4155611100 ." }, { "id": 9, "rdf-acts": [ "inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "do they accept credit cards" }, { "id": 10, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,area,'north beach');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the tuscan best western plus is a nice place , it is in the area of north beach and it accepts credit card -s ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
362
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "north beach" ], [ "_:result", "address", "425 n point st" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "425 n point st" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:result", "address", "425 n point st" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "phone", "4155611100" ], [ "_:result", "type", "Hotel" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:result", "address", "425 n point st" ], [ "_:result", "phone", "4155611100" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_: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 beach" ], [ "_:result", "address", "425 n point st" ], [ "_:result", "phone", "4155611100" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'castro');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area castro i don't care does it serve" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'castro');(_:result,name,'inn on castro');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place it is in the area of castro ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number and address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'321 castro st');(_:result,name,'inn on castro');(_:result,phone,'4158610321');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place , their address is 321 castro st and their phone number is 4158610321 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
436
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "address", "321 castro st" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "phone", "4158610321" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "address", "321 castro st" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "phone", "4158610321" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "price range" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "cheap" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'29');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 29 hotel -s in the inexpensive price range ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "and down" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'kean hotel');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "kean hotel is a nice place it is in the inexpensive price range ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'kean hotel');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "kean hotel is a nice hotel ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'1018 mission st');(_:result,name,'kean hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "kean hotel is a nice place their address is 1018 mission st ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
531
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "29" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "count", "29" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "count", "29" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "kean hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_: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", "inexpensive" ], [ "_:result", "count", "29" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "address", "?" ], [ "_:result", "name", "kean hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "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", "inexpensive" ], [ "_:result", "count", "29" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "address", "1018 mission st" ], [ "_:result", "name", "kean hotel" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "count", "29" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "address", "1018 mission st" ], [ "_:result", "name", "kean hotel" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i want in any that's expensive restaurant" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'inn at the presidio');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn at the presidio is a nice place it is in the pricey price range ." }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want a expensive hotel" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'inn at the presidio');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn at the presidio is a nice place it is in the pricey price range ." }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "inexpensive" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'inn at the presidio');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "inn at the presidio is a nice hotel ." }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want a cheap hotel" }, { "id": 8, "rdf-acts": [ "inform((_:result,count,'34');(_:result,pricerange,'pricey');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 34 hotel -s in the pricey price range ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 10, "rdf-acts": [ "select((_:result,has_internet,'no');(_:result,has_internet,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it has internet ?" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
465
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "inn at the presidio" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "inn at the presidio" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_: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" ], [ "_:result", "name", "inn at the presidio" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number please" }, { "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,kids_allowed,'false');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap it does not allow children" }, { "id": 4, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'eiji');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "eiji is a nice place , where no child -s are allowed and it is in the cheap price range ." }, { "id": 5, "rdf-acts": [ "ack()", "inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "good for lunch" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'eiji');(_:result,phone,'4155588149');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "eiji is a nice place their phone number is 4155588149 ." }, { "id": 7, "rdf-acts": [ "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))", "inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is it good for lunch" }, { "id": 8, "rdf-acts": [ "inform((_:result,good_for_meal,'lunch');(_:result,kids_allowed,'no');(_:result,name,'la mediterranee');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la mediterranee is a nice place , where no child -s are allowed , it is in the cheap price range and it is good for lunch ." }, { "id": 9, "rdf-acts": [ "request((_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the price of the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'la mediterranee');(_:result,price,'15 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la mediterranee is a nice place their price -s are 15 euro ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
1796
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "eiji" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "eiji" ], [ "_:result", "phone", "4155588149" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "good_for_meal", "?" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "phone", "4155588149" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "la mediterranee" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "price", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "phone", "4155588149" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "la mediterranee" ], [ "_:result", "price", "15 euro" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "phone", "4155588149" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "la mediterranee" ], [ "_:result", "price", "15 euro" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'korean');(_:search,kids_allowed,'true');(_:search,near,'lower pacific heights');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant near the lower pacific heights that serves korean food and allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'korean');(_:result,kids_allowed,'yes');(_:result,name,'seoul garden');(_:result,near,'lower pacific heights');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "seoul garden is a nice place , where child -s are allowed , it serves korean food and it is near lower pacific heights ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the phone number and the area" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'hayes valley or little osaka');(_:result,name,'seoul garden');(_:result,phone,'4155637664');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "seoul garden is a nice place , it is in the area of little osaka , their phone number is 4155637664 and it is in the area of hayes valley ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
200
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "lower pacific heights" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "lower pacific heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "seoul garden" ], [ "_:result", "near", "lower pacific heights" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "lower pacific heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "near", "lower pacific heights" ], [ "_:result", "area", "hayes valley or little osaka" ], [ "_:result", "name", "seoul garden" ], [ "_:result", "phone", "4155637664" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "korean" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "lower pacific heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "korean" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "near", "lower pacific heights" ], [ "_:result", "area", "hayes valley or little osaka" ], [ "_:result", "name", "seoul garden" ], [ "_:result", "phone", "4155637664" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "i s" }, { "id": 2, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "is it" }, { "id": 4, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 5, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "it in the area gastro" }, { "id": 6, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 7, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "in the area code care" }, { "id": 8, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
486
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "near", "?" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,near,'soma');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i need to find a hotel near the soma that allowes dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'intercontinental san francisco');(_:result,near,'soma');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "intercontinental san francisco is a nice place it is near soma ." }, { "id": 3, "rdf-acts": [ "inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "does it allow dogs" }, { "id": 4, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'intercontinental san francisco');(_:result,near,'soma');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "intercontinental san francisco is a nice place , it is near soma and where dogs are allowed ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the name phone number and address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'888 howard st');(_:result,name,'intercontinental san francisco');(_:result,phone,'4156166500');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "intercontinental san francisco is a nice place , their address is 888 howard st and their phone number is 4156166500 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
114
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:result", "name", "intercontinental san francisco" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "intercontinental san francisco" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "name", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "near", "soma" ], [ "_:result", "address", "888 howard st" ], [ "_:result", "name", "intercontinental san francisco" ], [ "_:result", "phone", "4156166500" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "near", "soma" ], [ "_:result", "address", "888 howard st" ], [ "_:result", "name", "intercontinental san francisco" ], [ "_:result", "phone", "4156166500" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'cambodian');(_:search,near,'bernal heights');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant near the bernal heights that serves cambodian food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'cambodian');(_:result,name,'angkor borei restaurant');(_:result,near,'bernal heights');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "angkor borei restaurant is a nice place , it serves cambodian food and it is near bernal heights ." }, { "id": 3, "rdf-acts": [ "confirm((_:result,good_for_meal,*);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it good for any meal" }, { "id": 4, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'angkor borei restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "angkor borei restaurant is a nice place it is good for dinner ." }, { "id": 5, "rdf-acts": [ "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))", "inform((_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is it good for breakfast" }, { "id": 6, "rdf-acts": [ "canthelp((_:result,food,'cambodian');(_:result,good_for_meal,'breakfast');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , serving cambodian food and good for breakfast ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and area" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'3471 mission street');(_:result,area,'hayes valley or bernal heights');(_:result,good_for_meal,'dinner');(_:result,name,'angkor borei restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "angkor borei restaurant is a nice place , it is in the area of bernal heights , their address is 3471 mission street , it is in the area of hayes valley and it is good for dinner ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
255
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cambodian" ], [ "_:search", "near", "bernal heights" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cambodian" ], [ "_:search", "near", "bernal heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "cambodian" ], [ "_:result", "name", "angkor borei restaurant" ], [ "_:result", "near", "bernal heights" ], [ "_:result", "good_for_meal", "*" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cambodian" ], [ "_:search", "near", "bernal heights" ], [ "_:result", "food", "cambodian" ], [ "_:result", "near", "bernal heights" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "angkor borei restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "good_for_meal", "?" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cambodian" ], [ "_:search", "near", "bernal heights" ], [ "_:result", "food", "cambodian" ], [ "_:result", "near", "bernal heights" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "angkor borei restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "good_for_meal", "?" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/5c72e019" ], [ "_:result/5c72e019", "food", "cambodian" ], [ "_:result/5c72e019", "good_for_meal", "breakfast" ], [ "_:result/5c72e019", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cambodian" ], [ "_:search", "near", "bernal heights" ], [ "_:result", "food", "cambodian" ], [ "_:result", "near", "bernal heights" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/5c72e019" ], [ "_:result/5c72e019", "food", "cambodian" ], [ "_:result/5c72e019", "good_for_meal", "breakfast" ], [ "_:result/5c72e019", "type", "Restaurant" ], [ "_:result", "address", "3471 mission street" ], [ "_:result", "area", "hayes valley or bernal heights" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "angkor borei restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cambodian" ], [ "_:search", "near", "bernal heights" ], [ "_:result", "food", "cambodian" ], [ "_:result", "near", "bernal heights" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/5c72e019" ], [ "_:result/5c72e019", "food", "cambodian" ], [ "_:result/5c72e019", "good_for_meal", "breakfast" ], [ "_:result/5c72e019", "type", "Restaurant" ], [ "_:result", "address", "3471 mission street" ], [ "_:result", "area", "hayes valley or bernal heights" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "angkor borei restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'castro');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area castro i don't care does it serve" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'castro');(_:result,name,'inn on castro');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place it is in the area of castro ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number and address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'321 castro st');(_:result,name,'inn on castro');(_:result,phone,'4158610321');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place , their address is 321 castro st and their phone number is 4158610321 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
436
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "address", "321 castro st" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "phone", "4158610321" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "address", "321 castro st" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "phone", "4158610321" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'friendship village');(_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i would like to find a hotel in the friendship village that is in the pricey for" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'friendship village');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of friendship village ." }, { "id": 3, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no russian hill" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'russian hill');(_:result,name,'da vinci villa');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "da vinci villa is a nice place , it is in the pricey price range and it is in the area of russian hill ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,count,'34');(_:result,pricerange,'pricey');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 34 hotel -s in the pricey price range ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 8, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 9, "rdf-acts": [ "inform((_:search,near,'russian hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "russian hill" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'2550 van ness ave');(_:result,name,'da vinci villa');(_:result,phone,'4155292500');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "da vinci villa is a nice place , their address is 2550 van ness ave and their phone number is 4155292500 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
76
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/5d4fd939" ], [ "_:result/5d4fd939", "area", "friendship village" ], [ "_:result/5d4fd939", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/5d4fd939" ], [ "_:result/5d4fd939", "area", "friendship village" ], [ "_:result/5d4fd939", "type", "Hotel" ], [ "_:result", "area", "russian hill" ], [ "_:result", "name", "da vinci villa" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/5d4fd939" ], [ "_:result/5d4fd939", "area", "friendship village" ], [ "_:result/5d4fd939", "type", "Hotel" ], [ "_:result", "area", "russian hill" ], [ "_:result", "name", "da vinci villa" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "pricerange", "pricey" ], [ "_:system", "canthelp", "_:result/5d4fd939" ], [ "_:result/5d4fd939", "area", "friendship village" ], [ "_:result/5d4fd939", "type", "Hotel" ], [ "_:result", "area", "russian hill" ], [ "_:result", "name", "da vinci villa" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "russian hill" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "pricerange", "pricey" ], [ "_:system", "canthelp", "_:result/5d4fd939" ], [ "_:result/5d4fd939", "area", "friendship village" ], [ "_:result/5d4fd939", "type", "Hotel" ], [ "_:result", "area", "russian hill" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:search", "near", "russian hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "2550 van ness ave" ], [ "_:result", "name", "da vinci villa" ], [ "_:result", "phone", "4155292500" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "friendship village" ], [ "_:search", "pricerange", "pricey" ], [ "_:system", "canthelp", "_:result/5d4fd939" ], [ "_:result/5d4fd939", "area", "friendship village" ], [ "_:result/5d4fd939", "type", "Hotel" ], [ "_:result", "area", "russian hill" ], [ "_:result", "count", "34" ], [ "_:result", "pricerange", "pricey" ], [ "_:search", "near", "russian hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "2550 van ness ave" ], [ "_:result", "name", "da vinci villa" ], [ "_:result", "phone", "4155292500" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i want to find a expensive restaurant in new and down" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'hotel monaco san francisco c a kimpton hotel');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel monaco san francisco c a kimpton hotel is a nice place it is in the pricey price range ." }, { "id": 3, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "oh" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'hotel monaco san francisco c a kimpton hotel');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "hotel monaco san francisco c a kimpton hotel is a nice hotel ." }, { "id": 5, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "um i want to find a hotel near venetian" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'hotel monaco san francisco c a kimpton hotel');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel monaco san francisco c a kimpton hotel is a nice place it is in the pricey price range ." }, { "id": 7, "rdf-acts": [ "inform((_:search,near,'mission');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel near the mission" }, { "id": 8, "rdf-acts": [ "canthelp((_:result,near,'mission');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , near mission and in the pricey price range ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "i don't care about price range" }, { "id": 10, "rdf-acts": [ "canthelp((_:result,near,'mission');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , in the pricey price range and near mission ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
164
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "hotel monaco san francisco c a kimpton hotel" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "name", "hotel monaco san francisco c a kimpton hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:result", "name", "hotel monaco san francisco c a kimpton hotel" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:result", "name", "hotel monaco san francisco c a kimpton hotel" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/3ca06af8" ], [ "_:result/3ca06af8", "near", "mission" ], [ "_:result/3ca06af8", "pricerange", "pricey" ], [ "_:result/3ca06af8", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:result", "name", "hotel monaco san francisco c a kimpton hotel" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/3ca06af8" ], [ "_:result/3ca06af8", "near", "mission" ], [ "_:result/3ca06af8", "pricerange", "pricey" ], [ "_:result/3ca06af8", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/091377dc" ], [ "_:result/091377dc", "near", "mission" ], [ "_:result/091377dc", "pricerange", "pricey" ], [ "_:result/091377dc", "type", "Hotel" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel area is you is that" }, { "id": 2, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes hayes valley" }, { "id": 4, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 5, "rdf-acts": [ "affirm()", "bye()" ], "speaker": "user", "text": "yes asian bye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
450
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "find a hotel near by hi hi" }, { "id": 2, "rdf-acts": [ "select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows dogs ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,dogs_allowed,*);(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "i don't care serves credit cards i want the name address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'182');(_:result,dogs_allowed,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -s if you do not care whether dogs are allowed ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 7, "rdf-acts": [ "inform((_:search,accepts_credit_cards,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i don't care" }, { "id": 8, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'dont_care');(_:result,count,'182');(_:result,dogs_allowed,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -s if you do not care whether dogs are allowed and if you do not care whether it accepts credit card -s ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 10, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what area would you like" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
77
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "*" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "*" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "*" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'fishermans wharf');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a restaurant in the area of fisherman's wharf that allows children and is good for dinner" }, { "id": 2, "rdf-acts": [ "inform((_:result,count,'89');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 89 restaurant -s good for dinner and where child -s are allowed ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 4, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what area would you like" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "fisherman's wharf" }, { "id": 6, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'pad thai restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pad thai restaurant is a nice place , where child -s are allowed and it is good for dinner ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and price range" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'pad thai restaurant');(_:result,phone,'4152854210');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "pad thai restaurant is a nice place , it is in the cheap price range and their phone number is 4152854210 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
2782
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "fishermans wharf" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "fishermans wharf" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "89" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "count", "89" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "count", "89" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "pad thai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "count", "89" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "pad thai restaurant" ], [ "_:result", "phone", "4152854210" ], [ "_: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": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "count", "89" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "pad thai restaurant" ], [ "_:result", "phone", "4152854210" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near that please" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'haight');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "near by price" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,near,'haight');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "red victorian bed breakfast and arts cafe is a nice place it is near haight ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1665 haight st');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,phone,'4158641978');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "red victorian bed breakfast and arts cafe is a nice place , their address is 1665 haight st and their phone number is 4158641978 ." }, { "id": 7, "rdf-acts": [ "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "do they have internet there" }, { "id": 8, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'the donatello');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the donatello is a nice place it has internet ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
58
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "haight" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "haight" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "near", "haight" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "haight" ], [ "_:result", "near", "haight" ], [ "_:result", "address", "1665 haight st" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "phone", "4158641978" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "haight" ], [ "_:result", "near", "haight" ], [ "_:result", "address", "1665 haight st" ], [ "_:result", "phone", "4158641978" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "the donatello" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "haight" ], [ "_:result", "near", "haight" ], [ "_:result", "address", "1665 haight st" ], [ "_:result", "phone", "4158641978" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "the donatello" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "" }, { "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": "moderately priced" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'little nepal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little nepal is a nice place it is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "does not allow children and is good for lunch" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'little nepal');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "little nepal is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "good for lunch" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 9, "rdf-acts": [ "ack()", "inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "good for lunch" }, { "id": 10, "rdf-acts": [ "inform((_:result,good_for_meal,'lunch');(_:result,kids_allowed,'no');(_:result,name,'restaurant ducroix');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant ducroix is a nice place , where no child -s are allowed , it is in the moderate price range and it is good for lunch ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address phone number and prices" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'690 sacramento street');(_:result,name,'restaurant ducroix');(_:result,phone,'4153917195');(_:result,price,'22 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant ducroix is a nice place , their price -s are 22 euro , their phone number is 4153917195 and their address is 690 sacramento street ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
1639
[ { "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", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "little nepal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "little nepal" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "kids_allowed", "false" ], [ "_:result", "name", "little nepal" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_: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", "kids_allowed", "false" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "restaurant ducroix" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "price", "?" ] ], "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", "kids_allowed", "false" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "690 sacramento street" ], [ "_:result", "name", "restaurant ducroix" ], [ "_:result", "phone", "4153917195" ], [ "_:result", "price", "22 euro" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "kids_allowed", "false" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "690 sacramento street" ], [ "_:result", "name", "restaurant ducroix" ], [ "_:result", "phone", "4153917195" ], [ "_:result", "price", "22 euro" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,good_for_meal,*);(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a restaurant for any meal that serves modern european food and is that allow children" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,food,'modern european');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , where child -s are allowed and serving modern european food ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "i'm looking for a restaurant" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'salt house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "salt house is a nice place it serves modern european food ." }, { "id": 5, "rdf-acts": [ "confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))", "request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "it does it allow children" }, { "id": 6, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'salt house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "salt house is a nice place where no child -s are allowed ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the name address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'545 mission street');(_:result,name,'salt house');(_:result,phone,'4155438900');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "salt house is a nice place , their address is 545 mission street and their phone number is 4155438900 ." }, { "id": 9, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'salt house');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "salt house is a nice place it is in the moderate price range ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
1668
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "modern european" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "modern european" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/dd4279e7" ], [ "_:result/dd4279e7", "food", "modern european" ], [ "_:result/dd4279e7", "kids_allowed", "yes" ], [ "_:result/dd4279e7", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "modern european" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/dd4279e7" ], [ "_:result/dd4279e7", "food", "modern european" ], [ "_:result/dd4279e7", "kids_allowed", "yes" ], [ "_:result/dd4279e7", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "salt house" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "kids_allowed", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "modern european" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/dd4279e7" ], [ "_:result/dd4279e7", "food", "modern european" ], [ "_:result/dd4279e7", "kids_allowed", "yes" ], [ "_:result/dd4279e7", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "salt house" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "modern european" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/dd4279e7" ], [ "_:result/dd4279e7", "food", "modern european" ], [ "_:result/dd4279e7", "kids_allowed", "yes" ], [ "_:result/dd4279e7", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "545 mission street" ], [ "_:result", "name", "salt house" ], [ "_:result", "phone", "4155438900" ], [ "_: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", "food", "modern european" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/dd4279e7" ], [ "_:result/dd4279e7", "food", "modern european" ], [ "_:result/dd4279e7", "kids_allowed", "yes" ], [ "_:result/dd4279e7", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "545 mission street" ], [ "_:result", "phone", "4155438900" ], [ "_:result", "name", "salt house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "modern european" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/dd4279e7" ], [ "_:result/dd4279e7", "food", "modern european" ], [ "_:result/dd4279e7", "kids_allowed", "yes" ], [ "_:result/dd4279e7", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "545 mission street" ], [ "_:result", "phone", "4155438900" ], [ "_:result", "name", "salt house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,near,'fishermans wharf');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that is near the fisherman's wharf" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'fog harbor fish house');(_:result,near,'fishermans wharf');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fog harbor fish house is a nice place , it is in the cheap price range and it is near fishermans wharf ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "confirm((_:result,near,'fishermans wharf');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "did you say you are looking for a restaurant near fishermans wharf ?" }, { "id": 5, "rdf-acts": [ "affirm()", "reqalts()" ], "speaker": "user", "text": "yeah is there anything else" }, { "id": 6, "rdf-acts": [ "confirm((_:result,near,'fishermans wharf');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "did you say you are looking for a restaurant near fishermans wharf ?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'stroganoff restaurant');(_:result,near,'fishermans wharf');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "stroganoff restaurant is a nice place , it is near fishermans wharf and it is in the cheap price range ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,name,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the name address phone number and post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'418 beach street');(_:result,name,'stroganoff restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "stroganoff restaurant is a nice place their address is 418 beach street ." }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number and post code" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'stroganoff restaurant');(_:result,phone,'4159226663');(_:result,postcode,'94133');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "stroganoff restaurant is a nice place , their phone number is 4159226663 and their postcode is 94133 ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
1477
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "fog harbor fish house" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "fog harbor fish house" ], [ "_:result", "near", "fishermans wharf" ], [ "_: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", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "fog harbor fish house" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "stroganoff restaurant" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "418 beach street" ], [ "_:result", "name", "stroganoff restaurant" ], [ "_: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", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "418 beach street" ], [ "_:result", "name", "stroganoff restaurant" ], [ "_:result", "phone", "4159226663" ], [ "_:result", "postcode", "94133" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "418 beach street" ], [ "_:result", "name", "stroganoff restaurant" ], [ "_:result", "phone", "4159226663" ], [ "_:result", "postcode", "94133" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "ack()" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that doesn't allow children and is good for one" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'oyaji restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "oyaji restaurant is a nice place , it is in the cheap price range and where no child -s are allowed ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'red door cafe');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , it is in the cheap price range and where no child -s are allowed ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and type of food" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1608 bush street');(_:result,food,'none');(_:result,name,'red door cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , it serves none food and their address is 1608 bush street ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
2700
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "oyaji restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1608 bush street" ], [ "_:result", "food", "none" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1608 bush street" ], [ "_:result", "food", "none" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "ack()", "inform((_:search,food,'vegetarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant good one in the that serves vegetarian food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'vegetarian');(_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lucky creation restaurant is a nice place it serves vegetarian food ." }, { "id": 3, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "and is good for the are" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'vegetarian');(_:result,good_for_meal,'dinner');(_:result,name,'shangri la vegetarian restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "shangri la vegetarian restaurant is a nice place , it serves vegetarian food and it is good for dinner ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "okay i want to know that" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'vegetarian');(_:result,name,'ananda fuara');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ananda fuara is a nice place it serves vegetarian 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,'1298 market street');(_:result,name,'ananda fuara');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ananda fuara is a nice place their address is 1298 market street ." }, { "id": 9, "rdf-acts": [ "request((_:result,near,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and where is is to" }, { "id": 10, "rdf-acts": [ "inform((_:result,count,'3');(_:result,food,'vegetarian');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 3 restaurant -s serving vegetarian food ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 12, "rdf-acts": [ "select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows child -s ?" }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
3378
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "name", "lucky creation restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "shangri la vegetarian restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "name", "ananda fuara" ], [ "_: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", "vegetarian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "address", "1298 market street" ], [ "_:result", "name", "ananda fuara" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "near", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "1298 market street" ], [ "_:result", "name", "ananda fuara" ], [ "_:result", "near", "?" ], [ "_:result", "count", "3" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "1298 market street" ], [ "_:result", "name", "ananda fuara" ], [ "_:result", "near", "?" ], [ "_:result", "count", "3" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "1298 market street" ], [ "_:result", "name", "ananda fuara" ], [ "_:result", "near", "?" ], [ "_:result", "count", "3" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that allows children and is near the bayview heights there's point" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'manna');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "manna is a nice place , it is in the cheap price range and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "inform((_:search,kids_allowed,*);(_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay can any and serve it the address and the area restaurant" }, { "id": 4, "rdf-acts": [ "confirm((_:result,pricerange,'cheap');(_:result,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": "right near a meal hunters point" }, { "id": 6, "rdf-acts": [ "confirm((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "let me confirm , you are looking for a restaurant in the cheap price range right ?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'manna');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "manna is a nice restaurant ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address please" }, { "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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address for on the restaurant" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'845 irving street');(_:result,area,'hayes valley or inset');(_:result,name,'manna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "manna is a nice place , it is in the area of inset , their address is 845 irving street and it is in the area of hayes valley ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
2765
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "manna" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "manna" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "manna" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "name", "manna" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "kids_allowed", "*" ], [ "_:result", "area", "?" ], [ "_:result", "name", "manna" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "address", "?" ], [ "_: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" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "845 irving street" ], [ "_:result", "area", "hayes valley or inset" ], [ "_:result", "name", "manna" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "845 irving street" ], [ "_:result", "area", "hayes valley or inset" ], [ "_:result", "name", "manna" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,dogs_allowed,'false');(_:search,near,'north beach telegraph hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "near the north beach telegraph hill that doesn't allow dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place , where no dogs are allowed and it is near north beach telegraph hill ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'615 union st');(_:result,name,'casa melissa');(_:result,phone,'4152257377');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place , their address is 615 union st and their phone number is 4152257377 ." }, { "id": 5, "rdf-acts": [ "inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "do they accept credit cards" }, { "id": 6, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,dogs_allowed,'no');(_:result,name,'the carriage inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the carriage inn is a nice place , it accepts credit card -s and where no dogs are allowed ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'140 7th st');(_:result,name,'the carriage inn');(_:result,phone,'4155528600');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the carriage inn is a nice place , their address is 140 7th st and their phone number is 4155528600 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
231
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:result", "address", "615 union st" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "phone", "4152257377" ], [ "_:result", "type", "Hotel" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:result", "address", "615 union st" ], [ "_:result", "phone", "4152257377" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "the carriage inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "address", "140 7th st" ], [ "_:result", "name", "the carriage inn" ], [ "_:result", "phone", "4155528600" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "address", "140 7th st" ], [ "_:result", "name", "the carriage inn" ], [ "_:result", "phone", "4155528600" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a moderately moderately priced restaurant that is not allow children" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'gamine');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gamine is a nice place , it is in the moderate price range and where no child -s are allowed ." }, { "id": 3, "rdf-acts": [ "confirm((_:result,near,'noe valley');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it near the noe valley" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'gamine');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "gamine is a nice restaurant ." }, { "id": 5, "rdf-acts": [ "inform((_:search,near,'noe valley');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is this restaurant near the noe valley" }, { "id": 6, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 7, "rdf-acts": [ "inform((_:search,near,'noe valley');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'd like to know a restaurant near the noe valley" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'noe valley');(_:result,kids_allowed,'no');(_:result,name,'ristorante bacco');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ristorante bacco is a nice place , it is in the moderate price range , where no child -s are allowed , it is in the area of noe valley and it is near noe valley ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i may i have the phone number and address please" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'737 diamond street');(_:result,name,'ristorante bacco');(_:result,phone,'4152824969');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ristorante bacco is a nice place , their address is 737 diamond street and their phone number is 4152824969 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
253
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "gamine" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "near", "noe valley" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "near", "noe valley" ], [ "_:result", "name", "gamine" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "near", "noe valley" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "near", "noe valley" ], [ "_:result", "name", "gamine" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "noe valley" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "near", "noe valley" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "noe valley" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noe valley" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "ristorante bacco" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "near", "noe valley" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "noe valley" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noe valley" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "737 diamond street" ], [ "_:result", "name", "ristorante bacco" ], [ "_:result", "phone", "4152824969" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "near", "noe valley" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "noe valley" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noe valley" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "737 diamond street" ], [ "_:result", "name", "ristorante bacco" ], [ "_:result", "phone", "4152824969" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "i want to find a restaurant that serves panasian 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": [], "speaker": "user", "text": "restaurant that serves beer phones phone" }, { "id": 4, "rdf-acts": [ "select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows child -s ?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" } ]
3410
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant area mastro that doesn't allow children there's good for dinner" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'no');(_:result,name,'michael mina restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "michael mina restaurant is a nice place , where no child -s are allowed and it is good for dinner ." }, { "id": 3, "rdf-acts": [ "confirm((_:result,area,'mastro');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it in the area of mastro" }, { "id": 4, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "i'm looking for yes" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'mastro');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'no');(_:result,name,'eiji');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "eiji is a nice place , where no child -s are allowed , it is good for dinner and it is in the area of mastro ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'317 sanchez street');(_:result,name,'eiji');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "eiji is a nice place their address is 317 sanchez street ." }, { "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,'eiji');(_:result,phone,'4155588149');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "eiji is a nice place their phone number is 4155588149 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
2756
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "michael mina restaurant" ], [ "_:result", "area", "mastro" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "michael mina restaurant" ], [ "_:result", "area", "mastro" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "mastro" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "eiji" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "mastro" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "317 sanchez street" ], [ "_:result", "name", "eiji" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "mastro" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "317 sanchez street" ], [ "_:result", "name", "eiji" ], [ "_:result", "phone", "4155588149" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "mastro" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "317 sanchez street" ], [ "_:result", "name", "eiji" ], [ "_:result", "phone", "4155588149" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'westwood highlands');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i am looking for a hotel in the area of westwood highlands that accepts credit for" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'westwood highlands');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of westwood highlands ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "how about the area the outer richmond" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'outer richmond');(_:result,name,'seal rock inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seal rock inn is a nice place it is in the area of outer richmond ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the address and postcode" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'545 point lobos ave');(_:result,name,'seal rock inn');(_:result,postcode,'94121');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seal rock inn is a nice place , their address is 545 point lobos ave and their postcode is 94121 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
340
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "westwood highlands" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "westwood highlands" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/04e8f9ca" ], [ "_:result/04e8f9ca", "area", "westwood highlands" ], [ "_:result/04e8f9ca", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "westwood highlands" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/04e8f9ca" ], [ "_:result/04e8f9ca", "area", "westwood highlands" ], [ "_:result/04e8f9ca", "type", "Hotel" ], [ "_:result", "area", "outer richmond" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "westwood highlands" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/04e8f9ca" ], [ "_:result/04e8f9ca", "area", "westwood highlands" ], [ "_:result/04e8f9ca", "type", "Hotel" ], [ "_:result", "area", "outer richmond" ], [ "_:result", "address", "545 point lobos ave" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "postcode", "94121" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "westwood highlands" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/04e8f9ca" ], [ "_:result/04e8f9ca", "area", "westwood highlands" ], [ "_:result/04e8f9ca", "type", "Hotel" ], [ "_:result", "area", "outer richmond" ], [ "_:result", "address", "545 point lobos ave" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "postcode", "94121" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'noe valley');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a middle restaurant in the area of noe valley" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'noe valley');(_:result,count,'4');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 4 restaurant -s in the area of noe valley ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 4, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what food would you like ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 6, "rdf-acts": [ "confirm((_:result,food,'dont_care');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "you are looking for a restaurant serving any kind of food right ?" }, { "id": 7, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'noe valley');(_:result,food,'italian');(_:result,name,'incanto');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "incanto is a nice place , it serves italian food and it is in the area of noe valley ." }, { "id": 9, "rdf-acts": [ "confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))", "request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it allow children" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'incanto');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "incanto is a nice restaurant ." }, { "id": 11, "rdf-acts": [ "confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))", "request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it allow children" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'incanto');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "incanto is a nice restaurant ." }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 14, "rdf-acts": [ "confirm((_:result,food,'dont_care');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "you are looking for a restaurant serving any kind of food right ?" }, { "id": 15, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "that doesn't allow children" }, { "id": 16, "rdf-acts": [ "inform((_:result,name,'incanto');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "incanto is a nice restaurant ." }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
3027
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noe valley" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noe valley" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noe valley" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noe valley" ], [ "_:result", "area", "noe valley" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noe valley" ], [ "_:result", "area", "noe valley" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noe valley" ], [ "_:result", "count", "4" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noe valley" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "incanto" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "kids_allowed", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noe valley" ], [ "_:result", "count", "4" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noe valley" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "incanto" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "kids_allowed", "?" ] ], "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", "noe valley" ], [ "_:result", "count", "4" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noe valley" ], [ "_:result", "food", "italian" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "kids_allowed", "?" ], [ "_:result", "name", "incanto" ], [ "_:result", "type", "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", "noe valley" ], [ "_:result", "count", "4" ], [ "_:search", "food", "*" ], [ "_:result", "area", "noe valley" ], [ "_:result", "food", "italian" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "kids_allowed", "?" ], [ "_:result", "name", "incanto" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "kids_allowed", "false" ], [ "_: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", "noe valley" ], [ "_:result", "count", "4" ], [ "_:search", "food", "*" ], [ "_:result", "area", "noe valley" ], [ "_:result", "food", "italian" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "kids_allowed", "?" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "incanto" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "what's the in the mission area that allows dogs" }, { "id": 2, "rdf-acts": [ "confirm((_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "did you say you are looking for a hotel near mission ?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,dogs_allowed,'yes');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , near mission and where dogs are allowed ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
75
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/c240b020" ], [ "_:result/c240b020", "dogs_allowed", "yes" ], [ "_:result/c240b020", "near", "mission" ], [ "_:result/c240b020", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/c240b020" ], [ "_:result/c240b020", "dogs_allowed", "yes" ], [ "_:result/c240b020", "near", "mission" ], [ "_:result/c240b020", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s 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'm looking for a moderately priced restaurant" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'hakka restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakka restaurant is a nice place it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,name,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the name" }, { "id": 4, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 5, "rdf-acts": [ "request((_:result,name,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the name of" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'hakka restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "hakka restaurant is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'4401 cabrillo street');(_:result,name,'hakka restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakka restaurant is a nice place their address is 4401 cabrillo street ." }, { "id": 9, "rdf-acts": [ "request((_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the price" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'hakka restaurant');(_:result,price,'between 10 and 23 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakka restaurant is a nice place their price -s are between 10 and 23 euro ." }, { "id": 11, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the area" }, { "id": 12, "rdf-acts": [ "inform((_:result,area,'hayes valley or outer richmond');(_:result,name,'hakka restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakka restaurant is a nice place , it is in the area of hayes valley and it is in the area of outer richmond ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
3114
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "name", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "name", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "type", "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", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "4401 cabrillo street" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "price", "?" ] ], "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", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "4401 cabrillo street" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "price", "between 10 and 23 euro" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "4401 cabrillo street" ], [ "_:result", "price", "between 10 and 23 euro" ], [ "_:result", "area", "hayes valley or outer richmond" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "4401 cabrillo street" ], [ "_:result", "price", "between 10 and 23 euro" ], [ "_:result", "area", "hayes valley or outer richmond" ], [ "_:result", "name", "hakka restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,good_for_meal,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant in the area of one euro that is good for any meal" }, { "id": 2, "rdf-acts": [ "inform((_:result,count,'239');(_:result,good_for_meal,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 239 restaurant -s if you do not care which meal it is good for ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what price range would you like ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'mastro');(_:search,good_for_meal,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to find a restaurant in the area of mastro that is food for any meal" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'mastro');(_:result,good_for_meal,'dinner');(_:result,name,'eiji');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "eiji is a nice place , it is in the area of mastro and it is good for dinner ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'317 sanchez street');(_:result,name,'eiji');(_:result,phone,'4155588149');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "eiji is a nice place , their address is 317 sanchez street and their phone number is 4155588149 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
2031
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "239" ], [ "_:result", "good_for_meal", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "239" ], [ "_:result", "good_for_meal", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "mastro" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "239" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "mastro" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "mastro" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "eiji" ], [ "_: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" ], [ "_:result", "count", "239" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "mastro" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "mastro" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "317 sanchez street" ], [ "_:result", "name", "eiji" ], [ "_:result", "phone", "4155588149" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "239" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "mastro" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "mastro" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "317 sanchez street" ], [ "_:result", "name", "eiji" ], [ "_:result", "phone", "4155588149" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))", "inform((_:search,kids_allowed,'true');(_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for romanian food i don't care about the price and i don't care whether allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'hong kong clay pot restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hong kong clay pot restaurant is a nice place , it is in the cheap price range and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 4, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'taiwan restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taiwan restaurant is a nice place , it is in the cheap price range and where child -s are allowed ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'taiwan restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "taiwan restaurant is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is it what is the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'taiwan restaurant');(_:result,phone,'4153871789');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taiwan restaurant is a nice place their phone number is 4153871789 ." }, { "id": 9, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "which meal other good for" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'taiwan restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "taiwan restaurant is a nice restaurant ." }, { "id": 11, "rdf-acts": [ "inform((_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "oh post korean" }, { "id": 12, "rdf-acts": [ "inform((_:result,count,'6');(_:result,food,'korean');(_:result,kids_allowed,'yes');(_:result,pricerange,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 6 restaurant -s where child -s are allowed if you do not care about the price range and serving korean food ." }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 14, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal would you like" }, { "id": 15, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "goodbye" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
3471
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "?" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6ef560f1" ], [ "_:result/6ef560f1", "kids_allowed", "yes" ], [ "_:result/6ef560f1", "name", "hong kong clay pot restaurant" ], [ "_:result/6ef560f1", "pricerange", "cheap" ], [ "_:result/6ef560f1", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "?" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6ef560f1" ], [ "_:result/6ef560f1", "kids_allowed", "yes" ], [ "_:result/6ef560f1", "name", "hong kong clay pot restaurant" ], [ "_:result/6ef560f1", "pricerange", "cheap" ], [ "_:result/6ef560f1", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "taiwan restaurant" ], [ "_: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" ], [ "_:result", "food", "?" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6ef560f1" ], [ "_:result/6ef560f1", "kids_allowed", "yes" ], [ "_:result/6ef560f1", "name", "hong kong clay pot restaurant" ], [ "_:result/6ef560f1", "pricerange", "cheap" ], [ "_:result/6ef560f1", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "?" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/6ef560f1" ], [ "_:result/6ef560f1", "kids_allowed", "yes" ], [ "_:result/6ef560f1", "name", "hong kong clay pot restaurant" ], [ "_:result/6ef560f1", "pricerange", "cheap" ], [ "_:result/6ef560f1", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:result", "phone", "4153871789" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "food", "?" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:user", "denied", "_:result/6ef560f1" ], [ "_:result/6ef560f1", "kids_allowed", "yes" ], [ "_:result/6ef560f1", "name", "hong kong clay pot restaurant" ], [ "_:result/6ef560f1", "pricerange", "cheap" ], [ "_:result/6ef560f1", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "4153871789" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "korean" ], [ "_: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", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:user", "denied", "_:result/6ef560f1" ], [ "_:result/6ef560f1", "kids_allowed", "yes" ], [ "_:result/6ef560f1", "name", "hong kong clay pot restaurant" ], [ "_:result/6ef560f1", "pricerange", "cheap" ], [ "_:result/6ef560f1", "type", "Restaurant" ], [ "_:result", "phone", "4153871789" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "korean" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "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", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:user", "denied", "_:result/6ef560f1" ], [ "_:result/6ef560f1", "kids_allowed", "yes" ], [ "_:result/6ef560f1", "name", "hong kong clay pot restaurant" ], [ "_:result/6ef560f1", "pricerange", "cheap" ], [ "_:result/6ef560f1", "type", "Restaurant" ], [ "_:result", "phone", "4153871789" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:search", "food", "korean" ], [ "_:result", "count", "6" ], [ "_:result", "food", "korean" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:user", "denied", "_:result/6ef560f1" ], [ "_:result/6ef560f1", "kids_allowed", "yes" ], [ "_:result/6ef560f1", "name", "hong kong clay pot restaurant" ], [ "_:result/6ef560f1", "pricerange", "cheap" ], [ "_:result/6ef560f1", "type", "Restaurant" ], [ "_:result", "phone", "4153871789" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:search", "food", "korean" ], [ "_:result", "count", "6" ], [ "_:result", "food", "korean" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 2, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 3, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "i'm looking for code hill" }, { "id": 4, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,near,'japantown');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near japantown and has" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'kenmore res club');(_:result,near,'japantown');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "kenmore res club is a nice place it is near japantown ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can you give me the address and post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'1570 sutter st');(_:result,name,'kenmore res club');(_:result,postcode,'94109');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "kenmore res club is a nice place , their address is 1570 sutter st and their postcode is 94109 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
443
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "kenmore res club" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "near", "japantown" ], [ "_:result", "address", "1570 sutter st" ], [ "_:result", "name", "kenmore res club" ], [ "_:result", "postcode", "94109" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "near", "japantown" ], [ "_:result", "address", "1570 sutter st" ], [ "_:result", "name", "kenmore res club" ], [ "_:result", "postcode", "94109" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'nob hill');(_:search,kids_allowed,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant in the area of nob hill that allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'nob hill');(_:result,kids_allowed,'yes');(_:result,name,'u lee restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "u lee restaurant is a nice place , it is in the cheap price range , where child -s are allowed and it is in the area of nob hill ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1468 hyde street');(_:result,name,'u lee restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "u lee restaurant is a nice place their address is 1468 hyde street ." }, { "id": 5, "rdf-acts": [ "request((_:result,near,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is it near to" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'u lee restaurant');(_:result,near,'nob hill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "u lee restaurant is a nice place it is near nob hill ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
1629
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "nob hill" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "nob hill" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "nob hill" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "u lee restaurant" ], [ "_: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", "nob hill" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "nob hill" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1468 hyde street" ], [ "_:result", "name", "u lee restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "near", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "nob hill" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "nob hill" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1468 hyde street" ], [ "_:result", "name", "u lee restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "nob hill" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "nob hill" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1468 hyde street" ], [ "_:result", "name", "u lee restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'little osaka');(_:search,good_for_meal,*);(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a restaurant it good for any meal doesn't allow children is in the little osaka area" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'little osaka');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'no');(_:result,name,'kiss seafood');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kiss seafood is a nice place , where no child -s are allowed , it is good for dinner and it is in the area of little osaka ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'kiss seafood');(_:result,phone,'4154742866');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kiss seafood is a nice place their phone number is 4154742866 ." }, { "id": 5, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and what's the price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'kiss seafood');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kiss seafood is a nice place it is in the expensive price range ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
2221
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little osaka" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little osaka" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "little osaka" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "kiss seafood" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little osaka" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "little osaka" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "kiss seafood" ], [ "_:result", "phone", "4154742866" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little osaka" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "little osaka" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "phone", "4154742866" ], [ "_:result", "name", "kiss seafood" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little osaka" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "little osaka" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "phone", "4154742866" ], [ "_:result", "name", "kiss seafood" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that allows children and is near the bayview heights there's point" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'manna');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "manna is a nice place , it is in the cheap price range and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "inform((_:search,kids_allowed,*);(_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "okay can any and serve it the address and the area restaurant" }, { "id": 4, "rdf-acts": [ "confirm((_:result,pricerange,'cheap');(_:result,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": "right near a meal hunters point" }, { "id": 6, "rdf-acts": [ "confirm((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "let me confirm , you are looking for a restaurant in the cheap price range right ?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'manna');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "manna is a nice restaurant ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address please" }, { "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": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address for on the restaurant" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'845 irving street');(_:result,area,'hayes valley or inset');(_:result,name,'manna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "manna is a nice place , it is in the area of inset , their address is 845 irving street and it is in the area of hayes valley ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
2765
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "manna" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "manna" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "manna" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "name", "manna" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "kids_allowed", "*" ], [ "_:result", "area", "?" ], [ "_:result", "name", "manna" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "address", "?" ], [ "_: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" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "845 irving street" ], [ "_:result", "area", "hayes valley or inset" ], [ "_:result", "name", "manna" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "845 irving street" ], [ "_:result", "area", "hayes valley or inset" ], [ "_:result", "name", "manna" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'ultra high end');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i need a high end hotel tell near the noma" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'noma');(_:result,pricerange,'ultra high end');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , in the ultra high end price range and in the area of noma ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about near noma" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'noma');(_:result,name,'hotel abri');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel abri is a nice place it is in the area of noma ." }, { "id": 5, "rdf-acts": [ "ack()", "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "okay what is the address" }, { "id": 6, "rdf-acts": [ "canthelp((_:result,area,'noma');(_:result,pricerange,'ultra high end');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , in the area of noma and in the ultra high end price range ." }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about noma" }, { "id": 8, "rdf-acts": [ "canthelp((_:result,area,'noma');(_:result,pricerange,'ultra high end');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , in the area of noma and in the ultra high end price range ." }, { "id": 9, "rdf-acts": [ "reqalts((_:result,pricerange,'moderate'))" ], "speaker": "user", "text": "what about moderate price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'127 ellis st');(_:result,name,'hotel abri');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel abri is a nice place their address is 127 ellis st ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
145
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/304997f7" ], [ "_:result/304997f7", "area", "noma" ], [ "_:result/304997f7", "pricerange", "ultra high end" ], [ "_:result/304997f7", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/304997f7" ], [ "_:result/304997f7", "area", "noma" ], [ "_:result/304997f7", "pricerange", "ultra high end" ], [ "_:result/304997f7", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "noma" ], [ "_:result", "name", "hotel abri" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/304997f7" ], [ "_:result/304997f7", "area", "noma" ], [ "_:result/304997f7", "pricerange", "ultra high end" ], [ "_:result/304997f7", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:result", "name", "hotel abri" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:result/09a40c70" ], [ "_:result/09a40c70", "area", "noma" ], [ "_:result/09a40c70", "pricerange", "ultra high end" ], [ "_:result/09a40c70", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/304997f7" ], [ "_:result/304997f7", "area", "noma" ], [ "_:result/304997f7", "pricerange", "ultra high end" ], [ "_:result/304997f7", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:result", "name", "hotel abri" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:result/09a40c70" ], [ "_:result/09a40c70", "area", "noma" ], [ "_:result/09a40c70", "pricerange", "ultra high end" ], [ "_:result/09a40c70", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/773638b8" ], [ "_:result/773638b8", "area", "noma" ], [ "_:result/773638b8", "pricerange", "ultra high end" ], [ "_:result/773638b8", "type", "Hotel" ], [ "_: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", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/304997f7" ], [ "_:result/304997f7", "area", "noma" ], [ "_:result/304997f7", "pricerange", "ultra high end" ], [ "_:result/304997f7", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:system", "canthelp", "_:result/09a40c70" ], [ "_:result/09a40c70", "area", "noma" ], [ "_:result/09a40c70", "pricerange", "ultra high end" ], [ "_:result/09a40c70", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/773638b8" ], [ "_:result/773638b8", "area", "noma" ], [ "_:result/773638b8", "pricerange", "ultra high end" ], [ "_:result/773638b8", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "127 ellis st" ], [ "_:result", "name", "hotel abri" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/304997f7" ], [ "_:result/304997f7", "area", "noma" ], [ "_:result/304997f7", "pricerange", "ultra high end" ], [ "_:result/304997f7", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:system", "canthelp", "_:result/09a40c70" ], [ "_:result/09a40c70", "area", "noma" ], [ "_:result/09a40c70", "pricerange", "ultra high end" ], [ "_:result/09a40c70", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/773638b8" ], [ "_:result/773638b8", "area", "noma" ], [ "_:result/773638b8", "pricerange", "ultra high end" ], [ "_:result/773638b8", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "127 ellis st" ], [ "_:result", "name", "hotel abri" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'ingleside heights');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the ingleside heights area" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'ingleside heights');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of ingleside heights ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "beer we'll noma" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'noma');(_:result,name,'parc 55 wyndham san francisco union square');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "parc 55 wyndham san francisco union square is a nice place it is in the area of noma ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'parc 55 wyndham san francisco union square');(_:result,phone,'4153928000');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "parc 55 wyndham san francisco union square is a nice place their phone number is 4153928000 ." }, { "id": 7, "rdf-acts": [ "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "it has internet" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'parc 55 wyndham san francisco union square');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "parc 55 wyndham san francisco union square is a nice hotel ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
425
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ingleside heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ingleside heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/50dc8b13" ], [ "_:result/50dc8b13", "area", "ingleside heights" ], [ "_:result/50dc8b13", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ingleside heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/50dc8b13" ], [ "_:result/50dc8b13", "area", "ingleside heights" ], [ "_:result/50dc8b13", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:result", "name", "parc 55 wyndham san francisco union square" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ingleside heights" ], [ "_:system", "canthelp", "_:result/50dc8b13" ], [ "_:result/50dc8b13", "area", "ingleside heights" ], [ "_:result/50dc8b13", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:result", "name", "parc 55 wyndham san francisco union square" ], [ "_:result", "phone", "4153928000" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ingleside heights" ], [ "_:system", "canthelp", "_:result/50dc8b13" ], [ "_:result/50dc8b13", "area", "ingleside heights" ], [ "_:result/50dc8b13", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:result", "phone", "4153928000" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "parc 55 wyndham san francisco union square" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "ingleside heights" ], [ "_:system", "canthelp", "_:result/50dc8b13" ], [ "_:result/50dc8b13", "area", "ingleside heights" ], [ "_:result/50dc8b13", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:result", "phone", "4153928000" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "parc 55 wyndham san francisco union square" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'sushi');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant near should and town that serves sushi food and doesn't allow children" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'sushi');(_:result,kids_allowed,'no');(_:result,name,'kiss seafood');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kiss seafood is a nice place , where no child -s are allowed and it serves sushi food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1700 laguna street');(_:result,name,'kiss seafood');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kiss seafood is a nice place their address is 1700 laguna street ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is their phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'kiss seafood');(_:result,phone,'4154742866');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kiss seafood is a nice place their phone number is 4154742866 ." }, { "id": 7, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what area is it" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'hayes valley or little osaka');(_:result,name,'kiss seafood');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kiss seafood is a nice place , it is in the area of hayes valley and it is in the area of little osaka ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
1515
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sushi" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sushi" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sushi" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "kiss seafood" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sushi" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sushi" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1700 laguna street" ], [ "_:result", "name", "kiss seafood" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sushi" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sushi" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1700 laguna street" ], [ "_:result", "name", "kiss seafood" ], [ "_:result", "phone", "4154742866" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sushi" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sushi" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1700 laguna street" ], [ "_:result", "phone", "4154742866" ], [ "_:result", "area", "hayes valley or little osaka" ], [ "_:result", "name", "kiss seafood" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sushi" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sushi" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1700 laguna street" ], [ "_:result", "phone", "4154742866" ], [ "_:result", "area", "hayes valley or little osaka" ], [ "_:result", "name", "kiss seafood" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'transmission');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "um i'm looking for a hotel in the area of transmission" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'transmission');(_:result,name,'noe 7s nest bed and breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place it is in the area of transmission ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 4, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 6, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 7, "rdf-acts": [ "request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it accept credit cards" }, { "id": 8, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,area,'transmission');(_:result,name,'noe 7s nest bed and breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place , it is in the area of transmission and it accepts credit card -s ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "where is it located" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'1257 guerrero st');(_:result,name,'noe 7s nest bed and breakfast');(_:result,phone,'4158210751');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place , their address is 1257 guerrero st and their phone number is 4158210751 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
61
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "transmission" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "transmission" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "transmission" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "accepts_credit_cards", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "transmission" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_: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", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "transmission" ], [ "_:result", "address", "1257 guerrero st" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "phone", "4158210751" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "transmission" ], [ "_:result", "address", "1257 guerrero st" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "phone", "4158210751" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'embarcadero');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want to find a hotel in the embarcadero" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'embarcadero');(_:result,name,'hyatt regency san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hyatt regency san francisco is a nice place it is in the area of embarcadero ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "i want to know the name phone number and area" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'embarcadero');(_:result,name,'hyatt regency san francisco');(_:result,phone,'4157881234');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hyatt regency san francisco is a nice place , it is in the area of embarcadero and their phone number is 4157881234 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
540
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "embarcadero" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "embarcadero" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "embarcadero" ], [ "_:result", "name", "hyatt regency san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "name", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "embarcadero" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "embarcadero" ], [ "_:result", "name", "hyatt regency san francisco" ], [ "_:result", "phone", "4157881234" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "embarcadero" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "embarcadero" ], [ "_:result", "name", "hyatt regency san francisco" ], [ "_:result", "phone", "4157881234" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,area,'castro');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "yes i'm looking for a hotel in the area castro" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'castro');(_:result,name,'inn on castro');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place it is in the area of castro ." }, { "id": 3, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'inn on castro');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place it is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'321 castro st');(_:result,name,'inn on castro');(_:result,postcode,'94114');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place , their address is 321 castro st and their postcode is 94114 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
322
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "type", "Hotel" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "321 castro st" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "postcode", "94114" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "castro" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "321 castro st" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "postcode", "94114" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "i restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'239');(_:result,pricerange,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 239 restaurant -s if you do not care about the price range ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what area would you like ?" }, { "id": 7, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mediterranean food" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'mediterranean');(_:result,name,'kokkari estiatorio');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kokkari estiatorio is a nice place , it serves mediterranean food and it is in the moderate price range ." }, { "id": 9, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "does not allow children" }, { "id": 10, "rdf-acts": [ "inform((_:result,count,'1');(_:result,food,'mediterranean');(_:result,kids_allowed,'no');(_:result,name,'kokkari estiatorio');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place other than kokkari estiatorio where no child -s are allowed and serving mediterranean food ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'200 jackson street');(_:result,name,'kokkari estiatorio');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kokkari estiatorio is a nice place their address is 200 jackson street ." }, { "id": 13, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'kokkari estiatorio');(_:result,phone,'4159810983');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kokkari estiatorio is a nice place their phone number is 4159810983 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
1788
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "239" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "239" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "239" ], [ "_:search", "area", "?" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "name", "kokkari estiatorio" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "?" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "kokkari estiatorio" ], [ "_: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", "*" ], [ "_:search", "area", "?" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "200 jackson street" ], [ "_:result", "name", "kokkari estiatorio" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "?" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "200 jackson street" ], [ "_:result", "name", "kokkari estiatorio" ], [ "_:result", "phone", "4159810983" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "area", "?" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "food", "mediterranean" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "200 jackson street" ], [ "_:result", "name", "kokkari estiatorio" ], [ "_:result", "phone", "4159810983" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want a hotel in the moderate price range like inner richmond" }, { "id": 2, "rdf-acts": [ "inform((_:result,count,'105');(_:result,pricerange,'moderate');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 105 hotel -s in the moderate price range ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 4, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,accepts_credit_cards,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "doesn't matter" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'park hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "park hotel is a nice place it is in the moderate price range ." }, { "id": 7, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what area is it in" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'financial district');(_:result,name,'park hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "park hotel is a nice place it is in the area of financial district ." }, { "id": 9, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "is there a rest of hotel like inner richmond" }, { "id": 10, "rdf-acts": [ "confirm((_:result,accepts_credit_cards,'dont_care');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "let me confirm you do not care if it accepts credit card -s" }, { "id": 11, "rdf-acts": [ "inform((_:search,area,'inner richmond');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want a hotel in the inner richmond" }, { "id": 12, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,name,'park hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "park hotel is a nice place , it is in the moderate price range and it accepts credit card -s ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
561
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "count", "105" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "105" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "105" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "park hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "105" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "financial district" ], [ "_:result", "name", "park hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "105" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "financial district" ], [ "_:result", "name", "park hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "inner richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "105" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "area", "financial district" ], [ "_:search", "area", "inner richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "park hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "105" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "area", "financial district" ], [ "_:search", "area", "inner richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "park hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]