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": [ "inform((_:search,near,'financial district');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want to find a hotel near the financial district that doesn't accept credit for" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'mandarin oriental c san francisco');(_:result,near,'financial district');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "mandarin oriental c san francisco is a nice place it is near financial district ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'222 sansome st');(_:result,name,'mandarin oriental c san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "mandarin oriental c san francisco is a nice place their address is 222 sansome st ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'mandarin oriental c san francisco');(_:result,phone,'4152769888');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "mandarin oriental c san francisco is a nice place their phone number is 4152769888 ." }, { "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": "" } ]
510
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "financial district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "financial district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "mandarin oriental c san francisco" ], [ "_:result", "near", "financial district" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "financial district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "near", "financial district" ], [ "_:result", "address", "222 sansome st" ], [ "_:result", "name", "mandarin oriental c san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "financial district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "near", "financial district" ], [ "_:result", "address", "222 sansome st" ], [ "_:result", "name", "mandarin oriental c san francisco" ], [ "_:result", "phone", "4152769888" ], [ "_: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", "financial district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "near", "financial district" ], [ "_:result", "address", "222 sansome st" ], [ "_:result", "name", "mandarin oriental c san francisco" ], [ "_:result", "phone", "4152769888" ], [ "_: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": [ "affirm()" ], "speaker": "user", "text": "um you the pub the area of sure price where" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'vicoletto');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "vicoletto is a nice place it is in the cheap price range ." }, { "id": 5, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is in the area for please square" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'vicoletto');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "vicoletto is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "inform((_:search,name,'so');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "showplace square" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'vicoletto');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "vicoletto is a nice restaurant ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "in the area will food please" }, { "id": 10, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 11, "rdf-acts": [ "thanks()", "ack()" ], "speaker": "user", "text": "thank you good" }, { "id": 12, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "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": "" } ]
2152
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "vicoletto" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "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", "pricerange", "cheap" ], [ "_:result", "area", "?" ], [ "_:result", "name", "vicoletto" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "name", "so" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "?" ], [ "_:search", "name", "so" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "vicoletto" ], [ "_: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", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "?" ], [ "_:search", "name", "so" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "vicoletto" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "?" ], [ "_:search", "name", "so" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "vicoletto" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "?" ], [ "_:search", "name", "so" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "vicoletto" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_: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, 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": [ "ack()", "inform((_:search,food,'steak');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant good for in meal that serves steak food and is in square" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'steak');(_:result,name,'seasons');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "seasons is a nice place it serves steak food ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the area" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'hayes valley or financial district south');(_:result,name,'seasons');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "seasons is a nice place , it is in the area of hayes valley and it is in the area of financial district south ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "i'm looking for a restaurant in the square" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'seasons');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "seasons is a nice restaurant ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "i'm looking for a restaurant near square" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'seasons');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "seasons is a nice restaurant ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "i'm looking for a restaurant near the new square" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'seasons');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "seasons is a nice restaurant ." }, { "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": "" } ]
749
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "steak" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "steak" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "steak" ], [ "_:result", "name", "seasons" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "steak" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "steak" ], [ "_:result", "area", "hayes valley or financial district south" ], [ "_:result", "name", "seasons" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "steak" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "steak" ], [ "_:result", "area", "hayes valley or financial district south" ], [ "_:result", "name", "seasons" ], [ "_: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", "food", "steak" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "steak" ], [ "_:result", "area", "hayes valley or financial district south" ], [ "_:result", "name", "seasons" ], [ "_: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", "food", "steak" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "steak" ], [ "_:result", "area", "hayes valley or financial district south" ], [ "_:result", "name", "seasons" ], [ "_: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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "steak" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "steak" ], [ "_:result", "area", "hayes valley or financial district south" ], [ "_:result", "name", "seasons" ], [ "_: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 ] } ]
[ { "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,'lower pacific heights');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i need a hotel in the lower pacific heights" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'lower pacific heights');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of lower pacific heights ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'transmission');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i need a hotel in the area of transmission" }, { "id": 4, "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": 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,'1257 guerrero st');(_:result,name,'noe 7s nest bed and breakfast');(_:result,postcode,'94124');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place , their address is 1257 guerrero st and their postcode is 94124 ." }, { "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": "" } ]
407
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "lower pacific heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/59cd4c39" ], [ "_:result/59cd4c39", "area", "lower pacific heights" ], [ "_:result/59cd4c39", "type", "Hotel" ], [ "_:search", "area", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/59cd4c39" ], [ "_:result/59cd4c39", "area", "lower pacific heights" ], [ "_:result/59cd4c39", "type", "Hotel" ], [ "_:search", "area", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "transmission" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/59cd4c39" ], [ "_:result/59cd4c39", "area", "lower pacific heights" ], [ "_:result/59cd4c39", "type", "Hotel" ], [ "_:search", "area", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "transmission" ], [ "_:result", "address", "1257 guerrero st" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "postcode", "94124" ], [ "_: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/59cd4c39" ], [ "_:result/59cd4c39", "area", "lower pacific heights" ], [ "_:result/59cd4c39", "type", "Hotel" ], [ "_:search", "area", "transmission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "transmission" ], [ "_:result", "address", "1257 guerrero st" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "postcode", "94124" ], [ "_: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,'comfort food');(_:search,good_for_meal,*);(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "an expensive restaurant that serves comfort food for any meal" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,food,'comfort food');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , serving comfort food and in the expensive price range ." }, { "id": 3, "rdf-acts": [ "reqalts()", "inform((_:search,food,'brazilian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about a place that serves brazilian food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'brazilian');(_:result,name,'espetus churrascaria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "espetus churrascaria is a nice place it serves brazilian food ." }, { "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": "" } ]
2618
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "comfort food" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:result/ce4dd6c1" ], [ "_:result/ce4dd6c1", "food", "comfort food" ], [ "_:result/ce4dd6c1", "pricerange", "expensive" ], [ "_:result/ce4dd6c1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "brazilian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:result/ce4dd6c1" ], [ "_:result/ce4dd6c1", "food", "comfort food" ], [ "_:result/ce4dd6c1", "pricerange", "expensive" ], [ "_:result/ce4dd6c1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "brazilian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "brazilian" ], [ "_:result", "name", "espetus churrascaria" ], [ "_: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", "good_for_meal", "*" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:result/ce4dd6c1" ], [ "_:result/ce4dd6c1", "food", "comfort food" ], [ "_:result/ce4dd6c1", "pricerange", "expensive" ], [ "_:result/ce4dd6c1", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "food", "brazilian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "brazilian" ], [ "_:result", "name", "espetus churrascaria" ], [ "_: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": [ "inform((_:search,area,'inner richmond');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a restaurant in the inner richmond that allows children find latin" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'inner richmond');(_:result,kids_allowed,'yes');(_:result,name,'taiwan restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taiwan restaurant is a nice place , it is in the area of inner richmond and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "there anything else" }, { "id": 4, "rdf-acts": [ "confirm((_:result,area,'inner richmond');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "did you say you are looking for a restaurant in the area of inner richmond ?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'inner richmond');(_:result,kids_allowed,'yes');(_:result,name,'brothers restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "brothers restaurant is a nice place , it is in the area of inner richmond and where child -s are allowed ." }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything house" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'brothers restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "brothers restaurant is a nice restaurant ." }, { "id": 9, "rdf-acts": [ "inform((_:search,name,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there any pub" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'brothers restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "brothers restaurant is a nice restaurant ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address phone number and type of food" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'4128 geary blvd');(_:result,food,'korean');(_:result,name,'brothers restaurant');(_:result,phone,'4153877991');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "brothers restaurant is a nice place , their address is 4128 geary blvd , their phone number is 4153877991 and it serves korean food ." }, { "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": "" } ]
960
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner richmond" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner richmond" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner richmond" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner richmond" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "brothers restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner richmond" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "kids_allowed", "yes" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "brothers restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner richmond" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "kids_allowed", "yes" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "brothers restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner richmond" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "kids_allowed", "yes" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "4128 geary blvd" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "brothers restaurant" ], [ "_:result", "phone", "4153877991" ], [ "_: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", "inner richmond" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "kids_allowed", "yes" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "4128 geary blvd" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "brothers restaurant" ], [ "_:result", "phone", "4153877991" ], [ "_: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,'breakfast');(_:search,near,'fishermans wharf');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi i want to find a cheap restaurant that is for breakfast that near fisherman's wharf" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,good_for_meal,'breakfast');(_:result,near,'fishermans wharf');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , near fishermans wharf and good for breakfast ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "how about someone place in the intermission" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'franciscan crab restaurant');(_:result,near,'fishermans wharf');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "franciscan crab restaurant is a nice place it is near fishermans wharf ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'pier 43 fishermans wharf');(_:result,name,'franciscan crab restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "franciscan crab restaurant is a nice place their address is pier 43 fishermans wharf ." }, { "id": 7, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food do they have" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'forbes island');(_:result,near,'fishermans wharf');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "forbes island is a nice place it is near fishermans wharf ." }, { "id": 9, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
2211
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/3abcaddf" ], [ "_:result/3abcaddf", "good_for_meal", "breakfast" ], [ "_:result/3abcaddf", "near", "fishermans wharf" ], [ "_:result/3abcaddf", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/3abcaddf" ], [ "_:result/3abcaddf", "good_for_meal", "breakfast" ], [ "_:result/3abcaddf", "near", "fishermans wharf" ], [ "_:result/3abcaddf", "type", "Restaurant" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/3abcaddf" ], [ "_:result/3abcaddf", "good_for_meal", "breakfast" ], [ "_:result/3abcaddf", "near", "fishermans wharf" ], [ "_:result/3abcaddf", "type", "Restaurant" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "address", "pier 43 fishermans wharf" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/3abcaddf" ], [ "_:result/3abcaddf", "good_for_meal", "breakfast" ], [ "_:result/3abcaddf", "near", "fishermans wharf" ], [ "_:result/3abcaddf", "type", "Restaurant" ], [ "_:result", "address", "pier 43 fishermans wharf" ], [ "_:result", "food", "?" ], [ "_:result", "name", "forbes island" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "good_for_meal", "breakfast" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/3abcaddf" ], [ "_:result/3abcaddf", "good_for_meal", "breakfast" ], [ "_:result/3abcaddf", "near", "fishermans wharf" ], [ "_:result/3abcaddf", "type", "Restaurant" ], [ "_:result", "address", "pier 43 fishermans wharf" ], [ "_:result", "food", "?" ], [ "_:result", "name", "forbes island" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "type", "Restaurant" ], [ "_: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,near,'mission terrace');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a cheap restaurant near mission terrace" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'beijing restaurant');(_:result,near,'mission terrace');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice place , it is in the cheap price range and it is near mission terrace ." }, { "id": 3, "rdf-acts": [ "request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number and type of food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,name,'beijing restaurant');(_:result,phone,'4153338182');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice place , it serves chinese food 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": "" } ]
1985
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission terrace" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission terrace" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "near", "mission terrace" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission terrace" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "mission terrace" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "chinese" ], [ "_: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", "near", "mission terrace" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "mission terrace" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "chinese" ], [ "_: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": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "how post code in price in" }, { "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": [ "ack()" ], "speaker": "user", "text": "okay internet" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'no');(_:result,name,'twin peaks hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "twin peaks hotel is a nice place it does not have internet ." }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "bye food the j" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
59
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "has_internet", "no" ], [ "_:result", "name", "twin peaks hotel" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "has_internet", "no" ], [ "_:result", "name", "twin peaks hotel" ], [ "_:result", "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": [ "ack()", "negate()", "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "ok um no i'd like to find a hotel" }, { "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,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "um connection that allows dogs" }, { "id": 4, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'the fairmont san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the fairmont san francisco is a nice place where dogs are allowed ." }, { "id": 5, "rdf-acts": [ "inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "um i i would like it to allow dogs" }, { "id": 6, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "i need the phone number please" }, { "id": 8, "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": 9, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 10, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 11, "rdf-acts": [ "inform((_:search,near,'north beach telegraph hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "um north beach telegraph hill" }, { "id": 12, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'the wharf inn');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the wharf inn is a nice place , it is near north beach telegraph hill and where dogs are allowed ." }, { "id": 13, "rdf-acts": [ "affirm()", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "yes may i have the phone number please and post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'the wharf inn');(_:result,phone,'4156737411');(_:result,postcode,'94133');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the wharf inn is a nice place , their phone number is 4156737411 and their postcode is 94133 ." }, { "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": "" } ]
299
[ { "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", "true" ], [ "_: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 fairmont san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "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 fairmont san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "the fairmont san francisco" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "22" ], [ "_:result", "dogs_allowed", "yes" ], [ "_: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", "the fairmont san francisco" ], [ "_:search", "dogs_allowed", "true" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "22" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_: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", "dogs_allowed", "true" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "22" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "the wharf inn" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "22" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:result", "name", "the wharf inn" ], [ "_:result", "phone", "4156737411" ], [ "_:result", "postcode", "94133" ], [ "_: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", "true" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "22" ], [ "_:search", "near", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "near", "north beach telegraph hill" ], [ "_:result", "name", "the wharf inn" ], [ "_:result", "phone", "4156737411" ], [ "_: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, 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,food,'gluten free');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for a moderately priced restaurant that serves gluten free food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'gluten free');(_:result,name,'zadin');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "zadin is a nice place , it is in the moderate price range and it serves gluten free food ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'gluten free');(_:result,name,'dosa on valencia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dosa on valencia is a nice place , it is in the moderate price range and it serves gluten free food ." }, { "id": 7, "rdf-acts": [ "request((_:result,near,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh what's the phone number and where is it near to" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'dosa on valencia');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "dosa on valencia is a nice restaurant ." }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'dosa on valencia');(_:result,near,'mission');(_:result,phone,'4156423672');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dosa on valencia is a nice place , it is near mission and their phone number is 4156423672 ." }, { "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": "" } ]
2794
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gluten free" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gluten free" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gluten free" ], [ "_:result", "name", "zadin" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gluten free" ], [ "_:result", "food", "gluten free" ], [ "_:result", "name", "zadin" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gluten free" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gluten free" ], [ "_:result", "name", "dosa on valencia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "near", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "gluten free" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gluten free" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "near", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "dosa on valencia" ], [ "_: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", "food", "gluten free" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gluten free" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "dosa on valencia" ], [ "_:result", "near", "mission" ], [ "_:result", "phone", "4156423672" ], [ "_: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", "gluten free" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "gluten free" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "dosa on valencia" ], [ "_:result", "near", "mission" ], [ "_:result", "phone", "4156423672" ], [ "_: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,good_for_meal,*);(_:search,near,'outer sunset');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for a moderately priced restaurant that is near the outer sunset district for any meal" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'dong baek restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dong baek restaurant is a nice place , it is in the moderate price range and it is good for dinner ." }, { "id": 3, "rdf-acts": [ "request((_:result,near,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it near the outer sunset" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'dong baek restaurant');(_:result,near,'tenderloin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dong baek restaurant is a nice place it is near tenderloin ." }, { "id": 5, "rdf-acts": [ "inform((_:search,near,'outer sunset');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there a restaurant near the outer sunset" }, { "id": 6, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'marnee thai');(_:result,near,'outer sunset');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "marnee thai is a nice place , it is in the moderate price range , it is good for dinner and it is near outer sunset ." }, { "id": 7, "rdf-acts": [ "request((_:result,name,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the name and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'marnee thai');(_:result,phone,'4157319999');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "marnee thai is a nice place , their phone number is 4157319999 ." }, { "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,'yes');(_:result,name,'marnee thai');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "marnee thai is a nice place where child -s are allowed ." }, { "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": "" } ]
1332
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "dong baek restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "near", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "dong baek restaurant" ], [ "_:result", "near", "tenderloin" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "near", "outer sunset" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "marnee thai" ], [ "_:result", "near", "outer sunset" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "name", "?" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer sunset" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "marnee thai" ], [ "_:result", "phone", "4157319999" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer sunset" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "4157319999" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "marnee thai" ], [ "_: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", "*" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer sunset" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "4157319999" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "marnee thai" ], [ "_: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,area,'jordan park');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a middle restaurant in the area of jordan park is good for dinner" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lucky creation restaurant is a nice place it is good for dinner ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'restaurant ducroix');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant ducroix is a nice place it is good for dinner ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'690 sacramento street');(_:result,name,'restaurant ducroix');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant ducroix is a nice place their address is 690 sacramento street ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'restaurant ducroix');(_:result,phone,'4153917195');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant ducroix is a nice place their phone number is 4153917195 ." }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food does it serve" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'french');(_:result,name,'restaurant ducroix');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant ducroix is a nice place it serves french 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": "" } ]
2345
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "jordan park" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "jordan park" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "lucky creation restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "jordan park" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "restaurant ducroix" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "jordan park" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "690 sacramento street" ], [ "_:result", "name", "restaurant ducroix" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "jordan park" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "690 sacramento street" ], [ "_:result", "name", "restaurant ducroix" ], [ "_:result", "phone", "4153917195" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "jordan park" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "690 sacramento street" ], [ "_:result", "phone", "4153917195" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant ducroix" ], [ "_: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", "area", "jordan park" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "690 sacramento street" ], [ "_:result", "phone", "4153917195" ], [ "_:result", "food", "french" ], [ "_:result", "name", "restaurant ducroix" ], [ "_: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": [ "negate()" ], "speaker": "user", "text": "no" }, { "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,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want a cheap restaurant that allows children and is good for breakfast" }, { "id": 4, "rdf-acts": [ "inform((_:result,good_for_meal,'breakfast');(_:result,kids_allowed,'yes');(_:result,name,'sanjalisco');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sanjalisco is a nice place , where child -s are allowed , it is in the cheap price range and it is good for breakfast ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,name,?);(_:result,near,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the name address phone number and where is it near" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'901 s van ness avenue');(_:result,name,'sanjalisco');(_:result,near,'mission');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sanjalisco is a nice place , it is near mission and their address is 901 s van ness avenue ." }, { "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,'sanjalisco');(_:result,phone,'4156488383');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sanjalisco is a nice place their phone number is 4156488383 ." }, { "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": "" } ]
1982
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "sanjalisco" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "?" ], [ "_:result", "near", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "901 s van ness avenue" ], [ "_:result", "name", "sanjalisco" ], [ "_:result", "near", "mission" ], [ "_: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", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "901 s van ness avenue" ], [ "_:result", "near", "mission" ], [ "_:result", "name", "sanjalisco" ], [ "_:result", "phone", "4156488383" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "901 s van ness avenue" ], [ "_:result", "near", "mission" ], [ "_:result", "name", "sanjalisco" ], [ "_:result", "phone", "4156488383" ], [ "_: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,'parkmerced');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "looking for a hotel in the area of parkmerced" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'parkmerced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of parkmerced ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about the area will the" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'parkmerced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of parkmerced ." }, { "id": 5, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "what's the j" }, { "id": 6, "rdf-acts": [ "canthelp((_:result,area,'parkmerced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of parkmerced ." }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'north beach');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area of north beach" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'north beach');(_:result,name,'san remo hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "san remo hotel is a nice place it is in the area of north beach ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is their address" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'north beach');(_:result,name,'san remo hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "san remo hotel is a nice place it is in the area of north beach ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "where are they located" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'2237 mason st');(_:result,name,'san remo hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "san remo hotel is a nice place their address is 2237 mason st ." }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
495
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "parkmerced" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "parkmerced" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/507fe9d6" ], [ "_:result/507fe9d6", "area", "parkmerced" ], [ "_:result/507fe9d6", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "parkmerced" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/507fe9d6" ], [ "_:result/507fe9d6", "area", "parkmerced" ], [ "_:result/507fe9d6", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/0522ec2c" ], [ "_:result/0522ec2c", "area", "parkmerced" ], [ "_:result/0522ec2c", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/507fe9d6" ], [ "_:result/507fe9d6", "area", "parkmerced" ], [ "_:result/507fe9d6", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/0522ec2c" ], [ "_:result/0522ec2c", "area", "parkmerced" ], [ "_:result/0522ec2c", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/7715d3c4" ], [ "_:result/7715d3c4", "area", "parkmerced" ], [ "_:result/7715d3c4", "type", "Hotel" ], [ "_:search", "area", "north beach" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/507fe9d6" ], [ "_:result/507fe9d6", "area", "parkmerced" ], [ "_:result/507fe9d6", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/0522ec2c" ], [ "_:result/0522ec2c", "area", "parkmerced" ], [ "_:result/0522ec2c", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/7715d3c4" ], [ "_:result/7715d3c4", "area", "parkmerced" ], [ "_:result/7715d3c4", "type", "Hotel" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "san remo hotel" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/507fe9d6" ], [ "_:result/507fe9d6", "area", "parkmerced" ], [ "_:result/507fe9d6", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/0522ec2c" ], [ "_:result/0522ec2c", "area", "parkmerced" ], [ "_:result/0522ec2c", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/7715d3c4" ], [ "_:result/7715d3c4", "area", "parkmerced" ], [ "_:result/7715d3c4", "type", "Hotel" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "?" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "san remo 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/507fe9d6" ], [ "_:result/507fe9d6", "area", "parkmerced" ], [ "_:result/507fe9d6", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/0522ec2c" ], [ "_:result/0522ec2c", "area", "parkmerced" ], [ "_:result/0522ec2c", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/7715d3c4" ], [ "_:result/7715d3c4", "area", "parkmerced" ], [ "_:result/7715d3c4", "type", "Hotel" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "north beach" ], [ "_:result", "address", "2237 mason st" ], [ "_:result", "name", "san remo hotel" ], [ "_:result", "type", "Hotel" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/507fe9d6" ], [ "_:result/507fe9d6", "area", "parkmerced" ], [ "_:result/507fe9d6", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/0522ec2c" ], [ "_:result/0522ec2c", "area", "parkmerced" ], [ "_:result/0522ec2c", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/7715d3c4" ], [ "_:result/7715d3c4", "area", "parkmerced" ], [ "_:result/7715d3c4", "type", "Hotel" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "north beach" ], [ "_:result", "address", "2237 mason st" ], [ "_:result", "name", "san remo hotel" ], [ "_:result", "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 ] } ]
[ { "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,near,'nob hill');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes i'm looking for a expensive restaurant near nob hill that does not allow children" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'crustacean restaurant');(_:result,near,'nob hill');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "crustacean restaurant is a nice place , where no child -s are allowed , it is in the expensive price range and it is near nob hill ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i need the address and the phone number and price" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'crustacean restaurant');(_:result,phone,'4157762722');(_:result,price,'between 30 and 58 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "crustacean restaurant is a nice place , their price -s are between 30 and 58 euro and their phone number is 4157762722 ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and their address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1475 polk street suite 6');(_:result,name,'crustacean restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "crustacean restaurant is a nice place their address is 1475 polk street suite 6 ." }, { "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": "" } ]
2303
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "crustacean restaurant" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "price", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "crustacean restaurant" ], [ "_:result", "phone", "4157762722" ], [ "_:result", "price", "between 30 and 58 euro" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "4157762722" ], [ "_:result", "price", "between 30 and 58 euro" ], [ "_:result", "address", "1475 polk street suite 6" ], [ "_:result", "name", "crustacean 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", "false" ], [ "_:search", "near", "nob hill" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "nob hill" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "4157762722" ], [ "_:result", "price", "between 30 and 58 euro" ], [ "_:result", "address", "1475 polk street suite 6" ], [ "_:result", "name", "crustacean 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 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 would like a hotel" }, { "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": [ "inform((_:search,area,'ashbury heights');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "in the ashbury heights area that allows dog" }, { "id": 4, "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": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about nob hill" }, { "id": 6, "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": 7, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "is there one five nob hill" }, { "id": 8, "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": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about nob hill" }, { "id": 10, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "nob hill" }, { "id": 12, "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": 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": "" } ]
579
[ { "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", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "ashbury heights" ], [ "_:search", "type", "Hotel" ] ], "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", "ashbury heights" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/61908a4e" ], [ "_:result/61908a4e", "area", "ashbury heights" ], [ "_:result/61908a4e", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "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", "ashbury heights" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/61908a4e" ], [ "_:result/61908a4e", "area", "ashbury heights" ], [ "_:result/61908a4e", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/f7ce6d5a" ], [ "_:result/f7ce6d5a", "area", "ashbury heights" ], [ "_:result/f7ce6d5a", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "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", "ashbury heights" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/61908a4e" ], [ "_:result/61908a4e", "area", "ashbury heights" ], [ "_:result/61908a4e", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f7ce6d5a" ], [ "_:result/f7ce6d5a", "area", "ashbury heights" ], [ "_:result/f7ce6d5a", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "canthelp", "_:result/88da800d" ], [ "_:result/88da800d", "area", "ashbury heights" ], [ "_:result/88da800d", "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" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "ashbury heights" ], [ "_:system", "canthelp", "_:result/61908a4e" ], [ "_:result/61908a4e", "area", "ashbury heights" ], [ "_:result/61908a4e", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f7ce6d5a" ], [ "_:result/f7ce6d5a", "area", "ashbury heights" ], [ "_:result/f7ce6d5a", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "canthelp", "_:result/88da800d" ], [ "_:result/88da800d", "area", "ashbury heights" ], [ "_:result/88da800d", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "near", "?" ], [ "_: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", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "ashbury heights" ], [ "_:system", "canthelp", "_:result/61908a4e" ], [ "_:result/61908a4e", "area", "ashbury heights" ], [ "_:result/61908a4e", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f7ce6d5a" ], [ "_:result/f7ce6d5a", "area", "ashbury heights" ], [ "_:result/f7ce6d5a", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/88da800d" ], [ "_:result/88da800d", "area", "ashbury heights" ], [ "_:result/88da800d", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/b7737672" ], [ "_:result/b7737672", "area", "ashbury heights" ], [ "_:result/b7737672", "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" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "ashbury heights" ], [ "_:system", "canthelp", "_:result/61908a4e" ], [ "_:result/61908a4e", "area", "ashbury heights" ], [ "_:result/61908a4e", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f7ce6d5a" ], [ "_:result/f7ce6d5a", "area", "ashbury heights" ], [ "_:result/f7ce6d5a", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/88da800d" ], [ "_:result/88da800d", "area", "ashbury heights" ], [ "_:result/88da800d", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/b7737672" ], [ "_:result/b7737672", "area", "ashbury heights" ], [ "_:result/b7737672", "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,area,'little italy');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i need a hotel in the area of little italy" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'little italy');(_:result,count,'3');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 3 hotel -s in the area of little italy ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what price range would you like ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i don't care" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'little italy');(_:result,name,'casa melissa');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place , it is in the moderate price range and it is in the area of little italy ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is their address and phone number" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is their post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'casa melissa');(_:result,postcode,'94133');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place their postcode is 94133 ." }, { "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": "" } ]
237
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little italy" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little italy" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "little italy" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little italy" ], [ "_:result", "area", "little italy" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little italy" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "little italy" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "area", "little italy" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "little italy" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "615 union st" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "phone", "4152257377" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little italy" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "little italy" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "615 union st" ], [ "_:result", "phone", "4152257377" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "postcode", "94133" ], [ "_: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", "little italy" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "little italy" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "615 union st" ], [ "_:result", "phone", "4152257377" ], [ "_:result", "name", "casa melissa" ], [ "_: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, 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/4af1d174" ], [ "_:result/4af1d174", "area", "westwood highlands" ], [ "_:result/4af1d174", "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/4af1d174" ], [ "_:result/4af1d174", "area", "westwood highlands" ], [ "_:result/4af1d174", "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/4af1d174" ], [ "_:result/4af1d174", "area", "westwood highlands" ], [ "_:result/4af1d174", "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/4af1d174" ], [ "_:result/4af1d174", "area", "westwood highlands" ], [ "_:result/4af1d174", "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 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,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "how post code in price in" }, { "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": [ "ack()" ], "speaker": "user", "text": "okay internet" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'no');(_:result,name,'twin peaks hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "twin peaks hotel is a nice place it does not have internet ." }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "bye food the j" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
59
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "has_internet", "no" ], [ "_:result", "name", "twin peaks hotel" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "has_internet", "no" ], [ "_:result", "name", "twin peaks hotel" ], [ "_:result", "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 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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a moderately priced restaurant in the area inner richmond and i don't care about that allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'great eastern restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "great eastern restaurant is a nice place , it is in the moderate price range and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,name,?);(_:result,near,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the name phone number and area near cheap" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'hayes valley or chinatown');(_:result,name,'great eastern restaurant');(_:result,near,'chinatown');(_:result,phone,'4159862500');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "great eastern restaurant is a nice place , it is in the area of chinatown , their phone number is 4159862500 , it is in the area of hayes valley and it is near chinatown ." }, { "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": "" } ]
2382
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "great eastern restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "name", "?" ], [ "_:result", "near", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "hayes valley or chinatown" ], [ "_:result", "name", "great eastern restaurant" ], [ "_:result", "near", "chinatown" ], [ "_:result", "phone", "4159862500" ], [ "_: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", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "hayes valley or chinatown" ], [ "_:result", "name", "great eastern restaurant" ], [ "_:result", "near", "chinatown" ], [ "_: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 ] } ]
[ { "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,'outer mission');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant near the outer mission area" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'beijing restaurant');(_:result,near,'outer mission');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice place , it is in the cheap price range and it is near outer mission ." }, { "id": 3, "rdf-acts": [ "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is it good for dinner" }, { "id": 4, "rdf-acts": [ "inform((_:result,good_for_meal,'lunch or dinner');(_:result,name,'beijing restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice place , it is good for dinner and it is good for lunch ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1801 alemany blvd');(_:result,name,'beijing restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice place their address is 1801 alemany blvd ." }, { "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,'beijing restaurant');(_:result,phone,'4153338182');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice place their phone number is 4153338182 ." }, { "id": 9, "rdf-acts": [ "request((_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the price" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'beijing restaurant');(_:result,price,'between 5 and 15 dollar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice place their price -s are between 5 and 15 dollar ." }, { "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": "" } ]
3333
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer mission" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer mission" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "near", "outer mission" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "good_for_meal", "?" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer mission" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "near", "outer mission" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch or dinner" ], [ "_:result", "name", "beijing 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", "outer mission" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "near", "outer mission" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch or dinner" ], [ "_:result", "address", "1801 alemany blvd" ], [ "_:result", "name", "beijing 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", "outer mission" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "near", "outer mission" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch or dinner" ], [ "_:result", "address", "1801 alemany blvd" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "phone", "4153338182" ], [ "_: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", "outer mission" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "near", "outer mission" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch or dinner" ], [ "_:result", "address", "1801 alemany blvd" ], [ "_:result", "phone", "4153338182" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "price", "between 5 and 15 dollar" ], [ "_: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", "outer mission" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "near", "outer mission" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch or dinner" ], [ "_:result", "address", "1801 alemany blvd" ], [ "_:result", "phone", "4153338182" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "price", "between 5 and 15 dollar" ], [ "_: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,pricerange,'ultra high end');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near the noma that has ultra high end price range" }, { "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 area of noma and in the ultra high end price range ." }, { "id": 3, "rdf-acts": [ "reqalts((_:result,area,'noma'))", "inform((_:search,pricerange,'ultra high end');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about the area of noma that has ultra high end" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'noma');(_:result,name,'hotel metropolis');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel metropolis is a nice place it is in the area of noma ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i get 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": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "how phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'25 mason st');(_:result,name,'hotel metropolis');(_:result,phone,'4157754600');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel metropolis is a nice place , their address is 25 mason st and their phone number is 4157754600 ." }, { "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": "" } ]
216
[ { "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" ], [ "_:system", "canthelp", "_:result/cfe6774f" ], [ "_:result/cfe6774f", "area", "noma" ], [ "_:result/cfe6774f", "pricerange", "ultra high end" ], [ "_:result/cfe6774f", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/cfe6774f" ], [ "_:result/cfe6774f", "area", "noma" ], [ "_:result/cfe6774f", "pricerange", "ultra high end" ], [ "_:result/cfe6774f", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:result", "name", "hotel metropolis" ], [ "_: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/cfe6774f" ], [ "_:result/cfe6774f", "area", "noma" ], [ "_:result/cfe6774f", "pricerange", "ultra high end" ], [ "_:result/cfe6774f", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:result", "name", "hotel metropolis" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:result/22847642" ], [ "_:result/22847642", "area", "noma" ], [ "_:result/22847642", "pricerange", "ultra high end" ], [ "_:result/22847642", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/cfe6774f" ], [ "_:result/cfe6774f", "area", "noma" ], [ "_:result/cfe6774f", "pricerange", "ultra high end" ], [ "_:result/cfe6774f", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:system", "canthelp", "_:result/22847642" ], [ "_:result/22847642", "area", "noma" ], [ "_:result/22847642", "pricerange", "ultra high end" ], [ "_:result/22847642", "type", "Hotel" ], [ "_:result", "address", "25 mason st" ], [ "_:result", "name", "hotel metropolis" ], [ "_:result", "phone", "4157754600" ], [ "_: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/cfe6774f" ], [ "_:result/cfe6774f", "area", "noma" ], [ "_:result/cfe6774f", "pricerange", "ultra high end" ], [ "_:result/cfe6774f", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "noma" ], [ "_:system", "canthelp", "_:result/22847642" ], [ "_:result/22847642", "area", "noma" ], [ "_:result/22847642", "pricerange", "ultra high end" ], [ "_:result/22847642", "type", "Hotel" ], [ "_:result", "address", "25 mason st" ], [ "_:result", "name", "hotel metropolis" ], [ "_:result", "phone", "4157754600" ], [ "_: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,area,'outer parkside');(_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a moderate hotel in the outer parkside" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'holiday inn express hotel san francisco fishermans wharf');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "holiday inn express hotel san francisco fishermans wharf is a nice place it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what area is it" }, { "id": 4, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 5, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what area is it in" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'holiday inn express hotel san francisco fishermans wharf');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "holiday inn express hotel san francisco fishermans wharf is a nice hotel ." }, { "id": 7, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what area is it" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'fishermans wharf');(_:result,name,'holiday inn express hotel san francisco fishermans wharf');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "holiday inn express hotel san francisco fishermans wharf is a nice place it is in the area of fishermans wharf ." }, { "id": 9, "rdf-acts": [ "inform((_:search,area,'outer parkside');(_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a moderate hotel in the area of outer parkside" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'holiday inn express hotel san francisco fishermans wharf');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "holiday inn express hotel san francisco fishermans wharf is a nice place it is in the moderate price range ." }, { "id": 11, "rdf-acts": [ "negate()", "inform((_:search,area,'outer parkside');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "no i'm looking in the area of outer parkside" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'holiday inn express hotel san francisco fishermans wharf');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "holiday inn express hotel san francisco fishermans wharf is a nice hotel ." }, { "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": "" } ]
283
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "outer parkside" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "outer parkside" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "holiday inn express hotel san francisco fishermans wharf" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "outer parkside" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "holiday inn express hotel san francisco fishermans wharf" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "outer parkside" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "holiday inn express hotel san francisco fishermans wharf" ], [ "_: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", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "fishermans wharf" ], [ "_:result", "name", "holiday inn express hotel san francisco fishermans wharf" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "outer parkside" ], [ "_:search", "pricerange", "moderate" ], [ "_: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", "inquired", "_:user" ], [ "_:result", "area", "fishermans wharf" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "denied", "_:result/95f0a2c0" ], [ "_:result/95f0a2c0", "name", "holiday inn express hotel san francisco fishermans wharf" ], [ "_:result/95f0a2c0", "pricerange", "moderate" ], [ "_:result/95f0a2c0", "type", "Hotel" ], [ "_:search", "area", "outer parkside" ], [ "_: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" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "fishermans wharf" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "denied", "_:result/95f0a2c0" ], [ "_:result/95f0a2c0", "name", "holiday inn express hotel san francisco fishermans wharf" ], [ "_:result/95f0a2c0", "pricerange", "moderate" ], [ "_:result/95f0a2c0", "type", "Hotel" ], [ "_:search", "area", "outer parkside" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "holiday inn express hotel san francisco fishermans wharf" ], [ "_:result", "type", "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" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "fishermans wharf" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "denied", "_:result/95f0a2c0" ], [ "_:result/95f0a2c0", "name", "holiday inn express hotel san francisco fishermans wharf" ], [ "_:result/95f0a2c0", "pricerange", "moderate" ], [ "_:result/95f0a2c0", "type", "Hotel" ], [ "_:search", "area", "outer parkside" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "holiday inn express hotel san francisco fishermans wharf" ], [ "_: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, 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,area,'friendship village');(_:search,pricerange,*);(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area friendship village and i don't care about the price range" }, { "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": [ "reqalts((_:result,area,'transmission'))" ], "speaker": "user", "text": "how about a similar place that is in the area transmission" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'transmission');(_:result,name,'noe 7s nest bed and breakfast');(_:result,pricerange,'moderate');(_: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 is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i get the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1257 guerrero st');(_:result,name,'noe 7s nest bed and breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place their address is 1257 guerrero 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": "" } ]
236
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "pricerange", "*" ], [ "_: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", "*" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/301980ce" ], [ "_:result/301980ce", "area", "friendship village" ], [ "_:result/301980ce", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/301980ce" ], [ "_:result/301980ce", "area", "friendship village" ], [ "_:result/301980ce", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "transmission" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/301980ce" ], [ "_:result/301980ce", "area", "friendship village" ], [ "_:result/301980ce", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "transmission" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1257 guerrero st" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_: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", "friendship village" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/301980ce" ], [ "_:result/301980ce", "area", "friendship village" ], [ "_:result/301980ce", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "transmission" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1257 guerrero st" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_: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": [ "ack()", "inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "okay near japantown accepts credit cards" }, { "id": 2, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,name,'petite auberge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "petite auberge is a nice place it accepts credit card -s ." }, { "id": 3, "rdf-acts": [ "request((_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the name and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,name,'petite auberge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "petite auberge is a nice place it accepts credit card -s ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,count,'167');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 167 hotel -s where credit card -s are accepted ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 8, "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": 9, "rdf-acts": [ "inform((_:search,has_internet,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i don't care in japantown" }, { "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": "" } ]
565
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "petite auberge" ], [ "_:result", "type", "Hotel" ], [ "_:result", "name", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "petite auberge" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "petite auberge" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "count", "167" ], [ "_: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", "accepts_credit_cards", "true" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "petite auberge" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "count", "167" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "has_internet", "*" ], [ "_: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", "accepts_credit_cards", "true" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "petite auberge" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "count", "167" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "has_internet", "*" ], [ "_:search", "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" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "petite auberge" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "count", "167" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "has_internet", "*" ], [ "_:search", "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 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 in the sea" }, { "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": "i don't care as long as it is near the price" }, { "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,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what area would you like ?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "cheap" }, { "id": 8, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,name,'metro hotel');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "metro hotel is a nice place , it accepts credit card -s and it is in the inexpensive price range ." }, { "id": 9, "rdf-acts": [ "request((_:result,near,?);(_:result,type,'Hotel'))", "inform((_:search,accepts_credit_cards,'haight');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "is it near the haight" }, { "id": 10, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 11, "rdf-acts": [ "inform((_:search,near,'haight');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i'm looking for rest near the haight" }, { "id": 12, "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": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
247
[ { "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", "area", "?" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "182" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "metro hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "near", "?" ], [ "_:search", "accepts_credit_cards", "haight" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "182" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "metro hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "near", "?" ], [ "_:search", "accepts_credit_cards", "haight" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "haight" ], [ "_: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", "count", "182" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "accepts_credit_cards", "haight" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "haight" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "near", "haight" ], [ "_:result", "type", "Hotel" ] ], "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,'true');(_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hi looking for a hotel that allows dogs is in expensive price range" }, { "id": 2, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'grand hyatt san francisco');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "grand hyatt san francisco is a nice place , it is in the pricey price range and where dogs are allowed ." }, { "id": 3, "rdf-acts": [ "ack()", "request((_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "okay can i have the phone number and whether it has internet" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'hotel rex');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel rex is a nice place it has internet ." }, { "id": 5, "rdf-acts": [ "ack()", "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "okay i have the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'hotel rex');(_:result,phone,'4154334434');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel rex is a nice place their phone number is 4154334434 ." }, { "id": 7, "rdf-acts": [ "ack()", "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
374
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "pricerange", "pricey" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "grand hyatt san francisco" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "pricerange", "pricey" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "phone", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel rex" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "pricerange", "pricey" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "pricerange", "pricey" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel rex" ], [ "_:result", "phone", "4154334434" ], [ "_: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", "true" ], [ "_:search", "pricerange", "pricey" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "pricerange", "pricey" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel rex" ], [ "_:result", "phone", "4154334434" ], [ "_: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": [ "affirm()", "inform((_:search,accepts_credit_cards,'true');(_:search,near,'outer richmond');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "yes i am looking for a hotel near the outer richmond that accepts credit cards" }, { "id": 2, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seal rock inn is a nice place , it accepts credit card -s and it is near outer richmond ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))", "inform((_:search,near,'outer richmond');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "what is the address for that hotel near outer richmond that accepts" }, { "id": 6, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seal rock inn is a nice place , it is near outer richmond and it accepts credit card -s ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "do know phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seal rock inn is a nice place it is near outer richmond ." }, { "id": 9, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "uh what's the price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'seal rock inn');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "seal rock inn is a nice hotel ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))", "inform((_:search,name,'seal rock inn');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "uh what is the address phone number and price range of seal rock inn" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'545 point lobos ave');(_:result,name,'seal rock inn');(_:result,phone,'4157528000');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seal rock inn is a nice place , their address is 545 point lobos ave , their phone number is 4157528000 and it is in the moderate price range ." }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "you goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
580
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "type", "Hotel" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "phone", "?" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "?" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "name", "seal rock inn" ], [ "_: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", "accepts_credit_cards", "true" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "near", "outer richmond" ], [ "_:search", "name", "seal rock inn" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "545 point lobos ave" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "phone", "4157528000" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_: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", "accepts_credit_cards", "true" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "near", "outer richmond" ], [ "_:search", "name", "seal rock inn" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "545 point lobos ave" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "phone", "4157528000" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "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 ] } ]
[ { "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" }, { "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,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "does it allow children" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'94');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 94 restaurant -s where child -s are allowed ." }, { "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,kids_allowed,'false');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "does not allow children" }, { "id": 8, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'franchino');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "franchino is a nice place where no child -s are allowed ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "address" }, { "id": 10, "rdf-acts": [ "inform((_:result,count,'135');(_:result,kids_allowed,'no');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 135 restaurant -s where no child -s are allowed ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 12, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what area would you like ?" }, { "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": "" } ]
2697
[ { "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", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "94" ], [ "_:result", "kids_allowed", "yes" ], [ "_: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", "94" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "kids_allowed", "false" ], [ "_: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", "94" ], [ "_:search", "area", "?" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "franchino" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "?" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "franchino" ], [ "_:result", "address", "?" ], [ "_:result", "count", "135" ], [ "_:result", "kids_allowed", "no" ], [ "_: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", "pricerange", "?" ], [ "_:search", "kids_allowed", "false" ], [ "_:result", "name", "franchino" ], [ "_:result", "address", "?" ], [ "_:result", "count", "135" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "kids_allowed", "false" ], [ "_:result", "name", "franchino" ], [ "_:result", "address", "?" ], [ "_:result", "count", "135" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "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,accepts_credit_cards,'true');(_:search,area,'buena vista park');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in buena vista park do accept credit cards" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'buena vista park');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of buena vista park ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'fort mason');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "is there a place in fort mason that accepts credit card" }, { "id": 4, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_: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 and it accepts credit card -s ." }, { "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,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "buena vista motor inn is a nice hotel ." }, { "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,'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": 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": "" } ]
23
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "area", "buena vista park" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:system", "canthelp", "_:result/2da137b8" ], [ "_:result/2da137b8", "area", "buena vista park" ], [ "_:result/2da137b8", "type", "Hotel" ], [ "_:search", "area", "fort mason" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:system", "canthelp", "_:result/2da137b8" ], [ "_:result/2da137b8", "area", "buena vista park" ], [ "_:result/2da137b8", "type", "Hotel" ], [ "_:search", "area", "fort mason" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_: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" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:system", "canthelp", "_:result/2da137b8" ], [ "_:result/2da137b8", "area", "buena vista park" ], [ "_:result/2da137b8", "type", "Hotel" ], [ "_:search", "area", "fort mason" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "fort mason" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "buena vista motor inn" ], [ "_: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", "accepts_credit_cards", "true" ], [ "_:system", "canthelp", "_:result/2da137b8" ], [ "_:result/2da137b8", "area", "buena vista park" ], [ "_:result/2da137b8", "type", "Hotel" ], [ "_:search", "area", "fort mason" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "fort mason" ], [ "_:result", "name", "buena vista motor inn" ], [ "_:result", "phone", "4159239600" ], [ "_: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", "accepts_credit_cards", "true" ], [ "_:system", "canthelp", "_:result/2da137b8" ], [ "_:result/2da137b8", "area", "buena vista park" ], [ "_:result/2da137b8", "type", "Hotel" ], [ "_:search", "area", "fort mason" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "fort mason" ], [ "_:result", "name", "buena vista motor inn" ], [ "_:result", "phone", "4159239600" ], [ "_: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": [ "ack()", "inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant good for brunch of our children i do not care about the price" }, { "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": [ "inform((_:search,pricerange,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i do not care" }, { "id": 8, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
724
[ { "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" ], [ "_: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, 6, 7 ] }, { "id": 4, "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, 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,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that is near new square" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'sai jai thai restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sai jai thai restaurant is a nice place it is in the cheap price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the area" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'hayes valley or civic center');(_:result,name,'sai jai thai restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sai jai thai restaurant is a nice place , it is in the area of hayes valley and it is in the area of civic center ." }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that is near the new where" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'little delhi');(_:result,near,'union square');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little delhi is a nice place , it is in the cheap price range and it is near union square ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'83 eddy street');(_:result,name,'little delhi');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little delhi is a nice place their address is 83 eddy 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,'little delhi');(_:result,price,'between 7 and 11 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little delhi is a nice place their price -s are between 7 and 11 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": "" } ]
854
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "sai jai thai restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "hayes valley or civic center" ], [ "_:result", "name", "sai jai thai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "hayes valley or civic center" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "little delhi" ], [ "_:result", "near", "union square" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "hayes valley or civic center" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "union square" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "83 eddy street" ], [ "_:result", "name", "little delhi" ], [ "_: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" ], [ "_:result", "area", "hayes valley or civic center" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "union square" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "83 eddy street" ], [ "_:result", "name", "little delhi" ], [ "_:result", "price", "between 7 and 11 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" ], [ "_:result", "area", "hayes valley or civic center" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "union square" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "83 eddy street" ], [ "_:result", "name", "little delhi" ], [ "_:result", "price", "between 7 and 11 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 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": [ "thanks()", "bye()", "request((_:result,dogs_allowed,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "thank you good that does it allow 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": [ "inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "no dogs" }, { "id": 4, "rdf-acts": [ "confirm((_:result,dogs_allowed,'no');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "let me confirm you want a hotel that does not allow dogs , right ?" }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "correct" }, { "id": 6, "rdf-acts": [ "inform((_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place where no dogs are allowed ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
305
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "dogs_allowed", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "type", "Hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "type", "Hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "casa melissa" ], [ "_: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 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,'true');(_:search,area,'civic center');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area of civic center that accepts credit cards" }, { "id": 2, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,area,'civic center');(_:result,name,'phoenix hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "phoenix hotel is a nice place , it is in the area of civic center and it accepts credit card -s ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i get the phone number and post code" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'phoenix hotel');(_:result,phone,'4157761380');(_:result,postcode,'94109');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "phoenix hotel is a nice place , their phone number is 4157761380 and their postcode is 94109 ." }, { "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": "" } ]
360
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "civic center" ], [ "_:result", "name", "phoenix hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "civic center" ], [ "_:result", "name", "phoenix hotel" ], [ "_:result", "phone", "4157761380" ], [ "_:result", "postcode", "94109" ], [ "_: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", "accepts_credit_cards", "true" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "civic center" ], [ "_:result", "name", "phoenix hotel" ], [ "_:result", "phone", "4157761380" ], [ "_: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 ] } ]
[ { "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()", "affirm()", "inform((_:search,area,'westlake and olympic');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "okay yes i'm looking for a hotel in the area of westlake and olympic" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'westlake and olympic');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of westlake and olympic ." }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'ultra high end');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "that has is in the ultra high end price range" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'westlake and olympic');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of westlake and olympic ." }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'russian hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "is there any drinks and the area of russian hill" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'russian hill');(_:result,name,'fairmont heritage place c ghirardelli square');(_:result,pricerange,'ultra high end');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "fairmont heritage place c ghirardelli square is a nice place , it is in the area of russian hill and it is in the ultra high end price range ." }, { "id": 7, "rdf-acts": [ "negate()", "inform((_:search,area,'russian hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "no is there a similar place in russian hill" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'russian hill');(_:result,name,'fairmont heritage place c ghirardelli square');(_:result,pricerange,'ultra high end');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "fairmont heritage place c ghirardelli square is a nice place , it is in the area of russian hill and it is in the ultra high end price range ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number please" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'900 north point and ste d100');(_:result,name,'fairmont heritage place c ghirardelli square');(_:result,phone,'4152689900');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "fairmont heritage place c ghirardelli square is a nice place , their address is 900 north point and ste d100 and their phone number is 4152689900 ." }, { "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": "" } ]
132
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "westlake and olympic" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "westlake and olympic" ], [ "_:system", "canthelp", "_:result/42320658" ], [ "_:result/42320658", "area", "westlake and olympic" ], [ "_:result/42320658", "type", "Hotel" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/42320658" ], [ "_:result/42320658", "area", "westlake and olympic" ], [ "_:result/42320658", "type", "Hotel" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:system", "canthelp", "_:result/0847b5f9" ], [ "_:result/0847b5f9", "area", "westlake and olympic" ], [ "_:result/0847b5f9", "type", "Hotel" ], [ "_:search", "area", "russian hill" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/42320658" ], [ "_:result/42320658", "area", "westlake and olympic" ], [ "_:result/42320658", "type", "Hotel" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:system", "canthelp", "_:result/0847b5f9" ], [ "_:result/0847b5f9", "area", "westlake and olympic" ], [ "_:result/0847b5f9", "type", "Hotel" ], [ "_:user", "denied", "_:result/19c434b7" ], [ "_:result/19c434b7", "area", "russian hill" ], [ "_:result/19c434b7", "name", "fairmont heritage place c ghirardelli square" ], [ "_:result/19c434b7", "pricerange", "ultra high end" ], [ "_:result/19c434b7", "type", "Hotel" ], [ "_:search", "area", "russian hill" ], [ "_: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/42320658" ], [ "_:result/42320658", "area", "westlake and olympic" ], [ "_:result/42320658", "type", "Hotel" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:system", "canthelp", "_:result/0847b5f9" ], [ "_:result/0847b5f9", "area", "westlake and olympic" ], [ "_:result/0847b5f9", "type", "Hotel" ], [ "_:user", "denied", "_:result/19c434b7" ], [ "_:result/19c434b7", "area", "russian hill" ], [ "_:result/19c434b7", "name", "fairmont heritage place c ghirardelli square" ], [ "_:result/19c434b7", "pricerange", "ultra high end" ], [ "_:result/19c434b7", "type", "Hotel" ], [ "_:search", "area", "russian hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "russian hill" ], [ "_:result", "name", "fairmont heritage place c ghirardelli square" ], [ "_:result", "pricerange", "ultra high end" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/42320658" ], [ "_:result/42320658", "area", "westlake and olympic" ], [ "_:result/42320658", "type", "Hotel" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:system", "canthelp", "_:result/0847b5f9" ], [ "_:result/0847b5f9", "area", "westlake and olympic" ], [ "_:result/0847b5f9", "type", "Hotel" ], [ "_:user", "denied", "_:result/19c434b7" ], [ "_:result/19c434b7", "area", "russian hill" ], [ "_:result/19c434b7", "name", "fairmont heritage place c ghirardelli square" ], [ "_:result/19c434b7", "pricerange", "ultra high end" ], [ "_:result/19c434b7", "type", "Hotel" ], [ "_:search", "area", "russian hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "russian hill" ], [ "_:result", "pricerange", "ultra high end" ], [ "_:result", "address", "900 north point and ste d100" ], [ "_:result", "name", "fairmont heritage place c ghirardelli square" ], [ "_:result", "phone", "4152689900" ], [ "_: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/42320658" ], [ "_:result/42320658", "area", "westlake and olympic" ], [ "_:result/42320658", "type", "Hotel" ], [ "_:search", "pricerange", "ultra high end" ], [ "_:system", "canthelp", "_:result/0847b5f9" ], [ "_:result/0847b5f9", "area", "westlake and olympic" ], [ "_:result/0847b5f9", "type", "Hotel" ], [ "_:user", "denied", "_:result/19c434b7" ], [ "_:result/19c434b7", "area", "russian hill" ], [ "_:result/19c434b7", "name", "fairmont heritage place c ghirardelli square" ], [ "_:result/19c434b7", "pricerange", "ultra high end" ], [ "_:result/19c434b7", "type", "Hotel" ], [ "_:search", "area", "russian hill" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "russian hill" ], [ "_:result", "pricerange", "ultra high end" ], [ "_:result", "address", "900 north point and ste d100" ], [ "_:result", "name", "fairmont heritage place c ghirardelli square" ], [ "_:result", "phone", "4152689900" ], [ "_: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,'lincoln park');(_:search,dogs_allowed,'false');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area of lincoln park that does not allow dogs" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'lincoln park');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of lincoln park ." }, { "id": 3, "rdf-acts": [ "reqalts((_:result,area,'little italy'))" ], "speaker": "user", "text": "how about in the area of little italy" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'little italy');(_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place , it is in the area of little italy and where no dogs are allowed ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'615 union st');(_:result,name,'casa melissa');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place their address is 615 union st ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is their phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'casa melissa');(_:result,phone,'4152257377');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "casa melissa is a nice place their phone number is 4152257377 ." }, { "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,'little italy');(_:result,name,'washington square inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "washington square inn is a nice place , it accepts credit card -s and it is in the area of little italy ." }, { "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": "" } ]
371
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "lincoln park" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "lincoln park" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/9917a242" ], [ "_:result/9917a242", "area", "lincoln park" ], [ "_:result/9917a242", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "lincoln park" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/9917a242" ], [ "_:result/9917a242", "area", "lincoln park" ], [ "_:result/9917a242", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "little italy" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "lincoln park" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/9917a242" ], [ "_:result/9917a242", "area", "lincoln park" ], [ "_:result/9917a242", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "little italy" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "address", "615 union st" ], [ "_:result", "name", "casa melissa" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "lincoln park" ], [ "_:search", "dogs_allowed", "false" ], [ "_:system", "canthelp", "_:result/9917a242" ], [ "_:result/9917a242", "area", "lincoln park" ], [ "_:result/9917a242", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "little italy" ], [ "_:result", "dogs_allowed", "no" ], [ "_: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, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "lincoln park" ], [ "_:search", "dogs_allowed", "false" ], [ "_:system", "canthelp", "_:result/9917a242" ], [ "_:result/9917a242", "area", "lincoln park" ], [ "_:result/9917a242", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "address", "615 union st" ], [ "_:result", "phone", "4152257377" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "little italy" ], [ "_:result", "name", "washington square inn" ], [ "_: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", "lincoln park" ], [ "_:search", "dogs_allowed", "false" ], [ "_:system", "canthelp", "_:result/9917a242" ], [ "_:result/9917a242", "area", "lincoln park" ], [ "_:result/9917a242", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "address", "615 union st" ], [ "_:result", "phone", "4152257377" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "little italy" ], [ "_:result", "name", "washington square inn" ], [ "_: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,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yeah i'm looking for a moderately priced restaurant that allows children and is near the town" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'dong baek restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dong baek restaurant is a nice place , it is in the moderate price range and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,near,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it near the phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'dong baek restaurant');(_:result,near,'tenderloin');(_:result,phone,'4157761898');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dong baek restaurant is a nice place , it is near tenderloin and their phone number is 4157761898 ." }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a moderately priced restaurant near some" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'dong baek restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "dong baek restaurant 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,'631 ofarrell street');(_:result,name,'dong baek restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dong baek restaurant is a nice place their address is 631 ofarrell street ." }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is their phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'dong baek restaurant');(_:result,phone,'4157761898');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dong baek restaurant is a nice place their phone number is 4157761898 ." }, { "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 downtown');(_:result,name,'dong baek restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dong baek restaurant is a nice place , it is in the area of hayes valley and it is in the area of downtown ." }, { "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": "" } ]
42
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "dong baek restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "near", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "dong baek restaurant" ], [ "_:result", "near", "tenderloin" ], [ "_:result", "phone", "4157761898" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "near", "tenderloin" ], [ "_:result", "phone", "4157761898" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "dong baek 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", "kids_allowed", "true" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "near", "tenderloin" ], [ "_:result", "phone", "4157761898" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "631 ofarrell street" ], [ "_:result", "name", "dong baek restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "near", "tenderloin" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "631 ofarrell street" ], [ "_:result", "name", "dong baek restaurant" ], [ "_:result", "phone", "4157761898" ], [ "_: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", "kids_allowed", "true" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "near", "tenderloin" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "631 ofarrell street" ], [ "_:result", "phone", "4157761898" ], [ "_:result", "area", "hayes valley or downtown" ], [ "_:result", "name", "dong baek 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", "kids_allowed", "true" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "near", "tenderloin" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "631 ofarrell street" ], [ "_:result", "phone", "4157761898" ], [ "_:result", "area", "hayes valley or downtown" ], [ "_:result", "name", "dong baek 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,area,'noma');(_:search,good_for_meal,'breakfast');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant in the noma that allows children and is this the breakfast" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'noma');(_:result,kids_allowed,'yes');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "arabian nights restaurant is a nice place , where child -s are allowed and it is in the area of noma ." }, { "id": 3, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "you" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "arabian nights restaurant is a nice restaurant ." }, { "id": 5, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i need a phone number and post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'arabian nights restaurant');(_:result,postcode,'94110');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "arabian nights restaurant is a nice place their postcode is 94110 ." }, { "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": "" } ]
938
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noma" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noma" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noma" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noma" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noma" ], [ "_:result", "kids_allowed", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noma" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noma" ], [ "_:result", "kids_allowed", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "postcode", "94110" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "noma" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "noma" ], [ "_:result", "kids_allowed", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "postcode", "94110" ], [ "_:result", "type", "Restaurant" ], [ "_: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,'expensive');(_:search,type,'Restaurant'))", "ack()" ], "speaker": "user", "text": "i'm looking for an expensive restaurant that allow children children good for a new" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'franciscan crab restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "franciscan crab restaurant is a nice place , it is in the expensive price range and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'4');(_:result,kids_allowed,'yes');(_:result,pricerange,'expensive');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 4 restaurant -s where child -s are allowed and in the expensive 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": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i don't care" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'afghan');(_:result,kids_allowed,'yes');(_:result,name,'helmand palace');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "helmand palace is a nice place , it is in the expensive price range , where child -s are allowed and it serves afghan food ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address to the price" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'2424 van ness avenue');(_:result,name,'helmand palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "helmand palace is a nice place their address is 2424 van ness avenue ." }, { "id": 11, "rdf-acts": [ "request((_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the price" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'helmand palace');(_:result,price,'between 18 and 73 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "helmand palace is a nice place their price -s are between 18 and 73 euro ." }, { "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": "" } ]
83
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "4" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "4" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "expensive" ], [ "_: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", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "4" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "afghan" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "helmand palace" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "4" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "afghan" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2424 van ness avenue" ], [ "_:result", "name", "helmand palace" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "4" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "afghan" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2424 van ness avenue" ], [ "_:result", "name", "helmand palace" ], [ "_:result", "price", "between 18 and 73 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", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "4" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "afghan" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2424 van ness avenue" ], [ "_:result", "name", "helmand palace" ], [ "_:result", "price", "between 18 and 73 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 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": [ "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/7ce5c21b" ], [ "_:result/7ce5c21b", "area", "friendship village" ], [ "_:result/7ce5c21b", "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/7ce5c21b" ], [ "_:result/7ce5c21b", "area", "friendship village" ], [ "_:result/7ce5c21b", "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/7ce5c21b" ], [ "_:result/7ce5c21b", "area", "friendship village" ], [ "_:result/7ce5c21b", "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/7ce5c21b" ], [ "_:result/7ce5c21b", "area", "friendship village" ], [ "_:result/7ce5c21b", "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/7ce5c21b" ], [ "_:result/7ce5c21b", "area", "friendship village" ], [ "_:result/7ce5c21b", "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/7ce5c21b" ], [ "_:result/7ce5c21b", "area", "friendship village" ], [ "_:result/7ce5c21b", "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 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,'north waterfront');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant in the area of north waterfront the area" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'north waterfront');(_:result,name,'hillstone');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hillstone is a nice place it is in the area of north waterfront ." }, { "id": 3, "rdf-acts": [ "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is it gardenia" }, { "id": 4, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 5, "rdf-acts": [ "request((_:result,name,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the name of address and phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'hillstone');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "hillstone is a nice restaurant ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "i'm" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'hillstone');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "hillstone is a nice restaurant ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
3081
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north waterfront" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north waterfront" ], [ "_:result", "area", "north waterfront" ], [ "_:result", "name", "hillstone" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north waterfront" ], [ "_:result", "area", "north waterfront" ], [ "_:result", "name", "hillstone" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north waterfront" ], [ "_:result", "area", "north waterfront" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "hillstone" ], [ "_: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", "north waterfront" ], [ "_:result", "area", "north waterfront" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "hillstone" ], [ "_: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": [ "inform((_:search,area,'mission dolores');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a cheap restaurant in the area of mission dolores" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'mission dolores');(_:result,name,'gracias madre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gracias madre is a nice place , it is in the area of mission dolores and it is in the cheap price range ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "which meal with one" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'gracias madre');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "gracias madre is a nice restaurant ." }, { "id": 5, "rdf-acts": [ "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "which meal is it for" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'mission dolores');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 2 restaurant -s in the cheap price range and in the area of mission dolores ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 8, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what food would you like" }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'mission dolores');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 2 restaurant -s in the cheap price range and in the area of mission dolores ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 12, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what food would you like" }, { "id": 13, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a cheap restaurant" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'gracias madre');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "gracias madre is a nice restaurant ." }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 16, "rdf-acts": [ "inform((_:result,area,'mission dolores');(_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 2 restaurant -s in the cheap price range and in the area of mission dolores ." }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 18, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what food would you like" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "" } ]
2811
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission dolores" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission dolores" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission dolores" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "mission dolores" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "mission dolores" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission dolores" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "good_for_meal", "?" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "area", "mission dolores" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission dolores" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "gracias madre" ], [ "_: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": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission dolores" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_: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": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission dolores" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission dolores" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "gracias madre" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "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, 20, 21 ] } ]
[ { "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()" ], "speaker": "user", "text": "yes i'm looking for a restaurant in ha room third mail hi" }, { "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,near,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 7, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "for no price for mail hi" }, { "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": [ "negate()" ], "speaker": "user", "text": "where no i would like it in the area town" }, { "id": 12, "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": 13, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 14, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what area would you like ?" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "are mail hi" }, { "id": 16, "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": 17, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 18, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal would you like ?" }, { "id": 19, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 21, "rdf-acts": [], "speaker": "user", "text": "" } ]
1656
[ { "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", "near", "#" ], [ "_:user", "denied", "_:search/94003c36" ], [ "_:search/94003c36", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "near", "#" ], [ "_:user", "denied", "_:search/94003c36" ], [ "_:search/94003c36", "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", "pricerange", "*" ], [ "_:search", "near", "#" ], [ "_:user", "denied", "_:search/94003c36" ], [ "_:search/94003c36", "type", "Restaurant" ], [ "_:result", "count", "239" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "#" ], [ "_:user", "denied", "_:search/2e399fd0" ], [ "_:search/2e399fd0", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "near", "#" ], [ "_:user", "denied", "_:search/94003c36" ], [ "_:search/94003c36", "type", "Restaurant" ], [ "_:search", "good_for_meal", "#" ], [ "_:user", "denied", "_:search/2e399fd0" ], [ "_:search/2e399fd0", "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, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "near", "#" ], [ "_:user", "denied", "_:search/94003c36" ], [ "_:search/94003c36", "type", "Restaurant" ], [ "_:search", "good_for_meal", "#" ], [ "_:user", "denied", "_:search/2e399fd0" ], [ "_:search/2e399fd0", "type", "Restaurant" ], [ "_:result", "count", "239" ], [ "_:result", "pricerange", "dont_care" ], [ "_: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, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "near", "#" ], [ "_:user", "denied", "_:search/94003c36" ], [ "_:search/94003c36", "type", "Restaurant" ], [ "_:search", "good_for_meal", "#" ], [ "_:user", "denied", "_:search/2e399fd0" ], [ "_:search/2e399fd0", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_: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, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "near", "#" ], [ "_:user", "denied", "_:search/94003c36" ], [ "_:search/94003c36", "type", "Restaurant" ], [ "_:user", "denied", "_:search/2e399fd0" ], [ "_:search/2e399fd0", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:result", "count", "239" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "near", "#" ], [ "_:user", "denied", "_:search/94003c36" ], [ "_:search/94003c36", "type", "Restaurant" ], [ "_:user", "denied", "_:search/2e399fd0" ], [ "_:search/2e399fd0", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:result", "count", "239" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "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, 20, 21 ] } ]
[ { "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": [ "bye()" ], "speaker": "user", "text": "goodbye" }, { "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": [ "thanks()" ], "speaker": "user", "text": "you" }, { "id": 4, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'sushi');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "s" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "uh moderately" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'colibri mexican bistro');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "colibri mexican bistro is a nice place it is in the moderate price range ." }, { "id": 9, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'colibri mexican bistro');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "colibri mexican bistro is a nice restaurant ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "hello" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'colibri mexican bistro');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "colibri mexican bistro is a nice restaurant ." }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
1069
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "dismissed", "_:system" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "dismissed", "_:system" ], [ "_:search", "pricerange", "?" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "near", "?" ], [ "_:search", "food", "sushi" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "dismissed", "_:system" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "near", "?" ], [ "_:search", "food", "sushi" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "dismissed", "_:system" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "near", "?" ], [ "_:search", "food", "sushi" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/a20cdc01" ], [ "_:result/a20cdc01", "name", "colibri mexican bistro" ], [ "_:result/a20cdc01", "pricerange", "moderate" ], [ "_:result/a20cdc01", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "dismissed", "_:system" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "near", "?" ], [ "_:search", "food", "sushi" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/a20cdc01" ], [ "_:result/a20cdc01", "name", "colibri mexican bistro" ], [ "_:result/a20cdc01", "pricerange", "moderate" ], [ "_:result/a20cdc01", "type", "Restaurant" ], [ "_:result", "name", "colibri mexican bistro" ], [ "_: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" ], [ "_:user", "dismissed", "_:system" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "near", "?" ], [ "_:search", "food", "sushi" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/a20cdc01" ], [ "_:result/a20cdc01", "name", "colibri mexican bistro" ], [ "_:result/a20cdc01", "pricerange", "moderate" ], [ "_:result/a20cdc01", "type", "Restaurant" ], [ "_:result", "name", "colibri mexican bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "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,'comfort food');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to find a restaurant that serves comfort food food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'comfort food');(_:result,name,'chow');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chow is a nice place it serves comfort food ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "what meal was that for" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'chow');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "chow is a nice restaurant ." }, { "id": 5, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is area" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'chow');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "chow is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "confirm((_:result,good_for_meal,*);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it good for any meal" }, { "id": 8, "rdf-acts": [ "inform((_:result,good_for_meal,'lunch or dinner');(_:result,name,'chow');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chow is a nice place , it is good for dinner and it is good for lunch ." }, { "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": "" } ]
1381
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "comfort food" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "comfort food" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "comfort food" ], [ "_:result", "name", "chow" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "comfort food" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "comfort food" ], [ "_:result", "name", "chow" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "comfort food" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "comfort food" ], [ "_:result", "area", "?" ], [ "_:result", "name", "chow" ], [ "_:result", "good_for_meal", "*" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "comfort food" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "comfort food" ], [ "_:result", "area", "?" ], [ "_:result", "good_for_meal", "lunch or dinner" ], [ "_:result", "name", "chow" ], [ "_: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", "comfort food" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "comfort food" ], [ "_:result", "area", "?" ], [ "_:result", "good_for_meal", "lunch or dinner" ], [ "_:result", "name", "chow" ], [ "_: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": [ "ack()", "inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant good for lunch that" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'lunch');(_:result,name,'san wang restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "san wang restaurant is a nice place it is good for lunch ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" } ]
2395
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "name", "san wang restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] } ]
[ { "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,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant that serves lebanese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'lebanese');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "arabian nights restaurant is a nice place it serves lebanese food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'2345 mission street');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "arabian nights restaurant is a nice place their address is 2345 mission street ." }, { "id": 5, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the area" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'hayes valley or noma');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "arabian nights restaurant 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": "" } ]
3190
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "address", "2345 mission street" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "address", "2345 mission street" ], [ "_:result", "area", "hayes valley or noma" ], [ "_:result", "name", "arabian nights 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", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "address", "2345 mission street" ], [ "_:result", "area", "hayes valley or noma" ], [ "_:result", "name", "arabian nights 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 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 in the area of celebrate area" }, { "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": [ "inform((_:search,has_internet,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "doesn't matter" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'182');(_:result,has_internet,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -s if you do not care if has internet ." }, { "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": [ "select((_:result,has_internet,'no');(_:result,has_internet,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it has internet ?" }, { "id": 9, "rdf-acts": [ "inform((_:search,has_internet,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "doesn't matter" }, { "id": 10, "rdf-acts": [ "inform((_:result,count,'182');(_:result,has_internet,'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 if has internet and if you do not care where it is near to ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 12, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what area would you like" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "transmission" }, { "id": 14, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "transmission" }, { "id": 16, "rdf-acts": [ "confirm((_:result,near,'dont_care');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "let me confirm , you are looking for a hotel and it does not need to be near a specific location ?" }, { "id": 17, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "goodbye" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "" } ]
505
[ { "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", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "182" ], [ "_:result", "has_internet", "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", "has_internet", "*" ], [ "_:result", "count", "182" ], [ "_:result", "has_internet", "dont_care" ], [ "_: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", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "*" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "has_internet", "*" ], [ "_: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", "near", "*" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "182" ], [ "_:result", "has_internet", "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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "*" ], [ "_:search", "has_internet", "*" ], [ "_:result", "count", "182" ], [ "_:result", "has_internet", "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 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "*" ], [ "_:result", "count", "182" ], [ "_:result", "has_internet", "dont_care" ], [ "_:result", "near", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "near", "?" ], [ "_:search", "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" ], [ "_:search", "has_internet", "*" ], [ "_:result", "count", "182" ], [ "_:result", "has_internet", "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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "*" ], [ "_:result", "count", "182" ], [ "_:result", "has_internet", "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 ] } ]
[ { "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,'opera plaza');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i need a hotel in the area of opera plaza that and in" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'opera plaza');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of opera plaza ." }, { "id": 3, "rdf-acts": [ "reqalts((_:result,area,'mission dolores'))" ], "speaker": "user", "text": "how about in mission dolores" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'mission dolores');(_:result,name,'eula hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "eula hotel is a nice place it is in the area of mission dolores ." }, { "id": 5, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it have internet connection" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'mission dolores');(_:result,name,'eula hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "eula hotel is a nice place it is in the area of mission dolores ." }, { "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,area,'mission dolores');(_:result,has_internet,'yes');(_:result,name,'union hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "union hotel is a nice place , it has internet and it is in the area of mission dolores ." }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is their phone number and post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'union hotel');(_:result,phone,'4155520547');(_:result,postcode,'94103');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "union hotel is a nice place , their phone number is 4155520547 and their postcode is 94103 ." }, { "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": "" } ]
143
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "opera plaza" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "opera plaza" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/52e2fb04" ], [ "_:result/52e2fb04", "area", "opera plaza" ], [ "_:result/52e2fb04", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "opera plaza" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/52e2fb04" ], [ "_:result/52e2fb04", "area", "opera plaza" ], [ "_:result/52e2fb04", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "name", "eula hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "opera plaza" ], [ "_:system", "canthelp", "_:result/52e2fb04" ], [ "_:result/52e2fb04", "area", "opera plaza" ], [ "_:result/52e2fb04", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "has_internet", "?" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "name", "eula hotel" ], [ "_: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", "opera plaza" ], [ "_:system", "canthelp", "_:result/52e2fb04" ], [ "_:result/52e2fb04", "area", "opera plaza" ], [ "_:result/52e2fb04", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "union hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "opera plaza" ], [ "_:system", "canthelp", "_:result/52e2fb04" ], [ "_:result/52e2fb04", "area", "opera plaza" ], [ "_:result/52e2fb04", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "union hotel" ], [ "_:result", "phone", "4155520547" ], [ "_:result", "postcode", "94103" ], [ "_: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", "opera plaza" ], [ "_:system", "canthelp", "_:result/52e2fb04" ], [ "_:result/52e2fb04", "area", "opera plaza" ], [ "_:result/52e2fb04", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "mission dolores" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "union hotel" ], [ "_:result", "phone", "4155520547" ], [ "_:result", "postcode", "94103" ], [ "_: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,area,'civic center');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))", "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))", "inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi i am looking for a restaurant in the civic center that allows children and is good for lunch" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'civic center');(_:result,count,'4');(_:result,good_for_meal,'lunch');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 4 restaurant -s where child -s are allowed in the area of civic center and good for lunch ." }, { "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": "any price range" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 8, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 9, "rdf-acts": [ "inform((_:search,name,'range');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the cheap price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'range');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "range is a nice place it is good for dinner ." }, { "id": 11, "rdf-acts": [ "inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant for one" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'range');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "range is a nice restaurant ." }, { "id": 13, "rdf-acts": [ "inform((_:search,area,'civic center');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the civic center that allows sells" }, { "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": "" } ]
656
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "count", "4" ], [ "_:result", "good_for_meal", "lunch" ], [ "_: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", "area", "civic center" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:result", "area", "civic center" ], [ "_:result", "count", "4" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "yes" ], [ "_: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" ], [ "_:search", "area", "civic center" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:result", "area", "civic center" ], [ "_:result", "count", "4" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:result", "area", "civic center" ], [ "_:result", "count", "4" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "name", "range" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "area", "civic center" ], [ "_:result", "count", "4" ], [ "_:result", "kids_allowed", "yes" ], [ "_:search", "name", "range" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "range" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "lunch" ], [ "_: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" ], [ "_:result", "area", "civic center" ], [ "_:result", "count", "4" ], [ "_:result", "kids_allowed", "yes" ], [ "_:search", "name", "range" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:result", "name", "range" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "area", "civic center" ], [ "_: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", "kids_allowed", "true" ], [ "_:result", "area", "civic center" ], [ "_:result", "count", "4" ], [ "_:result", "kids_allowed", "yes" ], [ "_:search", "name", "range" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "area", "civic center" ], [ "_: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" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "area", "civic center" ], [ "_:result", "count", "4" ], [ "_:result", "kids_allowed", "yes" ], [ "_:search", "name", "range" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "area", "civic center" ], [ "_: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 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 what's their the area lake shore" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'lake shore');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of lake shore ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'haight ashbury');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "find a hotel in the area of haight ashbury" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'haight ashbury');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "red victorian bed breakfast and arts cafe is a nice place it is in the area of haight ashbury ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "phone number and price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,phone,'4158641978');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "red victorian bed breakfast and arts cafe is a nice place , it is in the moderate price range and their phone number is 4158641978 ." }, { "id": 7, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "you good" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "red victorian bed breakfast and arts cafe 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": "" } ]
238
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/4f610eb9" ], [ "_:result/4f610eb9", "area", "lake shore" ], [ "_:result/4f610eb9", "type", "Hotel" ], [ "_:search", "area", "haight ashbury" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/4f610eb9" ], [ "_:result/4f610eb9", "area", "lake shore" ], [ "_:result/4f610eb9", "type", "Hotel" ], [ "_:search", "area", "haight ashbury" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "haight ashbury" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/4f610eb9" ], [ "_:result/4f610eb9", "area", "lake shore" ], [ "_:result/4f610eb9", "type", "Hotel" ], [ "_:search", "area", "haight ashbury" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "haight ashbury" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "phone", "4158641978" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/4f610eb9" ], [ "_:result/4f610eb9", "area", "lake shore" ], [ "_:result/4f610eb9", "type", "Hotel" ], [ "_:search", "area", "haight ashbury" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "haight ashbury" ], [ "_:result", "phone", "4158641978" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/4f610eb9" ], [ "_:result/4f610eb9", "area", "lake shore" ], [ "_:result/4f610eb9", "type", "Hotel" ], [ "_:search", "area", "haight ashbury" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "haight ashbury" ], [ "_:result", "phone", "4158641978" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_: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 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,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "yes i'm looking for an expensive hotel in the area does serve" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'intercontinental san francisco');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "intercontinental san francisco is a nice place it is in the pricey price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what area" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'financial district south');(_:result,name,'intercontinental san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "intercontinental san francisco is a nice place it is in the area of financial district south ." }, { "id": 5, "rdf-acts": [ "reqalts((_:result,area,'chinatown'))" ], "speaker": "user", "text": "how about a similar place in chinatown" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'chinatown');(_:result,name,'hilton san francisco financial district');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hilton san francisco financial district is a nice place , it is in the pricey price range and it is in the area of chinatown ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and does it have internet" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'chinatown');(_:result,count,'1');(_:result,name,'hilton san francisco financial district');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place other than hilton san francisco financial district in the pricey price range and in the area of chinatown ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'750 kearny st');(_:result,has_internet,'yes');(_:result,name,'hilton san francisco financial district');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hilton san francisco financial district is a nice place , it has internet and their address is 750 kearny 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": "" } ]
438
[ { "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", "intercontinental san francisco" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ] ], "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", "area", "financial district south" ], [ "_:result", "name", "intercontinental san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:user", "inquired", "_: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" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "chinatown" ], [ "_:result", "name", "hilton san francisco financial district" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "?" ], [ "_:result", "has_internet", "?" ], [ "_:result", "area", "chinatown" ], [ "_:result", "count", "1" ], [ "_:result", "name", "hilton san francisco financial district" ], [ "_:result", "pricerange", "pricey" ], [ "_: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", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "chinatown" ], [ "_:result", "count", "1" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "address", "750 kearny st" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hilton san francisco financial district" ], [ "_: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", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "chinatown" ], [ "_:result", "count", "1" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "address", "750 kearny st" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hilton san francisco financial district" ], [ "_: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 waterfront');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area of north waterfront" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'north waterfront');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of north waterfront ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "how about cathedral hill" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'cathedral hill');(_:result,name,'super 8 hotel of san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "super 8 hotel of san francisco is a nice place it is in the area of cathedral hill ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "may i know the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1015 geary st');(_:result,name,'super 8 hotel of san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "super 8 hotel of san francisco is a nice place their address is 1015 geary st ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "may i have the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'super 8 hotel of san francisco');(_:result,phone,'4156735232');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "super 8 hotel of san francisco is a nice place their phone number is 4156735232 ." }, { "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": "" } ]
125
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north waterfront" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north waterfront" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/daeb2fc8" ], [ "_:result/daeb2fc8", "area", "north waterfront" ], [ "_:result/daeb2fc8", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north waterfront" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/daeb2fc8" ], [ "_:result/daeb2fc8", "area", "north waterfront" ], [ "_:result/daeb2fc8", "type", "Hotel" ], [ "_:result", "area", "cathedral hill" ], [ "_:result", "name", "super 8 hotel of san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north waterfront" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/daeb2fc8" ], [ "_:result/daeb2fc8", "area", "north waterfront" ], [ "_:result/daeb2fc8", "type", "Hotel" ], [ "_:result", "area", "cathedral hill" ], [ "_:result", "address", "1015 geary st" ], [ "_:result", "name", "super 8 hotel of san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north waterfront" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/daeb2fc8" ], [ "_:result/daeb2fc8", "area", "north waterfront" ], [ "_:result/daeb2fc8", "type", "Hotel" ], [ "_:result", "area", "cathedral hill" ], [ "_:result", "address", "1015 geary st" ], [ "_:result", "name", "super 8 hotel of san francisco" ], [ "_:result", "phone", "4156735232" ], [ "_: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", "north waterfront" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/daeb2fc8" ], [ "_:result/daeb2fc8", "area", "north waterfront" ], [ "_:result/daeb2fc8", "type", "Hotel" ], [ "_:result", "area", "cathedral hill" ], [ "_:result", "address", "1015 geary st" ], [ "_:result", "name", "super 8 hotel of san francisco" ], [ "_:result", "phone", "4156735232" ], [ "_: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,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that allows children will where please" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'kirin chinese restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kirin chinese restaurant is a nice place , it is in the cheap price range and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the phone number postcode" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'54');(_:result,kids_allowed,'yes');(_:result,pricerange,'cheap');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 54 restaurant -s where child -s are allowed and in the cheap price range ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal would you like" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "uh something near will please" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'kirin chinese restaurant');(_:result,phone,'4157522268');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kirin chinese restaurant is a nice place their phone number is 4157522268 ." }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the post" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'kirin chinese restaurant');(_:result,postcode,'94121');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kirin chinese restaurant is a nice place their postcode is 94121 ." }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "you good bye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
3134
[ { "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", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "kirin chinese restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "kirin chinese restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "54" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "kirin chinese restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "54" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_: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", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "54" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "kirin chinese restaurant" ], [ "_:result", "phone", "4157522268" ], [ "_: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", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "54" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "4157522268" ], [ "_:result", "name", "kirin chinese restaurant" ], [ "_:result", "postcode", "94121" ], [ "_: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", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "54" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "4157522268" ], [ "_:result", "name", "kirin chinese restaurant" ], [ "_:result", "postcode", "94121" ], [ "_: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 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": "hi i'm looking for a" }, { "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": "doesn't accept credit" }, { "id": 4, "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": 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": "" } ]
514
[ { "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" ], [ "_:search", "pricerange", "?" ], [ "_:search", "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" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "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,kids_allowed,'false');(_:search,near,'potrero hill');(_:search,type,'Restaurant'))", "ack()" ], "speaker": "user", "text": "i want a restaurant that is near porsche potrero hill that doesn't allow children and is good for la" }, { "id": 2, "rdf-acts": [ "inform((_:result,count,'2');(_:result,kids_allowed,'no');(_:result,near,'potrero hill');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 2 restaurant -s where no child -s are allowed and near potrero hill ." }, { "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": "i don't care" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'french');(_:result,kids_allowed,'no');(_:result,name,'chez papa bistrot');(_:result,near,'potrero hill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chez papa bistrot is a nice place , it is near potrero hill , where no child -s are allowed and it serves french food ." }, { "id": 7, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "can i have the code good that's good good a restaurant" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'chez papa bistrot');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "chez papa bistrot is a nice restaurant ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'1401 18th street');(_:result,name,'chez papa bistrot');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chez papa bistrot is a nice place their address is 1401 18th street ." }, { "id": 11, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))", "ack()", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the post code good post code what's its a what is the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'chez papa bistrot');(_:result,phone,'4158248205');(_:result,postcode,'94107');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chez papa bistrot is a nice place , their phone number is 4158248205 and their postcode is 94107 ." }, { "id": 13, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "you can i have the post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'chez papa bistrot');(_:result,postcode,'94107');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chez papa bistrot is a nice place their postcode is 94107 ." }, { "id": 15, "rdf-acts": [ "thanks()", "bye()", "ack()" ], "speaker": "user", "text": "thank you good bye cash good thank you good bye" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
414
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "potrero hill" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "potrero hill" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "potrero hill" ], [ "_:result", "count", "2" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "potrero hill" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "near", "potrero hill" ], [ "_:result", "count", "2" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "chez papa bistrot" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "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", "near", "potrero hill" ], [ "_:result", "count", "2" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "name", "chez papa bistrot" ], [ "_: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" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "potrero hill" ], [ "_:result", "count", "2" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "address", "1401 18th street" ], [ "_:result", "name", "chez papa bistrot" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "near", "potrero hill" ], [ "_:result", "count", "2" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "address", "1401 18th street" ], [ "_:result", "name", "chez papa bistrot" ], [ "_:result", "phone", "4158248205" ], [ "_:result", "postcode", "94107" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "potrero hill" ], [ "_:result", "count", "2" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "address", "1401 18th street" ], [ "_:result", "phone", "4158248205" ], [ "_:result", "name", "chez papa bistrot" ], [ "_:result", "postcode", "94107" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "near", "potrero hill" ], [ "_:result", "count", "2" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "french" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "address", "1401 18th street" ], [ "_:result", "phone", "4158248205" ], [ "_:result", "name", "chez papa bistrot" ], [ "_:result", "postcode", "94107" ], [ "_: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,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi i would like to find a cheap restaurant that is is free do" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'ploy 2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ploy 2 is a nice place it is in the cheap price range ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "that again" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'ploy 2');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "ploy 2 is a nice restaurant ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" } ]
239
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "ploy 2" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "ploy 2" ], [ "_:result", "type", "Restaurant" ], [ "_: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": "i am looking for a 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,area,'panhandle');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive in the area of panhandle" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'panhandle');(_:result,name,'abacus');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "abacus is a nice place , it is in the expensive price range and it is in the area of panhandle ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address phone number and price" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'2078 hayes street');(_:result,name,'abacus');(_:result,phone,'4153872828');(_:result,price,'between 22 and 30 dollar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "abacus is a nice place , their price -s are between 22 and 30 dollar , their phone number is 4153872828 and their address is 2078 hayes 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": "" } ]
1722
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "panhandle" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "panhandle" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "panhandle" ], [ "_:result", "name", "abacus" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "price", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "panhandle" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "panhandle" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2078 hayes street" ], [ "_:result", "name", "abacus" ], [ "_:result", "phone", "4153872828" ], [ "_:result", "price", "between 22 and 30 dollar" ], [ "_: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", "panhandle" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "panhandle" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2078 hayes street" ], [ "_:result", "name", "abacus" ], [ "_:result", "phone", "4153872828" ], [ "_:result", "price", "between 22 and 30 dollar" ], [ "_: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": [ "affirm()" ], "speaker": "user", "text": "i am looking for restaurant" }, { "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'))" ], "speaker": "user", "text": "i don't care" }, { "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": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what area would you like ?" }, { "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": "" } ]
335
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "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" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_: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 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "*" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_: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", "dogs_allowed", "*" ], [ "_:result", "count", "182" ], [ "_:result", "dogs_allowed", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_: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": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "oh what's for that hotel halal with world" }, { "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,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "area with internet connection" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'hotel nikko');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel nikko is a nice place it has internet ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "name the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'hotel nikko');(_:result,phone,'4153941111');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel nikko is a nice place their phone number is 4153941111 ." }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "you good bye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
303
[ { "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", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel nikko" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel nikko" ], [ "_:result", "phone", "4153941111" ], [ "_:result", "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", "near", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel nikko" ], [ "_:result", "phone", "4153941111" ], [ "_:result", "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": [ "inform((_:search,accepts_credit_cards,'true');(_:search,area,'civic center');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area of civic center that accepts credit cards" }, { "id": 2, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,area,'civic center');(_:result,name,'phoenix hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "phoenix hotel is a nice place , it is in the area of civic center and it accepts credit card -s ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i get the phone number and post code" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'phoenix hotel');(_:result,phone,'4157761380');(_:result,postcode,'94109');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "phoenix hotel is a nice place , their phone number is 4157761380 and their postcode is 94109 ." }, { "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": "" } ]
360
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "civic center" ], [ "_:result", "name", "phoenix hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "civic center" ], [ "_:result", "name", "phoenix hotel" ], [ "_:result", "phone", "4157761380" ], [ "_:result", "postcode", "94109" ], [ "_: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", "accepts_credit_cards", "true" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "civic center" ], [ "_:result", "name", "phoenix hotel" ], [ "_:result", "phone", "4157761380" ], [ "_: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 ] } ]
[ { "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,'lebanese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for an moderately priced restaurant that serves lebanese food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'lebanese');(_:result,name,'arabian nights restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "arabian nights restaurant is a nice place , it serves lebanese food and it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address phone number and post code" }, { "id": 4, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 5, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i need the address phone number and post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'2345 mission street');(_:result,name,'arabian nights restaurant');(_:result,phone,'4156481444');(_:result,postcode,'94110');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "arabian nights restaurant is a nice place , their phone number is 4156481444 , their postcode is 94110 and their address is 2345 mission 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": "" } ]
3118
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lebanese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "2345 mission street" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "phone", "4156481444" ], [ "_:result", "postcode", "94110" ], [ "_: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", "lebanese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lebanese" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "2345 mission street" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "phone", "4156481444" ], [ "_: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 ] } ]
[ { "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,'pacific heights');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a moderately priced restaurant that doesn't allow children and is near the pacific heights" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'fresca');(_:result,near,'pacific heights');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fresca is a nice place , where no child -s are allowed , it is in the moderate price range and it is near pacific heights ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,name,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the name address phone number and post code" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'2114 fillmore street');(_:result,name,'fresca');(_:result,postcode,'94115');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fresca is a nice place , their address is 2114 fillmore street and their postcode is 94115 ." }, { "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,'fresca');(_:result,phone,'4154472668');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fresca is a nice place their phone number is 4154472668 ." }, { "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": "" } ]
2997
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "pacific heights" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "pacific heights" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "fresca" ], [ "_:result", "near", "pacific heights" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "name", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "pacific heights" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "pacific heights" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "2114 fillmore street" ], [ "_:result", "name", "fresca" ], [ "_:result", "postcode", "94115" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "pacific heights" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "pacific heights" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "2114 fillmore street" ], [ "_:result", "postcode", "94115" ], [ "_:result", "name", "fresca" ], [ "_:result", "phone", "4154472668" ], [ "_: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", "near", "pacific heights" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "pacific heights" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "2114 fillmore street" ], [ "_:result", "postcode", "94115" ], [ "_:result", "name", "fresca" ], [ "_:result", "phone", "4154472668" ], [ "_: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": [], "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,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i don't care" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'218');(_:result,food,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 218 restaurant -s if you do not care about the food ." }, { "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,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to allow children" }, { "id": 8, "rdf-acts": [ "inform((_:result,food,'dim sum');(_:result,kids_allowed,'yes');(_:result,name,'great eastern restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "great eastern restaurant is a nice place , where child -s are allowed and it serves dim sum food ." }, { "id": 9, "rdf-acts": [ "inform((_:search,near,'fishermans wharf');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant near fisherman's wharf" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'sea food');(_:result,kids_allowed,'yes');(_:result,name,'franciscan crab restaurant');(_:result,near,'fishermans wharf');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "franciscan crab restaurant is a nice place , where child -s are allowed , it serves sea food and it is near fishermans wharf ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
115
[ { "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", "count", "218" ], [ "_:result", "food", "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", "food", "*" ], [ "_:result", "count", "218" ], [ "_:result", "food", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:result", "count", "218" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "food", "dim sum" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "great eastern restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "*" ], [ "_:result", "count", "218" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sea food" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "type", "Restaurant" ] ], "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,'vegetarian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a cheap restaurant that serves vegetarian food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'vegetarian');(_:result,name,'shangri la vegetarian restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "shangri la vegetarian restaurant is a nice place , it is in the cheap price range and it serves vegetarian food ." }, { "id": 3, "rdf-acts": [ "repeat()" ], "speaker": "user", "text": "repeat" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'vegetarian');(_:result,name,'lucky creation restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lucky creation restaurant is a nice place , it is in the cheap price range and it serves vegetarian food ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'854 washington street');(_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lucky creation restaurant is a nice place their address is 854 washington street ." }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "which the zip code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'lucky creation restaurant');(_:result,postcode,'94108');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lucky creation restaurant is a nice place their postcode is 94108 ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "oh" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'vegetarian');(_:result,name,'ananda fuara');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "ananda fuara is a nice place , it is in the cheap price range and it serves vegetarian food ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "phone" }, { "id": 12, "rdf-acts": [ "inform((_:result,count,'1');(_:result,food,'vegetarian');(_:result,name,'shangri la vegetarian restaurant and lucky creation restaurant and ananda fuara');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place other than shangri la vegetarian restaurant and lucky creation restaurant in the cheap price range , serving vegetarian food and ananda fuara ." }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
672
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "name", "shangri la vegetarian restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "name", "lucky creation restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "854 washington street" ], [ "_:result", "name", "lucky creation restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "854 washington street" ], [ "_:result", "name", "lucky creation restaurant" ], [ "_:result", "postcode", "94108" ], [ "_: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", "vegetarian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "854 washington street" ], [ "_:result", "postcode", "94108" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "name", "ananda fuara" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "854 washington street" ], [ "_:result", "postcode", "94108" ], [ "_:result", "count", "1" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "name", "shangri la vegetarian restaurant and lucky creation restaurant and ananda fuara" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "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,has_internet,'true');(_:search,near,'japantown');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i'm looking near japantown that has internet" }, { "id": 2, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'hotel kabuki');(_:result,near,'japantown');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel kabuki is a nice place , it has internet and it is near japantown ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "give me the address and price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1625 post st');(_:result,name,'hotel kabuki');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel kabuki is a nice place , it is in the moderate price range and their address is 1625 post st ." }, { "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": "" } ]
291
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel kabuki" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "japantown" ], [ "_:result", "address", "1625 post st" ], [ "_:result", "name", "hotel kabuki" ], [ "_: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", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "japantown" ], [ "_:result", "address", "1625 post st" ], [ "_:result", "name", "hotel kabuki" ], [ "_: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 restaurant information 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": "hi i'm looking for a restaurant" }, { "id": 2, "rdf-acts": [ "select((_:result,area,'little russia or russian hill'))" ], "speaker": "system", "text": "sorry would you like something in the area of little russia or russian hill" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" } ]
3498
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "area", "little russia or russian hill" ] ], "turn_ids": [ 0, 1, 2, 3 ] } ]
[ { "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,'sea food');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant that serves sea food" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'rn74');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "rn74 is a nice place it is in the expensive price range ." }, { "id": 3, "rdf-acts": [ "confirm((_:result,food,'sea food');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve fish food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'sea food');(_:result,name,'franciscan crab restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "franciscan crab restaurant is a nice place , it is in the expensive price range and it serves sea food ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can you give me the name the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'franciscan crab restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "franciscan crab restaurant is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address and phone number" }, { "id": 8, "rdf-acts": [ "confirm((_:result,food,'sea food');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "you are looking for a sea food restaurant right ?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'franciscan crab restaurant');(_:result,phone,'4153627733');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "franciscan crab restaurant is a nice place their phone number is 4153627733 ." }, { "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": "" } ]
3174
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sea food" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sea food" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "rn74" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "sea food" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sea food" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sea food" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "sea food" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sea food" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "franciscan crab 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" ], [ "_:search", "food", "sea food" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sea food" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_: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", "food", "sea food" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sea food" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:result", "phone", "4153627733" ], [ "_: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", "sea food" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "sea food" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:result", "phone", "4153627733" ], [ "_: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 restaurant information 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 cheap restaurant that is near alamo square" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,near,'alamo square');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , near alamo square and in the cheap price range ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "how about in the lower place in the moderate price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'2');(_:result,near,'alamo square');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 2 restaurant -s near alamo square ." }, { "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": [], "speaker": "user", "text": "i don't care" }, { "id": 8, "rdf-acts": [ "select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))" ], "speaker": "system", "text": "sorry would you like a place where child -s are allowed or where child -s are not allowed" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "no no latin" }, { "id": 10, "rdf-acts": [ "inform((_:result,count,'2');(_:result,near,'alamo square');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 2 restaurant -s near alamo square ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 12, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal would you like ?" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "i don't care" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'alamo square seafood grill');(_:result,near,'alamo square');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "alamo square seafood grill is a nice place it is near alamo square ." }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "can i get the address and phone number" }, { "id": 16, "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 , it is near alamo square and where no child -s are allowed ." }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "thank you goodbye" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "" } ]
3559
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/8374c211" ], [ "_:result/8374c211", "near", "alamo square" ], [ "_:result/8374c211", "pricerange", "cheap" ], [ "_:result/8374c211", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/8374c211" ], [ "_:result/8374c211", "near", "alamo square" ], [ "_:result/8374c211", "pricerange", "cheap" ], [ "_:result/8374c211", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "near", "alamo square" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/8374c211" ], [ "_:result/8374c211", "near", "alamo square" ], [ "_:result/8374c211", "pricerange", "cheap" ], [ "_:result/8374c211", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "near", "alamo square" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/8374c211" ], [ "_:result/8374c211", "near", "alamo square" ], [ "_:result/8374c211", "pricerange", "cheap" ], [ "_:result/8374c211", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "near", "alamo square" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/8374c211" ], [ "_:result/8374c211", "near", "alamo square" ], [ "_:result/8374c211", "pricerange", "cheap" ], [ "_:result/8374c211", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "count", "2" ], [ "_:result", "near", "alamo square" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/8374c211" ], [ "_:result/8374c211", "near", "alamo square" ], [ "_:result/8374c211", "pricerange", "cheap" ], [ "_:result/8374c211", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "count", "2" ], [ "_:result", "near", "alamo square" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/8374c211" ], [ "_:result/8374c211", "near", "alamo square" ], [ "_:result/8374c211", "pricerange", "cheap" ], [ "_:result/8374c211", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "count", "2" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "near", "alamo square" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/8374c211" ], [ "_:result/8374c211", "near", "alamo square" ], [ "_:result/8374c211", "pricerange", "cheap" ], [ "_:result/8374c211", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "near", "alamo square" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/8374c211" ], [ "_:result/8374c211", "near", "alamo square" ], [ "_:result/8374c211", "pricerange", "cheap" ], [ "_:result/8374c211", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "near", "alamo square" ], [ "_:result", "type", "Restaurant" ], [ "_: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 restaurant information 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 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": [], "speaker": "user", "text": "telephone in the area" }, { "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": "i need a cafe" }, { "id": 6, "rdf-acts": [ "confirm((_:result,kids_allowed,'yes');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "let me confirm you want a restaurant that allows child -s , right ?" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
3556
[ { "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" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ] ], "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": "i would like a hotel" }, { "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": [ "inform((_:search,area,'ashbury heights');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "in the ashbury heights area that allows dog" }, { "id": 4, "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": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about nob hill" }, { "id": 6, "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": 7, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "is there one five nob hill" }, { "id": 8, "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": 9, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about nob hill" }, { "id": 10, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "nob hill" }, { "id": 12, "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": 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": "" } ]
579
[ { "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", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "ashbury heights" ], [ "_:search", "type", "Hotel" ] ], "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", "ashbury heights" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/54e42398" ], [ "_:result/54e42398", "area", "ashbury heights" ], [ "_:result/54e42398", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "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", "ashbury heights" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/54e42398" ], [ "_:result/54e42398", "area", "ashbury heights" ], [ "_:result/54e42398", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/a5a42e6c" ], [ "_:result/a5a42e6c", "area", "ashbury heights" ], [ "_:result/a5a42e6c", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "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", "ashbury heights" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/54e42398" ], [ "_:result/54e42398", "area", "ashbury heights" ], [ "_:result/54e42398", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/a5a42e6c" ], [ "_:result/a5a42e6c", "area", "ashbury heights" ], [ "_:result/a5a42e6c", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "canthelp", "_:result/5c679a57" ], [ "_:result/5c679a57", "area", "ashbury heights" ], [ "_:result/5c679a57", "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" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "ashbury heights" ], [ "_:system", "canthelp", "_:result/54e42398" ], [ "_:result/54e42398", "area", "ashbury heights" ], [ "_:result/54e42398", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/a5a42e6c" ], [ "_:result/a5a42e6c", "area", "ashbury heights" ], [ "_:result/a5a42e6c", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "canthelp", "_:result/5c679a57" ], [ "_:result/5c679a57", "area", "ashbury heights" ], [ "_:result/5c679a57", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "near", "?" ], [ "_: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", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "ashbury heights" ], [ "_:system", "canthelp", "_:result/54e42398" ], [ "_:result/54e42398", "area", "ashbury heights" ], [ "_:result/54e42398", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/a5a42e6c" ], [ "_:result/a5a42e6c", "area", "ashbury heights" ], [ "_:result/a5a42e6c", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/5c679a57" ], [ "_:result/5c679a57", "area", "ashbury heights" ], [ "_:result/5c679a57", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/ab96cbc0" ], [ "_:result/ab96cbc0", "area", "ashbury heights" ], [ "_:result/ab96cbc0", "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" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "area", "ashbury heights" ], [ "_:system", "canthelp", "_:result/54e42398" ], [ "_:result/54e42398", "area", "ashbury heights" ], [ "_:result/54e42398", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/a5a42e6c" ], [ "_:result/a5a42e6c", "area", "ashbury heights" ], [ "_:result/a5a42e6c", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/5c679a57" ], [ "_:result/5c679a57", "area", "ashbury heights" ], [ "_:result/5c679a57", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/ab96cbc0" ], [ "_:result/ab96cbc0", "area", "ashbury heights" ], [ "_:result/ab96cbc0", "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,pricerange,'moderate');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,near,'outer sunset');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'd like a moderately priced restaurant it's good for dinner any near the outer sunset" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'marnee thai');(_:result,near,'outer sunset');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "marnee thai is a nice place , it is near outer sunset , it is good for dinner and it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,name,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the name" }, { "id": 4, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'thanh long');(_:result,near,'outer sunset');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh long is a nice place , it is near outer sunset , it is good for dinner and it is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,count,'1');(_:result,good_for_meal,'dinner');(_:result,name,'marnee thai and thanh long');(_:result,near,'outer sunset');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place other than marnee thai and thanh long near outer sunset , good for dinner and in the moderate price range ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'4101 judah street');(_:result,name,'thanh long');(_:result,postcode,'94122');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh long is a nice place , their address is 4101 judah street and their postcode is 94122 ." }, { "id": 9, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
650
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "marnee thai" ], [ "_:result", "near", "outer sunset" ], [ "_: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", "good_for_meal", "dinner" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "thanh long" ], [ "_:result", "near", "outer sunset" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "count", "1" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "marnee thai and thanh long" ], [ "_:result", "near", "outer sunset" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer sunset" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "4101 judah street" ], [ "_:result", "name", "thanh long" ], [ "_:result", "postcode", "94122" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "outer sunset" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer sunset" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "4101 judah street" ], [ "_:result", "name", "thanh long" ], [ "_:result", "postcode", "94122" ], [ "_:result", "type", "Restaurant" ], [ "_: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,near,'japantown');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i would like to find a hotel near japantown that has an" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'hotel majestic');(_:result,near,'japantown');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel majestic is a nice place it is near japantown ." }, { "id": 3, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it have internet" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'hotel kabuki');(_:result,near,'japantown');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel kabuki is a nice place it is near japantown ." }, { "id": 5, "rdf-acts": [ "inform((_:search,has_internet,'true');(_:search,near,'japantown');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i want how near japantown that has internet" }, { "id": 6, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'hotel majestic');(_:result,near,'japantown');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel majestic is a nice place , it is near japantown and it has internet ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the name address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'1500 sutter st');(_:result,name,'hotel majestic');(_:result,phone,'4154411100');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel majestic is a nice place , their address is 1500 sutter st and their phone number is 4154411100 ." }, { "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": "" } ]
310
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "hotel majestic" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "has_internet", "?" ], [ "_:result", "name", "hotel kabuki" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel majestic" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_: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", "has_internet", "true" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "japantown" ], [ "_:result", "address", "1500 sutter st" ], [ "_:result", "name", "hotel majestic" ], [ "_:result", "phone", "4154411100" ], [ "_: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", "has_internet", "true" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "japantown" ], [ "_:result", "address", "1500 sutter st" ], [ "_:result", "name", "hotel majestic" ], [ "_:result", "phone", "4154411100" ], [ "_: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,'true');(_:search,near,'west portal');(_:search,type,'Restaurant'))", "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant near the west portal and allows children and it's good for dinner" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "arabian nights restaurant is a nice place , where child -s are allowed and it is good for dinner ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the area" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'hayes valley or noma');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "arabian nights restaurant is a nice place , it is in the area of hayes valley and it is in the area of noma ." }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'west portal');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need to find a restaurant in the west portal" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'west portal');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'orexi');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "orexi is a nice place , where child -s are allowed , it is good for dinner and it is in the area of west portal ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'orexi');(_:result,phone,'4156646739');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "orexi is a nice place their phone number is 4156646739 ." }, { "id": 9, "rdf-acts": [ "request((_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the price" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'orexi');(_:result,price,'between 11 and 29 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "orexi is a nice place their price -s are between 11 and 29 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": "" } ]
873
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "west portal" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "west portal" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "west portal" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "area", "hayes valley or noma" ], [ "_:result", "name", "arabian nights restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west portal" ], [ "_: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", "near", "west portal" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "area", "west portal" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west portal" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "orexi" ], [ "_: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", "kids_allowed", "true" ], [ "_:search", "near", "west portal" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "area", "west portal" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west portal" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "orexi" ], [ "_:result", "phone", "4156646739" ], [ "_: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", "true" ], [ "_:search", "near", "west portal" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "area", "west portal" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west portal" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "phone", "4156646739" ], [ "_:result", "name", "orexi" ], [ "_:result", "price", "between 11 and 29 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", "true" ], [ "_:search", "near", "west portal" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "area", "west portal" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west portal" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "phone", "4156646739" ], [ "_:result", "name", "orexi" ], [ "_:result", "price", "between 11 and 29 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": [ "negate()", "bye()", "inform((_:search,kids_allowed,'true');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant near they no bye allows children is good for dinner" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'jasmine garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "jasmine garden is a nice place , it is good for dinner and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food do they have" }, { "id": 4, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'borobudur restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "borobudur restaurant is a nice place , it is good for dinner and where child -s are allowed ." }, { "id": 5, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food do they offer" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'indonesian');(_:result,name,'borobudur restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "borobudur restaurant is a nice place it serves indonesian food ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and what's their address" }, { "id": 8, "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": 9, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 10, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what price range would you like" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "i said the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'700 post street');(_:result,name,'borobudur restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "borobudur restaurant is a nice place their address is 700 post street ." }, { "id": 13, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and the type of food they sell" }, { "id": 14, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal are you looking for ?" }, { "id": 15, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 17, "rdf-acts": [], "speaker": "user", "text": "" } ]
2907
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "dismissed", "_:system" ], [ "_: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" ], [ "_:user", "dismissed", "_:system" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "jasmine garden" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "dismissed", "_:system" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "borobudur restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "dismissed", "_:system" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "food", "indonesian" ], [ "_:result", "name", "borobudur 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" ], [ "_:user", "dismissed", "_:system" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indonesian" ], [ "_:result", "name", "borobudur restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "count", "89" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_: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" ], [ "_:user", "dismissed", "_:system" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "food", "indonesian" ], [ "_:result", "name", "borobudur restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "count", "89" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "dismissed", "_:system" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "food", "indonesian" ], [ "_:result", "count", "89" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "700 post street" ], [ "_:result", "name", "borobudur restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "food", "indonesian" ], [ "_:result", "count", "89" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "address", "700 post street" ], [ "_:result", "name", "borobudur restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "food", "indonesian" ], [ "_:result", "count", "89" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "address", "700 post street" ], [ "_:result", "name", "borobudur restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "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,area,'financial district');(_:search,food,'cantonese');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant in the financial district that serves cantonese food and allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'financial district');(_:result,food,'cantonese');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakkasan is a nice place , it is in the area of financial district and it serves cantonese food ." }, { "id": 3, "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": 4, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakkasan is a nice place where no 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,'1 kearny street');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakkasan is a nice place their address is 1 kearny street ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'hakkasan');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "hakkasan is a nice restaurant ." }, { "id": 9, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the area" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'financial district or hayes valley');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakkasan is a nice place , it is in the area of financial district and it is in the area of hayes valley ." }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'hakkasan');(_:result,phone,'4158298148');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "hakkasan is a nice place their phone number is 4158298148 ." }, { "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": "" } ]
11
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "financial district" ], [ "_:search", "food", "cantonese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "financial district" ], [ "_:search", "food", "cantonese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "financial district" ], [ "_:result", "food", "cantonese" ], [ "_:result", "name", "hakkasan" ], [ "_: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", "area", "financial district" ], [ "_:search", "food", "cantonese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "financial district" ], [ "_:result", "food", "cantonese" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "hakkasan" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "financial district" ], [ "_:search", "food", "cantonese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "financial district" ], [ "_:result", "food", "cantonese" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1 kearny street" ], [ "_:result", "name", "hakkasan" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "financial district" ], [ "_:search", "food", "cantonese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "financial district" ], [ "_:result", "food", "cantonese" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1 kearny street" ], [ "_:result", "name", "hakkasan" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "financial district" ], [ "_:search", "food", "cantonese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "cantonese" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1 kearny street" ], [ "_:result", "area", "financial district or hayes valley" ], [ "_:result", "name", "hakkasan" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "financial district" ], [ "_:search", "food", "cantonese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "cantonese" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1 kearny street" ], [ "_:result", "area", "financial district or hayes valley" ], [ "_:result", "name", "hakkasan" ], [ "_:result", "phone", "4158298148" ], [ "_: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", "financial district" ], [ "_:search", "food", "cantonese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "cantonese" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1 kearny street" ], [ "_:result", "area", "financial district or hayes valley" ], [ "_:result", "name", "hakkasan" ], [ "_:result", "phone", "4158298148" ], [ "_: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": [], "speaker": "user", "text": "restaurant new the heights area" }, { "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,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "allow dogs" }, { "id": 4, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'stanford court san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "stanford court san francisco is a nice place 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": "" } ]
197
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_: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" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "stanford court san francisco" ], [ "_: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", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "stanford court san francisco" ], [ "_: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 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 that is in the area uh hear reach" }, { "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,name,'range');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like something in the moderate price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'range');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "range is a nice restaurant ." }, { "id": 5, "rdf-acts": [ "inform((_:search,near,'inner richmond');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is it near the inner richmond" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'inner richmond');(_:result,count,'4');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 4 restaurant -s in the moderate price range in the area of inner richmond and near inner richmond ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 8, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal would you like" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "uh is there" }, { "id": 10, "rdf-acts": [ "inform((_:result,count,'8');(_:result,near,'inner richmond');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 8 restaurant -s near inner richmond and in the moderate price range ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 12, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal would you like" }, { "id": 13, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "care" }, { "id": 14, "rdf-acts": [ "inform((_:result,count,'8');(_:result,near,'inner richmond');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 8 restaurant -s near inner richmond and in the moderate price range ." }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 16, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal would you like" }, { "id": 17, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 19, "rdf-acts": [], "speaker": "user", "text": "" } ]
730
[ { "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", "name", "range" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "name", "range" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "range" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "near", "inner richmond" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "name", "range" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "range" ], [ "_:search", "near", "inner richmond" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "count", "4" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "name", "range" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "range" ], [ "_:search", "near", "inner richmond" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "count", "4" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_: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", "name", "range" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "range" ], [ "_:search", "near", "inner richmond" ], [ "_:result", "area", "inner richmond" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "8" ], [ "_:result", "near", "inner richmond" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "name", "range" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "range" ], [ "_:search", "near", "inner richmond" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "count", "8" ], [ "_:result", "near", "inner richmond" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_: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", "name", "range" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "range" ], [ "_:search", "near", "inner richmond" ], [ "_:result", "area", "inner richmond" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "8" ], [ "_:result", "near", "inner richmond" ], [ "_:result", "pricerange", "moderate" ], [ "_: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": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "name", "range" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "range" ], [ "_:search", "near", "inner richmond" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "count", "8" ], [ "_:result", "near", "inner richmond" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "name", "range" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "range" ], [ "_:search", "near", "inner richmond" ], [ "_:result", "area", "inner richmond" ], [ "_:result", "count", "8" ], [ "_:result", "near", "inner richmond" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "?" ], [ "_:search", "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 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,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'd like an indian restaurant in the expensive" }, { "id": 2, "rdf-acts": [ "inform((_:result,count,'4');(_:result,food,'indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 4 restaurant -s serving indian food and in the expensive price range ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 4, "rdf-acts": [ "request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what meal would you like" }, { "id": 5, "rdf-acts": [ "inform((_:search,good_for_meal,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any meal fine" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,good_for_meal,'dinner');(_:result,name,'specchio ristorante');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "specchio ristorante is a nice place , it serves indian food , it is good for dinner and it is in the expensive price range ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'2331 mission street');(_:result,name,'specchio ristorante');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "specchio ristorante is a nice place their address is 2331 mission 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": "" } ]
684
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "4" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "4" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "4" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "specchio ristorante" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "4" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2331 mission street" ], [ "_:result", "name", "specchio ristorante" ], [ "_: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", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "4" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "2331 mission street" ], [ "_:result", "name", "specchio ristorante" ], [ "_: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": [], "speaker": "user", "text": "restaurant the area" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'bistro central parc');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bistro central parc is a nice place it is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'bistro central parc');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "bistro central parc is a nice restaurant ." }, { "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": "" } ]
1529
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/9c229958" ], [ "_:result/9c229958", "name", "bistro central parc" ], [ "_:result/9c229958", "pricerange", "moderate" ], [ "_:result/9c229958", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/9c229958" ], [ "_:result/9c229958", "name", "bistro central parc" ], [ "_:result/9c229958", "pricerange", "moderate" ], [ "_:result/9c229958", "type", "Restaurant" ], [ "_:result", "name", "bistro central parc" ], [ "_:result", "type", "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", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "denied", "_:result/9c229958" ], [ "_:result/9c229958", "name", "bistro central parc" ], [ "_:result/9c229958", "pricerange", "moderate" ], [ "_:result/9c229958", "type", "Restaurant" ], [ "_:result", "name", "bistro central parc" ], [ "_: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 ] } ]
[ { "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');(_:search,type,'hotel'))" ], "speaker": "user", "text": "oh i'm looking for a hotel near the sells was that allows dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'mandarin oriental c san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "mandarin oriental c san francisco is a nice place where dogs are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "may i have the address and phone number and post code for where is it oriental" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'222 sansome st');(_:result,name,'mandarin oriental c san francisco');(_:result,phone,'4152769888');(_:result,postcode,'94104');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "mandarin oriental c san francisco is a nice place , their phone number is 4152769888 , their postcode is 94104 and their address is 222 sansome st ." }, { "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": "" } ]
7
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "mandarin oriental c san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "address", "222 sansome st" ], [ "_:result", "name", "mandarin oriental c san francisco" ], [ "_:result", "phone", "4152769888" ], [ "_:result", "postcode", "94104" ], [ "_: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", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "address", "222 sansome st" ], [ "_:result", "name", "mandarin oriental c san francisco" ], [ "_:result", "phone", "4152769888" ], [ "_:result", "postcode", "94104" ], [ "_: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 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,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a expensive restaurant that allow children" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'franciscan crab restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "franciscan crab restaurant is a nice place , it is in the expensive price range and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'pier 43 fishermans wharf');(_:result,name,'franciscan crab restaurant');(_:result,phone,'4153627733');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "franciscan crab restaurant is a nice place , their address is pier 43 fishermans wharf and their phone number is 4153627733 ." }, { "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": "" } ]
2069
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "pier 43 fishermans wharf" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:result", "phone", "4153627733" ], [ "_: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", "true" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "pier 43 fishermans wharf" ], [ "_:result", "name", "franciscan crab restaurant" ], [ "_:result", "phone", "4153627733" ], [ "_: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": [ "inform((_:search,near,'outer richmond');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can you hotels near the outer richmond" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seal rock inn is a nice place it is near outer richmond ." }, { "id": 3, "rdf-acts": [ "request((_:result,name,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the name" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seal rock inn is a nice place it is near outer richmond ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seal rock inn is a nice place it is near outer richmond ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,name,'seal rock inn');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can i get the phone number of the seal rock inn" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
577
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "type", "Hotel" ], [ "_:result", "name", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "seal rock inn" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "seal rock inn" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_: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,'mission district');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area of mission district accept credit card" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'mission district');(_:result,name,'the inn san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the inn san francisco is a nice place it is in the area of mission district ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "i need the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'943 s van ness ave');(_:result,name,'the inn san francisco');(_:result,phone,'4156410188');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the inn san francisco is a nice place , their address is 943 s van ness ave and their phone number is 4156410188 ." }, { "id": 5, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'mission district');(_:result,count,'1');(_:result,name,'the inn san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place other than the inn san francisco in the area of mission district ." }, { "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": "" } ]
36
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "mission district" ], [ "_:result", "name", "the inn 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", "mission district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "mission district" ], [ "_:result", "address", "943 s van ness ave" ], [ "_:result", "name", "the inn san francisco" ], [ "_:result", "phone", "4156410188" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mission district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "943 s van ness ave" ], [ "_:result", "phone", "4156410188" ], [ "_:result", "area", "mission district" ], [ "_:result", "count", "1" ], [ "_:result", "name", "the inn san francisco" ], [ "_: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", "mission district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "943 s van ness ave" ], [ "_:result", "phone", "4156410188" ], [ "_:result", "area", "mission district" ], [ "_:result", "count", "1" ], [ "_:result", "name", "the inn san francisco" ], [ "_: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": [ "ack()", "inform((_:search,food,'singaporean');(_:search,good_for_meal,'dinner');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant good for dinner that serves singaporean food that allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'singaporean');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'lime tree southeast asian kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lime tree southeast asian kitchen is a nice place , it serves singaporean food , it is good for dinner and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number and price" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'lime tree southeast asian kitchen');(_:result,price,'between 5 and 10 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lime tree southeast asian kitchen is a nice place their price -s are between 5 and 10 euro ." }, { "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,'lime tree southeast asian kitchen');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "lime tree southeast asian kitchen is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'lime tree southeast asian kitchen');(_:result,phone,'4156651415');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lime tree southeast asian kitchen is a nice place their phone number is 4156651415 ." }, { "id": 9, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you and good bye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
3090
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "singaporean" ], [ "_: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", "singaporean" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "singaporean" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "lime tree southeast asian kitchen" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "price", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "singaporean" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "singaporean" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "lime tree southeast asian kitchen" ], [ "_:result", "price", "between 5 and 10 euro" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "singaporean" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "singaporean" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "price", "between 5 and 10 euro" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "lime tree southeast asian kitchen" ], [ "_: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", "food", "singaporean" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "singaporean" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "price", "between 5 and 10 euro" ], [ "_:result", "name", "lime tree southeast asian kitchen" ], [ "_:result", "phone", "4156651415" ], [ "_: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", "singaporean" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "singaporean" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "price", "between 5 and 10 euro" ], [ "_:result", "name", "lime tree southeast asian kitchen" ], [ "_:result", "phone", "4156651415" ], [ "_: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 with the area code for serving" }, { "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,near,'outer parkside');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "outer parkside" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'outer parkside');(_:result,name,'ocean park motel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "ocean park motel is a nice place it is in the area of outer parkside ." }, { "id": 5, "rdf-acts": [ "request((_:result,dogs_allowed,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it allow dogs" }, { "id": 6, "rdf-acts": [ "inform((_:result,dogs_allowed,'no');(_:result,name,'ocean park motel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "ocean park motel is a nice place i do not know if it allows dogs ." }, { "id": 7, "rdf-acts": [ "ack()", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "okay what's the phone number and postcode" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'ocean park motel');(_:result,phone,'4155667020');(_:result,postcode,'94116');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "ocean park motel is a nice place , their phone number is 4155667020 and their postcode is 94116 ." }, { "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": "" } ]
38
[ { "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", "outer parkside" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer parkside" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "outer parkside" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "dogs_allowed", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer parkside" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "outer parkside" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "ocean park motel" ], [ "_: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" ], [ "_:search", "near", "outer parkside" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "outer parkside" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "phone", "4155667020" ], [ "_:result", "postcode", "94116" ], [ "_: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", "near", "outer parkside" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "outer parkside" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "ocean park motel" ], [ "_:result", "phone", "4155667020" ], [ "_:result", "postcode", "94116" ], [ "_: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,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "oh moderately priced" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 7, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate" }, { "id": 8, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "in" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'tuba restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "tuba restaurant is a nice place it is in the moderate price range ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
662
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_: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", "type", "Restaurant" ], [ "_:result", "name", "tuba restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "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,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant near the priced are hill that doesn't allow children and is this one" }, { "id": 2, "rdf-acts": [ "inform((_:result,count,'135');(_:result,kids_allowed,'no');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 135 restaurant -s where no child -s are allowed ." }, { "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,area,'potrero hill');(_:search,type,'Restaurant'))", "confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))", "inform((_:search,area,'potrero hill');(_:search,type,'Restaurant'))", "request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant in the potrero hill food does it allow children" }, { "id": 6, "rdf-acts": [ "canthelp((_:result,area,'potrero hill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of potrero 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": "" } ]
249
[ { "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" ], [ "_:result", "count", "135" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:result", "count", "135" ], [ "_:search", "food", "?" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "potrero hill" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:result", "count", "135" ], [ "_:search", "food", "?" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "potrero hill" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "?" ], [ "_:system", "canthelp", "_:result/167b58c8" ], [ "_:result/167b58c8", "area", "potrero hill" ], [ "_:result/167b58c8", "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" ], [ "_:result", "count", "135" ], [ "_:search", "food", "?" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "potrero hill" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "?" ], [ "_:system", "canthelp", "_:result/167b58c8" ], [ "_:result/167b58c8", "area", "potrero hill" ], [ "_:result/167b58c8", "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,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that type how much and does not loch sole" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'lucky creation restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lucky creation restaurant is a nice place it is in the cheap price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get there" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "lucky creation restaurant is a nice restaurant ." }, { "id": 5, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is their phone number and the area of area area" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'hayes valley or chinatown');(_:result,name,'lucky creation restaurant');(_:result,phone,'4159890818');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lucky creation restaurant is a nice place , it is in the area of chinatown , their phone number is 4159890818 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": "" } ]
1473
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "lucky creation restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "?" ], [ "_:result", "name", "lucky creation 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", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "hayes valley or chinatown" ], [ "_:result", "name", "lucky creation restaurant" ], [ "_:result", "phone", "4159890818" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "hayes valley or chinatown" ], [ "_:result", "name", "lucky creation restaurant" ], [ "_:result", "phone", "4159890818" ], [ "_: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,'false');(_:search,near,'inner richmond');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))", "inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a restaurant near the inner richmond that doesn't allow children and their phone lunch" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,good_for_meal,'lunch');(_:result,kids_allowed,'no');(_:result,near,'inner richmond');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , good for lunch , where no child -s are allowed and near inner richmond ." }, { "id": 3, "rdf-acts": [ "inform((_:search,kids_allowed,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about a uh how about the more place that allows children" }, { "id": 4, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'thai time restaurant');(_:result,near,'inner richmond');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thai time restaurant is a nice place , where child -s are allowed and it is near inner richmond ." }, { "id": 5, "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": 6, "rdf-acts": [ "inform((_:result,good_for_meal,'lunch');(_:result,kids_allowed,'yes');(_:result,name,'taiwan restaurant');(_:result,near,'inner richmond');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taiwan restaurant is a nice place , where child -s are allowed , it is near inner richmond and it is good for lunch ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the phone number and address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'445 clement street');(_:result,name,'taiwan restaurant');(_:result,phone,'4153871789');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "taiwan restaurant is a nice place , their address is 445 clement street and their phone number is 4153871789 ." }, { "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": "" } ]
846
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "inner richmond" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "inner richmond" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:system", "canthelp", "_:result/35c818e1" ], [ "_:result/35c818e1", "good_for_meal", "lunch" ], [ "_:result/35c818e1", "kids_allowed", "no" ], [ "_:result/35c818e1", "near", "inner richmond" ], [ "_:result/35c818e1", "type", "Restaurant" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "inner richmond" ], [ "_:result", "phone", "?" ], [ "_:system", "canthelp", "_:result/35c818e1" ], [ "_:result/35c818e1", "good_for_meal", "lunch" ], [ "_:result/35c818e1", "kids_allowed", "no" ], [ "_:result/35c818e1", "near", "inner richmond" ], [ "_:result/35c818e1", "type", "Restaurant" ], [ "_:search", "kids_allowed", "true" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "thai time restaurant" ], [ "_:result", "near", "inner richmond" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "good_for_meal", "?" ], [ "_: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", "near", "inner richmond" ], [ "_:result", "phone", "?" ], [ "_:system", "canthelp", "_:result/35c818e1" ], [ "_:result/35c818e1", "good_for_meal", "lunch" ], [ "_:result/35c818e1", "kids_allowed", "no" ], [ "_:result/35c818e1", "near", "inner richmond" ], [ "_:result/35c818e1", "type", "Restaurant" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:result", "near", "inner richmond" ], [ "_: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", "near", "inner richmond" ], [ "_:system", "canthelp", "_:result/35c818e1" ], [ "_:result/35c818e1", "good_for_meal", "lunch" ], [ "_:result/35c818e1", "kids_allowed", "no" ], [ "_:result/35c818e1", "near", "inner richmond" ], [ "_:result/35c818e1", "type", "Restaurant" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "near", "inner richmond" ], [ "_:result", "address", "445 clement street" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:result", "phone", "4153871789" ], [ "_: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", "near", "inner richmond" ], [ "_:system", "canthelp", "_:result/35c818e1" ], [ "_:result/35c818e1", "good_for_meal", "lunch" ], [ "_:result/35c818e1", "kids_allowed", "no" ], [ "_:result/35c818e1", "near", "inner richmond" ], [ "_:result/35c818e1", "type", "Restaurant" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "near", "inner richmond" ], [ "_:result", "address", "445 clement street" ], [ "_:result", "name", "taiwan restaurant" ], [ "_:result", "phone", "4153871789" ], [ "_: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": [ "inform((_:search,area,'jordan park');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a moderately priced restaurant in the area of jordan park" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'jordan park');(_:result,name,'bella trattoria');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bella trattoria is a nice place , it is in the area of jordan park and it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address phone number and postcode" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'jordan park');(_:result,count,'4');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 4 restaurant -s in the moderate price range and in the area of jordan park ." }, { "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,area,'jordan park');(_:result,kids_allowed,'yes');(_:result,name,'b star bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "b star bar is a nice place , it is in the area of jordan park , it is in the moderate price range and where child -s are allowed ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the address phone number and postcode" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'127 clement street');(_:result,name,'b star bar');(_:result,phone,'4159339900');(_:result,postcode,'94118');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "b star bar is a nice place , their phone number is 4159339900 , their postcode is 94118 and their address is 127 clement street ." }, { "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": "" } ]
3473
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "jordan park" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "jordan park" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "jordan park" ], [ "_:result", "name", "bella trattoria" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "jordan park" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "bella trattoria" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "area", "jordan park" ], [ "_:result", "count", "4" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "jordan park" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "bella trattoria" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "area", "jordan park" ], [ "_:result", "count", "4" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "area", "jordan park" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "count", "4" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "jordan park" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "b star bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "jordan park" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "jordan park" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "127 clement street" ], [ "_:result", "name", "b star bar" ], [ "_:result", "phone", "4159339900" ], [ "_:result", "postcode", "94118" ], [ "_: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", "area", "jordan park" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:search", "kids_allowed", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "jordan park" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "127 clement street" ], [ "_:result", "name", "b star bar" ], [ "_:result", "phone", "4159339900" ], [ "_:result", "postcode", "94118" ], [ "_: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,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hi i'm looking for a moderately priced hotel that is near a" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'hotel triton c a kimpton hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel triton c a kimpton hotel is a nice place it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "could i have the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'342 grant ave');(_:result,name,'hotel triton c a kimpton hotel');(_:result,phone,'4153940500');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel triton c a kimpton hotel is a nice place , their address is 342 grant ave and their phone number is 4153940500 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
25
[ { "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", "hotel triton c a kimpton hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "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", "342 grant ave" ], [ "_:result", "name", "hotel triton c a kimpton hotel" ], [ "_:result", "phone", "4153940500" ], [ "_: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", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "342 grant ave" ], [ "_:result", "name", "hotel triton c a kimpton hotel" ], [ "_:result", "phone", "4153940500" ], [ "_: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,has_internet,'true');(_:search,near,'presidio heights');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel near presidio heights that has internet" }, { "id": 2, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'laurel inn');(_:result,near,'presidio heights');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "laurel inn is a nice place , it is near presidio heights and it has internet ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'laurel inn');(_:result,phone,'4155678467');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "laurel inn is a nice place their phone number is 4155678467 ." }, { "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": "" } ]
499
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "laurel inn" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "name", "laurel inn" ], [ "_:result", "phone", "4155678467" ], [ "_: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", "near", "presidio heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "name", "laurel inn" ], [ "_:result", "phone", "4155678467" ], [ "_: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,near,'marina cow hollow');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near marina cow hollow" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'marina motel');(_:result,near,'marina cow hollow');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "marina motel is a nice place it is near marina cow hollow ." }, { "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,'2576 lombard st');(_:result,name,'marina motel');(_:result,phone,'4159219406');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "marina motel is a nice place , their address is 2576 lombard st and their phone number is 4159219406 ." }, { "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": "" } ]
5
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "marina motel" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "2576 lombard st" ], [ "_:result", "name", "marina motel" ], [ "_:result", "phone", "4159219406" ], [ "_: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", "near", "marina cow hollow" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "2576 lombard st" ], [ "_:result", "name", "marina motel" ], [ "_:result", "phone", "4159219406" ], [ "_: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": [ "request((_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "phone number the haight that has internet connection" }, { "id": 2, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_: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 and it has internet ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_: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 and it has internet ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address address" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "red victorian bed breakfast and arts cafe is a nice hotel ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_: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 and it has internet ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "price range address and price range" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'1665 haight st');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,phone,'4158641978');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "red victorian bed breakfast and arts cafe is a nice place , their address is 1665 haight st , their phone number is 4158641978 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": "" } ]
104
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "near", "haight" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "near", "haight" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "haight" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_: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", "phone", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "near", "haight" ], [ "_:result", "type", "Hotel" ], [ "_:result", "pricerange", "?" ] ], "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" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "haight" ], [ "_:result", "address", "1665 haight st" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "phone", "4158641978" ], [ "_: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", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "haight" ], [ "_:result", "address", "1665 haight st" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "phone", "4158641978" ], [ "_: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 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,'cantonese');(_:search,kids_allowed,'true');(_:search,pricerange,*);(_:search,type,'Restaurant'))", "request((_:result,good_for_meal,?);(_:result,phone,?);(_:result,type,'Restaurant'))", "bye()" ], "speaker": "user", "text": "to a restaurant that serves cantonese food and allows children i don't care about the price range name address and phone number and which meal good bye" }, { "id": 2, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" } ]
3034
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cantonese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "cantonese" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3 ] } ]
[ { "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 a 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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'the slanted door');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the slanted door is a nice place it is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "request((_:result,name,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the name" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the slanted door');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "the slanted door 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,'1 ferry bldg marketplace');(_:result,name,'the slanted door');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the slanted door is a nice place their address is 1 ferry bldg marketplace ." }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and what type of food" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'the slanted door');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the slanted door is a nice place it serves vietnamese food ." }, { "id": 11, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what type of food" }, { "id": 12, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,name,'the slanted door');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the slanted door is a nice place it serves vietnamese food ." }, { "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": "" } ]
1720
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "the slanted door" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "name", "?" ] ], "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" ], [ "_:result", "name", "the slanted door" ], [ "_: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" ], [ "_:result", "address", "1 ferry bldg marketplace" ], [ "_:result", "name", "the slanted door" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1 ferry bldg marketplace" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "the slanted door" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1 ferry bldg marketplace" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "the slanted door" ], [ "_: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" ], [ "_:result", "address", "1 ferry bldg marketplace" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "the slanted door" ], [ "_: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,'brazilian');(_:search,good_for_meal,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'd like a restaurant that's good for any meal that serves brazilian food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'brazilian');(_:result,good_for_meal,'dinner');(_:result,name,'espetus churrascaria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "espetus churrascaria is a nice place , it serves brazilian food and it is good for dinner ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1686 market street');(_:result,name,'espetus churrascaria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "espetus churrascaria is a nice place their address is 1686 market street ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'espetus churrascaria');(_:result,phone,'4155528792');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "espetus churrascaria is a nice place their phone number is 4155528792 ." }, { "id": 7, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the area" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'hayes valley');(_:result,name,'espetus churrascaria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "espetus churrascaria is a nice place , it is in the area of hayes valley and it is in the area of hayes valley ." }, { "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": "" } ]
1981
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "brazilian" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "brazilian" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "brazilian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "espetus churrascaria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "brazilian" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "brazilian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "1686 market street" ], [ "_:result", "name", "espetus churrascaria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "brazilian" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "brazilian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "1686 market street" ], [ "_:result", "name", "espetus churrascaria" ], [ "_:result", "phone", "4155528792" ], [ "_: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", "brazilian" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "brazilian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "1686 market street" ], [ "_:result", "phone", "4155528792" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "name", "espetus churrascaria" ], [ "_: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", "brazilian" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "brazilian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "address", "1686 market street" ], [ "_:result", "phone", "4155528792" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "name", "espetus churrascaria" ], [ "_: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 ] } ]