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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a moderately priced restaurant in the best pub from the main you code in town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'minako organic japanese restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "minako organic japanese restaurant is a nice place it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it nearer richmond"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'minako organic japanese restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "minako organic japanese restaurant is a nice restaurant ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,good_for_meal,*);(_:search,near,'outer richmond');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a moderately priced restaurant that is near the outer richmond is this any meal"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,name,'hakka restaurant');(_:result,near,'outer richmond');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakka restaurant is a nice place , it is near outer richmond , it is good for dinner and it is in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,good_for_meal,'dont_care');(_:result,near,'outer richmond');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s near outer richmond in the moderate price range and if you do not care which meal it is good for ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 10,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what area would you like"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "the phone number that"
},
{
"id": 12,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "indian"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'hakka restaurant');(_:result,phone,'4158766898');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakka restaurant is a nice place their phone number is 4158766898 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2554 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"minako organic japanese restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"name",
"minako organic japanese restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"hakka restaurant"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"hakka restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"hakka restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"hakka restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"hakka restaurant"
],
[
"_:result",
"phone",
"4158766898"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"hakka restaurant"
],
[
"_:result",
"phone",
"4158766898"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food"
},
{
"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": "food"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1359 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"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",
"italian"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"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,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that does not allow children in any area information"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'alamo square seafood grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alamo square seafood grill is a nice place where no child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"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": 5,
"rdf-acts": [],
"speaker": "user",
"text": "phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'alamo square seafood grill');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "alamo square seafood grill is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'alamo square seafood grill');(_:result,phone,'4154402828');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alamo square seafood grill is a nice place their phone number is 4154402828 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "type of food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'quince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "quince is a nice place where no child -s are allowed ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'none');(_:result,name,'quince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "quince is a nice place it serves none food ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1006 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"803 fillmore street"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"803 fillmore street"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"type",
"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",
"kids_allowed",
"false"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"803 fillmore street"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"phone",
"4154402828"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:result",
"address",
"803 fillmore street"
],
[
"_:result",
"phone",
"4154402828"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"quince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:result",
"address",
"803 fillmore street"
],
[
"_:result",
"phone",
"4154402828"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"food",
"none"
],
[
"_:result",
"name",
"quince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:result",
"address",
"803 fillmore street"
],
[
"_:result",
"phone",
"4154402828"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"food",
"none"
],
[
"_:result",
"name",
"quince"
],
[
"_: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,area,'fort mason');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "a hotel in fort mason"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'fort mason');(_:result,name,'buena vista motor inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "buena vista motor inn is a nice place it is in the area of fort mason ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have internet"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'fort mason');(_:result,has_internet,'yes');(_:result,name,'buena vista motor inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "buena vista motor inn is a nice place , it is in the area of fort mason and it has internet ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'fort mason');(_:result,has_internet,'yes');(_:result,name,'buena vista motor inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "buena vista motor inn is a nice place , it is in the area of fort mason and it has internet ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:result,has_internet,'yes');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "let me confirm you want a hotel that has internet , right ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'queen anne hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want the phone number the queen anne hotel"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'fort mason');(_:result,has_internet,'yes');(_:result,name,'buena vista motor inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "buena vista motor inn is a nice place , it is in the area of fort mason and it has internet ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'fort mason');(_:result,has_internet,'yes');(_:result,name,'buena vista motor inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "buena vista motor inn is a nice place , it is in the area of fort mason and it has internet ."
},
{
"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": ""
}
] | 173 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"fort mason"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"fort mason"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"fort mason"
],
[
"_:result",
"name",
"buena vista motor inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"fort mason"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"fort mason"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"buena vista motor inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"fort mason"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"fort mason"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"buena vista motor inn"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"fort mason"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"fort mason"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"buena vista motor inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"queen anne 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",
"area",
"fort mason"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"queen anne hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"fort mason"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"buena vista motor inn"
],
[
"_: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",
"fort mason"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"queen anne hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"fort mason"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"buena vista motor inn"
],
[
"_: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",
"fort mason"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"queen anne hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"fort mason"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"buena vista motor 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,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,food,'spanish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "the it for expensive restaurant that serves spanish food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'spanish');(_:result,name,'luella');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "luella is a nice place , it is in the expensive price range and it serves spanish food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,near,'russian hill');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh near the russian hill"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,food,'spanish');(_:result,name,'luella');(_:result,near,'russian hill');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than luella serving spanish food , in the expensive price range and near russian hill ."
},
{
"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,'luella');(_:result,phone,'4156744343');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "luella is a nice place their phone number is 4156744343 ."
},
{
"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": ""
}
] | 2917 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"luella"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"near",
"russian hill"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"near",
"russian hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"luella"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"near",
"russian hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"luella"
],
[
"_:result",
"phone",
"4156744343"
],
[
"_: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",
"spanish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"near",
"russian hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"luella"
],
[
"_:result",
"phone",
"4156744343"
],
[
"_: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,'eureka valley');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the area of eureka valley that has area"
},
{
"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,'mission dolores');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "is there cherry similar place in is area of mission dolores"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'mission dolores');(_:result,name,'union hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "union hotel is a nice place it is in the area of mission dolores ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "phone number and post code please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'union hotel');(_:result,phone,'4155520547');(_:result,postcode,'94103');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "union hotel is a nice place , their phone number is 4155520547 and their postcode is 94103 ."
},
{
"id": 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": ""
}
] | 66 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"eureka valley"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/bb7e1d36"
],
[
"_:result/bb7e1d36",
"area",
"eureka valley"
],
[
"_:result/bb7e1d36",
"type",
"Hotel"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/bb7e1d36"
],
[
"_:result/bb7e1d36",
"area",
"eureka valley"
],
[
"_:result/bb7e1d36",
"type",
"Hotel"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"mission dolores"
],
[
"_:result",
"name",
"union hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/bb7e1d36"
],
[
"_:result/bb7e1d36",
"area",
"eureka valley"
],
[
"_:result/bb7e1d36",
"type",
"Hotel"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"mission dolores"
],
[
"_:result",
"name",
"union hotel"
],
[
"_:result",
"phone",
"4155520547"
],
[
"_:result",
"postcode",
"94103"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/bb7e1d36"
],
[
"_:result/bb7e1d36",
"area",
"eureka valley"
],
[
"_:result/bb7e1d36",
"type",
"Hotel"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"mission dolores"
],
[
"_:result",
"name",
"union hotel"
],
[
"_:result",
"phone",
"4155520547"
],
[
"_:result",
"postcode",
"94103"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"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,near,'mission bay');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh i'm looking for a restaurant good for in meal that's near the mission bay"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'marlowe');(_:result,near,'mission bay');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "marlowe is a nice place it is near mission bay ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Restaurant'))",
"negate()"
],
"speaker": "user",
"text": "is there any no"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,near,'mission bay');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 3 restaurant -s near mission bay ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows child -s ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,kids_allowed,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'fringale');(_:result,near,'mission bay');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fringale is a nice place , where no child -s are allowed and it is near mission bay ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the address and phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'570 fourth street');(_:result,name,'fringale');(_:result,phone,'4155430573');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fringale is a nice place , their address is 570 fourth street and their phone number is 4155430573 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food do they serve"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,name,'fringale');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fringale is a nice place it serves french food ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 571 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/69328331"
],
[
"_:result/69328331",
"name",
"marlowe"
],
[
"_:result/69328331",
"near",
"mission bay"
],
[
"_:result/69328331",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/69328331"
],
[
"_:result/69328331",
"name",
"marlowe"
],
[
"_:result/69328331",
"near",
"mission bay"
],
[
"_:result/69328331",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"denied",
"_:result/69328331"
],
[
"_:result/69328331",
"name",
"marlowe"
],
[
"_:result/69328331",
"near",
"mission bay"
],
[
"_:result/69328331",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"denied",
"_:result/69328331"
],
[
"_:result/69328331",
"name",
"marlowe"
],
[
"_:result/69328331",
"near",
"mission bay"
],
[
"_:result/69328331",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"fringale"
],
[
"_:result",
"near",
"mission bay"
],
[
"_: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",
"mission bay"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"denied",
"_:result/69328331"
],
[
"_:result/69328331",
"name",
"marlowe"
],
[
"_:result/69328331",
"near",
"mission bay"
],
[
"_:result/69328331",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"address",
"570 fourth street"
],
[
"_:result",
"name",
"fringale"
],
[
"_:result",
"phone",
"4155430573"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"denied",
"_:result/69328331"
],
[
"_:result/69328331",
"name",
"marlowe"
],
[
"_:result/69328331",
"near",
"mission bay"
],
[
"_:result/69328331",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"address",
"570 fourth street"
],
[
"_:result",
"phone",
"4155430573"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"fringale"
],
[
"_: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 bay"
],
[
"_:search",
"name",
"*"
],
[
"_:user",
"denied",
"_:result/69328331"
],
[
"_:result/69328331",
"name",
"marlowe"
],
[
"_:result/69328331",
"near",
"mission bay"
],
[
"_:result/69328331",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"address",
"570 fourth street"
],
[
"_:result",
"phone",
"4155430573"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"fringale"
],
[
"_: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,'kosher');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))",
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a cheap restaurant that serves kosher food and is good for dinner"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'kosher');(_:result,good_for_meal,'dinner');(_:result,name,'shangri la vegetarian restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shangri la vegetarian restaurant is a nice place , it serves kosher food , it is good for dinner and it is in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'shangri la vegetarian restaurant');(_:result,phone,'4157312548');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shangri la vegetarian restaurant is a nice place their phone number is 4157312548 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area are they in"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'hayes valley or golden gate park');(_:result,name,'shangri la vegetarian restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "shangri la vegetarian restaurant is a nice place , it is in the area of hayes valley and it is in the area of golden gate park ."
},
{
"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": ""
}
] | 713 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"good_for_meal",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"kosher"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"shangri la vegetarian restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"kosher"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"shangri la vegetarian restaurant"
],
[
"_:result",
"phone",
"4157312548"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"kosher"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"4157312548"
],
[
"_:result",
"area",
"hayes valley or golden gate park"
],
[
"_:result",
"name",
"shangri la vegetarian restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"kosher"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"4157312548"
],
[
"_:result",
"area",
"hayes valley or golden gate park"
],
[
"_:result",
"name",
"shangri la vegetarian restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant uh the moderate price range"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'the stinking rose');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the stinking rose is a nice place it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"confirm((_:result,near,'alamo square');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it near the alamo square"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the stinking rose');(_:result,near,'north beach telegraph hill or russian hill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the stinking rose is a nice place , it is near north beach telegraph hill and it is near russian hill ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,near,'alamo square');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a restaurant near alamo square"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'alamo square seafood grill');(_:result,near,'alamo square');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alamo square seafood grill is a nice place , it is near alamo square and it is in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the address and area"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'803 fillmore street');(_:result,area,'hayes valley or friendship village');(_:result,name,'alamo square seafood grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alamo square seafood grill is a nice place , it is in the area of friendship village , their address is 803 fillmore street and it is in the area of hayes valley ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2466 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the stinking rose"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the stinking rose"
],
[
"_:result",
"near",
"north beach telegraph hill or russian hill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"moderate"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"803 fillmore street"
],
[
"_:result",
"area",
"hayes valley or friendship village"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"803 fillmore street"
],
[
"_:result",
"area",
"hayes valley or friendship village"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced restaurant doesn't area transmission allows children"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows child -s ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "allows children"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'lavash');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lavash is a nice place , where child -s are allowed and it is in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'transmission');(_:search,kids_allowed,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any area of transmission"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'lavash');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "lavash is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'511 irving street');(_:result,name,'lavash');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lavash is a nice place their address is 511 irving street ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where is it near to"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'lavash');(_:result,near,'inner sunset');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lavash is a nice place it is near inner sunset ."
},
{
"id": 11,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'lavash');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "lavash is a nice restaurant ."
},
{
"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": ""
}
] | 3316 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"lavash"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"transmission"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"transmission"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"lavash"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"transmission"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"511 irving street"
],
[
"_:result",
"name",
"lavash"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"transmission"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"511 irving street"
],
[
"_:result",
"name",
"lavash"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"transmission"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"511 irving street"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"name",
"lavash"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"transmission"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"511 irving street"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"name",
"lavash"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "restaurant near code"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what meal are you looking for ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,near,'lower haight');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant near lower haight"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'thep phanom thai restaurant');(_:result,near,'lower haight');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thep phanom thai restaurant is a nice place it is near lower haight ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "i need are dolores heights"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'thep phanom thai restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "thep phanom thai restaurant is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "does not allow children and is good for dinner"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'no');(_:result,name,'thep phanom thai restaurant');(_:result,near,'lower haight');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than thep phanom thai restaurant near lower haight , where no child -s are allowed and good for dinner ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay can i get the address phone number and postcode"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'400 waller street');(_:result,name,'thep phanom thai restaurant');(_:result,phone,'4154312526');(_:result,postcode,'94117');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thep phanom thai restaurant is a nice place , their phone number is 4154312526 , their postcode is 94117 and their address is 400 waller street ."
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "bye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 3275 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"near",
"lower haight"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"near",
"lower haight"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"thep phanom thai restaurant"
],
[
"_:result",
"near",
"lower haight"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower haight"
],
[
"_:result",
"near",
"lower haight"
],
[
"_:result",
"name",
"thep phanom thai restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower haight"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"thep phanom thai restaurant"
],
[
"_:result",
"near",
"lower haight"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower haight"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"lower haight"
],
[
"_:result",
"address",
"400 waller street"
],
[
"_:result",
"name",
"thep phanom thai restaurant"
],
[
"_:result",
"phone",
"4154312526"
],
[
"_:result",
"postcode",
"94117"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower haight"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"lower haight"
],
[
"_:result",
"address",
"400 waller street"
],
[
"_:result",
"name",
"thep phanom thai restaurant"
],
[
"_:result",
"phone",
"4154312526"
],
[
"_:result",
"postcode",
"94117"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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 have union square"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 3,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?"
},
{
"id": 5,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "greek you"
},
{
"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": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"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": "union square"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "union square"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 506 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_: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",
"?"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_: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,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_: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,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,good_for_meal,'dinner');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a moderately priced restaurant is it dinner in the forest hill"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "let me confirm , you are looking for a restaurant in the moderate price range right ?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the slanted door');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the slanted door is a nice place it is in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced restaurant that is good for dinner in near the forest hill"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the slanted door');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "the slanted door is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a moderately priced restaurant"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the slanted door');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "the slanted door is a nice restaurant ."
},
{
"id": 9,
"rdf-acts": [
"ack()",
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is good for dinner and is near forest hill"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what meal are you looking for ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "dinner"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the slanted door');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "the slanted door is a nice restaurant ."
},
{
"id": 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": ""
}
] | 2788 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_: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
]
}
] |
[
{
"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,'embarcadero');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced restaurant that doesn't allow children and is near the embarcadero"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'the slanted door');(_:result,near,'embarcadero');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the slanted door is a nice place , it is near embarcadero , it is in the moderate price range and where no child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'1 ferry bldg marketplace');(_:result,name,'the slanted door');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the slanted door is a nice place their address is 1 ferry bldg marketplace ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the slanted door');(_:result,postcode,'94111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the slanted door is a nice place their postcode is 94111 ."
},
{
"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": ""
}
] | 2146 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"near",
"embarcadero"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"embarcadero"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1 ferry bldg marketplace"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"embarcadero"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1 ferry bldg marketplace"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"postcode",
"94111"
],
[
"_: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",
"embarcadero"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"embarcadero"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1 ferry bldg marketplace"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"postcode",
"94111"
],
[
"_: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,food,'persian');(_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced restaurant that serves persian food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'persian');(_:result,kids_allowed,'yes');(_:result,name,'lavash');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lavash is a nice place , where child -s are allowed , it serves persian food and it is in the moderate price range ."
},
{
"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 inset');(_:result,name,'lavash');(_:result,phone,'4156645555');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lavash is a nice place , it is in the area of inset , their phone number is 4156645555 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": ""
}
] | 1471 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"persian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"lavash"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"food",
"persian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"persian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"hayes valley or inset"
],
[
"_:result",
"name",
"lavash"
],
[
"_:result",
"phone",
"4156645555"
],
[
"_: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",
"persian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"persian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"hayes valley or inset"
],
[
"_:result",
"name",
"lavash"
],
[
"_:result",
"phone",
"4156645555"
],
[
"_: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,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hotel that allows um"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'the fairmont san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the fairmont san francisco is a nice place where dogs are allowed ."
},
{
"id": 3,
"rdf-acts": [
"ack()",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "okay and price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the fairmont san francisco');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "the fairmont san francisco is a nice hotel ."
},
{
"id": 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": ""
}
] | 397 | [
{
"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",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_: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
]
}
] |
[
{
"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,'corona heights');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the area of corona heights"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'corona heights');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of corona heights ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "how about outer parkside"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'outer parkside');(_:result,name,'ocean park motel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is in the area of outer parkside ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "phone number and post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'ocean park motel');(_:result,phone,'4155667020');(_:result,postcode,'94116');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place , their phone number is 4155667020 and their postcode is 94116 ."
},
{
"id": 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": ""
}
] | 2 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"corona heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"corona heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/dbc57c65"
],
[
"_:result/dbc57c65",
"area",
"corona heights"
],
[
"_:result/dbc57c65",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"corona heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/dbc57c65"
],
[
"_:result/dbc57c65",
"area",
"corona heights"
],
[
"_:result/dbc57c65",
"type",
"Hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"corona heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/dbc57c65"
],
[
"_:result/dbc57c65",
"area",
"corona heights"
],
[
"_:result/dbc57c65",
"type",
"Hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"postcode",
"94116"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"corona heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/dbc57c65"
],
[
"_:result/dbc57c65",
"area",
"corona heights"
],
[
"_:result/dbc57c65",
"type",
"Hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"postcode",
"94116"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"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 am looking for a hotel near haight cheap"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'union square plaza hotel');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "union square plaza hotel is a nice place it is in the inexpensive price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "is it near have"
},
{
"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": [
"confirm((_:result,near,'haight');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "did you say you are looking for a hotel near haight ?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'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 accepts credit card -s ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,name,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the name address phone number and postcode"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'1665 haight st');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,phone,'4158641978');(_:result,postcode,'94117');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place , their phone number is 4158641978 , their postcode is 94117 and their address is 1665 haight 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": ""
}
] | 377 | [
{
"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",
"union square plaza hotel"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"near",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"name",
"union square plaza hotel"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"name",
"union square plaza hotel"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"near",
"?"
],
[
"_: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",
"pricerange",
"inexpensive"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"address",
"1665 haight st"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"phone",
"4158641978"
],
[
"_: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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"address",
"1665 haight st"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"phone",
"4158641978"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "restaurant new the heights area"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "allow dogs"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'stanford court san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "stanford court san francisco is a nice place where dogs are allowed ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 197 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"stanford court san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"stanford court san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'himalayan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a restaurant near be square that serves himalayan food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'himalayan');(_:result,name,'little nepal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little nepal is a nice place it serves himalayan food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area is it near"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley or bernal heights north');(_:result,name,'little nepal');(_:result,near,'bernal heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little nepal is a nice place , it is in the area of hayes valley , it is in the area of bernal heights north and it is near bernal heights ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'himalayan');(_:search,near,'union square');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a restaurant near the union square that serves himalayan food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,food,'himalayan');(_:result,name,'little nepal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than little nepal serving himalayan food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'sea food');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a restaurant near the king square that serves sea food"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,area,'bernal heights north or hayes valley'))"
],
"speaker": "system",
"text": "sorry would you like something in the area of bernal heights north or hayes valley"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'sea food');(_:search,near,'union square');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant near the union square that serves sea food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'sea food');(_:result,name,'seasons');(_:result,near,'union square');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "seasons is a nice place , it is near union square and it serves sea food ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and post code the restaurant"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'757 market street');(_:result,name,'seasons');(_:result,postcode,'94103');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "seasons is a nice place , their address is 757 market street and their postcode is 94103 ."
},
{
"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": ""
}
] | 301 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"himalayan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"himalayan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"himalayan"
],
[
"_:result",
"name",
"little nepal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"near",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"himalayan"
],
[
"_:result",
"area",
"hayes valley or bernal heights north"
],
[
"_:result",
"name",
"little nepal"
],
[
"_:result",
"near",
"bernal heights"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"himalayan"
],
[
"_:search",
"near",
"union square"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"hayes valley or bernal heights north"
],
[
"_:result",
"near",
"bernal heights"
],
[
"_:search",
"near",
"union square"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"himalayan"
],
[
"_:result",
"name",
"little nepal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"near",
"bernal heights"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"himalayan"
],
[
"_:result",
"name",
"little nepal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"bernal heights north or hayes valley"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"near",
"union square"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"area",
"bernal heights north or hayes valley"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"near",
"union square"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"name",
"seasons"
],
[
"_:result",
"near",
"union square"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"area",
"bernal heights north or hayes valley"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"near",
"union square"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"near",
"union square"
],
[
"_:result",
"address",
"757 market street"
],
[
"_:result",
"name",
"seasons"
],
[
"_: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,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"area",
"bernal heights north or hayes valley"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"near",
"union square"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"near",
"union square"
],
[
"_:result",
"address",
"757 market street"
],
[
"_:result",
"name",
"seasons"
],
[
"_: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,
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,'new american');(_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced restaurant that serves new american food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'new american');(_:result,kids_allowed,'yes');(_:result,name,'orexi');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "orexi is a nice place , where child -s are allowed , it serves new american food and it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'new american');(_:result,kids_allowed,'yes');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s where child -s are allowed in the moderate price range and serving new american food ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "where would you like it to be near to"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,near,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'new american');(_:result,kids_allowed,'yes');(_:result,name,'original us restaurant');(_:result,near,'russian hill');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice place , it is in the moderate price range , it serves new american food , where child -s are allowed and it is near russian hill ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the name address phone number and post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'original us restaurant');(_:result,postcode,'94133');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice place their postcode is 94133 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'515 columbus avenue');(_:result,name,'original us restaurant');(_:result,phone,'4153975200');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice place , their address is 515 columbus avenue and their phone number is 4153975200 ."
},
{
"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": ""
}
] | 2200 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"orexi"
],
[
"_: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",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"orexi"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"orexi"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"address",
"515 columbus avenue"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"phone",
"4153975200"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"address",
"515 columbus avenue"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"phone",
"4153975200"
],
[
"_: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": [
"affirm()",
"inform((_:search,area,'castro');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "yes i'm looking for a hotel in the area castro"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'castro');(_:result,name,'inn on castro');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn on castro is a nice place it is in the area of castro ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'inn on castro');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn on castro is a nice place it is in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address and post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'321 castro st');(_:result,name,'inn on castro');(_:result,postcode,'94114');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn on castro is a nice place , their address is 321 castro st and their postcode is 94114 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 322 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"castro"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"castro"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"castro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"321 castro st"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"postcode",
"94114"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"castro"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"321 castro st"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"postcode",
"94114"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "yes um find a hotel in the mission that doesn't allow dogs"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,dogs_allowed,'no');(_:result,near,'mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , near mission and where no dogs are allowed ."
},
{
"id": 3,
"rdf-acts": [
"reqalts((_:result,near,'soma'))"
],
"speaker": "user",
"text": "what about near the soma"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,near,'soma or mission'))"
],
"speaker": "system",
"text": "sorry would you like it to be near soma or mission"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need phone whether doesn't allow dogs"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'pickwick hotel');(_:result,near,'soma');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "pickwick hotel is a nice place , where no dogs are allowed and it is near soma ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "can i have the address phone number please and does it have internet"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'85 5th st');(_:result,name,'pickwick hotel');(_:result,phone,'4154217500');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "pickwick hotel is a nice place , their address is 85 5th st and their phone number is 4154217500 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have internet"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'pickwick hotel');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "pickwick hotel is a nice hotel ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have internet"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,dogs_allowed,'no');(_:result,has_internet,'yes');(_:result,near,'soma');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 3 hotel -s with an internet connection near soma and where no dogs are allowed ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 14,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what area would you like"
},
{
"id": 15,
"rdf-acts": [
"ack()",
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you goodbye"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 416 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/f7133cea"
],
[
"_:result/f7133cea",
"dogs_allowed",
"no"
],
[
"_:result/f7133cea",
"near",
"mission"
],
[
"_:result/f7133cea",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/f7133cea"
],
[
"_:result/f7133cea",
"dogs_allowed",
"no"
],
[
"_:result/f7133cea",
"near",
"mission"
],
[
"_:result/f7133cea",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"near",
"soma or mission"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/f7133cea"
],
[
"_:result/f7133cea",
"dogs_allowed",
"no"
],
[
"_:result/f7133cea",
"near",
"mission"
],
[
"_:result/f7133cea",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"pickwick hotel"
],
[
"_:result",
"near",
"soma"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/f7133cea"
],
[
"_:result/f7133cea",
"dogs_allowed",
"no"
],
[
"_:result/f7133cea",
"near",
"mission"
],
[
"_:result/f7133cea",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"near",
"soma"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"85 5th st"
],
[
"_:result",
"name",
"pickwick hotel"
],
[
"_:result",
"phone",
"4154217500"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/f7133cea"
],
[
"_:result/f7133cea",
"dogs_allowed",
"no"
],
[
"_:result/f7133cea",
"near",
"mission"
],
[
"_:result/f7133cea",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"near",
"soma"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"85 5th st"
],
[
"_:result",
"phone",
"4154217500"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"name",
"pickwick hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/f7133cea"
],
[
"_:result/f7133cea",
"dogs_allowed",
"no"
],
[
"_:result/f7133cea",
"near",
"mission"
],
[
"_:result/f7133cea",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"85 5th st"
],
[
"_:result",
"phone",
"4154217500"
],
[
"_:result",
"name",
"pickwick hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"soma"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/f7133cea"
],
[
"_:result/f7133cea",
"dogs_allowed",
"no"
],
[
"_:result/f7133cea",
"near",
"mission"
],
[
"_:result/f7133cea",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"address",
"85 5th st"
],
[
"_:result",
"phone",
"4154217500"
],
[
"_:result",
"name",
"pickwick hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"soma"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/f7133cea"
],
[
"_:result/f7133cea",
"dogs_allowed",
"no"
],
[
"_:result/f7133cea",
"near",
"mission"
],
[
"_:result/f7133cea",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"address",
"85 5th st"
],
[
"_:result",
"phone",
"4154217500"
],
[
"_:result",
"name",
"pickwick hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"soma"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'monterey heights');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in monterey heights"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'monterey heights');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of monterey heights ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'mission district');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "is there a place in mission district"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'mission district');(_:result,name,'the inn san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the inn san francisco is a nice place it is in the area of mission district ."
},
{
"id": 5,
"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": 6,
"rdf-acts": [
"inform((_:result,address,'943 s van ness ave');(_:result,name,'the inn san francisco');(_:result,phone,'4156410188');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the inn san francisco is a nice place , their address is 943 s van ness ave , their phone number is 4156410188 and it is in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 49 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"monterey heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/01236ae4"
],
[
"_:result/01236ae4",
"area",
"monterey heights"
],
[
"_:result/01236ae4",
"type",
"Hotel"
],
[
"_:search",
"area",
"mission district"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/01236ae4"
],
[
"_:result/01236ae4",
"area",
"monterey heights"
],
[
"_:result/01236ae4",
"type",
"Hotel"
],
[
"_:search",
"area",
"mission district"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"mission district"
],
[
"_:result",
"name",
"the inn san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/01236ae4"
],
[
"_:result/01236ae4",
"area",
"monterey heights"
],
[
"_:result/01236ae4",
"type",
"Hotel"
],
[
"_:search",
"area",
"mission district"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"mission district"
],
[
"_:result",
"address",
"943 s van ness ave"
],
[
"_:result",
"name",
"the inn san francisco"
],
[
"_:result",
"phone",
"4156410188"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/01236ae4"
],
[
"_:result/01236ae4",
"area",
"monterey heights"
],
[
"_:result/01236ae4",
"type",
"Hotel"
],
[
"_:search",
"area",
"mission district"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"mission district"
],
[
"_:result",
"address",
"943 s van ness ave"
],
[
"_:result",
"name",
"the inn san francisco"
],
[
"_:result",
"phone",
"4156410188"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,food,'cantonese');(_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))",
"affirm()"
],
"speaker": "user",
"text": "i want to find a restaurant good for dinner that serves cantonese food does not sure"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'cantonese');(_:result,good_for_meal,'dinner');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place , it is good for dinner and it serves cantonese food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "doesn't allow children"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,food,'cantonese');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'no');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than hakkasan serving cantonese food , where no child -s are allowed and good for dinner ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'1 kearny street');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place their address is 1 kearny street ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'hakkasan');(_:result,phone,'4158298148');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place their phone number is 4158298148 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'hayes valley or financial district');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place , it is in the area of hayes valley and it is in the area of financial district ."
},
{
"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": ""
}
] | 1214 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"phone",
"4158298148"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_:result",
"phone",
"4158298148"
],
[
"_:result",
"area",
"hayes valley or financial district"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_: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",
"cantonese"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_:result",
"phone",
"4158298148"
],
[
"_:result",
"area",
"hayes valley or financial district"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_: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": [
"affirm()",
"inform((_:search,near,'north beach telegraph hill');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hi yes i'm looking for a hotel near north beach telegraph hill"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'sheraton fisherman 7s wharf hotel');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sheraton fisherman 7s wharf hotel is a nice place it is near north beach telegraph hill ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they allow la"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'the wharf inn');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the wharf inn is a nice place , it is near north beach telegraph hill and where dogs are allowed ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i've no dogs wow"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'sheraton fisherman 7s wharf hotel');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sheraton fisherman 7s wharf hotel is a nice place it is near north beach telegraph hill ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "that is not allow dogs"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'sheraton fisherman 7s wharf hotel');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sheraton fisherman 7s wharf hotel is a nice place it is near north beach telegraph hill ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i would like a place that does not allow dogs"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place , it is near north beach telegraph hill and where no dogs are allowed ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "and what is the phone number and postcode please"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'casa melissa');(_:result,phone,'4152257377');(_:result,postcode,'94133');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place , their phone number is 4152257377 and their postcode is 94133 ."
},
{
"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": ""
}
] | 78 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"sheraton fisherman 7s wharf hotel"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the wharf inn"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"sheraton fisherman 7s wharf hotel"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"sheraton fisherman 7s wharf hotel"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_: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",
"north beach telegraph hill"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"phone",
"4152257377"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"phone",
"4152257377"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"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 would like to know the name address"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 3,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no price range"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,dogs_allowed,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no preference"
},
{
"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": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,count,'182');(_:result,dogs_allowed,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 182 hotel -s if you do not care whether dogs are allowed ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 10,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what area would you like ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "the j"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,count,'182');(_:result,dogs_allowed,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 182 hotel -s if you do not care whether dogs are allowed ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 14,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what area would you like ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "don't care"
},
{
"id": 16,
"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": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you and goodbye"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 525 | [
{
"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"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"dogs_allowed",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"dogs_allowed",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"dogs_allowed",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"dogs_allowed",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,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/64f46099"
],
[
"_:result/64f46099",
"area",
"inset"
],
[
"_:result/64f46099",
"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/64f46099"
],
[
"_:result/64f46099",
"area",
"inset"
],
[
"_:result/64f46099",
"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/64f46099"
],
[
"_:result/64f46099",
"area",
"inset"
],
[
"_:result/64f46099",
"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/64f46099"
],
[
"_:result/64f46099",
"area",
"inset"
],
[
"_:result/64f46099",
"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/64f46099"
],
[
"_:result/64f46099",
"area",
"inset"
],
[
"_:result/64f46099",
"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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'vegetarian');(_:search,kids_allowed,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a cheap restaurant that serves vegetarian food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'vegetarian');(_:result,kids_allowed,'yes');(_:result,name,'lucky creation restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice place , where child -s are allowed , it serves vegetarian food and it is in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'854 washington street');(_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice place their address is 854 washington street ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the postcode"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'lucky creation restaurant');(_:result,postcode,'94108');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice place their postcode is 94108 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the name"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice restaurant ."
},
{
"id": 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": ""
}
] | 265 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_: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",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"postcode",
"94108"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"postcode",
"94108"
],
[
"_:result",
"name",
"lucky creation 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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"postcode",
"94108"
],
[
"_:result",
"name",
"lucky creation 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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,accepts_credit_cards,'false');(_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in expensive price range it doesn't accept credit cards"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,accepts_credit_cards,'no');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , where no credit card -s are accepted and in the pricey price range ."
},
{
"id": 3,
"rdf-acts": [
"ack()"
],
"speaker": "user",
"text": "okay um"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "let me confirm , you are looking for a hotel in the pricey price range right ?"
},
{
"id": 5,
"rdf-acts": [
"negate()",
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "no i'm looking for an expensive hotel"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,accepts_credit_cards,'no');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , in the pricey price range and where no credit card -s are accepted ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 551 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"false"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"false"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/594da02a"
],
[
"_:result/594da02a",
"accepts_credit_cards",
"no"
],
[
"_:result/594da02a",
"pricerange",
"pricey"
],
[
"_:result/594da02a",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"false"
],
[
"_:system",
"canthelp",
"_:result/594da02a"
],
[
"_:result/594da02a",
"accepts_credit_cards",
"no"
],
[
"_:result/594da02a",
"pricerange",
"pricey"
],
[
"_:result/594da02a",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"false"
],
[
"_:system",
"canthelp",
"_:result/594da02a"
],
[
"_:result/594da02a",
"accepts_credit_cards",
"no"
],
[
"_:result/594da02a",
"pricerange",
"pricey"
],
[
"_:result/594da02a",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/6885d031"
],
[
"_:result/6885d031",
"accepts_credit_cards",
"no"
],
[
"_:result/6885d031",
"pricerange",
"pricey"
],
[
"_:result/6885d031",
"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,food,'new american');(_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced restaurant that serves new american food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'new american');(_:result,kids_allowed,'yes');(_:result,name,'orexi');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "orexi is a nice place , where child -s are allowed , it serves new american food and it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'new american');(_:result,kids_allowed,'yes');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s where child -s are allowed in the moderate price range and serving new american food ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "where would you like it to be near to"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,near,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'new american');(_:result,kids_allowed,'yes');(_:result,name,'original us restaurant');(_:result,near,'russian hill');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice place , it is in the moderate price range , it serves new american food , where child -s are allowed and it is near russian hill ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the name address phone number and post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'original us restaurant');(_:result,postcode,'94133');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice place their postcode is 94133 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'515 columbus avenue');(_:result,name,'original us restaurant');(_:result,phone,'4153975200');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice place , their address is 515 columbus avenue and their phone number is 4153975200 ."
},
{
"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": ""
}
] | 2200 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"orexi"
],
[
"_: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",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"orexi"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"orexi"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"address",
"515 columbus avenue"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"phone",
"4153975200"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"address",
"515 columbus avenue"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"phone",
"4153975200"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,near,'marina cow hollow');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "uh how to near marina cow hollow that doesn't allow dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'hotel stratford');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel stratford is a nice place where no dogs are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'242 powell st');(_:result,name,'hotel stratford');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel stratford is a nice place their address is 242 powell 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": ""
}
] | 318 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"marina cow hollow"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"marina cow hollow"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"hotel stratford"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"marina cow hollow"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"address",
"242 powell st"
],
[
"_:result",
"name",
"hotel stratford"
],
[
"_: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",
"false"
],
[
"_:search",
"near",
"marina cow hollow"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"address",
"242 powell st"
],
[
"_:result",
"name",
"hotel stratford"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,near,'marina cow hollow');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel near 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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'little osaka');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find an expensive restaurant in in the area of little osaka"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'little osaka');(_:result,name,'kiss seafood');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kiss seafood is a nice place , it is in the area of little osaka and it is in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'1700 laguna street');(_:result,name,'kiss seafood');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kiss seafood is a nice place their address is 1700 laguna street ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what type of food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'sushi or japanese');(_:result,name,'kiss seafood');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kiss seafood is a nice place , it serves sushi food and it serves japanese food ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 3307 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"little osaka"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"little osaka"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"little osaka"
],
[
"_:result",
"name",
"kiss seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"little osaka"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"little osaka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"1700 laguna street"
],
[
"_:result",
"name",
"kiss seafood"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"little osaka"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"little osaka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"1700 laguna street"
],
[
"_:result",
"food",
"sushi or japanese"
],
[
"_:result",
"name",
"kiss seafood"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"little osaka"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"little osaka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"1700 laguna street"
],
[
"_:result",
"food",
"sushi or japanese"
],
[
"_:result",
"name",
"kiss seafood"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"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,'brasseries');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced restaurant that serves brasseries food and good for dinner"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'brasseries');(_:result,good_for_meal,'dinner');(_:result,name,'marlowe');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "marlowe is a nice place , it serves brasseries food , it is good for dinner and it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the me that address and telephone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'marlowe');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "marlowe is a nice restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'330 townsend street suite 101');(_:result,name,'marlowe');(_:result,phone,'4159745599');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "marlowe is a nice place , their address is 330 townsend street suite 101 and their phone number is 4159745599 ."
},
{
"id": 7,
"rdf-acts": [
"confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "do they allow children"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'marlowe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "marlowe is a nice place where no child -s are allowed ."
},
{
"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": ""
}
] | 2398 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"marlowe"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"marlowe"
],
[
"_:result",
"type",
"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",
"brasseries"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"330 townsend street suite 101"
],
[
"_:result",
"name",
"marlowe"
],
[
"_:result",
"phone",
"4159745599"
],
[
"_:result",
"kids_allowed",
"true"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"330 townsend street suite 101"
],
[
"_:result",
"phone",
"4159745599"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"marlowe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"330 townsend street suite 101"
],
[
"_:result",
"phone",
"4159745599"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"marlowe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that serves tex food and our children"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'239');(_:result,pricerange,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 239 restaurant -s if you do not care about the price range ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what area would you like ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that serves tex food and doesn't allow children"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'buffets');(_:result,kids_allowed,'no');(_:result,name,'espetus churrascaria');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "espetus churrascaria is a nice place , it serves buffets food , where no child -s are allowed and it is in the expensive price range ."
},
{
"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,'espetus churrascaria');(_:result,phone,'4155528792');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "espetus churrascaria is a nice place their phone number is 4155528792 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'1686 market street');(_:result,name,'espetus churrascaria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "espetus churrascaria is a nice place their address is 1686 market street ."
},
{
"id": 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": ""
}
] | 3282 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"buffets"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"espetus churrascaria"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"buffets"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"espetus churrascaria"
],
[
"_:result",
"phone",
"4155528792"
],
[
"_: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",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"buffets"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"4155528792"
],
[
"_:result",
"address",
"1686 market street"
],
[
"_:result",
"name",
"espetus churrascaria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"buffets"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"4155528792"
],
[
"_:result",
"address",
"1686 market street"
],
[
"_:result",
"name",
"espetus churrascaria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "unrecognizable"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'washington square inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "washington square inn is a nice place it has internet ."
},
{
"id": 3,
"rdf-acts": [
"affirm()",
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes uh away that thailand that has internet connection"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'casa loma hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa loma hotel is a nice place it has internet ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "location"
},
{
"id": 6,
"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": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "don't care"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'casa loma hotel');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "casa loma hotel is a nice hotel ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "near by the way"
},
{
"id": 12,
"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 and if you do not care about the price range ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 14,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what area would you like"
},
{
"id": 15,
"rdf-acts": [
"affirm()",
"bye()"
],
"speaker": "user",
"text": "yes that way enough thailand"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 188 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"washington square inn"
],
[
"_: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",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"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",
"name",
"casa loma hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_: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",
"has_internet",
"true"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_: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,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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",
"address",
"?"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
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": [],
"speaker": "user",
"text": "restaurant near"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it allow children"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'94');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 94 restaurant -s where child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what area would you like ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "does not allow children"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'franchino');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "franchino is a nice place where no child -s are allowed ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,count,'135');(_:result,kids_allowed,'no');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 135 restaurant -s where no child -s are allowed ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 12,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what area would you like ?"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2697 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"94"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"94"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"94"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"franchino"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"franchino"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"135"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:result",
"name",
"franchino"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"135"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:result",
"name",
"franchino"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"135"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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,'potrero hill');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a moderately priced restaurant that allows children near potrero hill"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_: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 in the moderate price range , it is near potrero hill and where child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "food"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:result,near,'potrero hill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "did you say you are looking for a restaurant near potrero hill ?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'pera');(_:result,near,'potrero hill');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pera is a nice place , where child -s are allowed , it is in the moderate price range and it is near potrero hill ."
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:result,near,'potrero hill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "did you say you are looking for a restaurant near potrero hill ?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,kids_allowed,'yes');(_:result,name,'aperto restaurant and pera');(_:result,near,'potrero hill');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than aperto restaurant and pera where child -s are allowed , in the moderate price range and near potrero hill ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address phone number and post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'1457 18th street');(_:result,name,'pera');(_:result,phone,'4157963812');(_:result,postcode,'94107');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pera is a nice place , their phone number is 4157963812 , their postcode is 94107 and their address is 1457 18th street ."
},
{
"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": ""
}
] | 2089 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"potrero hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"potrero hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"aperto restaurant"
],
[
"_:result",
"near",
"potrero hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"potrero hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"aperto restaurant"
],
[
"_:result",
"near",
"potrero hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"potrero hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"pera"
],
[
"_:result",
"near",
"potrero hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"potrero hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"pera"
],
[
"_:result",
"near",
"potrero hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"potrero hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"aperto restaurant and pera"
],
[
"_:result",
"near",
"potrero hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"potrero hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"potrero hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1457 18th street"
],
[
"_:result",
"name",
"pera"
],
[
"_:result",
"phone",
"4157963812"
],
[
"_:result",
"postcode",
"94107"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"potrero hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"potrero hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1457 18th street"
],
[
"_:result",
"name",
"pera"
],
[
"_:result",
"phone",
"4157963812"
],
[
"_:result",
"postcode",
"94107"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"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,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i want to find a hotel that is in the inner sunset"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'inner sunset');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of inner sunset ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "and has uh an internet connection as well"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'inner sunset');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of inner sunset ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,near,'inner sunset');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does it is there a place near the inner sunset that has an internet connection"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'carl hotel');(_:result,near,'inner sunset');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "carl hotel is a nice place it is near inner sunset ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "what is the name address and phone number of that hotel"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'carl hotel');(_:result,near,'inner sunset');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "carl hotel is a nice place , it is near inner sunset and it has internet ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "what is the address and phone number of that hotel"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'198 carl st');(_:result,name,'carl hotel');(_:result,phone,'4156615679');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "carl hotel is a nice place , their address is 198 carl st and their phone number is 4156615679 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you that's fine good bye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 454 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/9c276a34"
],
[
"_:result/9c276a34",
"area",
"inner sunset"
],
[
"_:result/9c276a34",
"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",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/9c276a34"
],
[
"_:result/9c276a34",
"area",
"inner sunset"
],
[
"_:result/9c276a34",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/5ec2e69e"
],
[
"_:result/5ec2e69e",
"area",
"inner sunset"
],
[
"_:result/5ec2e69e",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/9c276a34"
],
[
"_:result/9c276a34",
"area",
"inner sunset"
],
[
"_:result/9c276a34",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/5ec2e69e"
],
[
"_:result/5ec2e69e",
"area",
"inner sunset"
],
[
"_:result/5ec2e69e",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/9c276a34"
],
[
"_:result/9c276a34",
"area",
"inner sunset"
],
[
"_:result/9c276a34",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/5ec2e69e"
],
[
"_:result/5ec2e69e",
"area",
"inner sunset"
],
[
"_:result/5ec2e69e",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/9c276a34"
],
[
"_:result/9c276a34",
"area",
"inner sunset"
],
[
"_:result/9c276a34",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/5ec2e69e"
],
[
"_:result/5ec2e69e",
"area",
"inner sunset"
],
[
"_:result/5ec2e69e",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"address",
"198 carl st"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"phone",
"4156615679"
],
[
"_: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",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/9c276a34"
],
[
"_:result/9c276a34",
"area",
"inner sunset"
],
[
"_:result/9c276a34",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/5ec2e69e"
],
[
"_:result/5ec2e69e",
"area",
"inner sunset"
],
[
"_:result/5ec2e69e",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"address",
"198 carl st"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"phone",
"4156615679"
],
[
"_: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,'presidio heights');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a expensive restaurant near presidio heights"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'spruce');(_:result,near,'presidio heights');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "spruce is a nice place , it is in the expensive price range and it is near presidio heights ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their address and phone number"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the area"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'hayes valley or presidio heights');(_:result,name,'spruce');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "spruce is a nice place , it is in the area of hayes valley and it is in the area of presidio heights ."
},
{
"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": ""
}
] | 952 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"presidio heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"presidio heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"spruce"
],
[
"_:result",
"near",
"presidio heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"presidio heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"presidio heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"3640 sacramento street"
],
[
"_:result",
"name",
"spruce"
],
[
"_:result",
"phone",
"4159315100"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"presidio heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"presidio heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"3640 sacramento street"
],
[
"_:result",
"phone",
"4159315100"
],
[
"_:result",
"area",
"hayes valley or presidio heights"
],
[
"_: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",
"near",
"presidio heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"presidio heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"3640 sacramento street"
],
[
"_:result",
"phone",
"4159315100"
],
[
"_:result",
"area",
"hayes valley or presidio heights"
],
[
"_: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 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,'asian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a expensive asian food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'asian');(_:result,name,'chaya brasserie');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chaya brasserie is a nice place , it is in the expensive price range and it serves asian food ."
},
{
"id": 3,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'chaya brasserie');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "chaya brasserie is a nice restaurant ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'cafes');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive cafe"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,food,'asian or cafes'))"
],
"speaker": "system",
"text": "sorry would you like asian or cafes food ?"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1103 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/1862b5fd"
],
[
"_:result/1862b5fd",
"food",
"asian"
],
[
"_:result/1862b5fd",
"name",
"chaya brasserie"
],
[
"_:result/1862b5fd",
"pricerange",
"expensive"
],
[
"_:result/1862b5fd",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/1862b5fd"
],
[
"_:result/1862b5fd",
"food",
"asian"
],
[
"_:result/1862b5fd",
"name",
"chaya brasserie"
],
[
"_:result/1862b5fd",
"pricerange",
"expensive"
],
[
"_:result/1862b5fd",
"type",
"Restaurant"
],
[
"_:result",
"name",
"chaya brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"cafes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/1862b5fd"
],
[
"_:result/1862b5fd",
"food",
"asian"
],
[
"_:result/1862b5fd",
"name",
"chaya brasserie"
],
[
"_:result/1862b5fd",
"pricerange",
"expensive"
],
[
"_:result/1862b5fd",
"type",
"Restaurant"
],
[
"_:result",
"name",
"chaya brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"cafes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian or cafes"
],
[
"_: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"
],
[
"_:user",
"denied",
"_:result/1862b5fd"
],
[
"_:result/1862b5fd",
"food",
"asian"
],
[
"_:result/1862b5fd",
"name",
"chaya brasserie"
],
[
"_:result/1862b5fd",
"pricerange",
"expensive"
],
[
"_:result/1862b5fd",
"type",
"Restaurant"
],
[
"_:result",
"name",
"chaya brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"cafes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian or cafes"
],
[
"_: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": "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": [
"ack()",
"negate()",
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "ok um no i'd like to find a hotel"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "um connection that allows dogs"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'the fairmont san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the fairmont san francisco is a nice place where dogs are allowed ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "um i i would like it to allow dogs"
},
{
"id": 6,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "i need the phone number please"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,count,'22');(_:result,dogs_allowed,'yes');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 22 hotel -s where dogs are allowed ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 10,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,near,'north beach telegraph hill');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "um north beach telegraph hill"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'the wharf inn');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the wharf inn is a nice place , it is near north beach telegraph hill and where dogs are allowed ."
},
{
"id": 13,
"rdf-acts": [
"affirm()",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "yes may i have the phone number please and post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'the wharf inn');(_:result,phone,'4156737411');(_:result,postcode,'94133');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the wharf inn is a nice place , their phone number is 4156737411 and their postcode is 94133 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 299 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the wharf inn"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"22"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"the wharf inn"
],
[
"_:result",
"phone",
"4156737411"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"22"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"the wharf inn"
],
[
"_:result",
"phone",
"4156737411"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant in the duboce triangle that is close for brunch"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,good_for_meal,'brunch');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s good for brunch ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,good_for_meal,'brunch');(_:result,name,'red door cafe');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "red door cafe is a nice place , it is in the cheap price range and it is good for brunch ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "what is the"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,good_for_meal,'brunch');(_:result,name,'red door cafe');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than red door cafe in the cheap price range and good for brunch ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,good_for_meal,'brunch');(_:result,name,'red door cafe');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than red door cafe in the cheap price range and good for brunch ."
},
{
"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": ""
}
] | 695 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"name",
"red door cafe"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"name",
"red door cafe"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"good_for_meal",
"brunch"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"1608 bush street"
],
[
"_:result",
"name",
"red door cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"1608 bush street"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"name",
"red door cafe"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"1608 bush street"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"name",
"red door cafe"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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": [
"affirm()",
"inform((_:search,near,'north beach telegraph hill');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "uh yes i'm looking for a hotel near north beach telegraph hill that does not allow"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'hyatt fisherman 7s wharf');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hyatt fisherman 7s wharf is a nice place it is near north beach telegraph hill ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,dogs_allowed,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it allow dogs"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 13 hotel -s near north beach telegraph hill ."
},
{
"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": [],
"speaker": "user",
"text": "i'm looking for one that does not allow dog"
},
{
"id": 8,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 9,
"rdf-acts": [
"affirm()",
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "yes i need a hotel that does not allow dogs"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place , where no dogs are allowed and it is near north beach telegraph hill ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place , where no dogs are allowed and it is near north beach telegraph hill ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "and the phone number and address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'615 union st');(_:result,name,'casa melissa');(_:result,phone,'4152257377');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place , their address is 615 union st and their phone number is 4152257377 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you and goodbye"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 273 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"hyatt fisherman 7s wharf"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"hyatt fisherman 7s wharf"
],
[
"_:result",
"dogs_allowed",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_: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",
"north beach telegraph hill"
],
[
"_:result",
"name",
"hyatt fisherman 7s wharf"
],
[
"_:result",
"dogs_allowed",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"hyatt fisherman 7s wharf"
],
[
"_:result",
"dogs_allowed",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_: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",
"near",
"north beach telegraph hill"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"north beach telegraph hill"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"address",
"615 union st"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"phone",
"4152257377"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"north beach telegraph hill"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"address",
"615 union st"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"phone",
"4152257377"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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": [
"affirm()"
],
"speaker": "user",
"text": "uh yes i'm looking for a child new hi i do not care"
},
{
"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": [],
"speaker": "user",
"text": "near by hi"
},
{
"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": [],
"speaker": "user",
"text": "near by heights"
},
{
"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,accepts_credit_cards,'true');(_:search,dogs_allowed,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i do not care that takes credit cards"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,dogs_allowed,'none');(_:result,name,'hotel vitale');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel vitale is a nice place , i do not know if it allows dogs and it accepts credit card -s ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'hotel vitale');(_:result,phone,'4152783700');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel vitale is a nice place their phone number is 4152783700 ."
},
{
"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": ""
}
] | 272 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_: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",
"?"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"dogs_allowed",
"none"
],
[
"_:result",
"name",
"hotel vitale"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"dogs_allowed",
"none"
],
[
"_:result",
"name",
"hotel vitale"
],
[
"_:result",
"phone",
"4152783700"
],
[
"_: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",
"accepts_credit_cards",
"true"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"dogs_allowed",
"none"
],
[
"_:result",
"name",
"hotel vitale"
],
[
"_:result",
"phone",
"4152783700"
],
[
"_: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": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "sorry about food"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows child -s ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "allows children"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'enjoy vegetarian restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "enjoy vegetarian restaurant is a nice place where child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately moderately priced"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'chow');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chow is a nice place , it is in the moderate price range and where child -s are allowed ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "allright can i get the phone number and address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'215 church street');(_:result,name,'chow');(_:result,phone,'4155522469');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chow is a nice place , their address is 215 church street and their phone number is 4155522469 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where is it near you'll"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'chow');(_:result,near,'castro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chow is a nice place it is near castro ."
},
{
"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": ""
}
] | 196 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"enjoy vegetarian restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"chow"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"215 church street"
],
[
"_:result",
"name",
"chow"
],
[
"_:result",
"phone",
"4155522469"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"215 church street"
],
[
"_:result",
"phone",
"4155522469"
],
[
"_:result",
"name",
"chow"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"215 church street"
],
[
"_:result",
"phone",
"4155522469"
],
[
"_:result",
"name",
"chow"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'downtown');(_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a moderately priced restaurant in the downtown area that allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'downtown');(_:result,kids_allowed,'yes');(_:result,name,'borobudur restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "borobudur restaurant is a nice place , it is in the area of downtown , it is in the moderate price range and where child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'borobudur restaurant');(_:result,phone,'4157751512');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "borobudur restaurant is a nice place their phone number is 4157751512 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their address"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows child -s ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'700 post street');(_:result,name,'borobudur restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "borobudur restaurant is a nice place their address is 700 post street ."
},
{
"id": 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": ""
}
] | 3259 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"downtown"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"downtown"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"downtown"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"borobudur restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"downtown"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"downtown"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"borobudur restaurant"
],
[
"_:result",
"phone",
"4157751512"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"downtown"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"downtown"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"borobudur restaurant"
],
[
"_:result",
"phone",
"4157751512"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"kids_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"downtown"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"downtown"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"4157751512"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"700 post street"
],
[
"_:result",
"name",
"borobudur restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"downtown"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"downtown"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"4157751512"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"700 post street"
],
[
"_:result",
"name",
"borobudur restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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": "what dish"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what that serves afghan food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,food,'afghan');(_:result,good_for_meal,'lunch');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , good for lunch and serving afghan food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "lunch"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,food,'afghan');(_:result,good_for_meal,'lunch');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , serving afghan food and good for lunch ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))",
"request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'd like french food for lunch are children allowed"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'french');(_:result,good_for_meal,'lunch');(_:result,name,'restaurant ducroix');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant ducroix is a nice place , it serves french food and it is good for lunch ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it does not allow children"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,food,'french');(_:result,good_for_meal,'lunch');(_:result,kids_allowed,'no');(_:result,name,'restaurant ducroix');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than restaurant ducroix serving french food , good for lunch and where no child -s are allowed ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get their address phone number and the postcode"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'690 sacramento street');(_:result,kids_allowed,'no');(_:result,name,'restaurant ducroix');(_:result,phone,'4153917195');(_:result,postcode,'94111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "restaurant ducroix is a nice place , their phone number is 4153917195 , their postcode is 94111 , their address is 690 sacramento street and where no child -s are allowed ."
},
{
"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": ""
}
] | 1893 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"afghan"
],
[
"_:system",
"canthelp",
"_:result/344a6c53"
],
[
"_:result/344a6c53",
"food",
"afghan"
],
[
"_:result/344a6c53",
"good_for_meal",
"lunch"
],
[
"_:result/344a6c53",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:result/344a6c53"
],
[
"_:result/344a6c53",
"food",
"afghan"
],
[
"_:result/344a6c53",
"good_for_meal",
"lunch"
],
[
"_:result/344a6c53",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/aefac380"
],
[
"_:result/aefac380",
"food",
"afghan"
],
[
"_:result/aefac380",
"good_for_meal",
"lunch"
],
[
"_:result/aefac380",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:result/344a6c53"
],
[
"_:result/344a6c53",
"food",
"afghan"
],
[
"_:result/344a6c53",
"good_for_meal",
"lunch"
],
[
"_:result/344a6c53",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/aefac380"
],
[
"_:result/aefac380",
"food",
"afghan"
],
[
"_:result/aefac380",
"good_for_meal",
"lunch"
],
[
"_:result/aefac380",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:result",
"kids_allowed",
"?"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"restaurant ducroix"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:result/344a6c53"
],
[
"_:result/344a6c53",
"food",
"afghan"
],
[
"_:result/344a6c53",
"good_for_meal",
"lunch"
],
[
"_:result/344a6c53",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/aefac380"
],
[
"_:result/aefac380",
"food",
"afghan"
],
[
"_:result/aefac380",
"good_for_meal",
"lunch"
],
[
"_:result/aefac380",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"restaurant ducroix"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:result/344a6c53"
],
[
"_:result/344a6c53",
"food",
"afghan"
],
[
"_:result/344a6c53",
"good_for_meal",
"lunch"
],
[
"_:result/344a6c53",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/aefac380"
],
[
"_:result/aefac380",
"food",
"afghan"
],
[
"_:result/aefac380",
"good_for_meal",
"lunch"
],
[
"_:result/aefac380",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"address",
"690 sacramento street"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"restaurant ducroix"
],
[
"_:result",
"phone",
"4153917195"
],
[
"_:result",
"postcode",
"94111"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:result/344a6c53"
],
[
"_:result/344a6c53",
"food",
"afghan"
],
[
"_:result/344a6c53",
"good_for_meal",
"lunch"
],
[
"_:result/344a6c53",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/aefac380"
],
[
"_:result/aefac380",
"food",
"afghan"
],
[
"_:result/aefac380",
"good_for_meal",
"lunch"
],
[
"_:result/aefac380",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"address",
"690 sacramento street"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"restaurant ducroix"
],
[
"_:result",
"phone",
"4153917195"
],
[
"_:result",
"postcode",
"94111"
],
[
"_: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,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "in the moderately priced"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'san francisco inn civic center');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "san francisco inn civic center is a nice place it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'385 9th st');(_:result,name,'san francisco inn civic center');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "san francisco inn civic center is a nice place their address is 385 9th st ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they have internet"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'san francisco inn civic center');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "san francisco inn civic center is a nice place , it has internet and it is in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 516 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"san francisco inn civic center"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"385 9th st"
],
[
"_:result",
"name",
"san francisco inn civic center"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"385 9th st"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"san francisco inn civic center"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"385 9th st"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"san francisco inn civic center"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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": [
"ack()",
"inform((_:search,food,'cambodian');(_:search,good_for_meal,'lunch');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a restaurant good for lunch that serves cambodian food i don't care if they allow children"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,food,'cambodian');(_:result,good_for_meal,'lunch');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , good for lunch and serving cambodian food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'vegetarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there somewhere menu that serves vegetarian food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'vegetarian');(_:result,name,'ananda fuara');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ananda fuara is a nice place it serves vegetarian food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what meal do they serve"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch');(_:result,name,'ananda fuara');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ananda fuara is a nice place it is good for lunch ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and area"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'hayes valley or civic center');(_:result,name,'ananda fuara');(_:result,phone,'4156211994');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ananda fuara is a nice place , it is in the area of civic center , their phone number is 4156211994 and it is in the area of hayes valley ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 3144 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cambodian"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/070c4f45"
],
[
"_:result/070c4f45",
"food",
"cambodian"
],
[
"_:result/070c4f45",
"good_for_meal",
"lunch"
],
[
"_:result/070c4f45",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/070c4f45"
],
[
"_:result/070c4f45",
"food",
"cambodian"
],
[
"_:result/070c4f45",
"good_for_meal",
"lunch"
],
[
"_:result/070c4f45",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"name",
"ananda fuara"
],
[
"_: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",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/070c4f45"
],
[
"_:result/070c4f45",
"food",
"cambodian"
],
[
"_:result/070c4f45",
"good_for_meal",
"lunch"
],
[
"_:result/070c4f45",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"ananda fuara"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/070c4f45"
],
[
"_:result/070c4f45",
"food",
"cambodian"
],
[
"_:result/070c4f45",
"good_for_meal",
"lunch"
],
[
"_:result/070c4f45",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"area",
"hayes valley or civic center"
],
[
"_:result",
"name",
"ananda fuara"
],
[
"_:result",
"phone",
"4156211994"
],
[
"_: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",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/070c4f45"
],
[
"_:result/070c4f45",
"food",
"cambodian"
],
[
"_:result/070c4f45",
"good_for_meal",
"lunch"
],
[
"_:result/070c4f45",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"area",
"hayes valley or civic center"
],
[
"_:result",
"name",
"ananda fuara"
],
[
"_:result",
"phone",
"4156211994"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i 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/9db44622"
],
[
"_:result/9db44622",
"area",
"mission bay"
],
[
"_:result/9db44622",
"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/9db44622"
],
[
"_:result/9db44622",
"area",
"mission bay"
],
[
"_:result/9db44622",
"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/9db44622"
],
[
"_:result/9db44622",
"area",
"mission bay"
],
[
"_:result/9db44622",
"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/9db44622"
],
[
"_:result/9db44622",
"area",
"mission bay"
],
[
"_:result/9db44622",
"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/9db44622"
],
[
"_:result/9db44622",
"area",
"mission bay"
],
[
"_:result/9db44622",
"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 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,'indonesian');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that serves indonesian food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'indonesian');(_:result,kids_allowed,'yes');(_:result,name,'borobudur restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "borobudur restaurant is a nice place , it serves indonesian food and where child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'700 post street');(_:result,name,'borobudur restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "borobudur restaurant is a nice place their address is 700 post street ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'borobudur restaurant');(_:result,postcode,'94109');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "borobudur restaurant is a nice place their postcode is 94109 ."
},
{
"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": ""
}
] | 1418 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indonesian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"borobudur restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indonesian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"700 post street"
],
[
"_:result",
"name",
"borobudur restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indonesian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"700 post street"
],
[
"_:result",
"name",
"borobudur restaurant"
],
[
"_:result",
"postcode",
"94109"
],
[
"_: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",
"indonesian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indonesian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"700 post street"
],
[
"_:result",
"name",
"borobudur restaurant"
],
[
"_:result",
"postcode",
"94109"
],
[
"_: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,food,'spanish');(_:search,food,'steak');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "um spanish that serves steak"
},
{
"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": [
"negate()"
],
"speaker": "user",
"text": "um i don't know"
},
{
"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": [
"negate()"
],
"speaker": "user",
"text": "i don't know"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "um it doesn't matter"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:result,food,'steak');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "you are looking for a steak restaurant right ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "um i want no children there"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'tataki');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tataki is a nice place , it is in the cheap price range and where no child -s are allowed ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'2815 california street');(_:result,name,'tataki');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tataki is a nice place their address is 2815 california street ."
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "okay bye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1829 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"area",
"#"
],
[
"_:user",
"denied",
"_:search/d39f0196"
],
[
"_:search/d39f0196",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"area",
"#"
],
[
"_:user",
"denied",
"_:search/d39f0196"
],
[
"_:search/d39f0196",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ebfbe6a0"
],
[
"_:search/ebfbe6a0",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"area",
"#"
],
[
"_:user",
"denied",
"_:search/d39f0196"
],
[
"_:search/d39f0196",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ebfbe6a0"
],
[
"_:search/ebfbe6a0",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"area",
"#"
],
[
"_:user",
"denied",
"_:search/d39f0196"
],
[
"_:search/d39f0196",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ebfbe6a0"
],
[
"_:search/ebfbe6a0",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"area",
"#"
],
[
"_:user",
"denied",
"_:search/d39f0196"
],
[
"_:search/d39f0196",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ebfbe6a0"
],
[
"_:search/ebfbe6a0",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"tataki"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"food",
"spanish"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"area",
"#"
],
[
"_:user",
"denied",
"_:search/d39f0196"
],
[
"_:search/d39f0196",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ebfbe6a0"
],
[
"_:search/ebfbe6a0",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2815 california street"
],
[
"_:result",
"name",
"tataki"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"area",
"#"
],
[
"_:user",
"denied",
"_:search/d39f0196"
],
[
"_:search/d39f0196",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ebfbe6a0"
],
[
"_:search/ebfbe6a0",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2815 california street"
],
[
"_:result",
"name",
"tataki"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,pricerange,'inexpensive');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i need a cheap hotel that doesn't allow dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'grant hotel');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "grant hotel is a nice place , it is in the inexpensive price range and where no dogs are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'grant hotel');(_:result,phone,'4154217540');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "grant hotel is a nice place their phone number is 4154217540 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'hotel bijou');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel bijou is a nice place it is in the inexpensive price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they accept credit card"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,name,'hotel bijou');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel bijou is a nice place , 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": "what is their address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,name,'hotel bijou');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel bijou is a nice place , it is in the inexpensive price range and it accepts credit card -s ."
},
{
"id": 11,
"rdf-acts": [
"ack()",
"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": ""
}
] | 142 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"grant hotel"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"name",
"grant hotel"
],
[
"_:result",
"phone",
"4154217540"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"phone",
"4154217540"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"hotel bijou"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"phone",
"4154217540"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"hotel bijou"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"phone",
"4154217540"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"hotel bijou"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"phone",
"4154217540"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"hotel bijou"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the restaurant the area of mission terrace that is good for lunch"
},
{
"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": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i do not care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "is it"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 709 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"good_for_meal",
"lunch"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'outer mission');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hi i want to find a hotel in the area of outer mission i don't care whether it"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'outer mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of outer mission ."
},
{
"id": 3,
"rdf-acts": [
"reqalts((_:result,area,'outer parkside'))"
],
"speaker": "user",
"text": "what about in the area of outer parkside"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'outer parkside');(_:result,name,'ocean park motel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is in the area of outer parkside ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the phone number and post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'ocean park motel');(_:result,phone,'4155667020');(_:result,postcode,'94116');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place , their phone number is 4155667020 and their postcode is 94116 ."
},
{
"id": 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": ""
}
] | 90 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/4e77a70c"
],
[
"_:result/4e77a70c",
"area",
"outer mission"
],
[
"_:result/4e77a70c",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/4e77a70c"
],
[
"_:result/4e77a70c",
"area",
"outer mission"
],
[
"_:result/4e77a70c",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/4e77a70c"
],
[
"_:result/4e77a70c",
"area",
"outer mission"
],
[
"_:result/4e77a70c",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"postcode",
"94116"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/4e77a70c"
],
[
"_:result/4e77a70c",
"area",
"outer mission"
],
[
"_:result/4e77a70c",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"postcode",
"94116"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,near,'mission terrace');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what cheap restaurant near the mission terrace"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'a la turca restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "a la turca restaurant is a nice place it is in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"confirm((_:result,near,'mission terrace');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it near mission terrace"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'beijing restaurant');(_:result,near,'mission terrace');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "beijing restaurant is a nice place , it is in the cheap price range and it is near mission terrace ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'1801 alemany blvd');(_:result,name,'beijing restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "beijing restaurant is a nice place their address is 1801 alemany blvd ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'hayes valley or mission terrace');(_:result,name,'beijing restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "beijing restaurant is a nice place , it is in the area of hayes valley and it is in the area of mission terrace ."
},
{
"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": ""
}
] | 453 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"a la turca restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"1801 alemany blvd"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"1801 alemany blvd"
],
[
"_:result",
"area",
"hayes valley or mission terrace"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"1801 alemany blvd"
],
[
"_:result",
"area",
"hayes valley or mission terrace"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,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": [],
"speaker": "user",
"text": "mission bay"
},
{
"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": "mission bay"
},
{
"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,name,'mona lisa restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mona lisa restaurant is a nice place it is in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "for dinner"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "let me confirm , you are looking for a restaurant in the moderate price range right ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'mona lisa restaurant');(_:result,phone,'4159894917');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mona lisa restaurant is a nice place their phone number is 4159894917 ."
},
{
"id": 11,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "price"
},
{
"id": 12,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2267 | [
{
"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": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"mona lisa restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"mona lisa restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"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",
"near",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"mona lisa restaurant"
],
[
"_:result",
"phone",
"4159894917"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"mona lisa restaurant"
],
[
"_:result",
"phone",
"4159894917"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"mona lisa restaurant"
],
[
"_:result",
"phone",
"4159894917"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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()",
"deny((_:result,area,'little russia');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes code no in the area of little russia that's"
},
{
"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": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"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": [
"negate()"
],
"speaker": "user",
"text": "no no range with"
},
{
"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": [
"inform((_:search,has_internet,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no internet"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,has_internet,'no');(_:result,name,'kean hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "kean hotel is a nice place it does not have internet ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 97 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/92eb1cd7"
],
[
"_:result/92eb1cd7",
"area",
"little russia"
],
[
"_:result/92eb1cd7",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/92eb1cd7"
],
[
"_:result/92eb1cd7",
"area",
"little russia"
],
[
"_:result/92eb1cd7",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/f7a2a155"
],
[
"_:search/f7a2a155",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/92eb1cd7"
],
[
"_:result/92eb1cd7",
"area",
"little russia"
],
[
"_:result/92eb1cd7",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/f7a2a155"
],
[
"_:search/f7a2a155",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/92eb1cd7"
],
[
"_:result/92eb1cd7",
"area",
"little russia"
],
[
"_:result/92eb1cd7",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/f7a2a155"
],
[
"_:search/f7a2a155",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/92eb1cd7"
],
[
"_:result/92eb1cd7",
"area",
"little russia"
],
[
"_:result/92eb1cd7",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/f7a2a155"
],
[
"_:search/f7a2a155",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"name",
"kean hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/92eb1cd7"
],
[
"_:result/92eb1cd7",
"area",
"little russia"
],
[
"_:result/92eb1cd7",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/f7a2a155"
],
[
"_:search/f7a2a155",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"name",
"kean hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,near,'glen park');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant with indian there's near glen park"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,food,'indian');(_:result,near,'glen park');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , serving indian food and near glen park ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "north indian restaurant damn good for dinner"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,food,'indian');(_:result,near,'glen park');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , near glen park and serving indian food ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 956 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"near",
"glen park"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"glen park"
],
[
"_:system",
"canthelp",
"_:result/55b78446"
],
[
"_:result/55b78446",
"food",
"indian"
],
[
"_:result/55b78446",
"near",
"glen park"
],
[
"_:result/55b78446",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"glen park"
],
[
"_:system",
"canthelp",
"_:result/55b78446"
],
[
"_:result/55b78446",
"food",
"indian"
],
[
"_:result/55b78446",
"near",
"glen park"
],
[
"_:result/55b78446",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/3ed005ec"
],
[
"_:result/3ed005ec",
"food",
"indian"
],
[
"_:result/3ed005ec",
"near",
"glen park"
],
[
"_:result/3ed005ec",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like to find a cheap restaurant that serves cheap that allow children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'borgo');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "borgo is a nice place , it is in the cheap price range and where child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it serve"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'kim thanh restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kim thanh restaurant is a nice place , it is in the cheap price range and where child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no a restaurant serve peaks"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'pizza');(_:result,kids_allowed,'yes');(_:result,name,'source');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "source is a nice place , it serves pizza food , where child -s are allowed and it is in the cheap price range ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number and area"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'hayes valley or showplace square');(_:result,name,'source');(_:result,phone,'4158649000');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "source is a nice place , it is in the area of showplace square , their phone number is 4158649000 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": ""
}
] | 1811 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"borgo"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/8c1f0c67"
],
[
"_:result/8c1f0c67",
"kids_allowed",
"yes"
],
[
"_:result/8c1f0c67",
"name",
"kim thanh restaurant"
],
[
"_:result/8c1f0c67",
"pricerange",
"cheap"
],
[
"_:result/8c1f0c67",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/8c1f0c67"
],
[
"_:result/8c1f0c67",
"kids_allowed",
"yes"
],
[
"_:result/8c1f0c67",
"name",
"kim thanh restaurant"
],
[
"_:result/8c1f0c67",
"pricerange",
"cheap"
],
[
"_:result/8c1f0c67",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"source"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/8c1f0c67"
],
[
"_:result/8c1f0c67",
"kids_allowed",
"yes"
],
[
"_:result/8c1f0c67",
"name",
"kim thanh restaurant"
],
[
"_:result/8c1f0c67",
"pricerange",
"cheap"
],
[
"_:result/8c1f0c67",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"hayes valley or showplace square"
],
[
"_:result",
"name",
"source"
],
[
"_:result",
"phone",
"4158649000"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/8c1f0c67"
],
[
"_:result/8c1f0c67",
"kids_allowed",
"yes"
],
[
"_:result/8c1f0c67",
"name",
"kim thanh restaurant"
],
[
"_:result/8c1f0c67",
"pricerange",
"cheap"
],
[
"_:result/8c1f0c67",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"hayes valley or showplace square"
],
[
"_:result",
"name",
"source"
],
[
"_:result",
"phone",
"4158649000"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'basque');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant that serves basque food no children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'basque');(_:result,kids_allowed,'no');(_:result,name,'piperade');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "piperade is a nice place , it serves basque food and where no child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "more information"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'piperade');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "piperade is a nice restaurant ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately price"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'basque');(_:result,kids_allowed,'no');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s where no child -s are allowed in the moderate price range and serving basque food ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "where would you like it to be near to"
},
{
"id": 9,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "is there anything now"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'basque');(_:result,kids_allowed,'no');(_:result,name,'zarzuela');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "zarzuela is a nice place , it serves basque food , where no child -s are allowed and it is in the moderate price range ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "allows children"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:result,food,'basque');(_: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 basque food ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1095 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"basque"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"piperade"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:result",
"food",
"basque"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"piperade"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:result",
"name",
"piperade"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"basque"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_: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",
"basque"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:result",
"name",
"piperade"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"basque"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/a2916aeb"
],
[
"_:search/a2916aeb",
"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",
"basque"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/a2916aeb"
],
[
"_:search/a2916aeb",
"type",
"Restaurant"
],
[
"_:result",
"food",
"basque"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"zarzuela"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/a2916aeb"
],
[
"_:search/a2916aeb",
"type",
"Restaurant"
],
[
"_:result",
"food",
"basque"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"zarzuela"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/d2f4c6b4"
],
[
"_:result/d2f4c6b4",
"food",
"basque"
],
[
"_:result/d2f4c6b4",
"kids_allowed",
"yes"
],
[
"_:result/d2f4c6b4",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/a2916aeb"
],
[
"_:search/a2916aeb",
"type",
"Restaurant"
],
[
"_:result",
"food",
"basque"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"zarzuela"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/d2f4c6b4"
],
[
"_:result/d2f4c6b4",
"food",
"basque"
],
[
"_:result/d2f4c6b4",
"kids_allowed",
"yes"
],
[
"_:result/d2f4c6b4",
"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,area,'golden gate park');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i am looking for a hotel in the area of golden gate park"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'golden gate park');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of golden gate park ."
},
{
"id": 3,
"rdf-acts": [
"reqalts((_:result,area,'mastro'))"
],
"speaker": "user",
"text": "how about one in mastro"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'mastro');(_:result,name,'parker guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "parker guest house is a nice place it is in the area of mastro ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the price range phone number and address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'520 church st');(_:result,name,'parker guest house');(_:result,phone,'4156213222');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "parker guest house is a nice place , their address is 520 church st , their phone number is 4156213222 and it is in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 222 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"golden gate park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"golden gate park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/cfa04e34"
],
[
"_:result/cfa04e34",
"area",
"golden gate park"
],
[
"_:result/cfa04e34",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"golden gate park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/cfa04e34"
],
[
"_:result/cfa04e34",
"area",
"golden gate park"
],
[
"_:result/cfa04e34",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"mastro"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"golden gate park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/cfa04e34"
],
[
"_:result/cfa04e34",
"area",
"golden gate park"
],
[
"_:result/cfa04e34",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"mastro"
],
[
"_:result",
"address",
"520 church st"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"phone",
"4156213222"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"golden gate park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/cfa04e34"
],
[
"_:result/cfa04e34",
"area",
"golden gate park"
],
[
"_:result/cfa04e34",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"mastro"
],
[
"_:result",
"address",
"520 church st"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"phone",
"4156213222"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "i'm looking for a restaurant in any well that serves world food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1436 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
}
] |
[
{
"id": 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,'cayuga terrace');(_:search,dogs_allowed,'false');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hi i'm looking for a hotel in the area of cayuga terrace that doesn't allow dogs"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'cayuga terrace');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of cayuga terrace ."
},
{
"id": 3,
"rdf-acts": [
"ack()",
"inform((_:search,area,'cole valley');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "okay how about a similar please in the area of cole valley"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'cole valley');(_:result,name,'carl hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "carl hotel is a nice place it is in the area of cole valley ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they allow dogs"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'cole valley');(_:result,dogs_allowed,'yes');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , in the area of cole valley and where dogs are allowed ."
},
{
"id": 7,
"rdf-acts": [
"ack()",
"inform((_:search,area,'cole valley');(_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "okay i'm looking for a place in cole valley that doesn't allow dogs"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'cole valley');(_:result,name,'carl hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "carl hotel is a nice place it is in the area of cole valley ."
},
{
"id": 9,
"rdf-acts": [
"ack()",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "okay i have the address phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'198 carl st');(_:result,name,'carl hotel');(_:result,phone,'4156615679');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "carl hotel is a nice place , their address is 198 carl st and their phone number is 4156615679 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they accept credit cards"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,area,'cole valley');(_:result,name,'carl hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "carl hotel is a nice place , it accepts credit card -s and it is in the area of cole valley ."
},
{
"id": 13,
"rdf-acts": [
"ack()",
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you good bye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 415 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"cayuga terrace"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:system",
"canthelp",
"_:result/b342da43"
],
[
"_:result/b342da43",
"area",
"cayuga terrace"
],
[
"_:result/b342da43",
"type",
"Hotel"
],
[
"_:search",
"area",
"cole valley"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/b342da43"
],
[
"_:result/b342da43",
"area",
"cayuga terrace"
],
[
"_:result/b342da43",
"type",
"Hotel"
],
[
"_:search",
"area",
"cole valley"
],
[
"_:result",
"area",
"cole valley"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/b342da43"
],
[
"_:result/b342da43",
"area",
"cayuga terrace"
],
[
"_:result/b342da43",
"type",
"Hotel"
],
[
"_:result",
"area",
"cole valley"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/200bc6fd"
],
[
"_:result/200bc6fd",
"area",
"cole valley"
],
[
"_:result/200bc6fd",
"dogs_allowed",
"yes"
],
[
"_:result/200bc6fd",
"type",
"Hotel"
],
[
"_:search",
"area",
"cole valley"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_: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/b342da43"
],
[
"_:result/b342da43",
"area",
"cayuga terrace"
],
[
"_:result/b342da43",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/200bc6fd"
],
[
"_:result/200bc6fd",
"area",
"cole valley"
],
[
"_:result/200bc6fd",
"dogs_allowed",
"yes"
],
[
"_:result/200bc6fd",
"type",
"Hotel"
],
[
"_:search",
"area",
"cole valley"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"cole valley"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/b342da43"
],
[
"_:result/b342da43",
"area",
"cayuga terrace"
],
[
"_:result/b342da43",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/200bc6fd"
],
[
"_:result/200bc6fd",
"area",
"cole valley"
],
[
"_:result/200bc6fd",
"dogs_allowed",
"yes"
],
[
"_:result/200bc6fd",
"type",
"Hotel"
],
[
"_:search",
"area",
"cole valley"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"area",
"cole valley"
],
[
"_:result",
"address",
"198 carl st"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"phone",
"4156615679"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/b342da43"
],
[
"_:result/b342da43",
"area",
"cayuga terrace"
],
[
"_:result/b342da43",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/200bc6fd"
],
[
"_:result/200bc6fd",
"area",
"cole valley"
],
[
"_:result/200bc6fd",
"dogs_allowed",
"yes"
],
[
"_:result/200bc6fd",
"type",
"Hotel"
],
[
"_:search",
"area",
"cole valley"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"address",
"198 carl st"
],
[
"_:result",
"phone",
"4156615679"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"area",
"cole valley"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/b342da43"
],
[
"_:result/b342da43",
"area",
"cayuga terrace"
],
[
"_:result/b342da43",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/200bc6fd"
],
[
"_:result/200bc6fd",
"area",
"cole valley"
],
[
"_:result/200bc6fd",
"dogs_allowed",
"yes"
],
[
"_:result/200bc6fd",
"type",
"Hotel"
],
[
"_:search",
"area",
"cole valley"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"address",
"198 carl st"
],
[
"_:result",
"phone",
"4156615679"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"area",
"cole valley"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "restaurant the area"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'bistro central parc');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bistro central parc is a nice place it is in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'bistro central parc');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "bistro central parc is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1529 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/0372e350"
],
[
"_:result/0372e350",
"name",
"bistro central parc"
],
[
"_:result/0372e350",
"pricerange",
"moderate"
],
[
"_:result/0372e350",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/0372e350"
],
[
"_:result/0372e350",
"name",
"bistro central parc"
],
[
"_:result/0372e350",
"pricerange",
"moderate"
],
[
"_:result/0372e350",
"type",
"Restaurant"
],
[
"_:result",
"name",
"bistro central parc"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/0372e350"
],
[
"_:result/0372e350",
"name",
"bistro central parc"
],
[
"_:result/0372e350",
"pricerange",
"moderate"
],
[
"_:result/0372e350",
"type",
"Restaurant"
],
[
"_:result",
"name",
"bistro central parc"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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": "can you restaurant good for dinner that allows children 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": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'mela tandoori kitchen');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "mela tandoori kitchen is a nice restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'536 golden gate avenue');(_:result,name,'mela tandoori kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mela tandoori kitchen is a nice place their address is 536 golden gate avenue ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'mela tandoori kitchen');(_:result,near,'civic center');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than mela tandoori kitchen good for dinner , near civic center and where child -s are allowed ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'mela tandoori kitchen');(_:result,postcode,'94102');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mela tandoori kitchen is a nice place their postcode is 94102 ."
},
{
"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": ""
}
] | 2696 | [
{
"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"
],
[
"_:result",
"address",
"?"
]
],
"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",
"near",
"civic center"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"mela tandoori kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"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",
"near",
"civic center"
],
[
"_:result",
"address",
"536 golden gate avenue"
],
[
"_:result",
"name",
"mela tandoori kitchen"
],
[
"_: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",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"civic center"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"536 golden gate avenue"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"mela tandoori kitchen"
],
[
"_:result",
"near",
"civic center"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"civic center"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"536 golden gate avenue"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"civic center"
],
[
"_:result",
"name",
"mela tandoori kitchen"
],
[
"_:result",
"postcode",
"94102"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"civic center"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"536 golden gate avenue"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"civic center"
],
[
"_:result",
"name",
"mela tandoori kitchen"
],
[
"_:result",
"postcode",
"94102"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,near,'japantown');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel near japantown that allows dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'queen anne hotel');(_:result,near,'japantown');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "queen anne hotel is a nice place it is near japantown ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the address and whether it has internet"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'queen anne hotel');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "queen anne hotel is a nice hotel ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the address and whether it has internet"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'queen anne hotel');(_:result,near,'japantown');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "queen anne hotel is a nice place , it has internet and it is near japantown ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'hotel del sol');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel del sol is a nice place it has internet ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'queen anne hotel');(_:result,near,'japantown');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "queen anne hotel is a nice place , it has internet and it is near japantown ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'queen anne hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the address of queen anne hotel"
},
{
"id": 12,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 146 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"near",
"japantown"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"near",
"japantown"
],
[
"_:result",
"name",
"queen anne hotel"
],
[
"_:result",
"near",
"japantown"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"near",
"japantown"
],
[
"_:result",
"near",
"japantown"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"queen anne hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"near",
"japantown"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"queen anne hotel"
],
[
"_:result",
"near",
"japantown"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"near",
"japantown"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"near",
"japantown"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel del sol"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"near",
"japantown"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"queen anne hotel"
],
[
"_:result",
"near",
"japantown"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"queen anne hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"near",
"japantown"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"queen anne hotel"
],
[
"_:result",
"near",
"japantown"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"queen anne hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"near",
"japantown"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"queen anne hotel"
],
[
"_:result",
"near",
"japantown"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"queen anne hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "what is the hotel s the cost"
},
{
"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": [
"bye()"
],
"speaker": "user",
"text": "does that is that that bye"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "it doesn't matter"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "bye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 489 | [
{
"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"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,good_for_meal,'dinner');(_:search,near,'mission bay');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a restaurant good for dinner and that is near mission bay"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,name,'fringale');(_:result,near,'mission bay');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fringale is a nice place , it is near mission bay and it is good for dinner ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,good_for_meal,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "don't care about the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,good_for_meal,'dinner');(_:result,near,'mission bay');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 3 restaurant -s good for dinner and near mission bay ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows child -s"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,kids_allowed,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'no');(_:result,name,'la briciola');(_:result,near,'mission bay');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la briciola is a nice place , it is near mission bay , it is good for dinner and where no child -s are allowed ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'489 third street');(_:result,area,'hayes valley or financial district south');(_:result,name,'la briciola');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la briciola is a nice place , it is in the area of financial district south , their address is 489 third street and it is in the area of hayes valley ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 943 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"fringale"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:result",
"name",
"fringale"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:result",
"name",
"fringale"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"la briciola"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"address",
"489 third street"
],
[
"_:result",
"area",
"hayes valley or financial district south"
],
[
"_:result",
"name",
"la briciola"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission bay"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"mission bay"
],
[
"_:result",
"address",
"489 third street"
],
[
"_:result",
"area",
"hayes valley or financial district south"
],
[
"_:result",
"name",
"la briciola"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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,'outer parkside');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "yes i'm looking for a hotel in the area of outer parkside that"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'outer parkside');(_:result,name,'ocean park motel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is in the area of outer parkside ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,dogs_allowed,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it allow dogs"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'outer parkside');(_:result,name,'ocean park motel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is in the area of outer parkside ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,dogs_allowed,'none');(_:result,name,'ocean park motel');(_:result,phone,'4155667020');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place , i do not know if it allows dogs and their phone number is 4155667020 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their postcode"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'ocean park motel');(_:result,postcode,'94116');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place their postcode is 94116 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 378 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"?"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"dogs_allowed",
"none"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_: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",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"dogs_allowed",
"none"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"postcode",
"94116"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"dogs_allowed",
"none"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"postcode",
"94116"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'comfort food');(_:search,good_for_meal,*);(_:search,near,'castro');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant good for any meal that serves comfort food near the castro"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'comfort food');(_:result,good_for_meal,'dinner');(_:result,name,'chow');(_:result,near,'castro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chow is a nice place , it is near castro , it serves comfort food and it is good for dinner ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'chow');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "chow is a nice restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'215 church street');(_:result,name,'chow');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chow is a nice place their address is 215 church 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,'chow');(_:result,phone,'4155522469');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chow is a nice place their phone number is 4155522469 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'hayes valley or north park');(_:result,name,'chow');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chow is a nice place , it is in the area of hayes valley and it is in the area of north park ."
},
{
"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": ""
}
] | 1294 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"comfort food"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"comfort food"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"comfort food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"chow"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"comfort food"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"comfort food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"name",
"chow"
],
[
"_:result",
"type",
"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",
"comfort food"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"comfort food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"address",
"215 church street"
],
[
"_:result",
"name",
"chow"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"comfort food"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"comfort food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"address",
"215 church street"
],
[
"_:result",
"name",
"chow"
],
[
"_:result",
"phone",
"4155522469"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"comfort food"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"comfort food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"address",
"215 church street"
],
[
"_:result",
"phone",
"4155522469"
],
[
"_:result",
"area",
"hayes valley or north park"
],
[
"_:result",
"name",
"chow"
],
[
"_: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",
"comfort food"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"comfort food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"address",
"215 church street"
],
[
"_:result",
"phone",
"4155522469"
],
[
"_:result",
"area",
"hayes valley or north park"
],
[
"_:result",
"name",
"chow"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'outer mission');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a cheap restaurant in the outer mission area"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'outer mission');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of outer mission ."
},
{
"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": ""
}
] | 1136 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer mission"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer mission"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/1385e83d"
],
[
"_:result/1385e83d",
"area",
"outer mission"
],
[
"_:result/1385e83d",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer mission"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/1385e83d"
],
[
"_:result/1385e83d",
"area",
"outer mission"
],
[
"_:result/1385e83d",
"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,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
]
}
] |
[
{
"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 the japantown that allow dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'hotel kabuki');(_:result,near,'japantown');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel kabuki is a nice place , it is near japantown and where dogs are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "may i have the phone number and postcode please"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,near,'japantown');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 5 hotel -s near japantown ."
},
{
"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": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "phone number and post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'hotel kabuki');(_:result,phone,'4159223200');(_:result,postcode,'94115');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel kabuki is a nice place , their phone number is 4159223200 and their postcode is 94115 ."
},
{
"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": ""
}
] | 433 | [
{
"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",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"near",
"japantown"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"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",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_: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"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"near",
"japantown"
],
[
"_: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"
],
[
"_:search",
"near",
"japantown"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"near",
"japantown"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"phone",
"4159223200"
],
[
"_:result",
"postcode",
"94115"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"japantown"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"near",
"japantown"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"phone",
"4159223200"
],
[
"_:result",
"postcode",
"94115"
],
[
"_: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,'forest hill extension');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "uh you looking for a hotel in the area of forest hill extension"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'forest hill extension');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of forest hill extension ."
},
{
"id": 3,
"rdf-acts": [
"ack()"
],
"speaker": "user",
"text": "okay how about please in the area"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'forest hill extension');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of forest hill extension ."
},
{
"id": 5,
"rdf-acts": [
"ack()",
"reqalts((_:result,area,'north beach'))"
],
"speaker": "user",
"text": "okay how about in the area of north beach"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,area,'north beach or forest hill extension'))"
],
"speaker": "system",
"text": "sorry would you like something in the area of north beach or forest hill extension"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'north beach');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "north beach"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'north beach');(_:result,name,'san remo hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "san remo hotel is a nice place it is in the area of north beach ."
},
{
"id": 9,
"rdf-acts": [
"ack()",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "okay what is their phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'san remo hotel');(_:result,phone,'4157768688');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "san remo hotel is a nice place their phone number is 4157768688 ."
},
{
"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": ""
}
] | 242 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"forest hill extension"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"forest hill extension"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/4907af38"
],
[
"_:result/4907af38",
"area",
"forest hill extension"
],
[
"_:result/4907af38",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"forest hill extension"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/4907af38"
],
[
"_:result/4907af38",
"area",
"forest hill extension"
],
[
"_:result/4907af38",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/3a70ec3e"
],
[
"_:result/3a70ec3e",
"area",
"forest hill extension"
],
[
"_:result/3a70ec3e",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/4907af38"
],
[
"_:result/4907af38",
"area",
"forest hill extension"
],
[
"_:result/4907af38",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/3a70ec3e"
],
[
"_:result/3a70ec3e",
"area",
"forest hill extension"
],
[
"_:result/3a70ec3e",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north beach or forest hill extension"
],
[
"_:search",
"area",
"north beach"
],
[
"_: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/4907af38"
],
[
"_:result/4907af38",
"area",
"forest hill extension"
],
[
"_:result/4907af38",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/3a70ec3e"
],
[
"_:result/3a70ec3e",
"area",
"forest hill extension"
],
[
"_:result/3a70ec3e",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"north beach"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"name",
"san remo hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/4907af38"
],
[
"_:result/4907af38",
"area",
"forest hill extension"
],
[
"_:result/4907af38",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/3a70ec3e"
],
[
"_:result/3a70ec3e",
"area",
"forest hill extension"
],
[
"_:result/3a70ec3e",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"north beach"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"name",
"san remo hotel"
],
[
"_:result",
"phone",
"4157768688"
],
[
"_: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/4907af38"
],
[
"_:result/4907af38",
"area",
"forest hill extension"
],
[
"_:result/4907af38",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/3a70ec3e"
],
[
"_:result/3a70ec3e",
"area",
"forest hill extension"
],
[
"_:result/3a70ec3e",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:search",
"area",
"north beach"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"name",
"san remo hotel"
],
[
"_:result",
"phone",
"4157768688"
],
[
"_: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": [],
"speaker": "user",
"text": "what"
},
{
"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": [],
"speaker": "user",
"text": "what"
},
{
"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": [
"ack()"
],
"speaker": "user",
"text": "what's the question"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 248 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"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": [],
"speaker": "user",
"text": "uh i'm looking for a restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what meal are you looking for ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'asian');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that serves asian food that doesn't allow children"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'asian');(_:result,kids_allowed,'no');(_:result,name,'benu');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "benu is a nice place , it serves asian food and where no child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,name,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the name address phone number and post code please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'22 hawthorne street');(_:result,name,'benu');(_:result,postcode,'94105');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "benu is a nice place , their address is 22 hawthorne street and their postcode is 94105 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number please"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'benu');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "benu is a nice restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get a phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'benu');(_:result,phone,'4156854860');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "benu is a nice place their phone number is 4156854860 ."
},
{
"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": ""
}
] | 2651 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"benu"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"22 hawthorne street"
],
[
"_:result",
"name",
"benu"
],
[
"_:result",
"postcode",
"94105"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"22 hawthorne street"
],
[
"_:result",
"postcode",
"94105"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"benu"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"22 hawthorne street"
],
[
"_:result",
"postcode",
"94105"
],
[
"_:result",
"name",
"benu"
],
[
"_:result",
"phone",
"4156854860"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"22 hawthorne street"
],
[
"_:result",
"postcode",
"94105"
],
[
"_:result",
"name",
"benu"
],
[
"_:result",
"phone",
"4156854860"
],
[
"_: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": [
"affirm()",
"inform((_:search,near,'north beach telegraph hill');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hi yes i'm looking for a hotel near north beach telegraph hill"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'sheraton fisherman 7s wharf hotel');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sheraton fisherman 7s wharf hotel is a nice place it is near north beach telegraph hill ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they allow la"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'the wharf inn');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the wharf inn is a nice place , it is near north beach telegraph hill and where dogs are allowed ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i've no dogs wow"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'sheraton fisherman 7s wharf hotel');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sheraton fisherman 7s wharf hotel is a nice place it is near north beach telegraph hill ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "that is not allow dogs"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'sheraton fisherman 7s wharf hotel');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sheraton fisherman 7s wharf hotel is a nice place it is near north beach telegraph hill ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i would like a place that does not allow dogs"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place , it is near north beach telegraph hill and where no dogs are allowed ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "and what is the phone number and postcode please"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'casa melissa');(_:result,phone,'4152257377');(_:result,postcode,'94133');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place , their phone number is 4152257377 and their postcode is 94133 ."
},
{
"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": ""
}
] | 78 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"sheraton fisherman 7s wharf hotel"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the wharf inn"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"sheraton fisherman 7s wharf hotel"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"sheraton fisherman 7s wharf hotel"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_: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",
"north beach telegraph hill"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"phone",
"4152257377"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"phone",
"4152257377"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,pricerange,'ultra high end');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel that in the ultra high end price range that allows dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'mandarin oriental c san francisco');(_:result,pricerange,'ultra high end');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "mandarin oriental c san francisco is a nice place , where dogs are allowed and it is in the ultra high end price range ."
},
{
"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,dogs_allowed,'yes');(_:result,name,'mandarin oriental c san francisco');(_:result,pricerange,'ultra high end');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "mandarin oriental c san francisco is a nice place , where dogs are allowed and it is in the ultra high end price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'222 sansome st');(_:result,name,'mandarin oriental c san francisco');(_:result,phone,'4152769888');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "mandarin oriental c san francisco is a nice place , their address is 222 sansome st and their phone number is 4152769888 ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 493 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"ultra high end"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"ultra high end"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"mandarin oriental c san francisco"
],
[
"_:result",
"pricerange",
"ultra high end"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"ultra high end"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"mandarin oriental c san francisco"
],
[
"_:result",
"pricerange",
"ultra high end"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"ultra high end"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"ultra high end"
],
[
"_:result",
"address",
"222 sansome st"
],
[
"_:result",
"name",
"mandarin oriental c san francisco"
],
[
"_:result",
"phone",
"4152769888"
],
[
"_: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",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"ultra high end"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"ultra high end"
],
[
"_:result",
"address",
"222 sansome st"
],
[
"_:result",
"name",
"mandarin oriental c san francisco"
],
[
"_:result",
"phone",
"4152769888"
],
[
"_: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,good_for_meal,'dinner');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))",
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that for dinner that allow children and near chinatown"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'tanuki restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tanuki restaurant is a nice place , it is good for dinner and where child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "okay is there anything else"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'89');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 89 restaurant -s good for dinner and where child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what food would you like"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'middle eastern');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'old jerusalem restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "old jerusalem restaurant is a nice place , it is good for dinner , where child -s are allowed and it serves middle eastern food ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,near,'chinatown');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay is that near chinatown"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'hong kong clay pot restaurant');(_:result,near,'chinatown');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hong kong clay pot restaurant is a nice place , it is good for dinner , where child -s are allowed , it is near chinatown and it serves chinese food ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "okay give me the name address phone number post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'enjoy vegetarian restaurant');(_:result,near,'chinatown');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "enjoy vegetarian restaurant is a nice place , it is good for dinner , where child -s are allowed , it is near chinatown and it serves chinese food ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address and phone number and post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'839 kearny street');(_:result,name,'enjoy vegetarian restaurant');(_:result,phone,'4159567868');(_:result,postcode,'94108 or 94122');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "enjoy vegetarian restaurant is a nice place , their postcode is 94108 , their postcode is 94122 , their phone number is 4156820826 and their address is 839 kearny street ."
},
{
"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": ""
}
] | 316 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"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",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"tanuki restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"name",
"tanuki restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"89"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"name",
"tanuki restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"89"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"near",
"?"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"89"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"old jerusalem restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"near",
"chinatown"
],
[
"_: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",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"89"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"near",
"chinatown"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"hong kong clay pot restaurant"
],
[
"_:result",
"near",
"chinatown"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"89"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"near",
"chinatown"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"enjoy vegetarian restaurant"
],
[
"_:result",
"near",
"chinatown"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_: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"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"89"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"near",
"chinatown"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"chinatown"
],
[
"_:result",
"address",
"839 kearny street"
],
[
"_:result",
"name",
"enjoy vegetarian restaurant"
],
[
"_:result",
"phone",
"4159567868"
],
[
"_:result",
"postcode",
"94108 or 94122"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"89"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"near",
"chinatown"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"chinatown"
],
[
"_:result",
"address",
"839 kearny street"
],
[
"_:result",
"name",
"enjoy vegetarian restaurant"
],
[
"_:result",
"phone",
"4159567868"
],
[
"_:result",
"postcode",
"94108 or 94122"
],
[
"_: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,good_for_meal,'dinner');(_:search,near,'mission terrace');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant near the mission terrace instance dinner"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_: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 and it is good for dinner ."
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'beijing restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "beijing restaurant is a nice restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'1801 alemany blvd');(_:result,name,'beijing restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "beijing restaurant is a nice place their address is 1801 alemany blvd ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's their phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'beijing restaurant');(_:result,phone,'4153338182');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "beijing restaurant is a nice place their phone number is 4153338182 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the price"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'beijing restaurant');(_:result,price,'between 5 and 15 dollar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "beijing restaurant is a nice place their price -s are between 5 and 15 dollar ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1467 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"dinner"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"address",
"1801 alemany blvd"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"address",
"1801 alemany blvd"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"phone",
"4153338182"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"address",
"1801 alemany blvd"
],
[
"_:result",
"phone",
"4153338182"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"price",
"between 5 and 15 dollar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"address",
"1801 alemany blvd"
],
[
"_:result",
"phone",
"4153338182"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"price",
"between 5 and 15 dollar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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": "can"
},
{
"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": [],
"speaker": "user",
"text": ""
}
] | 1446 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
}
] |
[
{
"id": 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,'alamo square');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i am looking for a hotel near the alamo square it has in"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'chateau tivoli bed and breakfast inn');(_:result,near,'alamo square');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "chateau tivoli bed and breakfast inn is a nice place it is near alamo square ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want to know the name phone number and moderate accept credit cards"
},
{
"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": [
"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": [],
"speaker": "user",
"text": "i want a"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'chateau tivoli bed and breakfast inn');(_:result,phone,'4157765462');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "chateau tivoli bed and breakfast inn is a nice place their phone number is 4157765462 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it accept credit cards"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,name,'chateau tivoli bed and breakfast inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "chateau tivoli bed and breakfast inn is a nice place it accepts credit card -s ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 451 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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",
"near",
"alamo square"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"105"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"105"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"phone",
"4157765462"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"?"
]
],
"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"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"count",
"105"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"phone",
"4157765462"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"?"
],
[
"_:search",
"pricerange",
"*"
],
[
"_: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",
"alamo square"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"count",
"105"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"4157765462"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_: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",
"near",
"alamo square"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"count",
"105"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"4157765462"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast 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,
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()",
"inform((_:search,area,'bayview heights');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no i'm looking for a restaurant in the bayview heights point that allows children"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'bayview heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of bayview heights ."
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "uh that anything else"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'bayview heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of bayview heights ."
},
{
"id": 5,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you hunters point"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'bayview heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of bayview heights ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,type,'Restaurant'))",
"request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))",
"inform((_:search,good_for_meal,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that allows children and it's good for any meal"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'fattoush restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fattoush restaurant is a nice place , it is good for dinner and where child -s are allowed ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'1361 church street');(_:result,name,'fattoush restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fattoush restaurant is a nice place their address is 1361 church 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": ""
}
] | 2705 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/0b962a62"
],
[
"_:result/0b962a62",
"area",
"bayview heights"
],
[
"_:result/0b962a62",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/0b962a62"
],
[
"_:result/0b962a62",
"area",
"bayview heights"
],
[
"_:result/0b962a62",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/cfc5ce05"
],
[
"_:result/cfc5ce05",
"area",
"bayview heights"
],
[
"_:result/cfc5ce05",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:system",
"canthelp",
"_:result/0b962a62"
],
[
"_:result/0b962a62",
"area",
"bayview heights"
],
[
"_:result/0b962a62",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/cfc5ce05"
],
[
"_:result/cfc5ce05",
"area",
"bayview heights"
],
[
"_:result/cfc5ce05",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/43888e5d"
],
[
"_:result/43888e5d",
"area",
"bayview heights"
],
[
"_:result/43888e5d",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"good_for_meal",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:system",
"canthelp",
"_:result/0b962a62"
],
[
"_:result/0b962a62",
"area",
"bayview heights"
],
[
"_:result/0b962a62",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/cfc5ce05"
],
[
"_:result/cfc5ce05",
"area",
"bayview heights"
],
[
"_:result/cfc5ce05",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/43888e5d"
],
[
"_:result/43888e5d",
"area",
"bayview heights"
],
[
"_:result/43888e5d",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"fattoush restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:system",
"canthelp",
"_:result/0b962a62"
],
[
"_:result/0b962a62",
"area",
"bayview heights"
],
[
"_:result/0b962a62",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/cfc5ce05"
],
[
"_:result/cfc5ce05",
"area",
"bayview heights"
],
[
"_:result/cfc5ce05",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/43888e5d"
],
[
"_:result/43888e5d",
"area",
"bayview heights"
],
[
"_:result/43888e5d",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"1361 church street"
],
[
"_:result",
"name",
"fattoush restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:system",
"canthelp",
"_:result/0b962a62"
],
[
"_:result/0b962a62",
"area",
"bayview heights"
],
[
"_:result/0b962a62",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/cfc5ce05"
],
[
"_:result/cfc5ce05",
"area",
"bayview heights"
],
[
"_:result/cfc5ce05",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/43888e5d"
],
[
"_:result/43888e5d",
"area",
"bayview heights"
],
[
"_:result/43888e5d",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"1361 church street"
],
[
"_:result",
"name",
"fattoush restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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/a3a617f5"
],
[
"_:result/a3a617f5",
"area",
"martin luther king square"
],
[
"_:result/a3a617f5",
"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/a3a617f5"
],
[
"_:result/a3a617f5",
"area",
"martin luther king square"
],
[
"_:result/a3a617f5",
"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/a3a617f5"
],
[
"_:result/a3a617f5",
"area",
"martin luther king square"
],
[
"_:result/a3a617f5",
"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/a3a617f5"
],
[
"_:result/a3a617f5",
"area",
"martin luther king square"
],
[
"_:result/a3a617f5",
"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/a3a617f5"
],
[
"_:result/a3a617f5",
"area",
"martin luther king square"
],
[
"_:result/a3a617f5",
"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": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "a hotel is noma"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'noma');(_:result,name,'pontiac hostel hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "pontiac hostel hotel is a nice place it is in the area of noma ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "that will of that"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'noma');(_:result,name,'pontiac hostel hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "pontiac hostel hotel is a nice place it is in the area of noma ."
},
{
"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": ""
}
] | 103 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"noma"
],
[
"_:result",
"name",
"pontiac hostel hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"noma"
],
[
"_:result",
"name",
"pontiac hostel hotel"
],
[
"_: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",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"noma"
],
[
"_:result",
"name",
"pontiac hostel hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "oh good where parkside allows dogs"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'parkside');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of parkside ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "how about area"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'parkside');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of parkside ."
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "what about don't care"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'parkside');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of parkside ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'chinatown');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "how about seven price in the area of chinatown"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'chinatown');(_:result,name,'hilton san francisco financial district');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hilton san francisco financial district is a nice place it is in the area of chinatown ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "oh what's the address phone number and price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'750 kearny st');(_:result,name,'hilton san francisco financial district');(_:result,phone,'4154336600');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hilton san francisco financial district is a nice place , their address is 750 kearny st , their phone number is 4154336600 and it is in the pricey price range ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 136 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/b43b537a"
],
[
"_:result/b43b537a",
"area",
"parkside"
],
[
"_:result/b43b537a",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/b43b537a"
],
[
"_:result/b43b537a",
"area",
"parkside"
],
[
"_:result/b43b537a",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/50cc98da"
],
[
"_:result/50cc98da",
"area",
"parkside"
],
[
"_:result/50cc98da",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/b43b537a"
],
[
"_:result/b43b537a",
"area",
"parkside"
],
[
"_:result/b43b537a",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/50cc98da"
],
[
"_:result/50cc98da",
"area",
"parkside"
],
[
"_:result/50cc98da",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/20fbfc27"
],
[
"_:result/20fbfc27",
"area",
"parkside"
],
[
"_:result/20fbfc27",
"type",
"Hotel"
],
[
"_:search",
"area",
"chinatown"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/b43b537a"
],
[
"_:result/b43b537a",
"area",
"parkside"
],
[
"_:result/b43b537a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/50cc98da"
],
[
"_:result/50cc98da",
"area",
"parkside"
],
[
"_:result/50cc98da",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/20fbfc27"
],
[
"_:result/20fbfc27",
"area",
"parkside"
],
[
"_:result/20fbfc27",
"type",
"Hotel"
],
[
"_:search",
"area",
"chinatown"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"chinatown"
],
[
"_:result",
"name",
"hilton san francisco financial district"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/b43b537a"
],
[
"_:result/b43b537a",
"area",
"parkside"
],
[
"_:result/b43b537a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/50cc98da"
],
[
"_:result/50cc98da",
"area",
"parkside"
],
[
"_:result/50cc98da",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/20fbfc27"
],
[
"_:result/20fbfc27",
"area",
"parkside"
],
[
"_:result/20fbfc27",
"type",
"Hotel"
],
[
"_:search",
"area",
"chinatown"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"chinatown"
],
[
"_:result",
"address",
"750 kearny st"
],
[
"_:result",
"name",
"hilton san francisco financial district"
],
[
"_:result",
"phone",
"4154336600"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/b43b537a"
],
[
"_:result/b43b537a",
"area",
"parkside"
],
[
"_:result/b43b537a",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/50cc98da"
],
[
"_:result/50cc98da",
"area",
"parkside"
],
[
"_:result/50cc98da",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/20fbfc27"
],
[
"_:result/20fbfc27",
"area",
"parkside"
],
[
"_:result/20fbfc27",
"type",
"Hotel"
],
[
"_:search",
"area",
"chinatown"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"chinatown"
],
[
"_:result",
"address",
"750 kearny st"
],
[
"_:result",
"name",
"hilton san francisco financial district"
],
[
"_:result",
"phone",
"4154336600"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "i'm looking for a restaurant in any well that serves world food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1436 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,kids_allowed,'true');(_:search,near,'lower pacific heights');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant near the lower pacific heights that serves korean food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,kids_allowed,'yes');(_:result,name,'seoul garden');(_:result,near,'lower pacific heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "seoul garden is a nice place , where child -s are allowed , it serves korean food and it is near lower pacific heights ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number and the area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley or little osaka');(_:result,name,'seoul garden');(_:result,phone,'4155637664');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "seoul garden is a nice place , it is in the area of little osaka , their phone number is 4155637664 and it is in the area of hayes valley ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 200 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"seoul garden"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"area",
"hayes valley or little osaka"
],
[
"_:result",
"name",
"seoul garden"
],
[
"_:result",
"phone",
"4155637664"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"area",
"hayes valley or little osaka"
],
[
"_:result",
"name",
"seoul garden"
],
[
"_:result",
"phone",
"4155637664"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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,'soul food');(_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a restaurant that's good for dinner that serves soul food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'soul food');(_:result,good_for_meal,'dinner');(_:result,name,'old skool cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "old skool cafe is a nice place , it serves soul food food and it is good for dinner ."
},
{
"id": 3,
"rdf-acts": [
"confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))",
"request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it allow children"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'old skool cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "old skool cafe is a nice place where child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'peruvian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do you have a several a place that serves peruvian food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'peruvian');(_:result,good_for_meal,'dinner');(_:result,name,'mochica');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mochica is a nice place , it serves peruvian food and it is good for dinner ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it allow children"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'mochica');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mochica is a nice place where no child -s are allowed ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about the phone number and what area of the restaurant"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'hayes valley or financial district south');(_:result,name,'mochica');(_:result,phone,'4152780480');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mochica is a nice place , it is in the area of financial district south , their phone number is 4152780480 and it is in the area of hayes valley ."
},
{
"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": ""
}
] | 1014 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"soul food"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"soul food"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"soul food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"old skool cafe"
],
[
"_:result",
"kids_allowed",
"true"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"food",
"soul food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"old skool cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"peruvian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"mochica"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"peruvian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"mochica"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"dinner"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"peruvian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"area",
"hayes valley or financial district south"
],
[
"_:result",
"name",
"mochica"
],
[
"_:result",
"phone",
"4152780480"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"peruvian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"area",
"hayes valley or financial district south"
],
[
"_:result",
"name",
"mochica"
],
[
"_:result",
"phone",
"4152780480"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'noma');(_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced restaurant that allows children and is in the noma and i need the name and address"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'mangia tutti ristorante');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mangia tutti ristorante is a nice place , it is in the moderate price range and where child -s are allowed ."
},
{
"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": ""
}
] | 2287 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"noma"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"noma"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"mangia tutti ristorante"
],
[
"_: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",
"area",
"noma"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"mangia tutti ristorante"
],
[
"_: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": [],
"speaker": "user",
"text": "i want to find a restaurant near forest hill i don't care about price range and i don't care about whether loch sole"
},
{
"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": [
"confirm((_:result,area,'dont_care');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ok , a restaurant in any part of town is that right ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "a restaurant near forest hill"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:result,area,'dont_care');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ok , a restaurant in any part of town is that right ?"
},
{
"id": 7,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a restaurant near"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'city view restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "city view restaurant is a nice place it is in the cheap price range ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address phone number and type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'662 commercial street');(_:result,food,'dim sum');(_:result,name,'city view restaurant');(_:result,phone,'4153982838');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "city view restaurant is a nice place , their address is 662 commercial street , their phone number is 4153982838 and it serves dim sum food ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1888 | [
{
"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"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"city view restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"662 commercial street"
],
[
"_:result",
"food",
"dim sum"
],
[
"_:result",
"name",
"city view restaurant"
],
[
"_:result",
"phone",
"4153982838"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"662 commercial street"
],
[
"_:result",
"food",
"dim sum"
],
[
"_:result",
"name",
"city view restaurant"
],
[
"_:result",
"phone",
"4153982838"
],
[
"_: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": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"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": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a cheap restaurant in i'm looking for for in new food or the food type"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'lahore karahi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lahore karahi is a nice place , it is in the cheap price range and it serves indian food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a cheap restaurant that is close for in near all the food type"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'lahore karahi');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "lahore karahi is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can you give me the i want a cheap restaurant is i'm looking for food"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "you are looking for a indian restaurant right ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "and is near the all price"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'indian');(_: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 and it serves indian food ."
},
{
"id": 11,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'little delhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little delhi is a nice place , it is in the cheap price range and it serves indian food ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2504 | [
{
"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",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"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",
"near",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"little delhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"little delhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
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,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced hotel that is near the called a"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'chateau tivoli bed and breakfast inn');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "chateau tivoli bed and breakfast inn is a nice place it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'1057 steiner st');(_:result,name,'chateau tivoli bed and breakfast inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "chateau tivoli bed and breakfast inn is a nice place their address is 1057 steiner st ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "where are they located"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 502 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1057 steiner st"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1057 steiner st"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1057 steiner st"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the area of first haight with an internet connection"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'hotel nikko');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel nikko is a nice place it has internet ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the area of the first free"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'hotel nikko');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel nikko is a nice place it has internet ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'merced heights');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "is it in merced heights"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'hotel nikko');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "hotel nikko is a nice hotel ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'mastro');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i'm looking for a similar place that the area of mastro"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'mastro');(_:result,has_internet,'yes');(_:result,name,'parker guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "parker guest house is a nice place , it is in the area of mastro and it has internet ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number and price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'mastro');(_:result,name,'parker guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "parker guest house is a nice place it is in the area of mastro ."
},
{
"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,name,'parker guest house');(_:result,phone,'4156213222');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "parker guest house is a nice place , it is in the moderate price range and their phone number is 4156213222 ."
},
{
"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": ""
}
] | 435 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel nikko"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel nikko"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"merced heights"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel nikko"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"mastro"
],
[
"_: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",
"area",
"mastro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"mastro"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"area",
"mastro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"area",
"mastro"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"area",
"mastro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"area",
"mastro"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"phone",
"4156213222"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"area",
"mastro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"area",
"mastro"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"phone",
"4156213222"
],
[
"_: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": [
"inform((_:search,area,'eureka valley');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like to find a restaurant in the area of eureka valley that allows children and is good for lunch"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'eureka valley');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of eureka valley ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there somewhere area please area south beach"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'eureka valley');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of eureka valley ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'south beach');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))",
"bye()"
],
"speaker": "user",
"text": "i would like to find a restaurant in the area of south beach that allows children and is good bye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 37 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"eureka valley"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"eureka valley"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/67028608"
],
[
"_:result/67028608",
"area",
"eureka valley"
],
[
"_:result/67028608",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:system",
"canthelp",
"_:result/67028608"
],
[
"_:result/67028608",
"area",
"eureka valley"
],
[
"_:result/67028608",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/d8a322d7"
],
[
"_:result/d8a322d7",
"area",
"eureka valley"
],
[
"_:result/d8a322d7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south beach"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:system",
"canthelp",
"_:result/67028608"
],
[
"_:result/67028608",
"area",
"eureka valley"
],
[
"_:result/67028608",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/d8a322d7"
],
[
"_:result/d8a322d7",
"area",
"eureka valley"
],
[
"_:result/d8a322d7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south beach"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |