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,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i need a hotel in mission bay the next that credit cards" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'mission bay');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of mission bay ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'outer richmond');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i need a hotel in outer richmond that a credit card" }, { "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,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is their post code" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is their address" }, { "id": 8, "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": 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": "" } ]
183
[ { "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" ], [ "_:system", "canthelp", "_:result/fbd136a1" ], [ "_:result/fbd136a1", "area", "mission bay" ], [ "_:result/fbd136a1", "type", "Hotel" ], [ "_:search", "area", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/fbd136a1" ], [ "_:result/fbd136a1", "area", "mission bay" ], [ "_:result/fbd136a1", "type", "Hotel" ], [ "_:search", "area", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "outer richmond" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/fbd136a1" ], [ "_:result/fbd136a1", "area", "mission bay" ], [ "_:result/fbd136a1", "type", "Hotel" ], [ "_:search", "area", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "outer richmond" ], [ "_:result", "postcode", "?" ], [ "_:result", "name", "seal rock inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/fbd136a1" ], [ "_:result/fbd136a1", "area", "mission bay" ], [ "_:result/fbd136a1", "type", "Hotel" ], [ "_:search", "area", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "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, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/fbd136a1" ], [ "_:result/fbd136a1", "area", "mission bay" ], [ "_:result/fbd136a1", "type", "Hotel" ], [ "_:search", "area", "outer richmond" ], [ "_:search", "type", "Hotel" ], [ "_:search", "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, 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,'pacific heights');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the pacific heights" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'pacific heights');(_:result,name,'hotel drisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel drisco is a nice place it is in the area of pacific heights ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is their address" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'pacific heights');(_:result,name,'hotel drisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel drisco is a nice place it is in the area of pacific heights ." }, { "id": 5, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yeah" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'hotel drisco');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "hotel drisco is a nice hotel ." }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is their post code" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'hotel drisco');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "hotel drisco is a nice hotel ." }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'2901 pacific ave');(_:result,name,'hotel drisco');(_:result,postcode,'94115');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel drisco is a nice place , their address is 2901 pacific ave and their postcode is 94115 ." }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
560
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "pacific heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "pacific heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "pacific heights" ], [ "_:result", "name", "hotel drisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "pacific heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "?" ], [ "_:result", "area", "pacific heights" ], [ "_:result", "name", "hotel drisco" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "pacific heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "?" ], [ "_:result", "area", "pacific heights" ], [ "_:result", "name", "hotel drisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "pacific heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "?" ], [ "_:result", "area", "pacific heights" ], [ "_:result", "postcode", "?" ], [ "_:result", "name", "hotel drisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "pacific heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "pacific heights" ], [ "_:result", "address", "2901 pacific ave" ], [ "_:result", "name", "hotel drisco" ], [ "_:result", "postcode", "94115" ], [ "_:result", "type", "Hotel" ], [ "_: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", "pacific heights" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "pacific heights" ], [ "_:result", "address", "2901 pacific ave" ], [ "_:result", "name", "hotel drisco" ], [ "_:result", "postcode", "94115" ], [ "_: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 ] } ]
[ { "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,pricerange,'inexpensive');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near the marina cow hollow that has inexpensive price range" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'marina inn');(_:result,near,'marina cow hollow');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "marina inn is a nice place , it is near marina cow hollow and it is in the inexpensive price range ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "do you have anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'2');(_:result,near,'marina cow hollow');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 2 hotel -s near marina cow hollow and in the inexpensive price range ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s" }, { "id": 7, "rdf-acts": [ "inform((_:search,accepts_credit_cards,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i don't care" }, { "id": 8, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,name,'marina inn');(_:result,near,'marina cow hollow');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "marina inn is a nice place , it is near marina cow hollow , it is in the inexpensive price range and it accepts credit card -s ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i get the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'3110 octavia st');(_:result,name,'marina inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "marina inn is a nice place their address is 3110 octavia 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": "" } ]
414
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:search", "pricerange", "inexpensive" ], [ "_: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", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "marina inn" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "marina inn" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "2" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "name", "marina inn" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "2" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "2" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "marina inn" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "2" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "address", "3110 octavia st" ], [ "_:result", "name", "marina 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", "near", "marina cow hollow" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "count", "2" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "address", "3110 octavia st" ], [ "_:result", "name", "marina 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": [ "negate()" ], "speaker": "user", "text": "i want" }, { "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,good_for_meal,*);(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))", "request((_:result,near,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for one tour good for any meal that does not allow children what is near town where" }, { "id": 4, "rdf-acts": [ "inform((_:result,good_for_meal,'brunch');(_:result,kids_allowed,'no');(_:result,name,'red door cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , where no child -s are allowed and it is good for brunch ." }, { "id": 5, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,near,'alamo square');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "near the alamo square and doesn't allow children" }, { "id": 6, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'no');(_:result,name,'alamo square seafood grill');(_:result,near,'alamo square');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "alamo square seafood grill is a nice place , where no child -s are allowed , it is good for dinner and it is near alamo square ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'803 fillmore street');(_:result,name,'alamo square seafood grill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "alamo square seafood grill is a nice place their address is 803 fillmore street ." }, { "id": 9, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what food are" }, { "id": 10, "rdf-acts": [ "inform((_:result,food,'sea food');(_:result,name,'alamo square seafood grill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "alamo square seafood grill is a nice place it serves sea food ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
1611
[ { "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", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "good_for_meal", "*" ], [ "_:result", "near", "?" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "near", "alamo square" ], [ "_: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", "?" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "alamo square" ], [ "_:result", "address", "803 fillmore street" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "alamo square" ], [ "_:result", "address", "803 fillmore street" ], [ "_:result", "food", "sea food" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "alamo square" ], [ "_:result", "address", "803 fillmore street" ], [ "_:result", "food", "sea food" ], [ "_:result", "name", "alamo square seafood grill" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,near,'soma');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i am looking for a hotel near the soma" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'san francisco marriott marquis');(_:result,near,'soma');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "san francisco marriott marquis is a nice place it is near soma ." }, { "id": 3, "rdf-acts": [ "thanks()", "request((_:result,name,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "thank you what is the name" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'28');(_:result,near,'soma');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 28 hotel -s near soma ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "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": 7, "rdf-acts": [ "inform((_:search,dogs_allowed,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i don't care" }, { "id": 8, "rdf-acts": [ "inform((_:result,dogs_allowed,'no');(_:result,name,'san francisco marriott marquis');(_:result,near,'soma');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "san francisco marriott marquis is a nice place , i do not know if it allows dogs and it is near soma ." }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the postcode" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'san francisco marriott marquis');(_:result,postcode,'94103');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "san francisco marriott marquis is a nice place 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": "" } ]
266
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "?" ], [ "_:result", "count", "28" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "?" ], [ "_:result", "count", "28" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "count", "28" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_:result", "near", "soma" ], [ "_: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", "near", "soma" ], [ "_:result", "count", "28" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "near", "soma" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_: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", "near", "soma" ], [ "_:result", "count", "28" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "near", "soma" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_: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 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": "moderately priced hotel near very" }, { "id": 2, "rdf-acts": [ "select((_:result,pricerange,'moderate or inexpensive'))" ], "speaker": "system", "text": "sorry would you like something in the moderate price range or in the inexpensive price range" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "moderate" }, { "id": 4, "rdf-acts": [ "select((_:result,pricerange,'moderate or inexpensive'))" ], "speaker": "system", "text": "sorry would you like something in the moderate price range or in the inexpensive price range" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "moderate" }, { "id": 6, "rdf-acts": [ "select((_:result,pricerange,'moderate or inexpensive'))" ], "speaker": "system", "text": "sorry would you like something in the moderate price range or in the inexpensive price range" }, { "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": "" } ]
210
[ { "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" ], [ "_:result", "pricerange", "moderate or inexpensive" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "moderate or inexpensive" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "moderate or inexpensive" ], [ "_: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", "Hotel" ], [ "_:result", "pricerange", "moderate or inexpensive" ], [ "_: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": "i want to find a hotel near a their allows dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'larkspur hotel union square');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "larkspur hotel union square is a nice place where dogs are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "i want the phone number and price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'larkspur hotel union square');(_:result,phone,'4154212865');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "larkspur hotel union square is a nice place , it is in the moderate price range and their phone number is 4154212865 ." }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
241
[ { "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", "larkspur hotel union square" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "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", "name", "larkspur hotel union square" ], [ "_:result", "phone", "4154212865" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_: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", "name", "larkspur hotel union square" ], [ "_:result", "phone", "4154212865" ], [ "_:result", "pricerange", "moderate" ], [ "_: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": [ "inform((_:search,area,'richmond district');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel in the area of richmond district" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'richmond district');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of richmond district ." }, { "id": 3, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel near presidio" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'presidio');(_:result,name,'inn at the presidio');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn at the presidio is a nice place it is in the area of presidio ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "excellent address please" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'inn at the presidio');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "inn at the presidio is a nice hotel ." }, { "id": 7, "rdf-acts": [ "inform((_:search,name,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "do have any kind" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 9, "rdf-acts": [ "affirm()", "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "yes address" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'presidio');(_:result,count,'1');(_:result,name,'inn at the presidio');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place other than inn at the presidio in the area of presidio ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "tex food address please" }, { "id": 12, "rdf-acts": [ "inform((_:result,address,'42 moraga ave and presidio main post');(_:result,name,'inn at the presidio');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn at the presidio is a nice place their address is 42 moraga ave and presidio main post ." }, { "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": "" } ]
56
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "richmond district" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "richmond district" ], [ "_:system", "canthelp", "_:result/15f79417" ], [ "_:result/15f79417", "area", "richmond district" ], [ "_:result/15f79417", "type", "Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "richmond district" ], [ "_:system", "canthelp", "_:result/15f79417" ], [ "_:result/15f79417", "area", "richmond district" ], [ "_:result/15f79417", "type", "Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "presidio" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "richmond district" ], [ "_:system", "canthelp", "_:result/15f79417" ], [ "_:result/15f79417", "area", "richmond district" ], [ "_:result/15f79417", "type", "Hotel" ], [ "_:result", "area", "presidio" ], [ "_:result", "address", "?" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "richmond district" ], [ "_:system", "canthelp", "_:result/15f79417" ], [ "_:result/15f79417", "area", "richmond district" ], [ "_:result/15f79417", "type", "Hotel" ], [ "_:result", "area", "presidio" ], [ "_:result", "address", "?" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "richmond district" ], [ "_:system", "canthelp", "_:result/15f79417" ], [ "_:result/15f79417", "area", "richmond district" ], [ "_:result/15f79417", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "presidio" ], [ "_:result", "count", "1" ], [ "_:result", "name", "inn at the presidio" ], [ "_: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", "area", "richmond district" ], [ "_:system", "canthelp", "_:result/15f79417" ], [ "_:result/15f79417", "area", "richmond district" ], [ "_:result/15f79417", "type", "Hotel" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "presidio" ], [ "_:result", "count", "1" ], [ "_:result", "address", "42 moraga ave and presidio main post" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "richmond district" ], [ "_:system", "canthelp", "_:result/15f79417" ], [ "_:result/15f79417", "area", "richmond district" ], [ "_:result/15f79417", "type", "Hotel" ], [ "_:search", "name", "*" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "presidio" ], [ "_:result", "count", "1" ], [ "_:result", "address", "42 moraga ave and presidio main post" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to find a moderately priced 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": "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": [ "ack()" ], "speaker": "user", "text": "pub" }, { "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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
670
[ { "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", "?" ], [ "_: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" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "?" ], [ "_:search", "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,kids_allowed,'true');(_:search,near,'outer richmond');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to find a cheap restaurant that allows children in is near the outer richmond" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'yes');(_:result,name,'minami restaurant');(_:result,near,'outer richmond');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "minami restaurant is a nice place , it is in the cheap price range , it is near outer richmond and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and area of the restaurant" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1900 clement street');(_:result,area,'hayes valley or little russia');(_:result,name,'minami restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "minami restaurant is a nice place , it is in the area of little russia , their address is 1900 clement street and it is in the area of hayes valley ." }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'minami restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "minami restaurant is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:result,near,?);(_:result,type,'Restaurant'))", "inform((_:search,area,'outer richmond');(_:search,type,'Restaurant'))", "request((_:result,near,?);(_:result,type,'Restaurant'))", "inform((_:search,area,'outer richmond');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is it near the area of outer richmond" }, { "id": 8, "rdf-acts": [ "canthelp((_:result,area,'outer richmond');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , where child -s are allowed and in the area of outer richmond ." }, { "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": "" } ]
202
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "minami restaurant" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1900 clement street" ], [ "_:result", "area", "hayes valley or little russia" ], [ "_:result", "name", "minami 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", "kids_allowed", "true" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1900 clement street" ], [ "_:result", "area", "hayes valley or little russia" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "minami restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "near", "?" ], [ "_:search", "area", "outer richmond" ], [ "_: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", "near", "outer richmond" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1900 clement street" ], [ "_:result", "area", "hayes valley or little russia" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "minami restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "near", "?" ], [ "_:search", "area", "outer richmond" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/d38dd90e" ], [ "_:result/d38dd90e", "area", "outer richmond" ], [ "_:result/d38dd90e", "kids_allowed", "yes" ], [ "_:result/d38dd90e", "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", "near", "outer richmond" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1900 clement street" ], [ "_:result", "area", "hayes valley or little russia" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "minami restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "near", "?" ], [ "_:search", "area", "outer richmond" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/d38dd90e" ], [ "_:result/d38dd90e", "area", "outer richmond" ], [ "_:result/d38dd90e", "kids_allowed", "yes" ], [ "_:result/d38dd90e", "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,near,'financial district');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "reqalts()", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that is near the financial district in a different dinner" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'osha thai');(_:result,near,'financial district');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "osha thai is a nice place , it is in the cheap price range and it is near financial district ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,food,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the name address and phone number and type of food" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'149 second street');(_:result,food,'taiwanese');(_:result,name,'osha thai');(_:result,phone,'4152789991');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "osha thai is a nice place , their phone number is 4152789991 , their address is 149 second street and it serves taiwanese food ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you and goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
2897
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "financial district" ], [ "_:search", "pricerange", "cheap" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "financial district" ], [ "_:search", "pricerange", "cheap" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "osha thai" ], [ "_:result", "near", "financial district" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ], [ "_:result", "name", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "financial district" ], [ "_:search", "pricerange", "cheap" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "financial district" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "149 second street" ], [ "_:result", "food", "taiwanese" ], [ "_:result", "name", "osha thai" ], [ "_:result", "phone", "4152789991" ], [ "_: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", "financial district" ], [ "_:search", "pricerange", "cheap" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "financial district" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "149 second street" ], [ "_:result", "food", "taiwanese" ], [ "_:result", "name", "osha thai" ], [ "_:result", "phone", "4152789991" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "in the mission" }, { "id": 2, "rdf-acts": [ "confirm((_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "did you say you are looking for a hotel near mission ?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes the internet connection" }, { "id": 4, "rdf-acts": [ "select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows dogs ?" }, { "id": 5, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "um" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'the inn san francisco');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the inn san francisco is a nice place it is near mission ." }, { "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": "" } ]
13
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "the inn san francisco" ], [ "_:result", "near", "mission" ], [ "_: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" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "the inn san francisco" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'bernal heights south');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i'm looking for modern the bernal heights south" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'bernal heights south');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of bernal heights south ." }, { "id": 3, "rdf-acts": [ "ack()", "thanks()" ], "speaker": "user", "text": "um okay thank you so much" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'bernal heights south');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of bernal heights south ." }, { "id": 5, "rdf-acts": [ "ack()", "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
228
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "bernal heights south" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "bernal heights south" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/90f31d7c" ], [ "_:result/90f31d7c", "area", "bernal heights south" ], [ "_:result/90f31d7c", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "bernal heights south" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/90f31d7c" ], [ "_:result/90f31d7c", "area", "bernal heights south" ], [ "_:result/90f31d7c", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f3a89524" ], [ "_:result/f3a89524", "area", "bernal heights south" ], [ "_:result/f3a89524", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "bernal heights south" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/90f31d7c" ], [ "_:result/90f31d7c", "area", "bernal heights south" ], [ "_:result/90f31d7c", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/f3a89524" ], [ "_:result/f3a89524", "area", "bernal heights south" ], [ "_:result/f3a89524", "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,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "moderately priced hotel that is live that" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'the orchard hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the orchard hotel is a nice place it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address phone number and postcode" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'105');(_:result,pricerange,'moderate');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 105 hotel -s in the moderate price range ." }, { "id": 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,area,'inset');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "is it in" }, { "id": 8, "rdf-acts": [ "canthelp((_:result,area,'inset');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of inset ." }, { "id": 9, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "is it in" }, { "id": 10, "rdf-acts": [ "inform((_:result,count,'105');(_:result,pricerange,'moderate');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 105 hotel -s in the moderate price range ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 12, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "is it in" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'665 bush st');(_:result,name,'the orchard hotel');(_:result,phone,'4153628878');(_:result,postcode,'94108');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the orchard hotel is a nice place , their phone number is 4153628878 , their postcode is 94108 and their address is 665 bush st ." }, { "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": "" } ]
137
[ { "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", "the orchard hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "the orchard hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "count", "105" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "the orchard hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "count", "105" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "inset" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "the orchard hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "count", "105" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "inset" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/8d336a82" ], [ "_:result/8d336a82", "area", "inset" ], [ "_:result/8d336a82", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "the orchard hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "area", "inset" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/8d336a82" ], [ "_:result/8d336a82", "area", "inset" ], [ "_:result/8d336a82", "type", "Hotel" ], [ "_:result", "count", "105" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "the orchard hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "area", "inset" ], [ "_:system", "canthelp", "_:result/8d336a82" ], [ "_:result/8d336a82", "area", "inset" ], [ "_:result/8d336a82", "type", "Hotel" ], [ "_:result", "count", "105" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "?" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "inset" ], [ "_:system", "canthelp", "_:result/8d336a82" ], [ "_:result/8d336a82", "area", "inset" ], [ "_:result/8d336a82", "type", "Hotel" ], [ "_:result", "count", "105" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "665 bush st" ], [ "_:result", "name", "the orchard hotel" ], [ "_:result", "phone", "4153628878" ], [ "_:result", "postcode", "94108" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "area", "inset" ], [ "_:system", "canthelp", "_:result/8d336a82" ], [ "_:result/8d336a82", "area", "inset" ], [ "_:result/8d336a82", "type", "Hotel" ], [ "_:result", "count", "105" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "665 bush st" ], [ "_:result", "name", "the orchard hotel" ], [ "_:result", "phone", "4153628878" ], [ "_:result", "postcode", "94108" ], [ "_: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 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,'mission');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want to find a hotel near the mission" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'noe 7s nest bed and breakfast');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place it is near mission ." }, { "id": 3, "rdf-acts": [ "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can i have the with internet connection" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'noe 7s nest bed and breakfast');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place , it has internet and it is near mission ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,count,'4');(_:result,has_internet,'yes');(_:result,near,'mission');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 4 hotel -s with an internet connection and near mission ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 8, "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": 9, "rdf-acts": [ "inform((_:search,dogs_allowed,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "and doesn't matter" }, { "id": 10, "rdf-acts": [ "inform((_:result,dogs_allowed,'none');(_:result,has_internet,'yes');(_:result,name,'union hotel');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "union hotel is a nice place , it has internet , it is near mission and i do not know if it allows dogs ." }, { "id": 11, "rdf-acts": [ "request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it accept credit cards" }, { "id": 12, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,dogs_allowed,'none');(_:result,has_internet,'yes');(_:result,name,'noe 7s nest bed and breakfast');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place , it is near mission , it accepts credit card -s , it has internet and i do not know if it allows dogs ." }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i have the address" }, { "id": 14, "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": 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": "" } ]
307
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "address", "?" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "mission" ], [ "_: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", "near", "mission" ], [ "_:search", "has_internet", "true" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "address", "?" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "has_internet", "true" ], [ "_:result", "address", "?" ], [ "_:result", "count", "4" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "none" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "union hotel" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "has_internet", "true" ], [ "_:result", "address", "?" ], [ "_:result", "count", "4" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "dogs_allowed", "none" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "has_internet", "true" ], [ "_:result", "count", "4" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "dogs_allowed", "none" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "mission" ], [ "_: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, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "has_internet", "true" ], [ "_:result", "count", "4" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "dogs_allowed", "none" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "mission" ], [ "_: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, 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": [ "affirm()", "inform((_:search,food,'latin');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes i'm looking for a cheap restaurant that serves latin food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'latin');(_:result,name,'canto do brasil restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "canto do brasil restaurant is a nice place , it is in the cheap price range and it serves latin food ." }, { "id": 3, "rdf-acts": [ "request((_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh can i didn't me the phone number and price" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'canto do brasil restaurant');(_:result,price,'15 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "canto do brasil restaurant is a nice place their price -s are 15 euro ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and what's the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'canto do brasil restaurant');(_:result,phone,'4156268727');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "canto do brasil restaurant is a nice place their phone number is 4156268727 ." }, { "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": "" } ]
1739
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "latin" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "latin" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "latin" ], [ "_:result", "name", "canto do brasil restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "price", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "latin" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "latin" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "canto do brasil restaurant" ], [ "_:result", "price", "15 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", "latin" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "latin" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "price", "15 euro" ], [ "_:result", "name", "canto do brasil restaurant" ], [ "_:result", "phone", "4156268727" ], [ "_: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", "latin" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "latin" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "price", "15 euro" ], [ "_:result", "name", "canto do brasil restaurant" ], [ "_:result", "phone", "4156268727" ], [ "_: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()", "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "yes a what's for the phone number" }, { "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": [], "speaker": "user", "text": "i would like to know type" }, { "id": 4, "rdf-acts": [ "select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows dogs ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,dogs_allowed,'false');(_:search,dogs_allowed,'haight');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the haight that doesn't allow dogs" }, { "id": 6, "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": 7, "rdf-acts": [ "inform((_:search,name,'haight');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the haight that serves while dog" }, { "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": [ "negate()", "inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i don't want it to allow dogs" }, { "id": 10, "rdf-acts": [ "canthelp((_:result,dogs_allowed,'yes');(_:result,near,'haight');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , near haight and where dogs are allowed ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
217
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "dogs_allowed", "haight" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "?" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "dogs_allowed", "false" ], [ "_:search", "dogs_allowed", "haight" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "near", "haight" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "haight" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "?" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "near", "haight" ], [ "_:search", "name", "haight" ], [ "_:user", "denied", "_:result/17156517" ], [ "_:result/17156517", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result/17156517", "type", "Hotel" ], [ "_:result/17156517", "type", "hotel" ], [ "_:search", "dogs_allowed", "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" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "?" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "near", "haight" ], [ "_:search", "name", "haight" ], [ "_:user", "denied", "_:result/17156517" ], [ "_:result/17156517", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result/17156517", "type", "Hotel" ], [ "_:result/17156517", "type", "hotel" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/292c7a77" ], [ "_:result/292c7a77", "dogs_allowed", "yes" ], [ "_:result/292c7a77", "near", "haight" ], [ "_:result/292c7a77", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'false');(_:search,near,'presidio heights');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "hi i'm looking for a restaurant near the presidio heights that doesn't allow children" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'spruce');(_:result,near,'presidio heights');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "spruce is a nice place , where no child -s are allowed and it is near presidio heights ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and the meal is zip good for" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'spruce');(_:result,phone,'4159315100');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "spruce is a nice place their phone number is 4159315100 ." }, { "id": 5, "rdf-acts": [ "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "which meal is it good for" }, { "id": 6, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'spruce');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "spruce is a nice place it is good for dinner ." }, { "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": "" } ]
49
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "spruce" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "name", "spruce" ], [ "_:result", "phone", "4159315100" ], [ "_: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", "kids_allowed", "false" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "phone", "4159315100" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "spruce" ], [ "_: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", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "phone", "4159315100" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "spruce" ], [ "_: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,area,'inner sunset');(_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area of inner sunset that has internet" }, { "id": 2, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'the westin san francisco market st');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the westin san francisco market st is a nice place it has internet ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the address phone number and postcode" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'50 3rd st');(_:result,name,'the westin san francisco market st');(_:result,phone,'4159746400');(_:result,postcode,'94103');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the westin san francisco market st is a nice place , their phone number is 4159746400 , their postcode is 94103 and their address is 50 3rd 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": "" } ]
262
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner sunset" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner sunset" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "the westin san francisco market st" ], [ "_: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", "area", "inner sunset" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "address", "50 3rd st" ], [ "_:result", "name", "the westin san francisco market st" ], [ "_:result", "phone", "4159746400" ], [ "_:result", "postcode", "94103" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "inner sunset" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "address", "50 3rd st" ], [ "_:result", "name", "the westin san francisco market st" ], [ "_:result", "phone", "4159746400" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,near,'west portal');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yeah moderately priced restaurant near west portal" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'orexi');(_:result,near,'west portal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "orexi is a nice place , it is in the moderate price range and it is near west portal ." }, { "id": 3, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" } ]
2942
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "west portal" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "west portal" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "orexi" ], [ "_:result", "near", "west portal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "west portal" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "orexi" ], [ "_:result", "near", "west portal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,near,'fishermans wharf');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that is near the fisherman's wharf" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'stroganoff restaurant');(_:result,near,'fishermans wharf');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "stroganoff restaurant is a nice place , it is in the cheap price range and it is near fishermans wharf ." }, { "id": 3, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'stroganoff restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "stroganoff restaurant is a nice restaurant ." }, { "id": 5, "rdf-acts": [ "inform((_:search,near,'fishermans wharf');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a cheap restaurant that is near the fisherman's wharf" }, { "id": 6, "rdf-acts": [ "inform((_:result,count,'2');(_:result,near,'fishermans wharf');(_:result,pricerange,'cheap');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 2 restaurant -s near fishermans wharf and in the cheap price range ." }, { "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": [ "bye()" ], "speaker": "user", "text": "well" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'stroganoff restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "stroganoff restaurant is a nice restaurant ." }, { "id": 11, "rdf-acts": [ "inform((_:search,near,'fishermans wharf');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a cheap restaurant that is near the fisherman's wharf" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'fog harbor fish house');(_:result,near,'fishermans wharf');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fog harbor fish house is a nice place , it is in the cheap price range and it is near fishermans wharf ." }, { "id": 13, "rdf-acts": [ "request((_:result,name,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the name phone number and post code" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'fog harbor fish house');(_:result,phone,'4154212442');(_:result,postcode,'94133');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fog harbor fish house is a nice place , their phone number is 4154212442 and their postcode is 94133 ." }, { "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": "" } ]
1140
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "stroganoff restaurant" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "stroganoff restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "stroganoff restaurant" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "near", "fishermans wharf" ], [ "_: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" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "name", "stroganoff restaurant" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "2" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "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" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "count", "2" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "name", "stroganoff restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:result", "count", "2" ], [ "_:search", "food", "?" ], [ "_:user", "dismissed", "_:system" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "fog harbor fish house" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "name", "?" ], [ "_:result", "phone", "?" ], [ "_: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" ], [ "_:result", "count", "2" ], [ "_:search", "food", "?" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "fog harbor fish house" ], [ "_:result", "phone", "4154212442" ], [ "_:result", "postcode", "94133" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "2" ], [ "_:search", "food", "?" ], [ "_:search", "near", "fishermans wharf" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "fishermans wharf" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "name", "fog harbor fish house" ], [ "_:result", "phone", "4154212442" ], [ "_:result", "postcode", "94133" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,near,'marina cow hollow');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near the marina cow hollow" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'seaside inn');(_:result,near,'marina cow hollow');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seaside inn is a nice place it is near marina cow hollow ." }, { "id": 3, "rdf-acts": [ "ack()", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "okay what's their address phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1750 lombard st');(_:result,name,'seaside inn');(_:result,phone,'4159211842');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seaside inn is a nice place , their address is 1750 lombard st and their phone number is 4159211842 ." }, { "id": 5, "rdf-acts": [ "inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "do they accept credit cards" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'seaside inn');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "seaside inn is a nice hotel ." }, { "id": 7, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "does it serve great for" }, { "id": 8, "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": 9, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 10, "rdf-acts": [ "select((_:result,has_internet,'no');(_:result,has_internet,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it has internet ?" }, { "id": 11, "rdf-acts": [ "inform((_:search,has_internet,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "doesn't matter" }, { "id": 12, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,has_internet,'yes');(_:result,name,'da vinci villa');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "da vinci villa is a nice place , it accepts credit card -s and it has internet ." }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 14, "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": 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": "" } ]
463
[ { "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", "seaside inn" ], [ "_: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" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "1750 lombard st" ], [ "_:result", "name", "seaside inn" ], [ "_:result", "phone", "4159211842" ], [ "_:result", "type", "Hotel" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "1750 lombard st" ], [ "_:result", "phone", "4159211842" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "seaside 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", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "1750 lombard st" ], [ "_:result", "phone", "4159211842" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "seaside inn" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "count", "167" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "1750 lombard st" ], [ "_:result", "phone", "4159211842" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "name", "seaside inn" ], [ "_: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, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "1750 lombard st" ], [ "_:result", "phone", "4159211842" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "count", "167" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "da vinci villa" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "count", "167" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "has_internet", "yes" ], [ "_: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, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "count", "167" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "has_internet", "yes" ], [ "_: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, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want to find a hotel in the mission that accepts credit code" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'noe 7s nest bed and breakfast');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place it is near mission ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "what's their phone number and do they have internet" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'union hotel');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "union hotel is a nice place , it has internet and it is near mission ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'union hotel');(_:result,phone,'4155520547');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "union hotel is a nice place their phone number is 4155520547 ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
420
[ { "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", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "near", "mission" ], [ "_: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" ], [ "_:result", "phone", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "union hotel" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "mission" ], [ "_:result", "name", "union hotel" ], [ "_:result", "phone", "4155520547" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "mission" ], [ "_:result", "name", "union hotel" ], [ "_:result", "phone", "4155520547" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the 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,'south beach');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "area of south beach that accepts credit cards" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'south beach');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of south beach ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about eight" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'south beach');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of south beach ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "haight ashbury" }, { "id": 6, "rdf-acts": [ "canthelp((_:result,area,'south beach');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of south beach ." }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'haight ashbury');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "area of haight ashbury" }, { "id": 8, "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": 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,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": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address phone number and price range" }, { "id": 12, "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": 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": "" } ]
578
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "area", "south beach" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "area", "south beach" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/3e77c6b5" ], [ "_:result/3e77c6b5", "area", "south beach" ], [ "_:result/3e77c6b5", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "area", "south beach" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/3e77c6b5" ], [ "_:result/3e77c6b5", "area", "south beach" ], [ "_:result/3e77c6b5", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/89b344bc" ], [ "_:result/89b344bc", "area", "south beach" ], [ "_:result/89b344bc", "type", "Hotel" ] ], "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/3e77c6b5" ], [ "_:result/3e77c6b5", "area", "south beach" ], [ "_:result/3e77c6b5", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/89b344bc" ], [ "_:result/89b344bc", "area", "south beach" ], [ "_:result/89b344bc", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/ad5b68d5" ], [ "_:result/ad5b68d5", "area", "south beach" ], [ "_:result/ad5b68d5", "type", "Hotel" ], [ "_:search", "area", "haight ashbury" ], [ "_: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/3e77c6b5" ], [ "_:result/3e77c6b5", "area", "south beach" ], [ "_:result/3e77c6b5", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/89b344bc" ], [ "_:result/89b344bc", "area", "south beach" ], [ "_:result/89b344bc", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/ad5b68d5" ], [ "_:result/ad5b68d5", "area", "south beach" ], [ "_:result/ad5b68d5", "type", "Hotel" ], [ "_:search", "area", "haight ashbury" ], [ "_:result", "area", "haight ashbury" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/3e77c6b5" ], [ "_:result/3e77c6b5", "area", "south beach" ], [ "_:result/3e77c6b5", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/89b344bc" ], [ "_:result/89b344bc", "area", "south beach" ], [ "_:result/89b344bc", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/ad5b68d5" ], [ "_:result/ad5b68d5", "area", "south beach" ], [ "_:result/ad5b68d5", "type", "Hotel" ], [ "_:search", "area", "haight ashbury" ], [ "_:result", "area", "haight ashbury" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/3e77c6b5" ], [ "_:result/3e77c6b5", "area", "south beach" ], [ "_:result/3e77c6b5", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/89b344bc" ], [ "_:result/89b344bc", "area", "south beach" ], [ "_:result/89b344bc", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/ad5b68d5" ], [ "_:result/ad5b68d5", "area", "south beach" ], [ "_:result/ad5b68d5", "type", "Hotel" ], [ "_:search", "area", "haight ashbury" ], [ "_:result", "area", "haight ashbury" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_: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, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/3e77c6b5" ], [ "_:result/3e77c6b5", "area", "south beach" ], [ "_:result/3e77c6b5", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:system", "canthelp", "_:result/89b344bc" ], [ "_:result/89b344bc", "area", "south beach" ], [ "_:result/89b344bc", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/ad5b68d5" ], [ "_:result/ad5b68d5", "area", "south beach" ], [ "_:result/ad5b68d5", "type", "Hotel" ], [ "_:search", "area", "haight ashbury" ], [ "_:result", "area", "haight ashbury" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_: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, 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": [ "negate()" ], "speaker": "user", "text": "no i'm looking for a restaurant" }, { "id": 2, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" } ]
2833
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "type", "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,area,'presidio heights');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking in the area presidio heights for expensive restaurant" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'presidio heights');(_:result,name,'spruce');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "spruce is a nice place , it is in the area of presidio heights and it is in the expensive price range ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'spruce');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "spruce is a nice restaurant ." }, { "id": 5, "rdf-acts": [ "inform((_:search,food,'cafes');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what is that" }, { "id": 6, "rdf-acts": [ "canthelp((_:result,area,'presidio heights');(_:result,food,'cafes');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , serving cafes food and in the area of presidio heights ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'3640 sacramento street');(_:result,name,'spruce');(_:result,phone,'4159315100');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "spruce is a nice place , their address is 3640 sacramento street and their phone number is 4159315100 ." }, { "id": 9, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "and what meal a good for" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'spruce');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "spruce is a nice restaurant ." }, { "id": 11, "rdf-acts": [ "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what meal it good for" }, { "id": 12, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'spruce');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "spruce is a nice place it is good for dinner ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
592
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "presidio heights" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "presidio heights" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "presidio heights" ], [ "_:result", "name", "spruce" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "presidio heights" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "presidio heights" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "spruce" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "cafes" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "presidio heights" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "presidio heights" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "spruce" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "cafes" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/b2bacbd4" ], [ "_:result/b2bacbd4", "area", "presidio heights" ], [ "_:result/b2bacbd4", "food", "cafes" ], [ "_:result/b2bacbd4", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "presidio heights" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "presidio heights" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "cafes" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/b2bacbd4" ], [ "_:result/b2bacbd4", "area", "presidio heights" ], [ "_:result/b2bacbd4", "food", "cafes" ], [ "_:result/b2bacbd4", "type", "Restaurant" ], [ "_:result", "address", "3640 sacramento street" ], [ "_:result", "name", "spruce" ], [ "_:result", "phone", "4159315100" ], [ "_: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", "presidio heights" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "presidio heights" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "cafes" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/b2bacbd4" ], [ "_:result/b2bacbd4", "area", "presidio heights" ], [ "_:result/b2bacbd4", "food", "cafes" ], [ "_:result/b2bacbd4", "type", "Restaurant" ], [ "_:result", "address", "3640 sacramento street" ], [ "_:result", "phone", "4159315100" ], [ "_:result", "name", "spruce" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "good_for_meal", "?" ] ], "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", "presidio heights" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "presidio heights" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "cafes" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/b2bacbd4" ], [ "_:result/b2bacbd4", "area", "presidio heights" ], [ "_:result/b2bacbd4", "food", "cafes" ], [ "_:result/b2bacbd4", "type", "Restaurant" ], [ "_:result", "address", "3640 sacramento street" ], [ "_:result", "phone", "4159315100" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "spruce" ], [ "_: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", "presidio heights" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "presidio heights" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "cafes" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/b2bacbd4" ], [ "_:result/b2bacbd4", "area", "presidio heights" ], [ "_:result/b2bacbd4", "food", "cafes" ], [ "_:result/b2bacbd4", "type", "Restaurant" ], [ "_:result", "address", "3640 sacramento street" ], [ "_:result", "phone", "4159315100" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "spruce" ], [ "_: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,'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 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 the marina cow hollow" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'seaside inn');(_:result,near,'marina cow hollow');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seaside inn is a nice place it is near marina cow hollow ." }, { "id": 3, "rdf-acts": [ "ack()", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "okay what's their address phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1750 lombard st');(_:result,name,'seaside inn');(_:result,phone,'4159211842');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "seaside inn is a nice place , their address is 1750 lombard st and their phone number is 4159211842 ." }, { "id": 5, "rdf-acts": [ "inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "do they accept credit cards" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'seaside inn');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "seaside inn is a nice hotel ." }, { "id": 7, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "does it serve great for" }, { "id": 8, "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": 9, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 10, "rdf-acts": [ "select((_:result,has_internet,'no');(_:result,has_internet,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it has internet ?" }, { "id": 11, "rdf-acts": [ "inform((_:search,has_internet,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "doesn't matter" }, { "id": 12, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,has_internet,'yes');(_:result,name,'da vinci villa');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "da vinci villa is a nice place , it accepts credit card -s and it has internet ." }, { "id": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 14, "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": 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": "" } ]
463
[ { "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", "seaside inn" ], [ "_: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" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "1750 lombard st" ], [ "_:result", "name", "seaside inn" ], [ "_:result", "phone", "4159211842" ], [ "_:result", "type", "Hotel" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "1750 lombard st" ], [ "_:result", "phone", "4159211842" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "seaside 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", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "1750 lombard st" ], [ "_:result", "phone", "4159211842" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "seaside inn" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "count", "167" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "1750 lombard st" ], [ "_:result", "phone", "4159211842" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "name", "seaside inn" ], [ "_: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, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "address", "1750 lombard st" ], [ "_:result", "phone", "4159211842" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "count", "167" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "da vinci villa" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "count", "167" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "has_internet", "yes" ], [ "_: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, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "marina cow hollow" ], [ "_:result", "near", "marina cow hollow" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:result", "count", "167" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "has_internet", "yes" ], [ "_: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, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel in the area i want eastern in" }, { "id": 2, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,accepts_credit_cards,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'dont_care');(_:result,count,'182');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -s if you do not care whether it accepts credit card -s ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what price range would you like ?" }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you bye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
342
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'chinatown');(_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the chinatown area that has internet connection" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'chinatown');(_:result,has_internet,'yes');(_:result,name,'sw hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "sw hotel is a nice place , it is in the area of chinatown and it has internet ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what is there another one" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'chinatown');(_:result,has_internet,'yes');(_:result,name,'sw hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "sw hotel is a nice place , it is in the area of chinatown and it has internet ." }, { "id": 5, "rdf-acts": [ "ack()", "request((_:result,address,?);(_:result,name,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "okay what is the name and address" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'chinatown');(_:result,has_internet,'yes');(_:result,name,'sw hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "sw hotel is a nice place , it has internet and it is in the area of chinatown ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "i need to know the name and address" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'chinatown');(_: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 it is in the area of chinatown ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
60
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "chinatown" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "chinatown" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "chinatown" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "sw hotel" ], [ "_:result", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "chinatown" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "chinatown" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "sw hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "name", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "chinatown" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "?" ], [ "_:result", "area", "chinatown" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "sw 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", "chinatown" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "address", "?" ], [ "_:result", "area", "chinatown" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hilton san francisco financial district" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the 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,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a expensive restaurant that serves food cheap who is that again" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what kind of food would you like ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'coqueta');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "coqueta is a nice place it is in the cheap price range ." }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need a expensive price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'bix');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bix is a nice place it is in the expensive price range ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "do you know the address" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'bix');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "bix is a nice restaurant ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'bix');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "bix is a nice restaurant ." }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
944
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:result", "name", "coqueta" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "bix" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "bix" ], [ "_: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", "food", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "?" ], [ "_:result", "name", "bix" ], [ "_:result", "type", "Restaurant" ], [ "_: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 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 standard in through" }, { "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": [ "affirm()" ], "speaker": "user", "text": "yes credit card" }, { "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": [], "speaker": "user", "text": "uh see" }, { "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,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "thirty for details" }, { "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": [], "speaker": "user", "text": "uh please side" }, { "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": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
174
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "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" ] ], "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", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "near", "?" ], [ "_: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", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "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": "like the area" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "about j" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'holiday inn hotel san francisco fishermans wharf');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "holiday inn hotel san francisco fishermans wharf is a nice place it is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "hi" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'holiday inn hotel san francisco fishermans wharf');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "holiday inn hotel san francisco fishermans wharf is a nice place it is in the moderate price range ." }, { "id": 7, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "oh be ok more" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'holiday inn hotel san francisco fishermans wharf');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "holiday inn hotel san francisco fishermans wharf is a nice place it is in the moderate price range ." }, { "id": 9, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "moderately priced" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'holiday inn hotel san francisco fishermans wharf');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "holiday inn hotel san francisco fishermans wharf is a nice hotel ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "excuse me thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
118
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "holiday inn hotel san francisco fishermans wharf" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "holiday inn hotel san francisco fishermans wharf" ], [ "_: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" ], [ "_:search", "area", "?" ], [ "_:result", "name", "holiday inn hotel san francisco fishermans wharf" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_: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", "?" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "holiday inn 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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "holiday inn 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 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,kids_allowed,'true');(_:search,near,'civic center');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'd like a restaurant good for dinner that allows children and is near the civic center" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'mela tandoori kitchen');(_:result,near,'civic center');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "mela tandoori kitchen is a nice place , where child -s are allowed , it is good for dinner and it is near civic center ." }, { "id": 3, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you goodbye" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" } ]
2183
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "civic center" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "civic center" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "mela tandoori kitchen" ], [ "_:result", "near", "civic center" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "civic center" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "mela tandoori kitchen" ], [ "_:result", "near", "civic center" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,kids_allowed,'false');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a moderately priced restaurant that serves chinese food and doesn't allow children" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'chinese');(_:result,kids_allowed,'no');(_:result,name,'fang');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fang is a nice place , where no child -s are allowed , it serves chinese food and it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address phone number and area" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'660 howard street');(_:result,area,'hayes valley or financial district south');(_:result,name,'fang');(_:result,phone,'4157778568');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fang is a nice place , their address is 660 howard street , their phone number is 4157778568 , it is in the area of financial district south and it is in the area of hayes valley ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
941
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "fang" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "660 howard street" ], [ "_:result", "area", "hayes valley or financial district south" ], [ "_:result", "name", "fang" ], [ "_:result", "phone", "4157778568" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "chinese" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "660 howard street" ], [ "_:result", "area", "hayes valley or financial district south" ], [ "_:result", "name", "fang" ], [ "_:result", "phone", "4157778568" ], [ "_: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,pricerange,'inexpensive');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want to find a hotel in the area cheap range what" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'super 8 san francisco funion square area');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "super 8 san francisco funion square area is a nice place it is in the inexpensive price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "um can i get the phone number" }, { "id": 4, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "the central what" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'super 8 san francisco funion square area');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "super 8 san francisco funion square area is a nice hotel ." }, { "id": 7, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about middle" }, { "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" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'super 8 san francisco funion square area');(_:result,phone,'8005369326');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "super 8 san francisco funion square area is a nice place their phone number is 8005369326 ." }, { "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": "" } ]
162
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "super 8 san francisco funion square area" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "super 8 san francisco funion square area" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:search", "near", "?" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "phone", "?" ], [ "_:search", "near", "?" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "super 8 san francisco funion square area" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "phone", "?" ], [ "_:search", "near", "?" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:result", "name", "super 8 san francisco funion square area" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_: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" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "near", "?" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "super 8 san francisco funion square area" ], [ "_:result", "phone", "8005369326" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "near", "?" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "super 8 san francisco funion square area" ], [ "_:result", "phone", "8005369326" ], [ "_: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,near,'mission terrace');(_:search,type,'Restaurant'))", "ack()" ], "speaker": "user", "text": "i'm looking for a restaurant near the mission terrace that is good for any be" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'beijing restaurant');(_:result,near,'mission terrace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice place it is near mission terrace ." }, { "id": 3, "rdf-acts": [ "thanks()", "inform((_:search,good_for_meal,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "thank you good for any meal" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'1');(_:result,name,'beijing restaurant');(_:result,near,'mission terrace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place other than beijing restaurant near mission terrace ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "name address phone number" }, { "id": 6, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i want the name phone number and address" }, { "id": 8, "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": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i want the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'beijing restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "beijing restaurant is a nice restaurant ." }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "i want the phone number" }, { "id": 12, "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": 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": "" } ]
881
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission terrace" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission terrace" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "near", "mission terrace" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission terrace" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "near", "mission terrace" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission terrace" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "near", "mission terrace" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission terrace" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "near", "mission terrace" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "1801 alemany blvd" ], [ "_:result", "name", "beijing 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", "near", "mission terrace" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "near", "mission terrace" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "1801 alemany blvd" ], [ "_:result", "name", "beijing restaurant" ], [ "_: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", "near", "mission terrace" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "near", "mission terrace" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "1801 alemany blvd" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "phone", "4153338182" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission terrace" ], [ "_:search", "good_for_meal", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "near", "mission terrace" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "1801 alemany blvd" ], [ "_:result", "name", "beijing restaurant" ], [ "_:result", "phone", "4153338182" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i am looking for a hotel in the area of the expensive that has er price" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'hyatt regency san francisco');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hyatt regency san francisco is a nice place it is in the pricey price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "may i have the phone number and does it have internet" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'hyatt regency san francisco');(_:result,phone,'4157881234');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hyatt regency san francisco is a nice place , it has internet and their phone number is 4157881234 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
269
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "hyatt regency san francisco" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hyatt regency san francisco" ], [ "_:result", "phone", "4157881234" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hyatt regency san francisco" ], [ "_:result", "phone", "4157881234" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,area,'south basin');(_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "yes i'm looking for a moderately priced hotel in the south basin area" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'south basin');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of south basin ." }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about a moderate or moderately rate" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'south basin');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of south basin ." }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "what about civic center" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'taylor hotel union square');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "taylor hotel union square is a nice place it is in the moderate price range ." }, { "id": 7, "rdf-acts": [ "ack()", "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "okay can you give me the phone number and whether it" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'taylor hotel union square');(_:result,phone,'4157750780');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "taylor hotel union square is a nice place their phone number is 4157750780 ." }, { "id": 9, "rdf-acts": [ "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can i have internet" }, { "id": 10, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'taylor hotel union square');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "taylor hotel union square is a nice place , it has internet 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": "" } ]
259
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south basin" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south basin" ], [ "_:system", "canthelp", "_:result/d895a6b0" ], [ "_:result/d895a6b0", "area", "south basin" ], [ "_:result/d895a6b0", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south basin" ], [ "_:system", "canthelp", "_:result/d895a6b0" ], [ "_:result/d895a6b0", "area", "south basin" ], [ "_:result/d895a6b0", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/25c6dd92" ], [ "_:result/25c6dd92", "area", "south basin" ], [ "_:result/25c6dd92", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "south basin" ], [ "_:system", "canthelp", "_:result/d895a6b0" ], [ "_:result/d895a6b0", "area", "south basin" ], [ "_:result/d895a6b0", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/25c6dd92" ], [ "_:result/25c6dd92", "area", "south basin" ], [ "_:result/25c6dd92", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "taylor hotel union square" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "south basin" ], [ "_:system", "canthelp", "_:result/d895a6b0" ], [ "_:result/d895a6b0", "area", "south basin" ], [ "_:result/d895a6b0", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:result/25c6dd92" ], [ "_:result/25c6dd92", "area", "south basin" ], [ "_:result/25c6dd92", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "name", "taylor hotel union square" ], [ "_:result", "phone", "4157750780" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "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", "south basin" ], [ "_:system", "canthelp", "_:result/d895a6b0" ], [ "_:result/d895a6b0", "area", "south basin" ], [ "_:result/d895a6b0", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:result/25c6dd92" ], [ "_:result/25c6dd92", "area", "south basin" ], [ "_:result/25c6dd92", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "4157750780" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "taylor hotel union square" ], [ "_: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", "area", "south basin" ], [ "_:system", "canthelp", "_:result/d895a6b0" ], [ "_:result/d895a6b0", "area", "south basin" ], [ "_:result/d895a6b0", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:result/25c6dd92" ], [ "_:result/25c6dd92", "area", "south basin" ], [ "_:result/25c6dd92", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "phone", "4157750780" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "taylor hotel union square" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for hotel room there a" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i don't care" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'182');(_:result,pricerange,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -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,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 7, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "okay" }, { "id": 8, "rdf-acts": [ "confirm((_:result,near,'haight');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "did you say you are looking for a hotel near haight ?" }, { "id": 9, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,near,'haight');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "red victorian bed breakfast and arts cafe is a nice place , it is near haight and it is in the moderate price range ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the address and postcode" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and postcode" }, { "id": 14, "rdf-acts": [ "inform((_:result,address,'1665 haight st');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,postcode,'94117');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "red victorian bed breakfast and arts cafe is a nice place , their address is 1665 haight st and their postcode is 94117 ." }, { "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": "" } ]
284
[ { "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", "pricerange", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "182" ], [ "_:result", "pricerange", "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", "pricerange", "*" ], [ "_:result", "count", "182" ], [ "_:result", "pricerange", "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" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "182" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "182" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "near", "haight" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "182" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "near", "haight" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_: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, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "182" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "near", "haight" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1665 haight st" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "postcode", "94117" ], [ "_: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", "pricerange", "*" ], [ "_:result", "count", "182" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "near", "haight" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "1665 haight st" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "postcode", "94117" ], [ "_: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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can you find me a area that allows dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'grand hyatt san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "grand hyatt san francisco is a nice place where dogs are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "phone number and price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'grand hyatt san francisco');(_:result,phone,'4153981234');(_: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 their phone number is 4153981234 ." }, { "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": "" } ]
270
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "grand hyatt san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "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", "grand hyatt san francisco" ], [ "_:result", "phone", "4153981234" ], [ "_:result", "pricerange", "pricey" ], [ "_: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", "grand hyatt san francisco" ], [ "_:result", "phone", "4153981234" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "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": "do you know the marina cow hollow food" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'buena vista motor inn');(_:result,near,'marina cow hollow');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "buena vista motor inn is a nice place it is near marina cow hollow ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "what food please" }, { "id": 4, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
177
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "buena vista motor inn" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "buena vista motor inn" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "?" ], [ "_: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", "name", "buena vista motor inn" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "?" ], [ "_: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 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": "can i like a hotel the uh" }, { "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": "there allowed all" }, { "id": 4, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,accepts_credit_cards,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i don't care" }, { "id": 6, "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": 7, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 8, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what area would you like ?" }, { "id": 9, "rdf-acts": [ "inform((_:search,area,'north beach telegraph hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "north beach telegraph hill" }, { "id": 10, "rdf-acts": [ "canthelp((_:result,area,'telegraph hill');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of telegraph hill ." }, { "id": 11, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "okay you have the" }, { "id": 12, "rdf-acts": [ "canthelp((_:result,area,'telegraph hill');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of telegraph hill ." }, { "id": 13, "rdf-acts": [ "ack()", "thanks()", "bye()" ], "speaker": "user", "text": "okay thank you goodbye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
424
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "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", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "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, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "north beach telegraph 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", "accepts_credit_cards", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/65abac68" ], [ "_:result/65abac68", "area", "telegraph hill" ], [ "_:result/65abac68", "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", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/65abac68" ], [ "_:result/65abac68", "area", "telegraph hill" ], [ "_:result/65abac68", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/0f5ce8a4" ], [ "_:result/0f5ce8a4", "area", "telegraph hill" ], [ "_:result/0f5ce8a4", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:result", "accepts_credit_cards", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "area", "north beach telegraph hill" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/65abac68" ], [ "_:result/65abac68", "area", "telegraph hill" ], [ "_:result/65abac68", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/0f5ce8a4" ], [ "_:result/0f5ce8a4", "area", "telegraph hill" ], [ "_:result/0f5ce8a4", "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,food,'lounge');(_:search,kids_allowed,'true');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "a expensive restaurant that serves lounge food and is that allow children" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,food,'lounge');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , where child -s are allowed and serving lounge food ." }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'lounge');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "expensive restaurant that serves lounge food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'lounge');(_:result,name,'fifth floor');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fifth floor is a nice place , it serves lounge food and it is in the expensive price range ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'fifth floor');(_:result,phone,'4153481555');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fifth floor is a nice place their phone number is 4153481555 ." }, { "id": 7, "rdf-acts": [ "request((_:result,near,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "where is it near you" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'fifth floor');(_:result,near,'financial district or union square');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fifth floor is a nice place , it is near financial district and it is near union square ." }, { "id": 9, "rdf-acts": [ "confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))", "request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it allow children" }, { "id": 10, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'fifth floor');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "fifth floor is a nice place where no 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": "" } ]
1592
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "lounge" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/c44fbb7c" ], [ "_:result/c44fbb7c", "food", "lounge" ], [ "_:result/c44fbb7c", "kids_allowed", "yes" ], [ "_:result/c44fbb7c", "type", "Restaurant" ], [ "_:search", "food", "lounge" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:system", "canthelp", "_:result/c44fbb7c" ], [ "_:result/c44fbb7c", "food", "lounge" ], [ "_:result/c44fbb7c", "kids_allowed", "yes" ], [ "_:result/c44fbb7c", "type", "Restaurant" ], [ "_:search", "food", "lounge" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lounge" ], [ "_:result", "name", "fifth floor" ], [ "_: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", "kids_allowed", "true" ], [ "_:system", "canthelp", "_:result/c44fbb7c" ], [ "_:result/c44fbb7c", "food", "lounge" ], [ "_:result/c44fbb7c", "kids_allowed", "yes" ], [ "_:result/c44fbb7c", "type", "Restaurant" ], [ "_:search", "food", "lounge" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lounge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "name", "fifth floor" ], [ "_:result", "phone", "4153481555" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "near", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "true" ], [ "_:system", "canthelp", "_:result/c44fbb7c" ], [ "_:result/c44fbb7c", "food", "lounge" ], [ "_:result/c44fbb7c", "kids_allowed", "yes" ], [ "_:result/c44fbb7c", "type", "Restaurant" ], [ "_:search", "food", "lounge" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lounge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "4153481555" ], [ "_:result", "name", "fifth floor" ], [ "_:result", "near", "financial district or union square" ], [ "_: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", "kids_allowed", "true" ], [ "_:system", "canthelp", "_:result/c44fbb7c" ], [ "_:result/c44fbb7c", "food", "lounge" ], [ "_:result/c44fbb7c", "kids_allowed", "yes" ], [ "_:result/c44fbb7c", "type", "Restaurant" ], [ "_:search", "food", "lounge" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lounge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "4153481555" ], [ "_:result", "near", "financial district or union square" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "fifth floor" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/c44fbb7c" ], [ "_:result/c44fbb7c", "food", "lounge" ], [ "_:result/c44fbb7c", "kids_allowed", "yes" ], [ "_:result/c44fbb7c", "type", "Restaurant" ], [ "_:search", "food", "lounge" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "lounge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "4153481555" ], [ "_:result", "near", "financial district or union square" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "fifth floor" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'taiwanese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find an expensive restaurant that serves taiwanese food and is good for dinner" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,food,'taiwanese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , serving taiwanese food and in the expensive price range ." }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is there an expensive restaurant that serves vietnamese food and is good for dinner" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'vietnamese');(_:result,good_for_meal,'dinner');(_:result,name,'butterfly');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "butterfly is a nice place , it serves vietnamese food , it is good for dinner and it is in the expensive price range ." }, { "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,'pier 33 the embarcadero at bay street');(_:result,name,'butterfly');(_:result,phone,'4158648999');(_:result,price,'between 26 and 37 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "butterfly is a nice place , their price -s are between 26 and 37 euro , their phone number is 4158648999 and their address is pier 33 the embarcadero at bay 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": "" } ]
1287
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "taiwanese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/ef5f5886" ], [ "_:result/ef5f5886", "food", "taiwanese" ], [ "_:result/ef5f5886", "pricerange", "expensive" ], [ "_:result/ef5f5886", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/ef5f5886" ], [ "_:result/ef5f5886", "food", "taiwanese" ], [ "_:result/ef5f5886", "pricerange", "expensive" ], [ "_:result/ef5f5886", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "butterfly" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/ef5f5886" ], [ "_:result/ef5f5886", "food", "taiwanese" ], [ "_:result/ef5f5886", "pricerange", "expensive" ], [ "_:result/ef5f5886", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "pier 33 the embarcadero at bay street" ], [ "_:result", "name", "butterfly" ], [ "_:result", "phone", "4158648999" ], [ "_:result", "price", "between 26 and 37 euro" ], [ "_: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" ], [ "_:system", "canthelp", "_:result/ef5f5886" ], [ "_:result/ef5f5886", "food", "taiwanese" ], [ "_:result/ef5f5886", "pricerange", "expensive" ], [ "_:result/ef5f5886", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "pier 33 the embarcadero at bay street" ], [ "_:result", "name", "butterfly" ], [ "_:result", "phone", "4158648999" ], [ "_:result", "price", "between 26 and 37 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 ] } ]
[ { "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": "hello" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what kind of food would you like ?" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "hi uh can i have restaurant beers common they serve" }, { "id": 4, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "would you like something in the cheap , moderate , or expensive price range ?" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "and don't matter" }, { "id": 6, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 7, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "near the phone number" }, { "id": 8, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 9, "rdf-acts": [ "inform((_:search,name,'so');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "near the phone number" }, { "id": 10, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "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": "" } ]
2951
[ { "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", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "#" ], [ "_:user", "denied", "_:search/1abef93f" ], [ "_:search/1abef93f", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:user", "denied", "_:search/1abef93f" ], [ "_:search/1abef93f", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "name", "so" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:user", "denied", "_:search/1abef93f" ], [ "_:search/1abef93f", "type", "Restaurant" ], [ "_:search", "name", "so" ], [ "_: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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:user", "denied", "_:search/1abef93f" ], [ "_:search/1abef93f", "type", "Restaurant" ], [ "_:search", "name", "so" ], [ "_: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 ] } ]
[ { "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,'dim sum');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need to find a restaurant good for one that serves dim sum food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'dim sum');(_:result,name,'city view restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "city view restaurant is a nice place it serves dim sum food ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and what is the area" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'662 commercial street');(_:result,area,'hayes valley or financial district');(_:result,name,'city view restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "city view restaurant is a nice place , it is in the area of financial district , their address is 662 commercial street and it is in the area of hayes valley ." }, { "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": "" } ]
529
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "dim sum" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "dim sum" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "dim sum" ], [ "_:result", "name", "city view restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "dim sum" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "dim sum" ], [ "_:result", "address", "662 commercial street" ], [ "_:result", "area", "hayes valley or financial district" ], [ "_:result", "name", "city view restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "dim sum" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "dim sum" ], [ "_:result", "address", "662 commercial street" ], [ "_:result", "area", "hayes valley or financial district" ], [ "_:result", "name", "city view restaurant" ], [ "_: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,pricerange,'cheap');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "looking for a cheap restaurant that is good for breakfast" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'breakfast');(_:result,name,'red door cafe');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , it is in the cheap price range and it is good for breakfast ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,name,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1608 bush street');(_:result,name,'red door cafe');(_:result,postcode,'94108');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , their address is 1608 bush street and their postcode is 94108 ." }, { "id": 5, "rdf-acts": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 6, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "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": "" } ]
2497
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:user", "denied", "_:result/3bc6b54c" ], [ "_:result/3bc6b54c", "address", "1608 bush street" ], [ "_:result/3bc6b54c", "name", "red door cafe" ], [ "_:result/3bc6b54c", "postcode", "94108" ], [ "_:result/3bc6b54c", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:user", "denied", "_:result/3bc6b54c" ], [ "_:result/3bc6b54c", "address", "1608 bush street" ], [ "_:result/3bc6b54c", "name", "red door cafe" ], [ "_:result/3bc6b54c", "postcode", "94108" ], [ "_:result/3bc6b54c", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_: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", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:user", "denied", "_:result/3bc6b54c" ], [ "_:result/3bc6b54c", "address", "1608 bush street" ], [ "_:result/3bc6b54c", "name", "red door cafe" ], [ "_:result/3bc6b54c", "postcode", "94108" ], [ "_:result/3bc6b54c", "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 ] } ]
[ { "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,near,?);(_:result,type,'Hotel'))", "inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "what no near mission that allows dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'jw marriott san francisco union square');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "jw marriott san francisco union square is a nice place where dogs are allowed ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "serve" }, { "id": 4, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'jw marriott san francisco union square');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "jw marriott san francisco union square 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": "" } ]
205
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "near", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "near", "?" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "jw marriott san francisco union square" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "near", "?" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "jw marriott san francisco union square" ], [ "_: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" ], [ "_:result", "near", "?" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "jw marriott san francisco union square" ], [ "_: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": "expensive restaurant that allows children" }, { "id": 2, "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": 3, "rdf-acts": [], "speaker": "user", "text": "" }, { "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": [], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
3527
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "4" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "4" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "count", "4" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "near", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "do you know the marina cow hollow food" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'buena vista motor inn');(_:result,near,'marina cow hollow');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "buena vista motor inn is a nice place it is near marina cow hollow ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "what food please" }, { "id": 4, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
177
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "buena vista motor inn" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "buena vista motor inn" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "?" ], [ "_: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", "name", "buena vista motor inn" ], [ "_:result", "near", "marina cow hollow" ], [ "_:result", "type", "Hotel" ], [ "_:search", "near", "?" ], [ "_: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,food,'raw food');(_:search,good_for_meal,'brunch');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant uh that for brunch that serves raw food in doesn't allow children" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,food,'raw food');(_:result,good_for_meal,'brunch');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , good for brunch and serving raw food food ." }, { "id": 3, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "well how about another place" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'raw food');(_:result,name,'bar crudo');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bar crudo is a nice place it serves raw food food ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "and what's the address and phone number and price" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'655 divisadero street');(_:result,name,'bar crudo');(_:result,phone,'4154090679');(_:result,price,'between 18 and 55 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bar crudo is a nice place , their price -s are between 18 and 55 euro , their phone number is 4154090679 and their address is 655 divisadero 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": "" } ]
2862
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "raw food" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "raw food" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/5c6f56ba" ], [ "_:result/5c6f56ba", "food", "raw food" ], [ "_:result/5c6f56ba", "good_for_meal", "brunch" ], [ "_:result/5c6f56ba", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "raw food" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/5c6f56ba" ], [ "_:result/5c6f56ba", "food", "raw food" ], [ "_:result/5c6f56ba", "good_for_meal", "brunch" ], [ "_:result/5c6f56ba", "type", "Restaurant" ], [ "_:result", "food", "raw food" ], [ "_:result", "name", "bar crudo" ], [ "_: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", "food", "raw food" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/5c6f56ba" ], [ "_:result/5c6f56ba", "food", "raw food" ], [ "_:result/5c6f56ba", "good_for_meal", "brunch" ], [ "_:result/5c6f56ba", "type", "Restaurant" ], [ "_:result", "food", "raw food" ], [ "_:result", "address", "655 divisadero street" ], [ "_:result", "name", "bar crudo" ], [ "_:result", "phone", "4154090679" ], [ "_:result", "price", "between 18 and 55 euro" ], [ "_: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", "raw food" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/5c6f56ba" ], [ "_:result/5c6f56ba", "food", "raw food" ], [ "_:result/5c6f56ba", "good_for_meal", "brunch" ], [ "_:result/5c6f56ba", "type", "Restaurant" ], [ "_:result", "food", "raw food" ], [ "_:result", "address", "655 divisadero street" ], [ "_:result", "name", "bar crudo" ], [ "_:result", "phone", "4154090679" ], [ "_:result", "price", "between 18 and 55 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 ] } ]
[ { "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": "looking for a restaurant" }, { "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": "no preference" }, { "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,area,'mission');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "mission" }, { "id": 8, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'no');(_:result,name,'eula hotel');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "eula hotel is a nice place , it is near mission and i do not know if it accepts credit card -s ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
343
[ { "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" ], [ "_: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", "mission" ], [ "_:search", "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", "*" ], [ "_:result", "count", "182" ], [ "_:search", "area", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "name", "eula hotel" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the 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,'duboce triangle');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a expensive restaurant that is near the duboce triangle" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'jasmine garden');(_:result,near,'duboce triangle');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "jasmine garden is a nice place , it is in the expensive price range and it is near duboce triangle ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,food,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the name address and phone number and type of food" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'708 1fourth street');(_:result,food,'vietnamese');(_:result,name,'jasmine garden');(_:result,phone,'4158612682');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "jasmine garden is a nice place , their address is 708 1fourth street , their phone number is 4158612682 and it serves vietnamese 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": "" } ]
3001
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "duboce triangle" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "duboce triangle" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "jasmine garden" ], [ "_:result", "near", "duboce triangle" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ], [ "_:result", "name", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "duboce triangle" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "duboce triangle" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "708 1fourth street" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "jasmine garden" ], [ "_:result", "phone", "4158612682" ], [ "_: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", "duboce triangle" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "duboce triangle" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "708 1fourth street" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "jasmine garden" ], [ "_:result", "phone", "4158612682" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [], "speaker": "user", "text": "unrecognizable" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what kind of food would you like ?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "uh yes i'm looking for a restaurant that's near wall part" }, { "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": "" } ]
520
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "kids_allowed", "yes" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'somisspo');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in the area of somisspo" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'somisspo');(_:result,name,'chez spencer');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chez spencer is a nice place it is in the area of somisspo ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "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,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'82 1fourth street');(_:result,name,'chez spencer');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chez spencer is a nice place their address is 82 1fourth street ." }, { "id": 7, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the postcode" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'somisspo');(_:result,count,'1');(_:result,name,'chez spencer');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place other than chez spencer in the area of somisspo ." }, { "id": 9, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the postcode" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'chez spencer');(_:result,postcode,'94103');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chez spencer is a nice place their postcode is 94103 ." }, { "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": "" } ]
3007
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "somisspo" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "somisspo" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "somisspo" ], [ "_:result", "name", "chez spencer" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "somisspo" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "somisspo" ], [ "_:result", "name", "chez spencer" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "somisspo" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "somisspo" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "82 1fourth street" ], [ "_:result", "name", "chez spencer" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "somisspo" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "82 1fourth street" ], [ "_:result", "postcode", "?" ], [ "_:result", "area", "somisspo" ], [ "_:result", "count", "1" ], [ "_:result", "name", "chez spencer" ], [ "_: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", "somisspo" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "82 1fourth street" ], [ "_:result", "area", "somisspo" ], [ "_:result", "count", "1" ], [ "_:result", "name", "chez spencer" ], [ "_:result", "postcode", "94103" ], [ "_: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", "somisspo" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "82 1fourth street" ], [ "_:result", "area", "somisspo" ], [ "_:result", "count", "1" ], [ "_:result", "name", "chez spencer" ], [ "_:result", "postcode", "94103" ], [ "_: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,'lunch');(_:search,near,'presidio heights');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "lunch restaurant near presidio heights" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,good_for_meal,'lunch');(_:result,near,'presidio heights');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , good for lunch and near presidio heights ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "serve more restaurant near by" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'spruce');(_:result,near,'presidio heights');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "spruce is a nice place it is near presidio heights ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,count,'1');(_:result,name,'spruce');(_:result,near,'presidio heights');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place other than spruce near presidio heights ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address or burgers" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "address first where's" }, { "id": 10, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 12, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "start over" }, { "id": 14, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
3045
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/44c99d11" ], [ "_:result/44c99d11", "good_for_meal", "lunch" ], [ "_:result/44c99d11", "near", "presidio heights" ], [ "_:result/44c99d11", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/44c99d11" ], [ "_:result/44c99d11", "good_for_meal", "lunch" ], [ "_:result/44c99d11", "near", "presidio heights" ], [ "_:result/44c99d11", "type", "Restaurant" ], [ "_:result", "name", "spruce" ], [ "_:result", "near", "presidio heights" ], [ "_: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", "lunch" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/44c99d11" ], [ "_:result/44c99d11", "good_for_meal", "lunch" ], [ "_:result/44c99d11", "near", "presidio heights" ], [ "_:result/44c99d11", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "count", "1" ], [ "_:result", "name", "spruce" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "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", "lunch" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/44c99d11" ], [ "_:result/44c99d11", "good_for_meal", "lunch" ], [ "_:result/44c99d11", "near", "presidio heights" ], [ "_:result/44c99d11", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "count", "1" ], [ "_:result", "name", "spruce" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/44c99d11" ], [ "_:result/44c99d11", "good_for_meal", "lunch" ], [ "_:result/44c99d11", "near", "presidio heights" ], [ "_:result/44c99d11", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "count", "1" ], [ "_:result", "name", "spruce" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/44c99d11" ], [ "_:result/44c99d11", "good_for_meal", "lunch" ], [ "_:result/44c99d11", "near", "presidio heights" ], [ "_:result/44c99d11", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "count", "1" ], [ "_:result", "name", "spruce" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "near", "presidio heights" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/44c99d11" ], [ "_:result/44c99d11", "good_for_meal", "lunch" ], [ "_:result/44c99d11", "near", "presidio heights" ], [ "_:result/44c99d11", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "count", "1" ], [ "_:result", "name", "spruce" ], [ "_:result", "near", "presidio heights" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "a hotel near and me the price cheap price range" }, { "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": "don't care" }, { "id": 4, "rdf-acts": [ "confirm((_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "let me confirm , you are looking for a hotel in the inexpensive price range right ?" }, { "id": 5, "rdf-acts": [ "negate()", "inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "no no price cheap price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,name,'eula hotel');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "eula hotel is a nice place , it is in the inexpensive price range and i do not know if it has interent ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye oh" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
432
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "inexpensive" ], [ "_: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" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "has_internet", "*" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "*" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "eula hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_: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", "has_internet", "*" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "eula hotel" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "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 richmond');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that is near the outer richmond and is good for dinner" }, { "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,'7');(_:result,good_for_meal,'dinner');(_:result,near,'outer richmond');(_:result,pricerange,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 7 restaurant -s near outer richmond if you do not care about the price range and good for dinner ." }, { "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": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 8, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'oyaji restaurant');(_:result,near,'outer richmond');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "oyaji restaurant is a nice place , it is near outer richmond , it is good for dinner and it is in the cheap price range ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'3123 clement street');(_:result,name,'oyaji restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "oyaji restaurant is a nice place their address is 3123 clement street ." }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'oyaji restaurant');(_:result,phone,'4153793604');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "oyaji restaurant is a nice place their phone number is 4153793604 ." }, { "id": 13, "rdf-acts": [ "thanks()" ], "speaker": "user", "text": "thank you" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'oyaji restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "oyaji restaurant 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": "" } ]
3153
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "7" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer richmond" ], [ "_: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", "near", "outer richmond" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "7" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "#" ], [ "_:user", "denied", "_:search/cd8834df" ], [ "_:search/cd8834df", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "7" ], [ "_:search", "food", "#" ], [ "_:user", "denied", "_:search/cd8834df" ], [ "_:search/cd8834df", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "oyaji restaurant" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "7" ], [ "_:search", "food", "#" ], [ "_:user", "denied", "_:search/cd8834df" ], [ "_:search/cd8834df", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "3123 clement street" ], [ "_:result", "name", "oyaji restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "7" ], [ "_:search", "food", "#" ], [ "_:user", "denied", "_:search/cd8834df" ], [ "_:search/cd8834df", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "3123 clement street" ], [ "_:result", "name", "oyaji restaurant" ], [ "_:result", "phone", "4153793604" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "outer richmond" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "7" ], [ "_:search", "food", "#" ], [ "_:user", "denied", "_:search/cd8834df" ], [ "_:search/cd8834df", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "3123 clement street" ], [ "_:result", "phone", "4153793604" ], [ "_:result", "name", "oyaji restaurant" ], [ "_: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", "near", "outer richmond" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "pricerange", "*" ], [ "_:result", "count", "7" ], [ "_:search", "food", "#" ], [ "_:user", "denied", "_:search/cd8834df" ], [ "_:search/cd8834df", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "outer richmond" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "3123 clement street" ], [ "_:result", "phone", "4153793604" ], [ "_:result", "name", "oyaji restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'civic center');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant in any area opera plaza that is there anything in the civic center" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'civic center');(_:result,name,'zen yai thai restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "zen yai thai restaurant is a nice place it is in the area of civic center ." }, { "id": 3, "rdf-acts": [ "request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number and type of food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'thai');(_:result,name,'zen yai thai restaurant');(_:result,phone,'4158850725');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "zen yai thai restaurant is a nice place , it serves thai food and their phone number is 4158850725 ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you and goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
1625
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "name", "zen yai thai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "zen yai thai restaurant" ], [ "_:result", "phone", "4158850725" ], [ "_: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", "area", "civic center" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "food", "thai" ], [ "_:result", "name", "zen yai thai restaurant" ], [ "_:result", "phone", "4158850725" ], [ "_: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,area,'north beach');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in north beach" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'north beach');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the tuscan best western plus is a nice place it is in the area of north beach ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'425 n point st');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the tuscan best western plus is a nice place their address is 425 n point st ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'north beach');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the tuscan best western plus is a nice place it is in the area of north beach ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'the tuscan best western plus');(_:result,phone,'4155611100');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the tuscan best western plus is a nice place their phone number is 4155611100 ." }, { "id": 9, "rdf-acts": [ "inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "do they accept credit cards" }, { "id": 10, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,area,'north beach');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the tuscan best western plus is a nice place , it is in the area of north beach and it accepts credit card -s ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
362
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "north beach" ], [ "_:result", "address", "425 n point st" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "425 n point st" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:result", "address", "425 n point st" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "phone", "4155611100" ], [ "_:result", "type", "Hotel" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:result", "address", "425 n point st" ], [ "_:result", "phone", "4155611100" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "north beach" ], [ "_:result", "address", "425 n point st" ], [ "_:result", "phone", "4155611100" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "area", "north beach" ], [ "_:result", "name", "the tuscan best western plus" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,area,'friendship village');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "can you say i'm looking for a hotel in the area of friendship village" }, { "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()" ], "speaker": "user", "text": "what about a the of speed ashbury" }, { "id": 4, "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": 5, "rdf-acts": [ "reqalts((_:result,area,'haight ashbury'))" ], "speaker": "user", "text": "how about a similar place in the haight ashbury" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number and price range" }, { "id": 8, "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": 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": "" } ]
369
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/12306b16" ], [ "_:result/12306b16", "area", "friendship village" ], [ "_:result/12306b16", "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", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/12306b16" ], [ "_:result/12306b16", "area", "friendship village" ], [ "_:result/12306b16", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/519fa138" ], [ "_:result/519fa138", "area", "friendship village" ], [ "_:result/519fa138", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/12306b16" ], [ "_:result/12306b16", "area", "friendship village" ], [ "_:result/12306b16", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/519fa138" ], [ "_:result/519fa138", "area", "friendship village" ], [ "_:result/519fa138", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_: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, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/12306b16" ], [ "_:result/12306b16", "area", "friendship village" ], [ "_:result/12306b16", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/519fa138" ], [ "_:result/519fa138", "area", "friendship village" ], [ "_:result/519fa138", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "haight ashbury" ], [ "_: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 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "friendship village" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/12306b16" ], [ "_:result/12306b16", "area", "friendship village" ], [ "_:result/12306b16", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/519fa138" ], [ "_:result/519fa138", "area", "friendship village" ], [ "_:result/519fa138", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "haight ashbury" ], [ "_: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 ] } ]
[ { "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,'himalayan');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "oh hi i'm looking for a moderately priced restaurant that serves himalayan food" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'chouchou');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chouchou is a nice place it is in the moderate price range ." }, { "id": 3, "rdf-acts": [ "confirm((_:result,food,'himalayan');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve himalayan food" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'himalayan');(_:result,name,'little nepal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little nepal is a nice place , it is in the moderate price range and it serves himalayan food ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address and the area" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'925 cortland avenue');(_:result,area,'hayes valley or bernal heights north');(_:result,name,'little nepal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little nepal is a nice place , it is in the area of bernal heights north , their address is 925 cortland avenue 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": "" } ]
407
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "himalayan" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "himalayan" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "chouchou" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "himalayan" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "himalayan" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "himalayan" ], [ "_:result", "name", "little nepal" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "himalayan" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "himalayan" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "925 cortland avenue" ], [ "_:result", "area", "hayes valley or bernal heights north" ], [ "_:result", "name", "little nepal" ], [ "_: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", "himalayan" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "himalayan" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "925 cortland avenue" ], [ "_:result", "area", "hayes valley or bernal heights north" ], [ "_:result", "name", "little nepal" ], [ "_: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": "in the food 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,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "indian" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'udupi palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "udupi palace is a nice place it serves indian 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": "" } ]
771
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "udupi palace" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "udupi palace" ], [ "_: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,'civic center');(_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i want to find a restaurant for brunch that is in the civic center" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'civic center');(_:result,good_for_meal,'brunch');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , good for brunch and in the area of civic center ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "how us in the place that don't care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'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 civic center ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'771 ofarrell street');(_:result,name,'sai jai thai restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sai jai thai restaurant is a nice place their address is 771 ofarrell street ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "phone number" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'sai jai thai restaurant');(_:result,phone,'4156735774');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sai jai thai restaurant is a nice place their phone number is 4156735774 ." }, { "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": "" } ]
2509
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/39b97cf0" ], [ "_:result/39b97cf0", "area", "civic center" ], [ "_:result/39b97cf0", "good_for_meal", "brunch" ], [ "_:result/39b97cf0", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/39b97cf0" ], [ "_:result/39b97cf0", "area", "civic center" ], [ "_:result/39b97cf0", "good_for_meal", "brunch" ], [ "_:result/39b97cf0", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "name", "sai jai thai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/39b97cf0" ], [ "_:result/39b97cf0", "area", "civic center" ], [ "_:result/39b97cf0", "good_for_meal", "brunch" ], [ "_:result/39b97cf0", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "address", "771 ofarrell street" ], [ "_:result", "name", "sai jai thai 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", "area", "civic center" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/39b97cf0" ], [ "_:result/39b97cf0", "area", "civic center" ], [ "_:result/39b97cf0", "good_for_meal", "brunch" ], [ "_:result/39b97cf0", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "address", "771 ofarrell street" ], [ "_:result", "name", "sai jai thai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "civic center" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/39b97cf0" ], [ "_:result/39b97cf0", "area", "civic center" ], [ "_:result/39b97cf0", "good_for_meal", "brunch" ], [ "_:result/39b97cf0", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "address", "771 ofarrell street" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "sai jai thai restaurant" ], [ "_:result", "phone", "4156735774" ], [ "_: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", "civic center" ], [ "_:search", "good_for_meal", "brunch" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/39b97cf0" ], [ "_:result/39b97cf0", "area", "civic center" ], [ "_:result/39b97cf0", "good_for_meal", "brunch" ], [ "_:result/39b97cf0", "type", "Restaurant" ], [ "_:result", "area", "civic center" ], [ "_:result", "address", "771 ofarrell street" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "sai jai thai restaurant" ], [ "_:result", "phone", "4156735774" ], [ "_: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": [ "ack()", "inform((_:search,food,'moroccan');(_:search,good_for_meal,'dinner');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is the for a restaurant good for dinner serves moroccan food and doesn't allow children" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'moroccan');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'no');(_:result,name,'aziza');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "aziza is a nice place , it is good for dinner , it serves moroccan food and where no child -s are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address what is the phone number and what is the price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'5800 geary blvd');(_:result,name,'aziza');(_:result,phone,'4157522222');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "aziza is a nice place , their address is 5800 geary blvd , their phone number is 41575222222 and it is in the expensive 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": "" } ]
970
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "moroccan" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "moroccan" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "moroccan" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "aziza" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "moroccan" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "moroccan" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "5800 geary blvd" ], [ "_:result", "name", "aziza" ], [ "_:result", "phone", "4157522222" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "moroccan" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "moroccan" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "5800 geary blvd" ], [ "_:result", "name", "aziza" ], [ "_:result", "phone", "4157522222" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "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,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "i'm looking for a me address" }, { "id": 2, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "that has internet connection" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'nob hill motor inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "nob hill motor inn is a nice place it has internet ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "what" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'nob hill motor inn');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "nob hill motor inn is a nice hotel ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "is the address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,count,'169');(_:result,has_internet,'yes');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 169 hotel -s with an internet connection ." }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 10, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what price range would you like ?" }, { "id": 11, "rdf-acts": [ "inform((_:search,pricerange,'haight');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the haight" }, { "id": 12, "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": 13, "rdf-acts": [ "request((_:result,address,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "i want to know the name address and phone number" }, { "id": 14, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "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": "" } ]
63
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "nob hill motor inn" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "nob hill motor inn" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "nob hill motor inn" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "169" ], [ "_:result", "has_internet", "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", "address", "?" ], [ "_:search", "has_internet", "true" ], [ "_:result", "name", "nob hill motor inn" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "169" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:search", "pricerange", "haight" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "?" ], [ "_:search", "has_internet", "true" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "169" ], [ "_:search", "pricerange", "haight" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "near", "haight" ], [ "_:result", "type", "Hotel" ], [ "_:result", "name", "?" ] ], "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", "address", "?" ], [ "_:search", "has_internet", "true" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "169" ], [ "_:search", "pricerange", "haight" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "near", "haight" ], [ "_:result", "type", "Hotel" ], [ "_:result", "name", "?" ], [ "_: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, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "address", "?" ], [ "_:search", "has_internet", "true" ], [ "_:result", "phone", "?" ], [ "_:result", "count", "169" ], [ "_:search", "pricerange", "haight" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "red victorian bed breakfast and arts cafe" ], [ "_:result", "near", "haight" ], [ "_:result", "type", "Hotel" ], [ "_:result", "name", "?" ], [ "_: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, 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,kids_allowed,'false');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "ack()" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that doesn't allow children and is good for one" }, { "id": 2, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'oyaji restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "oyaji restaurant is a nice place , it is in the cheap price range and where no child -s are allowed ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,kids_allowed,'no');(_:result,name,'red door cafe');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , it is in the cheap price range and where no child -s are allowed ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address and type of food" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1608 bush street');(_:result,food,'none');(_:result,name,'red door cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , it serves none food and their address is 1608 bush street ." }, { "id": 7, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
2700
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "oyaji restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1608 bush street" ], [ "_:result", "food", "none" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "1608 bush street" ], [ "_:result", "food", "none" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderately priced in the area" }, { "id": 2, "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": 3, "rdf-acts": [ "inform((_:search,near,'potrero hill');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "near the potrero hill" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'aperto restaurant');(_:result,near,'potrero hill');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "aperto restaurant is a nice place , it is near potrero hill and it is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "ack()", "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "good for dinner" }, { "id": 6, "rdf-acts": [ "inform((_:result,count,'4');(_:result,good_for_meal,'dinner');(_:result,near,'potrero hill');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 4 restaurant -s near potrero hill in the moderate price range and good for dinner ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 8, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what area would you like" }, { "id": 9, "rdf-acts": [ "request((_:result,phone,?);(_:result,price,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get their phone number price" }, { "id": 10, "rdf-acts": [ "inform((_:result,name,'aperto restaurant');(_:result,phone,'4152521625');(_:result,price,'22 euro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "aperto restaurant is a nice place , their price -s are 22 euro and their phone number is 4152521625 ." }, { "id": 11, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address" }, { "id": 12, "rdf-acts": [ "inform((_:result,good_for_meal,'dinner');(_:result,name,'chez maman');(_:result,near,'potrero hill');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "chez maman is a nice place , it is near potrero hill , it is in the moderate price range and it is good for dinner ." }, { "id": 13, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 15, "rdf-acts": [], "speaker": "user", "text": "" } ]
3372
[ { "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" ], [ "_:result", "name", "colibri mexican bistro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "near", "potrero hill" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "potrero hill" ], [ "_:result", "name", "aperto restaurant" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "potrero hill" ], [ "_:result", "name", "aperto restaurant" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "4" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "potrero hill" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "near", "potrero hill" ], [ "_:result", "name", "aperto restaurant" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "count", "4" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "price", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "potrero hill" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "count", "4" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "aperto restaurant" ], [ "_:result", "phone", "4152521625" ], [ "_:result", "price", "22 euro" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "potrero hill" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "count", "4" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "4152521625" ], [ "_:result", "price", "22 euro" ], [ "_:result", "address", "?" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "chez maman" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "near", "potrero hill" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:result", "count", "4" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "4152521625" ], [ "_:result", "price", "22 euro" ], [ "_:result", "address", "?" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "chez maman" ], [ "_:result", "near", "potrero hill" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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,near,'japantown');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near japantown that has internet" }, { "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": [ "inform((_:search,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "does it have internet" }, { "id": 4, "rdf-acts": [ "inform((_:result,count,'4');(_:result,has_internet,'yes');(_:result,near,'japantown');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 4 hotel -s with an internet connection and near japantown ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s" }, { "id": 7, "rdf-acts": [ "inform((_:search,accepts_credit_cards,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i don't care" }, { "id": 8, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 9, "rdf-acts": [ "inform((_:search,near,'japantown');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near japantown center" }, { "id": 10, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'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 accepts credit card -s ." }, { "id": 11, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the phone number and price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,has_internet,'yes');(_:result,name,'hotel majestic');(_:result,near,'japantown');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel majestic is a nice place , it accepts credit card -s , it has internet and it is near japantown ." }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "ah" }, { "id": 14, "rdf-acts": [ "inform((_:result,name,'hotel majestic');(_:result,phone,'4154411100');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel majestic is a nice place , it is in the moderate price range and their phone number is 4154411100 ." }, { "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": "" } ]
401
[ { "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" ], [ "_:result", "name", "hotel majestic" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "japantown" ], [ "_:result", "name", "hotel majestic" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "japantown" ], [ "_:result", "name", "hotel majestic" ], [ "_:search", "has_internet", "true" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "name", "hotel majestic" ], [ "_:search", "has_internet", "true" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "name", "hotel majestic" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "count", "4" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "hotel majestic" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "count", "4" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "japantown" ], [ "_:result", "name", "hotel majestic" ], [ "_:result", "phone", "4154411100" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:result", "count", "4" ], [ "_:search", "accepts_credit_cards", "*" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "japantown" ], [ "_:result", "name", "hotel majestic" ], [ "_:result", "phone", "4154411100" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] } ]
[ { "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": "bernal heights north" }, { "id": 2, "rdf-acts": [ "select((_:result,good_for_meal,'lunch or dinner'))" ], "speaker": "system", "text": "sorry would you like it to be good for lunch or dinner" }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "thank you goodbye" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" } ]
3511
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "good_for_meal", "lunch or dinner" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "good_for_meal", "lunch or dinner" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,near,'soma');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i'm looking for a child near the soma that" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'san francisco marriott marquis');(_:result,near,'soma');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "san francisco marriott marquis is a nice place it is near soma ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'780 mission st');(_:result,name,'san francisco marriott marquis');(_:result,phone,'4158961600');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "san francisco marriott marquis is a nice place , their address is 780 mission st and their phone number is 4158961600 ." }, { "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": "" } ]
230
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_:result", "near", "soma" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "soma" ], [ "_:search", "type", "Hotel" ], [ "_:result", "near", "soma" ], [ "_:result", "address", "780 mission st" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_:result", "phone", "4158961600" ], [ "_: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", "soma" ], [ "_:search", "type", "Hotel" ], [ "_:result", "near", "soma" ], [ "_:result", "address", "780 mission st" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_:result", "phone", "4158961600" ], [ "_: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,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "mexican" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'mexican');(_:result,name,'sanjalisco');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sanjalisco is a nice place it serves mexican 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,'901 s van ness avenue');(_:result,name,'sanjalisco');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sanjalisco is a nice place their address is 901 s van ness avenue ." }, { "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": "" } ]
1510
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "sanjalisco" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "address", "901 s van ness avenue" ], [ "_:result", "name", "sanjalisco" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "mexican" ], [ "_:result", "address", "901 s van ness avenue" ], [ "_:result", "name", "sanjalisco" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()", "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "yes i'm looking for a phone area eureka valley" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'eureka valley');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of eureka valley ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'cathedral hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "is there a similar place in cathedral hill" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'eureka valley');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of eureka valley ." }, { "id": 5, "rdf-acts": [ "inform((_:search,area,'cathedral hill');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "is there a similar place in the cathedral hill" }, { "id": 6, "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": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'1015 geary st');(_: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 address is 1015 geary st and 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": "" } ]
355
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/8ee680a4" ], [ "_:result/8ee680a4", "area", "eureka valley" ], [ "_:result/8ee680a4", "type", "Hotel" ], [ "_:search", "area", "cathedral hill" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/8ee680a4" ], [ "_:result/8ee680a4", "area", "eureka valley" ], [ "_:result/8ee680a4", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/3de40a08" ], [ "_:result/3de40a08", "area", "eureka valley" ], [ "_:result/3de40a08", "type", "Hotel" ], [ "_:search", "area", "cathedral hill" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:system", "canthelp", "_:result/8ee680a4" ], [ "_:result/8ee680a4", "area", "eureka valley" ], [ "_:result/8ee680a4", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/3de40a08" ], [ "_:result/3de40a08", "area", "eureka valley" ], [ "_:result/3de40a08", "type", "Hotel" ], [ "_:search", "area", "cathedral hill" ], [ "_:search", "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, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/8ee680a4" ], [ "_:result/8ee680a4", "area", "eureka valley" ], [ "_:result/8ee680a4", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/3de40a08" ], [ "_:result/3de40a08", "area", "eureka valley" ], [ "_:result/3de40a08", "type", "Hotel" ], [ "_:search", "area", "cathedral hill" ], [ "_:search", "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" ], [ "_:system", "canthelp", "_:result/8ee680a4" ], [ "_:result/8ee680a4", "area", "eureka valley" ], [ "_:result/8ee680a4", "type", "Hotel" ], [ "_:system", "canthelp", "_:result/3de40a08" ], [ "_:result/3de40a08", "area", "eureka valley" ], [ "_:result/3de40a08", "type", "Hotel" ], [ "_:search", "area", "cathedral hill" ], [ "_:search", "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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "affirm()", "inform((_:search,area,'little hollywood');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "yes i would like the hotels in the little hollywood area" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'little hollywood');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of little hollywood ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'presidio');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i am looking for a hotel in the the area of presidio" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'presidio');(_:result,name,'inn at the presidio');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn at the presidio is a nice place it is in the area of presidio ." }, { "id": 5, "rdf-acts": [ "ack()", "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "okay what's the price range" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'inn at the presidio');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn at the presidio is a nice place it is in the pricey price range ." }, { "id": 7, "rdf-acts": [ "ack()", "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "okay what's the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'inn at the presidio');(_:result,phone,'4158007356');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn at the presidio is a nice place their phone number is 4158007356 ." }, { "id": 9, "rdf-acts": [ "ack()", "inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "okay do they allow dogs" }, { "id": 10, "rdf-acts": [ "inform((_:result,area,'presidio');(_:result,dogs_allowed,'yes');(_:result,name,'inn at the presidio');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn at the presidio is a nice place , it is in the area of presidio and where dogs are allowed ." }, { "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": "" } ]
91
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "little hollywood" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/5dbe4ce4" ], [ "_:result/5dbe4ce4", "area", "little hollywood" ], [ "_:result/5dbe4ce4", "type", "Hotel" ], [ "_:search", "area", "presidio" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/5dbe4ce4" ], [ "_:result/5dbe4ce4", "area", "little hollywood" ], [ "_:result/5dbe4ce4", "type", "Hotel" ], [ "_:search", "area", "presidio" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "presidio" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "type", "Hotel" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/5dbe4ce4" ], [ "_:result/5dbe4ce4", "area", "little hollywood" ], [ "_:result/5dbe4ce4", "type", "Hotel" ], [ "_:search", "area", "presidio" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "presidio" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "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/5dbe4ce4" ], [ "_:result/5dbe4ce4", "area", "little hollywood" ], [ "_:result/5dbe4ce4", "type", "Hotel" ], [ "_:search", "area", "presidio" ], [ "_:result", "area", "presidio" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "name", "inn at the presidio" ], [ "_:result", "phone", "4158007356" ], [ "_:result", "type", "Hotel" ], [ "_:search", "dogs_allowed", "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" ], [ "_:system", "canthelp", "_:result/5dbe4ce4" ], [ "_:result/5dbe4ce4", "area", "little hollywood" ], [ "_:result/5dbe4ce4", "type", "Hotel" ], [ "_:search", "area", "presidio" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "phone", "4158007356" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "presidio" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "inn at the presidio" ], [ "_: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/5dbe4ce4" ], [ "_:result/5dbe4ce4", "area", "little hollywood" ], [ "_:result/5dbe4ce4", "type", "Hotel" ], [ "_:search", "area", "presidio" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "phone", "4158007356" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "presidio" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "inn at the presidio" ], [ "_: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,near,'mission');(_:search,pricerange,'inexpensive');(_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i want to find a moderate priced hotel the near mission bay cheap name that" }, { "id": 2, "rdf-acts": [ "confirm((_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "did you say you are looking for a hotel near mission ?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yeah" }, { "id": 4, "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": 5, "rdf-acts": [ "inform((_:search,has_internet,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "don't care" }, { "id": 6, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'union hotel');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "union hotel is a nice place , it is near mission and it has internet ." }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
572
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "has_internet", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "union hotel" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,near,'alamo square');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a restaurant near the alamo square" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what kind of food would you like ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any time" }, { "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": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what area would you like ?" }, { "id": 7, "rdf-acts": [ "inform((_:search,area,'alamo square');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "in the alamo square" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'alamo square');(_:result,food,'modern european');(_:result,name,'nopa');(_:result,near,'alamo square');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nopa is a nice place , it is near alamo square , it is in the area of alamo square and it serves modern european food ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "may i have the address and phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'560 divisadero street');(_:result,name,'nopa');(_:result,phone,'4158648643');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nopa is a nice place , their address is 560 divisadero street and their phone number is 4158648643 ." }, { "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": "" } ]
615
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "alamo square" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "alamo square" ], [ "_:search", "food", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "alamo square" ], [ "_: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", "near", "alamo square" ], [ "_:search", "food", "*" ], [ "_:result", "count", "218" ], [ "_:result", "food", "dont_care" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "area", "alamo square" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "alamo square" ], [ "_:search", "food", "*" ], [ "_:result", "count", "218" ], [ "_:search", "area", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "alamo square" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "nopa" ], [ "_:result", "near", "alamo square" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "alamo square" ], [ "_:search", "food", "*" ], [ "_:result", "count", "218" ], [ "_:search", "area", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "alamo square" ], [ "_:result", "food", "modern european" ], [ "_:result", "near", "alamo square" ], [ "_:result", "address", "560 divisadero street" ], [ "_:result", "name", "nopa" ], [ "_:result", "phone", "4158648643" ], [ "_: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", "alamo square" ], [ "_:search", "food", "*" ], [ "_:result", "count", "218" ], [ "_:search", "area", "alamo square" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "alamo square" ], [ "_:result", "food", "modern european" ], [ "_:result", "near", "alamo square" ], [ "_:result", "address", "560 divisadero street" ], [ "_:result", "name", "nopa" ], [ "_:result", "phone", "4158648643" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,kids_allowed,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a cheap restaurant that allows children and is good for breakfast" }, { "id": 2, "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 , it is in the cheap price range , it is good for breakfast and where child -s are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,area,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the name phone number and area" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'hayes valley or cathedral hill');(_:result,name,'sanjalisco');(_:result,phone,'4156488383');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sanjalisco is a nice place , it is in the area of cathedral hill , their phone number is 4156488383 and it is in the area of hayes valley ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
269
[ { "id": 0, "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 ] }, { "id": 1, "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", "area", "?" ], [ "_:result", "name", "?" ], [ "_: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", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "hayes valley or cathedral hill" ], [ "_:result", "name", "sanjalisco" ], [ "_:result", "phone", "4156488383" ], [ "_: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", "cheap" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "hayes valley or cathedral hill" ], [ "_: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 ] } ]
[ { "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,'lower pacific heights');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant in the lower pacific heights that allows children it again" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'lower pacific heights');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , where child -s are allowed and in the area of lower pacific heights ." }, { "id": 3, "rdf-acts": [ "inform((_:search,kids_allowed,'true');(_:search,near,'lower pacific heights');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a restaurant near the lower pacific heights allows children is this again" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'lower pacific heights');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place , in the area of lower pacific heights and where child -s are allowed ." }, { "id": 5, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "" } ]
3449
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "lower pacific heights" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "lower pacific heights" ], [ "_:system", "canthelp", "_:result/b6127e33" ], [ "_:result/b6127e33", "area", "lower pacific heights" ], [ "_:result/b6127e33", "kids_allowed", "yes" ], [ "_:result/b6127e33", "type", "Restaurant" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "lower pacific heights" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "lower pacific heights" ], [ "_:system", "canthelp", "_:result/b6127e33" ], [ "_:result/b6127e33", "area", "lower pacific heights" ], [ "_:result/b6127e33", "kids_allowed", "yes" ], [ "_:result/b6127e33", "type", "Restaurant" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "lower pacific heights" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/278a3b33" ], [ "_:result/278a3b33", "area", "lower pacific heights" ], [ "_:result/278a3b33", "kids_allowed", "yes" ], [ "_:result/278a3b33", "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", "area", "lower pacific heights" ], [ "_:system", "canthelp", "_:result/b6127e33" ], [ "_:result/b6127e33", "area", "lower pacific heights" ], [ "_:result/b6127e33", "kids_allowed", "yes" ], [ "_:result/b6127e33", "type", "Restaurant" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "near", "lower pacific heights" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/278a3b33" ], [ "_:result/278a3b33", "area", "lower pacific heights" ], [ "_:result/278a3b33", "kids_allowed", "yes" ], [ "_:result/278a3b33", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the phone number price area" }, { "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": [ "thanks()" ], "speaker": "user", "text": "thanks so credit cards" }, { "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": [ "inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "cheap" }, { "id": 6, "rdf-acts": [ "confirm((_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "let me confirm , you are looking for a hotel in the inexpensive price range right ?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "correct" }, { "id": 8, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "price" }, { "id": 10, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 11, "rdf-acts": [ "ack()" ], "speaker": "user", "text": "okay" }, { "id": 12, "rdf-acts": [ "request((_:search,near,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where would you like it to be near to ?" }, { "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": "" } ]
138
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_: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", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "area", "?" ], [ "_: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", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "area", "?" ], [ "_: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", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "pricerange", "inexpensive" ], [ "_: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 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "pricerange", "inexpensive" ], [ "_: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 ] } ]
[ { "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,'tenderloin');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel in the area of tenderloin" }, { "id": 2, "rdf-acts": [ "inform((_:result,area,'tenderloin');(_:result,name,'hotel aida');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel aida is a nice place it is in the area of tenderloin ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "may i have the phone number address and postcode" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1087 market st');(_:result,name,'hotel aida');(_:result,phone,'4158634141');(_:result,postcode,'94103');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel aida is a nice place , their phone number is 4158634141 , their postcode is 94103 and their address is 1087 market 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": "" } ]
99
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "tenderloin" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "tenderloin" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "tenderloin" ], [ "_:result", "name", "hotel aida" ], [ "_: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", "area", "tenderloin" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "tenderloin" ], [ "_:result", "address", "1087 market st" ], [ "_:result", "name", "hotel aida" ], [ "_:result", "phone", "4158634141" ], [ "_:result", "postcode", "94103" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "tenderloin" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "area", "tenderloin" ], [ "_:result", "address", "1087 market st" ], [ "_:result", "name", "hotel aida" ], [ "_:result", "phone", "4158634141" ], [ "_: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 ] } ]
[ { "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" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'darbar restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darbar restaurant is a nice place it is in the cheap price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))", "inform((_:search,good_for_meal,'dinner');(_:search,near,'bernal heights');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "is it good for dinner near bernal heights" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'bernal heights');(_:result,good_for_meal,'dinner');(_:result,name,'angkor borei restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "angkor borei restaurant is a nice place , it is in the area of bernal heights , it is in the cheap price range , and it is good for dinner ." }, { "id": 5, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "is there anything else" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'angkor borei restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "angkor borei restaurant is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:result,area,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i have the name phone number and area" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'hayes valley or bernal heights');(_:result,name,'angkor borei restaurant');(_:result,phone,'4155508417');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "angkor borei restaurant is a nice place , it is in the area of bernal heights , their phone number is 4155508417 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": "" } ]
1013
[ { "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" ], [ "_:result", "name", "darbar restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "good_for_meal", "?" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "bernal heights" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "bernal heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "bernal heights" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "angkor borei restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "bernal heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "bernal heights" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "pricerange", "cheap" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "angkor borei restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "name", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "bernal heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "pricerange", "cheap" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "hayes valley or bernal heights" ], [ "_:result", "name", "angkor borei restaurant" ], [ "_:result", "phone", "4155508417" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "near", "bernal heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "pricerange", "cheap" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "hayes valley or bernal heights" ], [ "_:result", "name", "angkor borei restaurant" ], [ "_:result", "phone", "4155508417" ], [ "_: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": [], "speaker": "user", "text": "i'm looking" }, { "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,area,'westlake and olympic');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i need a hotel in the area of westlake and olympic" }, { "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": [ "reqalts((_:result,area,'castro'))" ], "speaker": "user", "text": "what about in the castro" }, { "id": 6, "rdf-acts": [ "inform((_:result,area,'castro');(_:result,name,'inn on castro');(_:result,near,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place , it is in the area of castro and it is near none ." }, { "id": 7, "rdf-acts": [ "request((_:result,dogs_allowed,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "are dogs allowed" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'castro');(_:result,name,'inn on castro');(_:result,near,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place , it is in the area of castro and it is near none ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i have the address and phone number" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'321 castro st');(_:result,dogs_allowed,'none');(_:result,name,'inn on castro');(_:result,phone,'4158610321');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place , their address is 321 castro st , their phone number is 4158610321 and i do not know if it allows dogs ." }, { "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": "" } ]
235
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "area", "westlake and olympic" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "area", "westlake and olympic" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/dca03100" ], [ "_:result/dca03100", "area", "westlake and olympic" ], [ "_:result/dca03100", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "area", "westlake and olympic" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/dca03100" ], [ "_:result/dca03100", "area", "westlake and olympic" ], [ "_:result/dca03100", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "castro" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "near", "none" ], [ "_:result", "type", "Hotel" ], [ "_:result", "dogs_allowed", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "area", "westlake and olympic" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/dca03100" ], [ "_:result/dca03100", "area", "westlake and olympic" ], [ "_:result/dca03100", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "dogs_allowed", "?" ], [ "_:result", "area", "castro" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "near", "none" ], [ "_: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" ], [ "_:search", "near", "?" ], [ "_:search", "area", "westlake and olympic" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/dca03100" ], [ "_:result/dca03100", "area", "westlake and olympic" ], [ "_:result/dca03100", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "castro" ], [ "_:result", "near", "none" ], [ "_:result", "address", "321 castro st" ], [ "_:result", "dogs_allowed", "none" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "phone", "4158610321" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "?" ], [ "_:search", "area", "westlake and olympic" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:system", "canthelp", "_:result/dca03100" ], [ "_:result/dca03100", "area", "westlake and olympic" ], [ "_:result/dca03100", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "area", "castro" ], [ "_:result", "near", "none" ], [ "_:result", "address", "321 castro st" ], [ "_:result", "dogs_allowed", "none" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "phone", "4158610321" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 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,'thai');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a moderately priced restaurant that serves thai food and is a long" }, { "id": 2, "rdf-acts": [ "inform((_:result,count,'3');(_:result,food,'thai');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 3 restaurant -s serving thai food and in the moderate 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": [ "negate()" ], "speaker": "user", "text": "no" }, { "id": 6, "rdf-acts": [ "inform((_:result,count,'3');(_:result,food,'thai');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 3 restaurant -s serving thai food and in the moderate price range ." }, { "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": [ "negate()" ], "speaker": "user", "text": "modern" }, { "id": 10, "rdf-acts": [ "inform((_:result,count,'3');(_:result,food,'thai');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 3 restaurant -s serving thai food 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": [ "inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "want" }, { "id": 14, "rdf-acts": [ "inform((_:result,food,'thai');(_:result,good_for_meal,'lunch');(_:result,name,'thai idea vegetarian');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thai idea vegetarian is a nice place , it serves thai food , it is good for lunch and it is in the moderate price range ." }, { "id": 15, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the address" }, { "id": 16, "rdf-acts": [ "inform((_:result,address,'710 polk street');(_:result,name,'thai idea vegetarian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thai idea vegetarian is a nice place their address is 710 polk street ." }, { "id": 17, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what area" }, { "id": 18, "rdf-acts": [ "inform((_:result,area,'hayes valley or civic center');(_:result,name,'thai idea vegetarian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thai idea vegetarian is a nice place , it is in the area of hayes valley and it is in the area of civic center ." }, { "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": "" } ]
705
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "3" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "#" ], [ "_:user", "denied", "_:search/b43af4b9" ], [ "_:search/b43af4b9", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "good_for_meal", "#" ], [ "_:user", "denied", "_:search/b43af4b9" ], [ "_:search/b43af4b9", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "food", "thai" ], [ "_: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", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "denied", "_:search/b43af4b9" ], [ "_:search/b43af4b9", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "good_for_meal", "#" ], [ "_:user", "denied", "_:search/2d374e6a" ], [ "_:search/2d374e6a", "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", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "denied", "_:search/b43af4b9" ], [ "_:search/b43af4b9", "type", "Restaurant" ], [ "_:search", "good_for_meal", "#" ], [ "_:user", "denied", "_:search/2d374e6a" ], [ "_:search/2d374e6a", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "food", "thai" ], [ "_: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", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "denied", "_:search/b43af4b9" ], [ "_:search/b43af4b9", "type", "Restaurant" ], [ "_:user", "denied", "_:search/2d374e6a" ], [ "_:search/2d374e6a", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "food", "thai" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_: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, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "denied", "_:search/b43af4b9" ], [ "_:search/b43af4b9", "type", "Restaurant" ], [ "_:user", "denied", "_:search/2d374e6a" ], [ "_:search/2d374e6a", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "name", "thai idea vegetarian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "denied", "_:search/b43af4b9" ], [ "_:search/b43af4b9", "type", "Restaurant" ], [ "_:user", "denied", "_:search/2d374e6a" ], [ "_:search/2d374e6a", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "710 polk street" ], [ "_:result", "name", "thai idea vegetarian" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "denied", "_:search/b43af4b9" ], [ "_:search/b43af4b9", "type", "Restaurant" ], [ "_:user", "denied", "_:search/2d374e6a" ], [ "_:search/2d374e6a", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "710 polk street" ], [ "_:result", "area", "hayes valley or civic center" ], [ "_:result", "name", "thai idea vegetarian" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "moderate" ], [ "_:user", "denied", "_:search/b43af4b9" ], [ "_:search/b43af4b9", "type", "Restaurant" ], [ "_:user", "denied", "_:search/2d374e6a" ], [ "_:search/2d374e6a", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:search", "good_for_meal", "lunch" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "thai" ], [ "_:result", "good_for_meal", "lunch" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "710 polk street" ], [ "_:result", "area", "hayes valley or civic center" ], [ "_:result", "name", "thai idea vegetarian" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 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": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap restaurant that is near can call" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'u lee restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "u lee restaurant is a nice place it is in the cheap price range ." }, { "id": 3, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" } ]
1553
[ { "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", "u lee restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "u lee restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "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": [ "affirm()", "inform((_:search,area,'downtown');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes i'm looking for a restaurant in the downtown area that serves indian food" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'amber india');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "amber india is a nice place it serves indian food ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "is it in the fenditton area" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'dosa on valencia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dosa on valencia is a nice place it serves indian food ." }, { "id": 5, "rdf-acts": [ "inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "does it serve dinner" }, { "id": 6, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,good_for_meal,'dinner');(_:result,name,'little delhi');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "little delhi is a nice place , it serves indian food and it is good for dinner ." }, { "id": 7, "rdf-acts": [ "confirm((_:result,area,'downtown');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "is it in the downtown area" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'downtown');(_:result,food,'indian');(_:result,good_for_meal,'dinner');(_:result,name,'campton place restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "campton place restaurant is a nice place , it serves indian food , it is good for dinner and it is in the area of downtown ." }, { "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,'campton place restaurant');(_:result,phone,'4157815555');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "campton place restaurant is a nice place their phone number is 4157815555 ." }, { "id": 11, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the price range" }, { "id": 12, "rdf-acts": [ "inform((_:result,name,'campton place restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "campton place restaurant is a nice place it is in the expensive price range ." }, { "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": "" } ]
2144
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "downtown" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "downtown" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "amber india" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "downtown" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "dosa on valencia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "downtown" ], [ "_:search", "food", "indian" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "little delhi" ], [ "_:result", "area", "downtown" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "downtown" ], [ "_:search", "food", "indian" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "downtown" ], [ "_:result", "food", "indian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "campton place restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "downtown" ], [ "_:search", "food", "indian" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "downtown" ], [ "_:result", "food", "indian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "name", "campton place restaurant" ], [ "_:result", "phone", "4157815555" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "downtown" ], [ "_:search", "food", "indian" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "downtown" ], [ "_:result", "food", "indian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "phone", "4157815555" ], [ "_:result", "name", "campton place restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "downtown" ], [ "_:search", "food", "indian" ], [ "_:search", "good_for_meal", "dinner" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "downtown" ], [ "_:result", "food", "indian" ], [ "_:result", "good_for_meal", "dinner" ], [ "_:result", "phone", "4157815555" ], [ "_:result", "name", "campton place restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 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": "unrecognizable" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i don't care" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'dont_care');(_:result,count,'239');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "there are 239 restaurant -s in all parts of town ." }, { "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,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "caribbean" }, { "id": 8, "rdf-acts": [ "inform((_:result,area,'hayes valley');(_:result,food,'korean');(_:result,name,'muguboka restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "muguboka restaurant is a nice place , it is in the area of hayes valley and it serves korean food ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address phone number and post code" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'401 balboa street');(_:result,name,'muguboka restaurant');(_:result,phone,'4156686007');(_:result,postcode,'94118');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "muguboka restaurant is a nice place , their phone number is 4156686007 , their postcode is 94118 and their address is 401 balboa 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": "" } ]
3180
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "dont_care" ], [ "_:result", "count", "239" ], [ "_: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", "*" ], [ "_:result", "area", "dont_care" ], [ "_:result", "count", "239" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:result", "count", "239" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "muguboka restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "*" ], [ "_:result", "count", "239" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "food", "korean" ], [ "_:result", "address", "401 balboa street" ], [ "_:result", "name", "muguboka restaurant" ], [ "_:result", "phone", "4156686007" ], [ "_: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", "*" ], [ "_:result", "count", "239" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "hayes valley" ], [ "_:result", "food", "korean" ], [ "_:result", "address", "401 balboa street" ], [ "_:result", "name", "muguboka restaurant" ], [ "_:result", "phone", "4156686007" ], [ "_: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,near,'mission');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel near mission internet connection" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'the inn san francisco');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the inn san francisco is a nice place it is near mission ." }, { "id": 3, "rdf-acts": [ "reqalts()" ], "speaker": "user", "text": "anything else" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'the inn san francisco');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the inn san francisco is a nice place it is near mission ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "address post code" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'943 s van ness ave');(_:result,name,'the inn san francisco');(_:result,postcode,'94110');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the inn san francisco is a nice place , their address is 943 s van ness ave and their postcode is 94110 ." }, { "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": "" } ]
12
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "name", "the inn san francisco" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "name", "the inn san francisco" ], [ "_:result", "near", "mission" ], [ "_: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", "near", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "near", "mission" ], [ "_:result", "address", "943 s van ness ave" ], [ "_:result", "name", "the inn san francisco" ], [ "_:result", "postcode", "94110" ], [ "_: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", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:result", "near", "mission" ], [ "_:result", "address", "943 s van ness ave" ], [ "_:result", "name", "the inn san francisco" ], [ "_:result", "postcode", "94110" ], [ "_: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,area,'mastro');(_:search,dogs_allowed,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "okay yes i am looking for a hotel in the area of mastro that allows dogs" }, { "id": 2, "rdf-acts": [ "inform((_:result,dogs_allowed,'yes');(_:result,name,'holiday inn golden gateway hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "holiday inn golden gateway hotel is a nice place where dogs are allowed ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what is the address and postcode" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'mastro');(_:result,dogs_allowed,'yes');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , in the area of mastro and where dogs are allowed ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "is there a similar place um that" }, { "id": 6, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 7, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "where an hotel in the area" }, { "id": 8, "rdf-acts": [ "canthelp((_:result,area,'mastro');(_:result,dogs_allowed,'yes');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , where dogs are allowed and in the area of mastro ." }, { "id": 9, "rdf-acts": [ "reqalts()", "inform((_:search,area,'mastro');(_:search,dogs_allowed,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "uh what about a hotel that that doesn't allow dogs in mastro" }, { "id": 10, "rdf-acts": [ "inform((_:result,address,'1500 van ness ave');(_:result,name,'holiday inn golden gateway hotel');(_:result,postcode,'94109');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "holiday inn golden gateway hotel is a nice place , their address is 1500 van ness ave and their postcode is 94109 ." }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "thank you and goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
252
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mastro" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mastro" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "holiday inn golden gateway hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mastro" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "holiday inn golden gateway hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:result/b670098a" ], [ "_:result/b670098a", "area", "mastro" ], [ "_:result/b670098a", "dogs_allowed", "yes" ], [ "_:result/b670098a", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "area", "mastro" ], [ "_:search", "dogs_allowed", "true" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "holiday inn golden gateway hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:result/b670098a" ], [ "_:result/b670098a", "area", "mastro" ], [ "_:result/b670098a", "dogs_allowed", "yes" ], [ "_:result/b670098a", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:result", "name", "holiday inn golden gateway hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:result/b670098a" ], [ "_:result/b670098a", "area", "mastro" ], [ "_:result/b670098a", "dogs_allowed", "yes" ], [ "_:result/b670098a", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:result/c2f5a5b5" ], [ "_:result/c2f5a5b5", "area", "mastro" ], [ "_:result/c2f5a5b5", "dogs_allowed", "yes" ], [ "_:result/c2f5a5b5", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "mastro" ], [ "_:search", "dogs_allowed", "true" ], [ "_: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" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:system", "canthelp", "_:result/b670098a" ], [ "_:result/b670098a", "area", "mastro" ], [ "_:result/b670098a", "dogs_allowed", "yes" ], [ "_:result/b670098a", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:result/c2f5a5b5" ], [ "_:result/c2f5a5b5", "area", "mastro" ], [ "_:result/c2f5a5b5", "dogs_allowed", "yes" ], [ "_:result/c2f5a5b5", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "mastro" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "1500 van ness ave" ], [ "_:result", "name", "holiday inn golden gateway hotel" ], [ "_:result", "postcode", "94109" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:system", "canthelp", "_:result/b670098a" ], [ "_:result/b670098a", "area", "mastro" ], [ "_:result/b670098a", "dogs_allowed", "yes" ], [ "_:result/b670098a", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:result/c2f5a5b5" ], [ "_:result/c2f5a5b5", "area", "mastro" ], [ "_:result/c2f5a5b5", "dogs_allowed", "yes" ], [ "_:result/c2f5a5b5", "type", "Hotel" ], [ "_:user", "inquired", "_:system" ], [ "_:search", "area", "mastro" ], [ "_:search", "dogs_allowed", "true" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "address", "1500 van ness ave" ], [ "_:result", "name", "holiday inn golden gateway hotel" ], [ "_:result", "postcode", "94109" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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,near,'japantown');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hotel near japantown" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'hotel tomo');(_:result,near,'japantown');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel tomo is a nice place it is near japantown ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "can i have the address and phone number" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'1800 sutter st');(_:result,name,'hotel tomo');(_:result,phone,'4159214000');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "hotel tomo is a nice place , their address is 1800 sutter st and their phone number is 4159214000 ." }, { "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": "" } ]
180
[ { "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 tomo" ], [ "_:result", "near", "japantown" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "near", "japantown" ], [ "_:result", "address", "1800 sutter st" ], [ "_:result", "name", "hotel tomo" ], [ "_:result", "phone", "4159214000" ], [ "_: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", "japantown" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ], [ "_:result", "near", "japantown" ], [ "_:result", "address", "1800 sutter st" ], [ "_:result", "name", "hotel tomo" ], [ "_:result", "phone", "4159214000" ], [ "_: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": "i'm looking for a restaurant in the area of balboa terrace that is good for brunch" }, { "id": 2, "rdf-acts": [ "inform((_:result,good_for_meal,'brunch');(_:result,name,'red door cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place it is good for brunch ." }, { "id": 3, "rdf-acts": [], "speaker": "user", "text": "thank you" }, { "id": 4, "rdf-acts": [ "canthelp((_:result,area,'balboa terrace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of balboa terrace ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "how about another place in the area" }, { "id": 6, "rdf-acts": [ "select((_:result,food,'french or traditional american'))" ], "speaker": "system", "text": "sorry would you like french or traditional american food ?" }, { "id": 7, "rdf-acts": [], "speaker": "user", "text": "it doesn't matter" }, { "id": 8, "rdf-acts": [ "select((_:result,area,'balboa terrace');(_:result,area,'dont_care'))" ], "speaker": "system", "text": "sorry would you like the area of balboa terrace or you dont care" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "um that bites area is it good for brunch" }, { "id": 10, "rdf-acts": [ "select((_:result,near,'marina cow hollow or japantown'))" ], "speaker": "system", "text": "sorry would you like it to be near marina cow hollow or japantown" }, { "id": 11, "rdf-acts": [], "speaker": "user", "text": "" } ]
3566
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/9682dad6" ], [ "_:result/9682dad6", "area", "balboa terrace" ], [ "_:result/9682dad6", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/9682dad6" ], [ "_:result/9682dad6", "area", "balboa terrace" ], [ "_:result/9682dad6", "type", "Restaurant" ], [ "_:result", "food", "french or traditional american" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/9682dad6" ], [ "_:result/9682dad6", "area", "balboa terrace" ], [ "_:result/9682dad6", "type", "Restaurant" ], [ "_:result", "food", "french or traditional american" ], [ "_:result", "area", "balboa terrace" ], [ "_:result", "area", "dont_care" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "good_for_meal", "brunch" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:result/9682dad6" ], [ "_:result/9682dad6", "area", "balboa terrace" ], [ "_:result/9682dad6", "type", "Restaurant" ], [ "_:result", "food", "french or traditional american" ], [ "_:result", "area", "balboa terrace" ], [ "_:result", "area", "dont_care" ], [ "_:result", "near", "marina cow hollow or japantown" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,has_internet,'true');(_:search,near,'mission');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "i'm looking for a hotel near mission that has internet connection" }, { "id": 2, "rdf-acts": [ "confirm((_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "did you say you are looking for a hotel near mission ?" }, { "id": 3, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'noe 7s nest bed and breakfast');(_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place , it is near mission and it has internet ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can i get the address phone number and whether it accepts credit cards" }, { "id": 6, "rdf-acts": [ "confirm((_:result,near,'mission');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "did you say you are looking for a hotel near mission ?" }, { "id": 7, "rdf-acts": [ "affirm()" ], "speaker": "user", "text": "yes yes mention" }, { "id": 8, "rdf-acts": [ "inform((_:result,address,'1257 guerrero st');(_:result,name,'noe 7s nest bed and breakfast');(_:result,phone,'4158210751');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "noe 7s nest bed and breakfast is a nice place , their address is 1257 guerrero st and their phone number is 4158210751 ." }, { "id": 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": "" } ]
462
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "mission" ], [ "_: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", "mission" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "mission" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "mission" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "near", "mission" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "mission" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "mission" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "1257 guerrero st" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "phone", "4158210751" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "near", "mission" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "near", "mission" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "1257 guerrero st" ], [ "_:result", "name", "noe 7s nest bed and breakfast" ], [ "_:result", "phone", "4158210751" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] } ]
[ { "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,has_internet,'true');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "yeah do you know tell me the japantown that has an internet connection" }, { "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": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it have internet connection" }, { "id": 4, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'omni san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "omni san francisco is a nice place it has internet ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "may i have the address and area please" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'500 california st');(_:result,area,'financial district');(_:result,name,'omni san francisco');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "omni san francisco is a nice place , it is in the area of financial district and their address is 500 california 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": "" } ]
467
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "has_internet", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "omni san francisco" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "address", "500 california st" ], [ "_:result", "area", "financial district" ], [ "_:result", "name", "omni 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", "has_internet", "true" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "address", "500 california st" ], [ "_:result", "area", "financial district" ], [ "_:result", "name", "omni 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 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()" ], "speaker": "user", "text": "thai you" }, { "id": 2, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what part of town do you have in mind ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,area,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "any" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'dont_care');(_:result,count,'182');(_:result,type,'Hotel');(_:result,type,'hotel'))" ], "speaker": "system", "text": "there are 182 hotel -s in all parts of town ." }, { "id": 5, "rdf-acts": [], "speaker": "user", "text": "" }, { "id": 6, "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": 7, "rdf-acts": [], "speaker": "user", "text": "internet" }, { "id": 8, "rdf-acts": [ "confirm((_:result,area,'dont_care');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "ok , a hotel in any part of town is that right ?" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "is it" }, { "id": 10, "rdf-acts": [ "select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows dogs ?" }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "i know goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
553
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "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" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_: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" ], [ "_:user", "thanked", "_:system" ], [ "_:search", "area", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "dont_care" ], [ "_:result", "count", "182" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "hotel" ], [ "_:result", "has_internet", "no" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))" ], "speaker": "user", "text": "hi i'm looking for a pricey hotel near the castro" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'castro');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry but there is no place , in the area of castro and in the pricey price range ." }, { "id": 3, "rdf-acts": [ "inform((_:search,pricerange,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i don't care about the price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'castro');(_:result,name,'inn on castro');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place , it is in the moderate price range and it is in the area of castro ." }, { "id": 5, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what's the phone number and does it have internet" }, { "id": 6, "rdf-acts": [ "inform((_:result,has_internet,'yes');(_:result,name,'inn on castro');(_:result,phone,'4158610321');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "inn on castro is a nice place , it has internet and their phone number is 4158610321 ." }, { "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": "" } ]
320
[ { "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" ], [ "_:system", "canthelp", "_:result/bd1b11b4" ], [ "_:result/bd1b11b4", "area", "castro" ], [ "_:result/bd1b11b4", "pricerange", "pricey" ], [ "_:result/bd1b11b4", "type", "Hotel" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/bd1b11b4" ], [ "_:result/bd1b11b4", "area", "castro" ], [ "_:result/bd1b11b4", "pricerange", "pricey" ], [ "_:result/bd1b11b4", "type", "Hotel" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/bd1b11b4" ], [ "_:result/bd1b11b4", "area", "castro" ], [ "_:result/bd1b11b4", "pricerange", "pricey" ], [ "_:result/bd1b11b4", "type", "Hotel" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "phone", "4158610321" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/bd1b11b4" ], [ "_:result/bd1b11b4", "area", "castro" ], [ "_:result/bd1b11b4", "pricerange", "pricey" ], [ "_:result/bd1b11b4", "type", "Hotel" ], [ "_:search", "pricerange", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "castro" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "has_internet", "yes" ], [ "_:result", "name", "inn on castro" ], [ "_:result", "phone", "4158610321" ], [ "_:result", "type", "Hotel" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 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,'martin luther king square');(_:search,type,'Restaurant'))", "confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))", "ack()", "inform((_:search,area,'martin luther king square');(_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))", "request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in the area of martin luther king square that does it allow children and is good for breakfast" }, { "id": 2, "rdf-acts": [ "canthelp((_:result,area,'martin luther king square');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place in the area of martin luther king square ." }, { "id": 3, "rdf-acts": [ "inform((_:search,area,'cathedral hill');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))", "ack()", "inform((_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "restaurant in the area of cathedral hill that doesn't allow children and is good for breakfast" }, { "id": 4, "rdf-acts": [ "inform((_:result,area,'cathedral hill');(_:result,good_for_meal,'breakfast');(_:result,kids_allowed,'no');(_:result,name,'red door cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place , it is in the area of cathedral hill , where no child -s are allowed and it is good for breakfast ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what's the what is the address" }, { "id": 6, "rdf-acts": [ "inform((_:result,address,'1608 bush street');(_:result,name,'red door cafe');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place their address is 1608 bush street ." }, { "id": 7, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number" }, { "id": 8, "rdf-acts": [ "inform((_:result,name,'red door cafe');(_:result,phone,'4152828283');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "red door cafe is a nice place their phone number is 4152828283 ." }, { "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": "" } ]
1430
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "martin luther king square" ], [ "_:result", "kids_allowed", "?" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "kids_allowed", "true" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "kids_allowed", "?" ], [ "_:system", "canthelp", "_:result/89972f94" ], [ "_:result/89972f94", "area", "martin luther king square" ], [ "_:result/89972f94", "type", "Restaurant" ], [ "_:search", "area", "cathedral hill" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/89972f94" ], [ "_:result/89972f94", "area", "martin luther king square" ], [ "_:result/89972f94", "type", "Restaurant" ], [ "_:search", "area", "cathedral hill" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "cathedral hill" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/89972f94" ], [ "_:result/89972f94", "area", "martin luther king square" ], [ "_:result/89972f94", "type", "Restaurant" ], [ "_:search", "area", "cathedral hill" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "cathedral hill" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1608 bush street" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/89972f94" ], [ "_:result/89972f94", "area", "martin luther king square" ], [ "_:result/89972f94", "type", "Restaurant" ], [ "_:search", "area", "cathedral hill" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "cathedral hill" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1608 bush street" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "phone", "4152828283" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:system", "canthelp", "_:result/89972f94" ], [ "_:result/89972f94", "area", "martin luther king square" ], [ "_:result/89972f94", "type", "Restaurant" ], [ "_:search", "area", "cathedral hill" ], [ "_:search", "kids_allowed", "false" ], [ "_:search", "good_for_meal", "breakfast" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "cathedral hill" ], [ "_:result", "good_for_meal", "breakfast" ], [ "_:result", "kids_allowed", "no" ], [ "_:result", "address", "1608 bush street" ], [ "_:result", "name", "red door cafe" ], [ "_:result", "phone", "4152828283" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 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": [], "speaker": "user", "text": "do you have be you don't care" }, { "id": 2, "rdf-acts": [ "select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it accepts credit card -s ?" }, { "id": 3, "rdf-acts": [ "request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "does it accept credit card" }, { "id": 4, "rdf-acts": [ "select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))" ], "speaker": "system", "text": "what is your preference as to whether it allows dogs ?" }, { "id": 5, "rdf-acts": [ "inform((_:search,accepts_credit_cards,'true');(_:search,dogs_allowed,*);(_:search,type,'Hotel'))" ], "speaker": "user", "text": "don't care whether it accepts credit cards" }, { "id": 6, "rdf-acts": [ "inform((_:result,accepts_credit_cards,'yes');(_:result,dogs_allowed,'no');(_:result,name,'san francisco marriott marquis');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "san francisco marriott marquis is a nice place , i do not know if it allows dogs and it accepts credit card -s ." }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "good bye" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 9, "rdf-acts": [], "speaker": "user", "text": "" } ]
308
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:result", "accepts_credit_cards", "no" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "accepts_credit_cards", "?" ], [ "_:result", "type", "Hotel" ] ], "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" ], [ "_:result", "accepts_credit_cards", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "dogs_allowed", "yes" ], [ "_:search", "accepts_credit_cards", "true" ], [ "_:search", "dogs_allowed", "*" ], [ "_: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" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_: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", "accepts_credit_cards", "true" ], [ "_:search", "dogs_allowed", "*" ], [ "_:search", "type", "Hotel" ], [ "_:result", "accepts_credit_cards", "yes" ], [ "_:result", "dogs_allowed", "no" ], [ "_:result", "name", "san francisco marriott marquis" ], [ "_: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 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,'singaporean');(_:search,kids_allowed,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a cheap restaurant that serves singaporean food and allows children" }, { "id": 2, "rdf-acts": [ "inform((_:result,food,'singaporean');(_:result,kids_allowed,'yes');(_:result,name,'lime tree southeast asian kitchen');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lime tree southeast asian kitchen is a nice place , where child -s are allowed , it serves singaporean food and it is in the cheap price range ." }, { "id": 3, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the address" }, { "id": 4, "rdf-acts": [ "inform((_:result,address,'450 a irving street');(_:result,name,'lime tree southeast asian kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "lime tree southeast asian kitchen is a nice place their address is 450 a irving street ." }, { "id": 5, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can i get the phone number" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'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": 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": "" } ]
934
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "singaporean" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "singaporean" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "singaporean" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "name", "lime tree southeast asian kitchen" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "singaporean" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "singaporean" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "450 a irving street" ], [ "_:result", "name", "lime tree southeast asian kitchen" ], [ "_: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", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "singaporean" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "450 a irving street" ], [ "_: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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "singaporean" ], [ "_:search", "kids_allowed", "true" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "singaporean" ], [ "_:result", "kids_allowed", "yes" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "450 a irving street" ], [ "_: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 ] } ]
[ { "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,'laurel heights');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a restaurant near laurel heights" }, { "id": 2, "rdf-acts": [ "inform((_:result,name,'assab eritrean restaurant');(_:result,near,'laurel heights');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "assab eritrean restaurant is a nice place it is near laurel heights ." }, { "id": 3, "rdf-acts": [ "request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the phone number and price range" }, { "id": 4, "rdf-acts": [ "inform((_:result,name,'assab eritrean restaurant');(_:result,phone,'4154417083');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "assab eritrean restaurant is a nice place , it is in the cheap price range and their phone number is 4154417083 ." }, { "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": "" } ]
214
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "laurel heights" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "laurel heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "assab eritrean restaurant" ], [ "_:result", "near", "laurel heights" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "near", "laurel heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "laurel heights" ], [ "_:result", "name", "assab eritrean restaurant" ], [ "_:result", "phone", "4154417083" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "laurel heights" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "near", "laurel heights" ], [ "_:result", "name", "assab eritrean restaurant" ], [ "_:result", "phone", "4154417083" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "thanked", "_:system" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "system", "text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?" }, { "id": 1, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,food,'shanghainese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i'm looking for a chinese shanghainese food" }, { "id": 2, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what kind of food would you like ?" }, { "id": 3, "rdf-acts": [ "inform((_:search,food,'shanghainese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "change" }, { "id": 4, "rdf-acts": [ "inform((_:result,food,'shanghainese');(_:result,name,'bund shanghai restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "bund shanghai restaurant is a nice place it serves shanghainese food ." }, { "id": 5, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "uh the name name in the address please" }, { "id": 6, "rdf-acts": [ "inform((_:result,name,'bund shanghai restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))" ], "speaker": "system", "text": "bund shanghai restaurant is a nice restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the address please" }, { "id": 8, "rdf-acts": [ "inform((_:result,count,'1');(_:result,food,'shanghainese');(_:result,name,'bund shanghai restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i am sorry but there is no place other than bund shanghai restaurant serving shanghainese food ." }, { "id": 9, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what is the address" }, { "id": 10, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "can i help you with anything else ?" }, { "id": 11, "rdf-acts": [ "thanks()", "bye()" ], "speaker": "user", "text": "um thank you goodbye" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "goodbye" }, { "id": 13, "rdf-acts": [], "speaker": "user", "text": "" } ]
2335
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "food", "shanghainese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "shanghainese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "shanghainese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "shanghainese" ], [ "_:result", "name", "bund shanghai restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "shanghainese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "shanghainese" ], [ "_:result", "address", "?" ], [ "_:result", "name", "bund shanghai 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", "shanghainese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "count", "1" ], [ "_:result", "food", "shanghainese" ], [ "_:result", "name", "bund shanghai 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", "shanghainese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "count", "1" ], [ "_:result", "food", "shanghainese" ], [ "_:result", "name", "bund shanghai 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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "greeted", "_:user" ], [ "_:search", "food", "shanghainese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "count", "1" ], [ "_:result", "food", "shanghainese" ], [ "_:result", "name", "bund shanghai 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 ] } ]