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,food,'indpak');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a restaurant that serves indpak"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'indpak');(_:result,name,'darbar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darbar restaurant is a nice place it serves indpak food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need name address phone number and area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley or lower nob hill');(_:result,name,'darbar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darbar restaurant is a nice place , it is in the area of hayes valley and it is in the area of lower nob hill ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "oh uh phone number and address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'1412 polk street');(_:result,name,'darbar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darbar restaurant is a nice place their address is 1412 polk street ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 890 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indpak"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indpak"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indpak"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indpak"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indpak"
],
[
"_:result",
"area",
"hayes valley or lower nob hill"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indpak"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indpak"
],
[
"_:result",
"area",
"hayes valley or lower nob hill"
],
[
"_:result",
"address",
"1412 polk street"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indpak"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indpak"
],
[
"_:result",
"area",
"hayes valley or lower nob hill"
],
[
"_:result",
"address",
"1412 polk street"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "yeah i want a hotel in the haight that has internet"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,near,'haight');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place , it is near haight and it has internet ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "may i have the telephone"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,phone,'4158641978');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place their phone number is 4158641978 ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "may have red victorian"
},
{
"id": 6,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "may i have red victorian bed breakfast and address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'1665 haight st');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place their address is 1665 haight st ."
},
{
"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": ""
}
] | 167 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"phone",
"4158641978"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"phone",
"4158641978"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"phone",
"4158641978"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1665 haight st"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"phone",
"4158641978"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1665 haight st"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,food,'raw food');(_:search,good_for_meal,'brunch');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that is good for brunch serves raw food doesn't allow children"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,food,'raw food');(_:result,good_for_meal,'brunch');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , good for brunch and serving raw food food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about the phone number please"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'raw food');(_:result,name,'bar crudo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bar crudo is a nice place it serves raw food food ."
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))",
"request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it allow children"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'bar crudo');(_:result,phone,'4154090679');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bar crudo is a nice place , where no child -s are allowed and their phone number is 4154090679 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the address and price please"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'655 divisadero street');(_:result,name,'bar crudo');(_:result,price,'between 18 and 55 euro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bar crudo is a nice place , their address is 655 divisadero street and their price -s are between 18 and 55 euro ."
},
{
"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": ""
}
] | 994 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"raw food"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"raw food"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/18e8c99b"
],
[
"_:result/18e8c99b",
"food",
"raw food"
],
[
"_:result/18e8c99b",
"good_for_meal",
"brunch"
],
[
"_:result/18e8c99b",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"raw food"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/18e8c99b"
],
[
"_:result/18e8c99b",
"food",
"raw food"
],
[
"_:result/18e8c99b",
"good_for_meal",
"brunch"
],
[
"_:result/18e8c99b",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"food",
"raw food"
],
[
"_:result",
"name",
"bar crudo"
],
[
"_:result",
"kids_allowed",
"true"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"raw food"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/18e8c99b"
],
[
"_:result/18e8c99b",
"food",
"raw food"
],
[
"_:result/18e8c99b",
"good_for_meal",
"brunch"
],
[
"_:result/18e8c99b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"raw food"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"bar crudo"
],
[
"_:result",
"phone",
"4154090679"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"raw food"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/18e8c99b"
],
[
"_:result/18e8c99b",
"food",
"raw food"
],
[
"_:result/18e8c99b",
"good_for_meal",
"brunch"
],
[
"_:result/18e8c99b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"raw food"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"phone",
"4154090679"
],
[
"_:result",
"address",
"655 divisadero street"
],
[
"_:result",
"name",
"bar crudo"
],
[
"_:result",
"price",
"between 18 and 55 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"raw food"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/18e8c99b"
],
[
"_:result/18e8c99b",
"food",
"raw food"
],
[
"_:result/18e8c99b",
"good_for_meal",
"brunch"
],
[
"_:result/18e8c99b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"raw food"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"phone",
"4154090679"
],
[
"_:result",
"address",
"655 divisadero street"
],
[
"_:result",
"name",
"bar crudo"
],
[
"_:result",
"price",
"between 18 and 55 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,near,'presidio');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the area francis square that is near the presidio"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'inn at the presidio');(_:result,near,'presidio');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn at the presidio is a nice place it is near presidio ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,name,'inn at the presidio');(_:result,near,'presidio');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than inn at the presidio near presidio ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the phone number of presidio"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'inn at the presidio');(_:result,phone,'4158007356');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn at the presidio is a nice place their phone number is 4158007356 ."
},
{
"id": 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": ""
}
] | 456 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"near",
"presidio"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"near",
"presidio"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"near",
"presidio"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"phone",
"4158007356"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"near",
"presidio"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"phone",
"4158007356"
],
[
"_: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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'gracias madre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "gracias madre is a nice place it is in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'hayes valley');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "in the hayes valley area near good be you"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley');(_:result,name,'golden era restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden era restaurant is a nice place , it is in the area of hayes valley and it is in the cheap price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "food in address and price"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "let me confirm , you are looking for a restaurant in the cheap price range right ?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "um"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'hayes valley');(_:result,count,'72');(_:result,pricerange,'cheap');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 72 restaurant -s in the cheap price range and in the area of hayes valley ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 10,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what food would you like"
},
{
"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": ""
}
] | 2797 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"gracias madre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"hayes valley"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"hayes valley"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_:result",
"name",
"golden era restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"hayes valley"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_:result",
"name",
"golden era restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"hayes valley"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"golden era restaurant"
],
[
"_:result",
"price",
"?"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_:result",
"count",
"72"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"hayes valley"
],
[
"_:result",
"name",
"golden era restaurant"
],
[
"_:result",
"price",
"?"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_:result",
"count",
"72"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"hayes valley"
],
[
"_:result",
"name",
"golden era restaurant"
],
[
"_:result",
"price",
"?"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_:result",
"count",
"72"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"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,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i would like the name address and post code of the hotel near that french that has"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "free"
},
{
"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": [],
"speaker": "user",
"text": "fine"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'days inn san francisco downtown fcivic center area');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "days inn san francisco downtown fcivic center area is a nice place it is in the inexpensive 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": ""
}
] | 45 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"days inn san francisco downtown fcivic center area"
],
[
"_: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"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"days inn san francisco downtown fcivic center area"
],
[
"_: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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"negate()",
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "ok um no i'd like to find a hotel"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "um connection that allows dogs"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'the fairmont san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the fairmont san francisco is a nice place where dogs are allowed ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "um i i would like it to allow dogs"
},
{
"id": 6,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "i need the phone number please"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,count,'22');(_:result,dogs_allowed,'yes');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 22 hotel -s where dogs are allowed ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 10,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,near,'north beach telegraph hill');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "um north beach telegraph hill"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'the wharf inn');(_:result,near,'north beach telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the wharf inn is a nice place , it is near north beach telegraph hill and where dogs are allowed ."
},
{
"id": 13,
"rdf-acts": [
"affirm()",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "yes may i have the phone number please and post code"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'the wharf inn');(_:result,phone,'4156737411');(_:result,postcode,'94133');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the wharf inn is a nice place , their phone number is 4156737411 and their postcode is 94133 ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 299 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"the fairmont san francisco"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the wharf inn"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"22"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"the wharf inn"
],
[
"_:result",
"phone",
"4156737411"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"22"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"near",
"north beach telegraph hill"
],
[
"_:result",
"name",
"the wharf inn"
],
[
"_:result",
"phone",
"4156737411"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'sea food');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi i'd like a place that one that serves sea food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'sea food');(_:result,name,'franciscan crab restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "franciscan crab restaurant is a nice place it serves sea food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is it near"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'franciscan crab restaurant');(_:result,near,'north beach telegraph hill or fishermans wharf');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "franciscan crab restaurant is a nice place , it is near north beach telegraph hill and it is near fishermans wharf ."
},
{
"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,'franciscan crab restaurant');(_:result,phone,'4153627733');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "franciscan crab restaurant is a nice place their phone number is 4153627733 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'franciscan crab restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "franciscan crab restaurant is a nice place it is in the expensive price range ."
},
{
"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": ""
}
] | 1422 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"name",
"franciscan crab restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"name",
"franciscan crab restaurant"
],
[
"_:result",
"near",
"north beach telegraph hill or fishermans wharf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"near",
"north beach telegraph hill or fishermans wharf"
],
[
"_:result",
"name",
"franciscan crab restaurant"
],
[
"_:result",
"phone",
"4153627733"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"near",
"north beach telegraph hill or fishermans wharf"
],
[
"_:result",
"phone",
"4153627733"
],
[
"_:result",
"name",
"franciscan crab restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"near",
"north beach telegraph hill or fishermans wharf"
],
[
"_:result",
"phone",
"4153627733"
],
[
"_:result",
"name",
"franciscan crab restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hotel in the haight that accepts credit cards"
},
{
"id": 2,
"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 accepts credit card -s and it is near haight ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,name,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the name address and whether it has internet"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,has_internet,'yes');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,near,'haight');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place , it is near haight , it has internet and it accepts credit card -s ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,has_internet,'yes');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,near,'haight');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place , it is near haight , it has internet and it accepts credit card -s ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,has_internet,'yes');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,near,'haight');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place , it is near haight , it has internet and it accepts credit card -s ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice hotel ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,count,'1');(_:result,has_internet,'yes');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,near,'haight');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than red victorian bed breakfast and arts cafe near haight , with an internet connection and where credit card -s are accepted ."
},
{
"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": ""
}
] | 352 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_: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",
"accepts_credit_cards",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_: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,'golden gate heights');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh i'm looking for a cheap restaurant in the golden gate heights area"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'golden gate heights');(_:result,name,'fujiyama ya japanese restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fujiyama ya japanese restaurant is a nice place , it is in the area of golden gate heights and it is in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number and the type of food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'japanese or sushi');(_:result,name,'fujiyama ya japanese restaurant');(_:result,phone,'4156651772');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fujiyama ya japanese restaurant is a nice place , it serves sushi food , their phone number is 4156651772 and it serves japanese food ."
},
{
"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": ""
}
] | 791 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"golden gate heights"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"golden gate heights"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"golden gate heights"
],
[
"_:result",
"name",
"fujiyama ya japanese restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"golden gate heights"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"golden gate heights"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"japanese or sushi"
],
[
"_:result",
"name",
"fujiyama ya japanese restaurant"
],
[
"_:result",
"phone",
"4156651772"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"golden gate heights"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"golden gate heights"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"japanese or sushi"
],
[
"_:result",
"name",
"fujiyama ya japanese restaurant"
],
[
"_:result",
"phone",
"4156651772"
],
[
"_: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": [
"ack()",
"inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "okay near japantown accepts credit cards"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,name,'petite auberge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "petite auberge is a nice place it accepts credit card -s ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the name and phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,name,'petite auberge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "petite auberge is a nice place it accepts credit card -s ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,count,'167');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 167 hotel -s where credit card -s are accepted ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"select((_:result,has_internet,'no');(_:result,has_internet,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it has internet ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,has_internet,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i don't care in japantown"
},
{
"id": 10,
"rdf-acts": [
"select((_:result,has_internet,'no');(_:result,has_internet,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it has internet ?"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 565 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"petite auberge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"petite auberge"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"petite auberge"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"count",
"167"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"petite auberge"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"count",
"167"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"petite auberge"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"count",
"167"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"has_internet",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"petite auberge"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"count",
"167"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"has_internet",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i want to find a hotel allow dogs and has expensive price range"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'hilton san francisco financial district');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hilton san francisco financial district is a nice place , where dogs are allowed and it is in the pricey price range ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "is there"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'11');(_:result,dogs_allowed,'yes');(_:result,pricerange,'pricey');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 11 hotel -s where dogs are allowed and in the pricey price range ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "is there one that doesn't allow dogs"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'san francisco marriott marquis');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "san francisco marriott marquis is a nice place it is in the pricey price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "is there a similar place that doesn't allow dogs"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'san francisco marriott marquis');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "san francisco marriott marquis is a nice hotel ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,count,'34');(_:result,pricerange,'pricey');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 34 hotel -s in the pricey price range ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 14,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have internet"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'san francisco marriott marquis');(_:result,phone,'4158961600');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "san francisco marriott marquis is a nice place , it has internet and their phone number is 4158961600 ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 148 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"hilton san francisco financial district"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"hilton san francisco financial district"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_: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",
"pricey"
],
[
"_:result",
"name",
"hilton san francisco financial district"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"near",
"?"
],
[
"_: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",
"pricerange",
"pricey"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"near",
"?"
],
[
"_:result",
"name",
"san francisco marriott marquis"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_: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",
"pricerange",
"pricey"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"near",
"?"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"san francisco marriott marquis"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"pricerange",
"pricey"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"san francisco marriott marquis"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"name",
"san francisco marriott marquis"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"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",
"pricey"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"san francisco marriott marquis"
],
[
"_:result",
"phone",
"4158961600"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"san francisco marriott marquis"
],
[
"_:result",
"phone",
"4158961600"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
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": [],
"speaker": "user",
"text": "looking for a restaurant"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it accepts credit card -s ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,accepts_credit_cards,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no preference"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'dont_care');(_:result,count,'182');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 182 hotel -s if you do not care whether it accepts credit card -s ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what area would you like ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'mission');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "mission"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'no');(_:result,name,'eula hotel');(_:result,near,'mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "eula hotel is a nice place , it is near mission and i do not know if it accepts credit card -s ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 343 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"dont_care"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:result",
"accepts_credit_cards",
"dont_care"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"mission"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:result",
"count",
"182"
],
[
"_:search",
"area",
"mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"name",
"eula hotel"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i know you this noma it does not allow dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'noma');(_:result,name,'kean hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "kean hotel is a nice place it is in the area of noma ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,dogs_allowed,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it allow dogs"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'noma');(_:result,dogs_allowed,'no');(_:result,name,'pickwick hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "pickwick hotel is a nice place , it is in the area of noma and where no dogs are allowed ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the phone number and price range"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'noma');(_:result,dogs_allowed,'no');(_:result,name,'pickwick hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "pickwick hotel is a nice place , it is in the area of noma and where no dogs are allowed ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "the phone number and price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'noma');(_:result,dogs_allowed,'no');(_:result,name,'pickwick hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "pickwick hotel is a nice place , it is in the area of noma and where no dogs 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": ""
}
] | 229 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"noma"
],
[
"_:result",
"name",
"kean hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"noma"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"pickwick hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"area",
"noma"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"pickwick hotel"
],
[
"_: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",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"area",
"noma"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"pickwick hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"area",
"noma"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"pickwick 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,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant chinese civic center"
},
{
"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": "civic center"
},
{
"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": ""
}
] | 1801 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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",
"chinese"
],
[
"_: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": [
"ack()",
"inform((_:search,food,'himalayan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant good for any mail 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": [
"confirm((_:result,good_for_meal,*);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it good for any meal"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the name address and area"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'925 cortland avenue');(_:result,area,'hayes valley or bernal heights north');(_:result,good_for_meal,'dinner');(_:result,name,'little nepal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little nepal is a nice place , it is in the area of bernal heights north , their address is 925 cortland avenue , it is in the area of hayes valley and it is good for dinner ."
},
{
"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": ""
}
] | 3187 | [
{
"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",
"good_for_meal",
"*"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"himalayan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"himalayan"
],
[
"_:result",
"name",
"little nepal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"himalayan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"himalayan"
],
[
"_:result",
"address",
"925 cortland avenue"
],
[
"_:result",
"area",
"hayes valley or bernal heights north"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"little nepal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"himalayan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"himalayan"
],
[
"_:result",
"address",
"925 cortland avenue"
],
[
"_:result",
"area",
"hayes valley or bernal heights north"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"little nepal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,accepts_credit_cards,'true');(_:search,near,'mission');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hotel near the mission that accepts credit cards"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,near,'mission');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "the mission"
},
{
"id": 4,
"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": 5,
"rdf-acts": [],
"speaker": "user",
"text": "the mission"
},
{
"id": 6,
"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": 7,
"rdf-acts": [],
"speaker": "user",
"text": "near dog mission"
},
{
"id": 8,
"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": 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": ""
}
] | 98 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8ce9ea3b"
],
[
"_:result/8ce9ea3b",
"area",
"mission bay"
],
[
"_:result/8ce9ea3b",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8ce9ea3b"
],
[
"_:result/8ce9ea3b",
"area",
"mission bay"
],
[
"_:result/8ce9ea3b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/3d07218b"
],
[
"_:result/3d07218b",
"area",
"mission bay"
],
[
"_:result/3d07218b",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8ce9ea3b"
],
[
"_:result/8ce9ea3b",
"area",
"mission bay"
],
[
"_:result/8ce9ea3b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/3d07218b"
],
[
"_:result/3d07218b",
"area",
"mission bay"
],
[
"_:result/3d07218b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/4c236c6e"
],
[
"_:result/4c236c6e",
"area",
"mission bay"
],
[
"_:result/4c236c6e",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8ce9ea3b"
],
[
"_:result/8ce9ea3b",
"area",
"mission bay"
],
[
"_:result/8ce9ea3b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/3d07218b"
],
[
"_:result/3d07218b",
"area",
"mission bay"
],
[
"_:result/3d07218b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/4c236c6e"
],
[
"_:result/4c236c6e",
"area",
"mission bay"
],
[
"_:result/4c236c6e",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "hi"
},
{
"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,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant in the north that allows children"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice place where child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number and type of food"
},
{
"id": 6,
"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": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'noe valley');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like a restaurant in the noe valley that now"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'noe valley');(_:result,kids_allowed,'yes');(_:result,name,'lupa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lupa is a nice place , it is in the area of noe valley and where child -s are allowed ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "may i have"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'lupa');(_:result,phone,'4152825872');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lupa is a nice place , it serves italian food and their phone number is 4152825872 ."
},
{
"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": ""
}
] | 2380 | [
{
"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",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"94"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_: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",
"near",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"94"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"noe valley"
],
[
"_: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",
"near",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"94"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"noe valley"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"noe valley"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"lupa"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"count",
"94"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"noe valley"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"noe valley"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"lupa"
],
[
"_:result",
"phone",
"4152825872"
],
[
"_: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",
"kids_allowed",
"true"
],
[
"_:result",
"count",
"94"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"noe valley"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"noe valley"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"lupa"
],
[
"_:result",
"phone",
"4152825872"
],
[
"_: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": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the phone number what what is the postcode"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the postcode"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'north park');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "what what in the north park area"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'north park');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of north park ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,area,'north park');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of north park ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 267 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8e0b5b86"
],
[
"_:result/8e0b5b86",
"area",
"north park"
],
[
"_:result/8e0b5b86",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8e0b5b86"
],
[
"_:result/8e0b5b86",
"area",
"north park"
],
[
"_:result/8e0b5b86",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/f45615de"
],
[
"_:result/f45615de",
"area",
"north park"
],
[
"_:result/f45615de",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8e0b5b86"
],
[
"_:result/8e0b5b86",
"area",
"north park"
],
[
"_:result/8e0b5b86",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/f45615de"
],
[
"_:result/f45615de",
"area",
"north park"
],
[
"_:result/f45615de",
"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,'tapas');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant in pacific heights that serves tapas food and doesn't allow children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'tapas');(_:result,kids_allowed,'no');(_:result,name,'zarzuela');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "zarzuela is a nice place , where no child -s are allowed and it serves tapas food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number and area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley or russian hill');(_:result,name,'zarzuela');(_:result,phone,'4153460800');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "zarzuela is a nice place , it is in the area of russian hill , their phone number is 4153460800 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": ""
}
] | 3065 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tapas"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tapas"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"tapas"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"zarzuela"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"tapas"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"tapas"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"area",
"hayes valley or russian hill"
],
[
"_:result",
"name",
"zarzuela"
],
[
"_:result",
"phone",
"4153460800"
],
[
"_: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",
"tapas"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"tapas"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"area",
"hayes valley or russian hill"
],
[
"_:result",
"name",
"zarzuela"
],
[
"_:result",
"phone",
"4153460800"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'embarcadero');(_:search,kids_allowed,'true');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a expensive restaurant that allows children and is in the embarcadero"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'jasmine garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jasmine garden is a nice place , it is in the expensive price range and where child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where is it near"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,kids_allowed,'yes');(_:result,pricerange,'expensive');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 4 restaurant -s where child -s are allowed and in the expensive price range ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what food would you like"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,near,'embarcadero');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a expensive restaurant that allows children and is near the embarcadero"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,area,'embarcadero');(_:result,kids_allowed,'yes');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , where child -s are allowed , in the expensive price range and in the area of embarcadero ."
},
{
"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": ""
}
] | 2955 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/502b244f"
],
[
"_:result/502b244f",
"area",
"embarcadero"
],
[
"_:result/502b244f",
"kids_allowed",
"yes"
],
[
"_:result/502b244f",
"pricerange",
"expensive"
],
[
"_:result/502b244f",
"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",
"embarcadero"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/502b244f"
],
[
"_:result/502b244f",
"area",
"embarcadero"
],
[
"_:result/502b244f",
"kids_allowed",
"yes"
],
[
"_:result/502b244f",
"pricerange",
"expensive"
],
[
"_:result/502b244f",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'financial district');(_:search,food,'cantonese');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant in the financial district that serves cantonese food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'financial district');(_:result,food,'cantonese');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place , it is in the area of financial district and it serves cantonese food ."
},
{
"id": 3,
"rdf-acts": [
"confirm((_:result,kids_allowed,'true');(_:result,type,'Restaurant'))",
"request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "does it allow children"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place where no child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'1 kearny street');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place their address is 1 kearny street ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'hakkasan');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'financial district or hayes valley');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place , it is in the area of financial district and it is in the area of hayes valley ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'hakkasan');(_:result,phone,'4158298148');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place their phone number is 4158298148 ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 11 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"kids_allowed",
"true"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_:result",
"area",
"financial district or hayes valley"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_:result",
"area",
"financial district or hayes valley"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"phone",
"4158298148"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_:result",
"area",
"financial district or hayes valley"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"phone",
"4158298148"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,good_for_meal,*);(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi i'm am looking for a cheap restaurant that good for any meal your the phone number"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch');(_:result,name,'capital restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "capital restaurant is a nice place , it is in the cheap price range and it is good for lunch ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the name the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'capital restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "capital restaurant is a nice restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'capital restaurant');(_:result,phone,'4153976269');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "capital restaurant is a nice place their phone number is 4153976269 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "are children allowed"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,kids_allowed,'none');(_:result,name,'capital restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "capital restaurant is a nice place i do not know if it allows child -s ."
},
{
"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": ""
}
] | 416 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"capital 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",
"good_for_meal",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"capital restaurant"
],
[
"_: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",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"capital restaurant"
],
[
"_:result",
"phone",
"4153976269"
],
[
"_: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",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"4153976269"
],
[
"_:result",
"kids_allowed",
"none"
],
[
"_:result",
"name",
"capital 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",
"good_for_meal",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"4153976269"
],
[
"_:result",
"kids_allowed",
"none"
],
[
"_:result",
"name",
"capital 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": [
"ack()",
"inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant good for brunch of our children i do not care about the price"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,good_for_meal,'brunch');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s good for brunch ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i do not care"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 724 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,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": [],
"speaker": "user",
"text": "unrecognizable"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'oceanview');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of oceanview ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'oceanview');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i need a hotel in the area of oceanview that does not"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'oceanview');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of oceanview ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "oceanview"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'oceanview');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of oceanview ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "how about"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,area,'oceanview');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of oceanview ."
},
{
"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": ""
}
] | 547 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/a5a7770c"
],
[
"_:result/a5a7770c",
"area",
"oceanview"
],
[
"_:result/a5a7770c",
"type",
"Hotel"
],
[
"_:search",
"area",
"oceanview"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/a5a7770c"
],
[
"_:result/a5a7770c",
"area",
"oceanview"
],
[
"_:result/a5a7770c",
"type",
"Hotel"
],
[
"_:search",
"area",
"oceanview"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/0aa840b3"
],
[
"_:result/0aa840b3",
"area",
"oceanview"
],
[
"_:result/0aa840b3",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/a5a7770c"
],
[
"_:result/a5a7770c",
"area",
"oceanview"
],
[
"_:result/a5a7770c",
"type",
"Hotel"
],
[
"_:search",
"area",
"oceanview"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/0aa840b3"
],
[
"_:result/0aa840b3",
"area",
"oceanview"
],
[
"_:result/0aa840b3",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/d4574c6c"
],
[
"_:result/d4574c6c",
"area",
"oceanview"
],
[
"_:result/d4574c6c",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/a5a7770c"
],
[
"_:result/a5a7770c",
"area",
"oceanview"
],
[
"_:result/a5a7770c",
"type",
"Hotel"
],
[
"_:search",
"area",
"oceanview"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/0aa840b3"
],
[
"_:result/0aa840b3",
"area",
"oceanview"
],
[
"_:result/0aa840b3",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/d4574c6c"
],
[
"_:result/d4574c6c",
"area",
"oceanview"
],
[
"_:result/d4574c6c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8e6ea68c"
],
[
"_:result/8e6ea68c",
"area",
"oceanview"
],
[
"_:result/8e6ea68c",
"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/a5a7770c"
],
[
"_:result/a5a7770c",
"area",
"oceanview"
],
[
"_:result/a5a7770c",
"type",
"Hotel"
],
[
"_:search",
"area",
"oceanview"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/0aa840b3"
],
[
"_:result/0aa840b3",
"area",
"oceanview"
],
[
"_:result/0aa840b3",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/d4574c6c"
],
[
"_:result/d4574c6c",
"area",
"oceanview"
],
[
"_:result/d4574c6c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8e6ea68c"
],
[
"_:result/8e6ea68c",
"area",
"oceanview"
],
[
"_:result/8e6ea68c",
"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": [
"negate()",
"inform((_:search,food,'asian');(_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no asian food for lunch"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,food,'asian');(_:result,good_for_meal,'lunch');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , serving asian food and good for lunch ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "malaysian malaysian food and lunchtime"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'asian');(_:result,name,'chaya brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chaya brasserie is a nice place it serves asian food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh malaysian food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'malaysian');(_:result,name,'betelnut');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "betelnut is a nice place it serves malaysian food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "lunch"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'malaysian');(_:result,good_for_meal,'lunch');(_:result,name,'lime tree southeast asian kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lime tree southeast asian kitchen is a nice place , it is good for lunch and it serves malaysian food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "allright can i get the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'lime tree southeast asian kitchen');(_:result,phone,'4156651415');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lime tree southeast asian kitchen is a nice place their phone number is 4156651415 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where is it near to"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'lime tree southeast asian kitchen');(_:result,near,'inner sunset');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lime tree southeast asian kitchen is a nice place it is near inner sunset ."
},
{
"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": ""
}
] | 325 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"asian"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:result/76a41fa8"
],
[
"_:result/76a41fa8",
"food",
"asian"
],
[
"_:result/76a41fa8",
"good_for_meal",
"lunch"
],
[
"_:result/76a41fa8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"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/76a41fa8"
],
[
"_:result/76a41fa8",
"food",
"asian"
],
[
"_:result/76a41fa8",
"good_for_meal",
"lunch"
],
[
"_:result/76a41fa8",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"name",
"chaya brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/76a41fa8"
],
[
"_:result/76a41fa8",
"food",
"asian"
],
[
"_:result/76a41fa8",
"good_for_meal",
"lunch"
],
[
"_:result/76a41fa8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"name",
"betelnut"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/76a41fa8"
],
[
"_:result/76a41fa8",
"food",
"asian"
],
[
"_:result/76a41fa8",
"good_for_meal",
"lunch"
],
[
"_:result/76a41fa8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"lime tree southeast asian kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/76a41fa8"
],
[
"_:result/76a41fa8",
"food",
"asian"
],
[
"_:result/76a41fa8",
"good_for_meal",
"lunch"
],
[
"_:result/76a41fa8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"lime tree southeast asian kitchen"
],
[
"_:result",
"phone",
"4156651415"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
]
],
"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/76a41fa8"
],
[
"_:result/76a41fa8",
"food",
"asian"
],
[
"_:result/76a41fa8",
"good_for_meal",
"lunch"
],
[
"_:result/76a41fa8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"phone",
"4156651415"
],
[
"_:result",
"name",
"lime tree southeast asian kitchen"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:result/76a41fa8"
],
[
"_:result/76a41fa8",
"food",
"asian"
],
[
"_:result/76a41fa8",
"good_for_meal",
"lunch"
],
[
"_:result/76a41fa8",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"phone",
"4156651415"
],
[
"_:result",
"name",
"lime tree southeast asian kitchen"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))",
"affirm()",
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need a hotel in the area of sure sherwood forest that has internet"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'sherwood forest');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of sherwood forest ."
},
{
"id": 3,
"rdf-acts": [
"reqalts((_:result,area,'north beach'))"
],
"speaker": "user",
"text": "how about in north beach"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have internet"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north beach');(_:result,has_internet,'yes');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the tuscan best western plus is a nice place , it is in the area of north beach and it has internet ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'425 n point st');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the tuscan best western plus is a nice place their address is 425 n point st ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their phone number and post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'the tuscan best western plus');(_:result,phone,'4155611100');(_:result,postcode,'94133');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the tuscan best western plus is a nice place , their phone number is 4155611100 and their postcode is 94133 ."
},
{
"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": ""
}
] | 447 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/d1da5f1c"
],
[
"_:result/d1da5f1c",
"area",
"sherwood forest"
],
[
"_:result/d1da5f1c",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/d1da5f1c"
],
[
"_:result/d1da5f1c",
"area",
"sherwood forest"
],
[
"_:result/d1da5f1c",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"name",
"san remo hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/d1da5f1c"
],
[
"_:result/d1da5f1c",
"area",
"sherwood forest"
],
[
"_:result/d1da5f1c",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the tuscan best western plus"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/d1da5f1c"
],
[
"_:result/d1da5f1c",
"area",
"sherwood forest"
],
[
"_:result/d1da5f1c",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"425 n point st"
],
[
"_:result",
"name",
"the tuscan best western plus"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/d1da5f1c"
],
[
"_:result/d1da5f1c",
"area",
"sherwood forest"
],
[
"_:result/d1da5f1c",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"425 n point st"
],
[
"_:result",
"name",
"the tuscan best western plus"
],
[
"_:result",
"phone",
"4155611100"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/d1da5f1c"
],
[
"_:result/d1da5f1c",
"area",
"sherwood forest"
],
[
"_:result/d1da5f1c",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"425 n point st"
],
[
"_:result",
"name",
"the tuscan best western plus"
],
[
"_:result",
"phone",
"4155611100"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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,'cafes');(_:search,good_for_meal,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that is good for any meal serve cafes food"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,food,'cafes or buffets'))"
],
"speaker": "system",
"text": "sorry would you like cafes or buffets food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "tex food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'cafes');(_:result,good_for_meal,'dinner');(_:result,name,'heirloom cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "heirloom cafe is a nice place , it is good for dinner and it serves cafes food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'2500 folsom street');(_:result,name,'heirloom cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "heirloom cafe is a nice place their address is 2500 folsom street ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where is it near to"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'heirloom cafe');(_:result,near,'mission');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "heirloom cafe is a nice place it is near mission ."
},
{
"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": ""
}
] | 1074 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cafes"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"food",
"cafes or buffets"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cafes"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"heirloom cafe"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cafes"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"address",
"2500 folsom street"
],
[
"_:result",
"name",
"heirloom cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cafes"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"address",
"2500 folsom street"
],
[
"_:result",
"name",
"heirloom cafe"
],
[
"_:result",
"near",
"mission"
],
[
"_: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",
"*"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cafes"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"address",
"2500 folsom street"
],
[
"_:result",
"name",
"heirloom cafe"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,food,'cantonese');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is free restaurant good for area that serves cantonese food and doesn't allow children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'cantonese');(_:result,kids_allowed,'no');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place , where no child -s are allowed and it serves cantonese food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "do they serve dinner"
},
{
"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 , good for dinner and where no child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "name address phone number and area"
},
{
"id": 6,
"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": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and 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": [],
"speaker": "user",
"text": "address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'hakkasan');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'1 kearny street');(_:result,name,'hakkasan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place their address is 1 kearny 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": ""
}
] | 2109 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_: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",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"area",
"hayes valley or financial district"
],
[
"_: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",
"kids_allowed",
"false"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"area",
"hayes valley or financial district"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"phone",
"4158298148"
],
[
"_: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",
"cantonese"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"area",
"hayes valley or financial district"
],
[
"_:result",
"phone",
"4158298148"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"cantonese"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"area",
"hayes valley or financial district"
],
[
"_:result",
"phone",
"4158298148"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_: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,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"area",
"hayes valley or financial district"
],
[
"_:result",
"phone",
"4158298148"
],
[
"_:result",
"address",
"1 kearny street"
],
[
"_: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,
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": "a hoosh food"
},
{
"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": "i'm looking for"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i know phone number"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "is there a number"
},
{
"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": ""
}
] | 115 | [
{
"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",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"thanks()",
"negate()"
],
"speaker": "user",
"text": "thank you so oh no in the area of"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'182');(_:result,pricerange,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 182 hotel -s if you do not care about the price range ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what area would you like ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"bye()"
],
"speaker": "user",
"text": "moderate goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 17 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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": [
"inform((_:search,kids_allowed,'false');(_:search,near,'lower pacific heights');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a moderately priced restaurant that doesn't allow children any near the lower pacific heights"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'maki restaurant');(_:result,near,'lower pacific heights');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "maki restaurant is a nice place , it is near lower pacific heights , where no child -s are allowed and it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,kids_allowed,*);(_:search,type,'Restaurant'))",
"request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get any address which and which meal good for"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'1825 post street');(_:result,good_for_meal,'lunch or dinner');(_:result,name,'maki restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "maki restaurant is a nice place , it is good for dinner , their address is 1825 post street and it is good for lunch ."
},
{
"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": ""
}
] | 1974 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"maki restaurant"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"1825 post street"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:result",
"name",
"maki restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"1825 post street"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:result",
"name",
"maki restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,good_for_meal,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant good for any meal that serves american food and does not loch children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,count,'239');(_:result,good_for_meal,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 239 restaurant -s if you do not care which meal it is good for ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "a restaurant"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,count,'239');(_:result,good_for_meal,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 239 restaurant -s if you do not care which meal it is good for ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a restaurant serves persian food"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,food,'persian');(_:result,good_for_meal,'dinner');(_:result,name,'alborz persian cuisine');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alborz persian cuisine is a nice place , it serves persian food and it is good for dinner ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'alborz persian cuisine');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "alborz persian cuisine is a nice restaurant ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'alborz persian cuisine');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alborz persian cuisine is a nice place it is in the moderate price range ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1250 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_: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",
"*"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_: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",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"persian"
],
[
"_: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",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"persian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"alborz persian cuisine"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"persian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"alborz persian cuisine"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"persian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"alborz persian cuisine"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"persian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"alborz persian cuisine"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
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": [
"negate()",
"request((_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,area,'mission terrace');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no phone area of mission terrace with the internet"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'mission terrace');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of mission terrace ."
},
{
"id": 3,
"rdf-acts": [
"reqalts((_:result,area,'pacific heights'))"
],
"speaker": "user",
"text": "how about in the area of pacific heights"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'pacific heights');(_:result,name,'hotel drisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel drisco is a nice place it is in the area of pacific heights ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'2901 pacific ave');(_:result,name,'hotel drisco');(_:result,phone,'4153462880');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel drisco is a nice place , their address is 2901 pacific ave and their phone number is 4153462880 ."
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'pacific heights');(_:result,count,'1');(_:result,name,'hotel drisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than hotel drisco in the area of pacific heights ."
},
{
"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": ""
}
] | 289 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/5a93169e"
],
[
"_:result/5a93169e",
"area",
"mission terrace"
],
[
"_:result/5a93169e",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"area",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/5a93169e"
],
[
"_:result/5a93169e",
"area",
"mission terrace"
],
[
"_:result/5a93169e",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"pacific heights"
],
[
"_:result",
"name",
"hotel drisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/5a93169e"
],
[
"_:result/5a93169e",
"area",
"mission terrace"
],
[
"_:result/5a93169e",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"pacific heights"
],
[
"_:result",
"address",
"2901 pacific ave"
],
[
"_:result",
"name",
"hotel drisco"
],
[
"_:result",
"phone",
"4153462880"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/5a93169e"
],
[
"_:result/5a93169e",
"area",
"mission terrace"
],
[
"_:result/5a93169e",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"2901 pacific ave"
],
[
"_:result",
"phone",
"4153462880"
],
[
"_:result",
"area",
"pacific heights"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"hotel drisco"
],
[
"_: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",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/5a93169e"
],
[
"_:result/5a93169e",
"area",
"mission terrace"
],
[
"_:result/5a93169e",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"2901 pacific ave"
],
[
"_:result",
"phone",
"4153462880"
],
[
"_:result",
"area",
"pacific heights"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"hotel drisco"
],
[
"_: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,'presidio');(_:search,dogs_allowed,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hi i'm looking for a hotel in the area of presidio that allows dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'presidio');(_:result,dogs_allowed,'yes');(_:result,name,'inn at the presidio');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn at the presidio is a nice place , it is in the area of presidio and where dogs are allowed ."
},
{
"id": 3,
"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": 4,
"rdf-acts": [
"inform((_:result,address,'42 moraga ave and presidio main post');(_:result,name,'inn at the presidio');(_:result,phone,'4158007356');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn at the presidio is a nice place , their address is 42 moraga ave and presidio main post , their phone number is 4158007356 and it is in the pricey price range ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 358 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"presidio"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"presidio"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"presidio"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"presidio"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"presidio"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"address",
"42 moraga ave and presidio main post"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"phone",
"4158007356"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"presidio"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"presidio"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"address",
"42 moraga ave and presidio main post"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"phone",
"4158007356"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "in in the area"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "modern"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place it is in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'pier 2620 hotel fisherman 7s wharf');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "pier 2620 hotel fisherman 7s wharf is a nice place 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": ""
}
] | 88 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"pier 2620 hotel fisherman 7s wharf"
],
[
"_: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",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"pier 2620 hotel fisherman 7s wharf"
],
[
"_: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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yeah do you know tell me the japantown that has an internet connection"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,has_internet,'no');(_:result,has_internet,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it has internet ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have internet connection"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'omni san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "omni san francisco is a nice place it has internet ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "may i have the address and area please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'500 california st');(_:result,area,'financial district');(_:result,name,'omni san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "omni san francisco is a nice place , it is in the area of financial district and their address is 500 california st ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 467 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"omni san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"500 california st"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"name",
"omni san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"500 california st"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"name",
"omni san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "um modern american and i um"
},
{
"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,'pine lake park');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "pine lake park"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'pine lake park');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of pine lake park ."
},
{
"id": 5,
"rdf-acts": [
"ack()",
"reqalts()"
],
"speaker": "user",
"text": "okay what about mario seeing"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'pine lake park');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of pine lake park ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "the valley"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,area,'pine lake park');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of pine lake park ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 22 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"pine lake park"
],
[
"_: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",
"pine lake park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8132be1b"
],
[
"_:result/8132be1b",
"area",
"pine lake park"
],
[
"_:result/8132be1b",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"pine lake park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8132be1b"
],
[
"_:result/8132be1b",
"area",
"pine lake park"
],
[
"_:result/8132be1b",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/5f4ba432"
],
[
"_:result/5f4ba432",
"area",
"pine lake park"
],
[
"_:result/5f4ba432",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"pine lake park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/8132be1b"
],
[
"_:result/8132be1b",
"area",
"pine lake park"
],
[
"_:result/8132be1b",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:system",
"canthelp",
"_:result/5f4ba432"
],
[
"_:result/5f4ba432",
"area",
"pine lake park"
],
[
"_:result/5f4ba432",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/7b09c0bb"
],
[
"_:result/7b09c0bb",
"area",
"pine lake park"
],
[
"_:result/7b09c0bb",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,near,'lower pacific heights');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a expensive restaurant in near lower pacific heights"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'dosa on fillmore');(_:result,near,'lower pacific heights');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "dosa on fillmore is a nice place , it is in the expensive price range and it is near lower pacific heights ."
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'kiss seafood');(_:result,near,'lower pacific heights');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "kiss seafood is a nice place , it is in the expensive price range and it is near lower pacific heights ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,name,'dosa on fillmore and kiss seafood');(_:result,near,'lower pacific heights');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than dosa on fillmore and kiss seafood in the expensive price range and near lower pacific heights ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay what's the address"
},
{
"id": 8,
"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": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'dosa on fillmore');(_:result,near,'lower pacific heights');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "dosa on fillmore is a nice place , it is in the expensive price range and it is near lower pacific heights ."
},
{
"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": ""
}
] | 722 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"dosa on fillmore"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"kiss seafood"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"dosa on fillmore and kiss seafood"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"1700 laguna street"
],
[
"_:result",
"name",
"kiss seafood"
],
[
"_: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",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"address",
"1700 laguna street"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"dosa on fillmore"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"lower pacific heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"address",
"1700 laguna street"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"dosa on fillmore"
],
[
"_:result",
"near",
"lower pacific heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,near,'west portal');(_:search,type,'Restaurant'))",
"request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))",
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant near the west portal and allows children and it's good for dinner"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "arabian nights restaurant is a nice place , where child -s are allowed and it is good for dinner ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley or noma');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "arabian nights restaurant is a nice place , it is in the area of hayes valley and it is in the area of noma ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'west portal');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need to find a restaurant in the west portal"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'west portal');(_:result,good_for_meal,'dinner');(_:result,kids_allowed,'yes');(_:result,name,'orexi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "orexi is a nice place , where child -s are allowed , it is good for dinner and it is in the area of west portal ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'orexi');(_:result,phone,'4156646739');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "orexi is a nice place their phone number is 4156646739 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the price"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'orexi');(_:result,price,'between 11 and 29 euro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "orexi is a nice place their price -s are between 11 and 29 euro ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 873 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"west portal"
],
[
"_:result",
"good_for_meal",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"west portal"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"arabian nights restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"west portal"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"area",
"hayes valley or noma"
],
[
"_:result",
"name",
"arabian nights restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west portal"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"west portal"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"area",
"west portal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west portal"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"orexi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"west portal"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"area",
"west portal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west portal"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"orexi"
],
[
"_:result",
"phone",
"4156646739"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"west portal"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"area",
"west portal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west portal"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"phone",
"4156646739"
],
[
"_:result",
"name",
"orexi"
],
[
"_:result",
"price",
"between 11 and 29 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"west portal"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"area",
"west portal"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west portal"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"phone",
"4156646739"
],
[
"_:result",
"name",
"orexi"
],
[
"_:result",
"price",
"between 11 and 29 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel near hi that is uh an expensive price range"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'connections sf');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "connections sf is a nice place it is in the pricey price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "how about a similar place i have the moderate price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'laurel inn');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "laurel inn is a nice place it is in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'worldmark san francisco');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "worldmark san francisco is a nice place it is in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"affirm()",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what yes what's the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'worldmark san francisco');(_:result,phone,'4152482800');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "worldmark san francisco is a nice place their phone number is 4152482800 ."
},
{
"id": 9,
"rdf-acts": [
"affirm()",
"thanks()",
"bye()"
],
"speaker": "user",
"text": "right thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 68 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"connections sf"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"laurel inn"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"worldmark san francisco"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"worldmark san francisco"
],
[
"_:result",
"phone",
"4152482800"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"worldmark san francisco"
],
[
"_:result",
"phone",
"4152482800"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant lunch near mentioned"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch');(_:result,name,'tu lan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "tu lan is a nice place it is good for lunch ."
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch');(_:result,name,'house of nanking');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "house of nanking is a nice place it is good for lunch ."
},
{
"id": 7,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "anything else"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch');(_:result,name,'chez maman');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chez maman is a nice place it is good for lunch ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1170 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"tu lan"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"house of nanking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"chez maman"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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 am looking for a moderately priced hotel is in the area"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'ocean park motel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "uh what's the phone number and address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'2690 46th ave');(_:result,name,'ocean park motel');(_:result,phone,'4155667020');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place , their address is 2690 46th ave and their phone number is 4155667020 ."
},
{
"id": 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": ""
}
] | 246 | [
{
"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",
"ocean park motel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"2690 46th ave"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"2690 46th ave"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"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": "food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,near,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'182');(_:result,near,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 182 hotel -s if you do not care where it is near to ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does not allow dogs"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'nob hill motor inn');(_:result,near,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "nob hill motor inn is a nice place , it is near none and where no dogs are allowed ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "um i'm looking for height in price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,count,'16');(_:result,dogs_allowed,'no');(_:result,near,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 16 hotel -s where no dogs are allowed and if you do not care where it is near to ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 12,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what area would you like"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "i'm looking for an can i have the address heights in price range"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'nob hill motor inn');(_:result,near,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "nob hill motor inn is a nice place , where no dogs are allowed and it is near none ."
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 86 | [
{
"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"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"near",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"*"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"near",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"*"
],
[
"_:result",
"count",
"182"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"nob hill motor inn"
],
[
"_:result",
"near",
"none"
],
[
"_: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",
"*"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"nob hill motor inn"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"near",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"name",
"nob hill motor inn"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"near",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"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",
"*"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"nob hill motor inn"
],
[
"_:result",
"near",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"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,'mission terrace');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want to find a restaurant in the area of mission terrace"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'mission terrace');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of mission terrace ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "how about a similar place that is area"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'mission terrace');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of mission terrace ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "uh similar"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'mission terrace');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of mission terrace ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "somisspo"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,area,'somisspo');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of somisspo ."
},
{
"id": 9,
"rdf-acts": [
"ack()",
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 404 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/26192853"
],
[
"_:result/26192853",
"area",
"mission terrace"
],
[
"_:result/26192853",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/26192853"
],
[
"_:result/26192853",
"area",
"mission terrace"
],
[
"_:result/26192853",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/b3d8449e"
],
[
"_:result/b3d8449e",
"area",
"mission terrace"
],
[
"_:result/b3d8449e",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/26192853"
],
[
"_:result/26192853",
"area",
"mission terrace"
],
[
"_:result/26192853",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/b3d8449e"
],
[
"_:result/b3d8449e",
"area",
"mission terrace"
],
[
"_:result/b3d8449e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/81256f22"
],
[
"_:result/81256f22",
"area",
"mission terrace"
],
[
"_:result/81256f22",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/26192853"
],
[
"_:result/26192853",
"area",
"mission terrace"
],
[
"_:result/26192853",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/b3d8449e"
],
[
"_:result/b3d8449e",
"area",
"mission terrace"
],
[
"_:result/b3d8449e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/81256f22"
],
[
"_:result/81256f22",
"area",
"mission terrace"
],
[
"_:result/81256f22",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/a8927227"
],
[
"_:result/a8927227",
"area",
"somisspo"
],
[
"_:result/a8927227",
"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",
"mission terrace"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/26192853"
],
[
"_:result/26192853",
"area",
"mission terrace"
],
[
"_:result/26192853",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/b3d8449e"
],
[
"_:result/b3d8449e",
"area",
"mission terrace"
],
[
"_:result/b3d8449e",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/81256f22"
],
[
"_:result/81256f22",
"area",
"mission terrace"
],
[
"_:result/81256f22",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/a8927227"
],
[
"_:result/a8927227",
"area",
"somisspo"
],
[
"_:result/a8927227",
"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,'mexican');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a restaurant that serves mexican food it does not allow children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'mexican');(_:result,kids_allowed,'no');(_:result,name,'colibri mexican bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "colibri mexican bistro is a nice place , where no child -s are allowed and it serves mexican food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'438 geary street');(_:result,name,'colibri mexican bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "colibri mexican bistro is a nice place their address is 438 geary 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,'colibri mexican bistro');(_:result,postcode,'94102');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "colibri mexican bistro is a nice place their postcode is 94102 ."
},
{
"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,'colibri mexican bistro');(_:result,phone,'4154402737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "colibri mexican bistro is a nice place their phone number is 4154402737 ."
},
{
"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": ""
}
] | 1346 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"colibri mexican bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"438 geary street"
],
[
"_:result",
"name",
"colibri mexican bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"438 geary street"
],
[
"_:result",
"name",
"colibri mexican bistro"
],
[
"_:result",
"postcode",
"94102"
],
[
"_: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",
"mexican"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"438 geary street"
],
[
"_:result",
"postcode",
"94102"
],
[
"_:result",
"name",
"colibri mexican bistro"
],
[
"_:result",
"phone",
"4154402737"
],
[
"_: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",
"mexican"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"438 geary street"
],
[
"_:result",
"postcode",
"94102"
],
[
"_:result",
"name",
"colibri mexican bistro"
],
[
"_:result",
"phone",
"4154402737"
],
[
"_: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": [
"affirm()",
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))",
"bye()"
],
"speaker": "user",
"text": "yes i'm looking for a hotel in the area of dine bye"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "for a irish area"
},
{
"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,'diamond heights');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "heights what"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'diamond heights');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of diamond heights ."
},
{
"id": 7,
"rdf-acts": [
"reqalts((_:result,area,'haight ashbury'))"
],
"speaker": "user",
"text": "how about the area of haight ashbury a"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,near,'haight');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place it is near haight ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,phone,'4158641978');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place their phone number is 4158641978 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place it is in the moderate price range ."
},
{
"id": 13,
"rdf-acts": [
"ack()",
"thanks()",
"bye()"
],
"speaker": "user",
"text": "great thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 382 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"accepts_credit_cards",
"diamond heights"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"accepts_credit_cards",
"diamond heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/96aaa8ec"
],
[
"_:result/96aaa8ec",
"area",
"diamond heights"
],
[
"_:result/96aaa8ec",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"accepts_credit_cards",
"diamond heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/96aaa8ec"
],
[
"_:result/96aaa8ec",
"area",
"diamond heights"
],
[
"_:result/96aaa8ec",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_: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"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"accepts_credit_cards",
"diamond heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/96aaa8ec"
],
[
"_:result/96aaa8ec",
"area",
"diamond heights"
],
[
"_:result/96aaa8ec",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"phone",
"4158641978"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"accepts_credit_cards",
"diamond heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/96aaa8ec"
],
[
"_:result/96aaa8ec",
"area",
"diamond heights"
],
[
"_:result/96aaa8ec",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"phone",
"4158641978"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_: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",
"area",
"?"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"accepts_credit_cards",
"diamond heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/96aaa8ec"
],
[
"_:result/96aaa8ec",
"area",
"diamond heights"
],
[
"_:result/96aaa8ec",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"phone",
"4158641978"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_: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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "i'm looking for a me address"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "that has internet connection"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'nob hill motor inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "nob hill motor inn is a nice place it has internet ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "what"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'nob hill motor inn');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "nob hill motor inn is a nice hotel ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "is the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,count,'169');(_:result,has_internet,'yes');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 169 hotel -s with an internet connection ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 10,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,pricerange,'haight');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the haight"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'red victorian bed breakfast and arts cafe');(_:result,near,'haight');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place , it is near haight and it has internet ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "i want to know the name address and phone number"
},
{
"id": 14,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 63 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"nob hill motor inn"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"nob hill motor inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"nob hill motor inn"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"name",
"nob hill motor inn"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"haight"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:search",
"pricerange",
"haight"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:search",
"pricerange",
"haight"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"name",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:search",
"pricerange",
"haight"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"near",
"haight"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"name",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the restaurant information system . you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "i'm looking for a restaurant in the area code"
},
{
"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": "restaurant"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:result,good_for_meal,'dinner');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "let me confirm you are looking for a place good for dinner"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "i don't care"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,near,'castro or laurel heights'))"
],
"speaker": "system",
"text": "sorry would you like it to be near castro or laurel heights"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:result,food,'traditional american');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "you are looking for a traditional american restaurant right ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "i don't care"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "let me confirm , you are looking for a restaurant in the cheap price range right ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 3573 | [
{
"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",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"castro or laurel heights"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"castro or laurel heights"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"castro or laurel heights"
]
],
"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",
"type",
"Restaurant"
],
[
"_:result",
"near",
"castro or laurel heights"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,food,'lebanese');(_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant good for breakfast that serves lebanese food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,food,'lebanese');(_:result,good_for_meal,'breakfast');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , good for breakfast and serving lebanese food ."
},
{
"id": 3,
"rdf-acts": [
"ack()",
"inform((_:search,food,'mexican');(_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant good for breakfast that serves mexican food"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'mexican');(_:result,good_for_meal,'breakfast');(_:result,name,'sanjalisco');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place , it is good for breakfast and it serves mexican food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what its phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'sanjalisco');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "sanjalisco 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,'901 s van ness avenue');(_:result,name,'sanjalisco');(_:result,phone,'4156488383');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place , their address is 901 s van ness avenue and their phone number is 4156488383 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the postcode"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'sanjalisco');(_:result,postcode,'94110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place their postcode is 94110 ."
},
{
"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": ""
}
] | 2695 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/05ad18ac"
],
[
"_:result/05ad18ac",
"food",
"lebanese"
],
[
"_:result/05ad18ac",
"good_for_meal",
"breakfast"
],
[
"_:result/05ad18ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_: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/05ad18ac"
],
[
"_:result/05ad18ac",
"food",
"lebanese"
],
[
"_:result/05ad18ac",
"good_for_meal",
"breakfast"
],
[
"_:result/05ad18ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/05ad18ac"
],
[
"_:result/05ad18ac",
"food",
"lebanese"
],
[
"_:result/05ad18ac",
"good_for_meal",
"breakfast"
],
[
"_:result/05ad18ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:result/05ad18ac"
],
[
"_:result/05ad18ac",
"food",
"lebanese"
],
[
"_:result/05ad18ac",
"good_for_meal",
"breakfast"
],
[
"_:result/05ad18ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"phone",
"4156488383"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:result/05ad18ac"
],
[
"_:result/05ad18ac",
"food",
"lebanese"
],
[
"_:result/05ad18ac",
"good_for_meal",
"breakfast"
],
[
"_:result/05ad18ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"phone",
"4156488383"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"postcode",
"94110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/05ad18ac"
],
[
"_:result/05ad18ac",
"food",
"lebanese"
],
[
"_:result/05ad18ac",
"good_for_meal",
"breakfast"
],
[
"_:result/05ad18ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"phone",
"4156488383"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"postcode",
"94110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "um you the pub the area of sure price where"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a cheap restaurant"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'vicoletto');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "vicoletto is a nice place it is in the cheap price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is in the area for please square"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'vicoletto');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "vicoletto is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,name,'so');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "showplace square"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'vicoletto');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "vicoletto is a nice restaurant ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "in the area will food please"
},
{
"id": 10,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"ack()"
],
"speaker": "user",
"text": "thank you good"
},
{
"id": 12,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2152 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"vicoletto"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"vicoletto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"name",
"so"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"name",
"so"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"vicoletto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"name",
"so"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"vicoletto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"name",
"so"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"vicoletto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"name",
"so"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"vicoletto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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/acd39d95"
],
[
"_:result/acd39d95",
"area",
"inset"
],
[
"_:result/acd39d95",
"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/acd39d95"
],
[
"_:result/acd39d95",
"area",
"inset"
],
[
"_:result/acd39d95",
"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/acd39d95"
],
[
"_:result/acd39d95",
"area",
"inset"
],
[
"_:result/acd39d95",
"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/acd39d95"
],
[
"_:result/acd39d95",
"area",
"inset"
],
[
"_:result/acd39d95",
"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/acd39d95"
],
[
"_:result/acd39d95",
"area",
"inset"
],
[
"_:result/acd39d95",
"type",
"Hotel"
],
[
"_:result",
"count",
"105"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"665 bush st"
],
[
"_:result",
"name",
"the orchard hotel"
],
[
"_:result",
"phone",
"4153628878"
],
[
"_:result",
"postcode",
"94108"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,near,'embarcadero');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel near embarcadero that has ultra"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'hotel vitale');(_:result,near,'embarcadero');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel vitale is a nice place it is near embarcadero ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the address and phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'8 mission st');(_:result,name,'hotel vitale');(_:result,phone,'4152783700');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel vitale is a nice place , their address is 8 mission st and their phone number is 4152783700 ."
},
{
"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": ""
}
] | 550 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"hotel vitale"
],
[
"_:result",
"near",
"embarcadero"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"embarcadero"
],
[
"_:result",
"address",
"8 mission st"
],
[
"_:result",
"name",
"hotel vitale"
],
[
"_:result",
"phone",
"4152783700"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"embarcadero"
],
[
"_:result",
"address",
"8 mission st"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"thanks()",
"bye()",
"request((_:result,dogs_allowed,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "thank you good that does it allow dogs"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no dogs"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:result,dogs_allowed,'no');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "let me confirm you want a hotel that does not allow dogs , right ?"
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "correct"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place where no dogs are allowed ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 305 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"dogs_allowed",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"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": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i would uh that allows dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'grand hyatt san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "grand hyatt san francisco is a nice place where dogs are allowed ."
},
{
"id": 3,
"rdf-acts": [
"ack()",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "i and price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'grand hyatt san francisco');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "grand hyatt san francisco is a nice place it is in the pricey price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,name,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the name address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'345 stockton st');(_:result,name,'grand hyatt san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "grand hyatt san francisco is a nice place their address is 345 stockton st ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 312 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"grand hyatt san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"grand hyatt san francisco"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"address",
"345 stockton st"
],
[
"_:result",
"name",
"grand hyatt san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"address",
"345 stockton st"
],
[
"_:result",
"name",
"grand hyatt san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the phone"
},
{
"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": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i need the name address"
},
{
"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"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'inner mission');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "inner mission"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:result,area,'inner mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of inner mission ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i need a hotel dogs should that has internet connection"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:result,area,'inner mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of inner mission ."
},
{
"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": ""
}
] | 10 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_: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"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"area",
"inner mission"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"area",
"inner mission"
],
[
"_:system",
"canthelp",
"_:result/b0e61369"
],
[
"_:result/b0e61369",
"area",
"inner mission"
],
[
"_:result/b0e61369",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"area",
"inner mission"
],
[
"_:system",
"canthelp",
"_:result/b0e61369"
],
[
"_:result/b0e61369",
"area",
"inner mission"
],
[
"_:result/b0e61369",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/bae2243e"
],
[
"_:result/bae2243e",
"area",
"inner mission"
],
[
"_:result/bae2243e",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"area",
"inner mission"
],
[
"_:system",
"canthelp",
"_:result/b0e61369"
],
[
"_:result/b0e61369",
"area",
"inner mission"
],
[
"_:result/b0e61369",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/bae2243e"
],
[
"_:result/bae2243e",
"area",
"inner mission"
],
[
"_:result/bae2243e",
"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 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": [
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want in any that's expensive restaurant"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'inn at the presidio');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn at the presidio is a nice place it is in the pricey price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i want a expensive hotel"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'inn at the presidio');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn at the presidio is a nice place it is in the pricey price range ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "inexpensive"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'inn at the presidio');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "inn at the presidio is a nice hotel ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i want a cheap hotel"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,count,'34');(_:result,pricerange,'pricey');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 34 hotel -s in the pricey price range ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 10,
"rdf-acts": [
"select((_:result,has_internet,'no');(_:result,has_internet,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it has internet ?"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 465 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a cheap restaurant that serves indian food and is it again"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"confirm((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it expensive"
},
{
"id": 4,
"rdf-acts": [
"inform((_: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 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is there a restaurant that again"
},
{
"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": [],
"speaker": "user",
"text": "is there a restaurant with internet"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'lahore karahi');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "lahore karahi is a nice restaurant ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "in a restaurant a in that"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'lahore karahi');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "lahore karahi is a nice restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address and area"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'612 ofarrell street');(_:result,area,'hayes valley or pacific heights');(_:result,name,'lahore karahi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lahore karahi is a nice place , it is in the area of pacific heights , their address is 612 ofarrell street and it is in the area of hayes valley ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1305 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_: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",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"612 ofarrell street"
],
[
"_:result",
"area",
"hayes valley or pacific heights"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_: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",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"612 ofarrell street"
],
[
"_:result",
"area",
"hayes valley or pacific heights"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_: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": "in in the area"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "modern"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'red victorian bed breakfast and arts cafe');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "red victorian bed breakfast and arts cafe is a nice place it is in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'pier 2620 hotel fisherman 7s wharf');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "pier 2620 hotel fisherman 7s wharf is a nice place 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": ""
}
] | 88 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"red victorian bed breakfast and arts cafe"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"pier 2620 hotel fisherman 7s wharf"
],
[
"_: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",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"pier 2620 hotel fisherman 7s wharf"
],
[
"_: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": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want a cheap restaurant that allows children and is good for breakfast"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,good_for_meal,'breakfast');(_:result,kids_allowed,'yes');(_:result,name,'sanjalisco');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place , where child -s are allowed , it is in the cheap price range and it is good for breakfast ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,name,?);(_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the name address phone number and where is it near"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'901 s van ness avenue');(_:result,name,'sanjalisco');(_:result,near,'mission');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place , it is near mission and their address is 901 s van ness avenue ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'sanjalisco');(_:result,phone,'4156488383');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place their phone number is 4156488383 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1982 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"near",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"phone",
"4156488383"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"phone",
"4156488383"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"bye()"
],
"speaker": "user",
"text": "i want to find a cheap restaurant that is good bye"
},
{
"id": 2,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1782 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,food,'peruvian');(_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant good for dinner that serves peruvian food"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "there anything else"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'peruvian');(_:result,good_for_meal,'dinner');(_:result,name,'fresca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fresca is a nice place , it serves peruvian food and it is good for dinner ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "i will"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'peruvian');(_:result,good_for_meal,'dinner');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s good for dinner and serving peruvian food ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what price range would you like"
},
{
"id": 9,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is price that phone number and area"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'hayes valley or pacific heights');(_:result,name,'fresca');(_:result,phone,'4154472668');(_:result,price,'between 15 and 26 euro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fresca is a nice place , their price -s are between 15 and 26 euro , their phone number is 4154472668 , it is in the area of pacific heights 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": ""
}
] | 3026 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"peruvian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"mochica"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"food",
"peruvian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"fresca"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"fresca"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"peruvian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_: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",
"peruvian"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"fresca"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"peruvian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"peruvian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"hayes valley or pacific heights"
],
[
"_:result",
"name",
"fresca"
],
[
"_:result",
"phone",
"4154472668"
],
[
"_:result",
"price",
"between 15 and 26 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"peruvian"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"peruvian"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"hayes valley or pacific heights"
],
[
"_:result",
"name",
"fresca"
],
[
"_:result",
"phone",
"4154472668"
],
[
"_:result",
"price",
"between 15 and 26 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'opera plaza');(_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i am looking for a hotel in the area of opera plaza that has internet"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'opera plaza');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of opera plaza ."
},
{
"id": 3,
"rdf-acts": [
"ack()",
"reqalts((_:result,area,'castro'))"
],
"speaker": "user",
"text": "okay how about the area of castro"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'castro');(_:result,has_internet,'yes');(_:result,name,'inn on castro');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn on castro is a nice place , it has internet and it is in the area of castro ."
},
{
"id": 5,
"rdf-acts": [
"ack()",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "okay can i have the address and post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'castro');(_:result,has_internet,'yes');(_:result,name,'inn on castro');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn on castro is a nice place , it has internet and it is in the area of castro ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"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": 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": ""
}
] | 111 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"opera plaza"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"opera plaza"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/d30d3eb3"
],
[
"_:result/d30d3eb3",
"area",
"opera plaza"
],
[
"_:result/d30d3eb3",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"opera plaza"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/d30d3eb3"
],
[
"_:result/d30d3eb3",
"area",
"opera plaza"
],
[
"_:result/d30d3eb3",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"castro"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_: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",
"opera plaza"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/d30d3eb3"
],
[
"_:result/d30d3eb3",
"area",
"opera plaza"
],
[
"_:result/d30d3eb3",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"area",
"castro"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"opera plaza"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/d30d3eb3"
],
[
"_:result/d30d3eb3",
"area",
"opera plaza"
],
[
"_:result/d30d3eb3",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"castro"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_: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,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"opera plaza"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/d30d3eb3"
],
[
"_:result/d30d3eb3",
"area",
"opera plaza"
],
[
"_:result/d30d3eb3",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"castro"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_: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,
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 would like to find a hotel that is"
},
{
"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,pricerange,'pricey');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "and does it allow to in expensive price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'34');(_:result,pricerange,'pricey');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 34 hotel -s in the pricey price range ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it accepts credit card -s ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "a expensive price range"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,pricerange,'pricey or inexpensive'))"
],
"speaker": "system",
"text": "sorry would you like something in the pricey price range or in the inexpensive price range"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "inexpensive"
},
{
"id": 10,
"rdf-acts": [
"select((_:result,pricerange,'pricey or inexpensive'))"
],
"speaker": "system",
"text": "sorry would you like something in the pricey price range or in the inexpensive price range"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "inexpensive price range"
},
{
"id": 12,
"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": 13,
"rdf-acts": [
"negate()",
"thanks()",
"bye()"
],
"speaker": "user",
"text": "no thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 6 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_: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",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"pricerange",
"pricey or inexpensive"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"pricerange",
"pricey or inexpensive"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"pricerange",
"pricey or inexpensive"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_: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"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"pricerange",
"pricey or inexpensive"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_: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 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,'castro');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hotel near the castro"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'parker guest house');(_:result,near,'castro');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "parker guest house is a nice place it is near castro ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,name,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the name"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'parker guest house');(_:result,near,'castro');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "parker guest house is a nice place it is near castro ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "address phone number and area"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'520 church st');(_:result,area,'mastro');(_:result,name,'parker guest house');(_:result,phone,'4156213222');(_: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 area of mastro ."
},
{
"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": ""
}
] | 523 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"address",
"520 church st"
],
[
"_:result",
"area",
"mastro"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"phone",
"4156213222"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"castro"
],
[
"_:result",
"address",
"520 church st"
],
[
"_:result",
"area",
"mastro"
],
[
"_:result",
"name",
"parker guest house"
],
[
"_:result",
"phone",
"4156213222"
],
[
"_: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,good_for_meal,'lunch');(_:search,near,'inner sunset');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a good lunch restaurant near the inner sunset"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,good_for_meal,'lunch');(_:result,near,'inner sunset');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 4 restaurant -s good for lunch and near inner sunset ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what food would you like"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'malaysian');(_:result,good_for_meal,'lunch');(_:result,name,'lime tree southeast asian kitchen');(_:result,near,'inner sunset');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lime tree southeast asian kitchen is a nice place , it is good for lunch , it is near inner sunset and it serves malaysian food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the address and price"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'450 a irving street');(_:result,name,'lime tree southeast asian kitchen');(_:result,price,'between 5 and 10 euro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lime tree southeast asian kitchen is a nice place , their address is 450 a irving street and their price -s are between 5 and 10 euro ."
},
{
"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": ""
}
] | 398 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_: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",
"lunch"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"lime tree southeast asian kitchen"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"address",
"450 a irving street"
],
[
"_:result",
"name",
"lime tree southeast asian kitchen"
],
[
"_:result",
"price",
"between 5 and 10 euro"
],
[
"_: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",
"near",
"inner sunset"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"address",
"450 a irving street"
],
[
"_:result",
"name",
"lime tree southeast asian kitchen"
],
[
"_:result",
"price",
"between 5 and 10 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"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": "range there"
},
{
"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,pricerange,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "any price"
},
{
"id": 4,
"rdf-acts": [
"confirm((_:result,dogs_allowed,'dont_care');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "let me confirm you do not care if it allows dogs"
},
{
"id": 5,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "uh no"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:result,dogs_allowed,'dont_care');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "let me confirm you do not care if it allows dogs"
},
{
"id": 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": ""
}
] | 120 | [
{
"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",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"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"
]
],
"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"
],
[
"_: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",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
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,'central waterfront');(_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i am looking for a moderately priced hotel in the area of central waterfront"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'central waterfront');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of central waterfront ."
},
{
"id": 3,
"rdf-acts": [
"reqalts((_:result,area,'cathedral hill'))"
],
"speaker": "user",
"text": "how about a similar place in the area of cathedral hill"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'cathedral hill');(_:result,name,'the opal');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the opal is a nice place , it is in the area of cathedral hill and it is in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"ack()",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "great can i get the address and phone number"
},
{
"id": 6,
"rdf-acts": [
"confirm((_:result,area,'cathedral hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "did you say you are looking for a hotel in the area of cathedral hill ?"
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,has_internet,'no');(_:result,has_internet,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it has internet ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,has_internet,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'1050 van ness ave');(_:result,name,'the opal');(_:result,phone,'8886734711');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the opal is a nice place , their address is 1050 van ness ave and their phone number is 8886734711 ."
},
{
"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": ""
}
] | 292 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"central waterfront"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"central waterfront"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/04abe469"
],
[
"_:result/04abe469",
"area",
"central waterfront"
],
[
"_:result/04abe469",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"central waterfront"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/04abe469"
],
[
"_:result/04abe469",
"area",
"central waterfront"
],
[
"_:result/04abe469",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"cathedral hill"
],
[
"_:result",
"name",
"the opal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"central waterfront"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/04abe469"
],
[
"_:result/04abe469",
"area",
"central waterfront"
],
[
"_:result/04abe469",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"cathedral hill"
],
[
"_:result",
"name",
"the opal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"central waterfront"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:result/04abe469"
],
[
"_:result/04abe469",
"area",
"central waterfront"
],
[
"_:result/04abe469",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"cathedral hill"
],
[
"_:result",
"name",
"the opal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"central waterfront"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:result/04abe469"
],
[
"_:result/04abe469",
"area",
"central waterfront"
],
[
"_:result/04abe469",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"cathedral hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"1050 van ness ave"
],
[
"_:result",
"name",
"the opal"
],
[
"_:result",
"phone",
"8886734711"
],
[
"_: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",
"central waterfront"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:result/04abe469"
],
[
"_:result/04abe469",
"area",
"central waterfront"
],
[
"_:result/04abe469",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"cathedral hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"1050 van ness ave"
],
[
"_:result",
"name",
"the opal"
],
[
"_:result",
"phone",
"8886734711"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'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/37b10454"
],
[
"_:result/37b10454",
"area",
"eureka valley"
],
[
"_:result/37b10454",
"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/37b10454"
],
[
"_:result/37b10454",
"area",
"eureka valley"
],
[
"_:result/37b10454",
"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/37b10454"
],
[
"_:result/37b10454",
"area",
"eureka valley"
],
[
"_:result/37b10454",
"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/37b10454"
],
[
"_:result/37b10454",
"area",
"eureka valley"
],
[
"_:result/37b10454",
"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": [
"negate()"
],
"speaker": "user",
"text": "no no no food phone"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "okay is valley"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "food mountain"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what kind of food would you like ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,food,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "food"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:result,food,'dont_care');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "you are looking for a restaurant serving any kind of food right ?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:result,food,'dont_care');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "you are looking for a restaurant serving any kind of food right ?"
},
{
"id": 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": ""
}
] | 3069 | [
{
"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",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"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,'4156820826');(_: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",
"4156820826"
],
[
"_: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",
"4156820826"
],
[
"_: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,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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"negate()",
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i no any in expensive price range"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'34');(_:result,pricerange,'pricey');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 34 hotel -s in the pricey price range ."
},
{
"id": 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": [
"thanks()",
"inform((_:search,accepts_credit_cards,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "thanks a any part"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,pricerange,'pricey or inexpensive'))"
],
"speaker": "system",
"text": "sorry would you like something in the pricey price range or in the inexpensive price range"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "inexpensive expensive"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'no');(_:result,name,'balmoral hotel north no 2');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "balmoral hotel north no 2 is a nice place , it does not accept credit card -s and it is in the inexpensive price range ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 279 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_: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",
"pricey"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:result",
"pricerange",
"pricey or inexpensive"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"count",
"34"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:result",
"pricerange",
"pricey or inexpensive"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"count",
"34"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"name",
"balmoral hotel north no 2"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"count",
"34"
],
[
"_:search",
"accepts_credit_cards",
"*"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"name",
"balmoral hotel north no 2"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i want to find a hotel near a hoosh"
},
{
"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": "allows dogs"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'intercontinental san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "intercontinental san francisco is a nice place where dogs are allowed ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i have the address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'888 howard st');(_:result,name,'intercontinental san francisco');(_:result,phone,'4156166500');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "intercontinental san francisco is a nice place , their address is 888 howard st and their phone number is 4156166500 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 302 | [
{
"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"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"intercontinental san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"address",
"888 howard st"
],
[
"_:result",
"name",
"intercontinental san francisco"
],
[
"_:result",
"phone",
"4156166500"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"address",
"888 howard st"
],
[
"_:result",
"name",
"intercontinental san francisco"
],
[
"_:result",
"phone",
"4156166500"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,kids_allowed,'true');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"ack()"
],
"speaker": "user",
"text": "yes i'm looking for a expensive restaurant that allows children and is good for la"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'helmand palace');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "helmand palace is a nice place , where child -s are allowed and it is in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it good for lodge"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,name,'helmand palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "helmand palace is a nice place it is good for dinner ."
},
{
"id": 5,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "what about welsh"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'helmand palace');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "helmand palace is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'2424 van ness avenue');(_:result,name,'helmand palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "helmand palace is a nice place their address is 2424 van ness avenue ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'helmand palace');(_:result,postcode,'94109');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "helmand palace is a nice place their postcode is 94109 ."
},
{
"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": ""
}
] | 1826 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"helmand palace"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"helmand palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"name",
"helmand palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"2424 van ness avenue"
],
[
"_:result",
"name",
"helmand palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"2424 van ness avenue"
],
[
"_:result",
"name",
"helmand palace"
],
[
"_:result",
"postcode",
"94109"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"2424 van ness avenue"
],
[
"_:result",
"name",
"helmand palace"
],
[
"_: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,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'arabian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a restaurant that serves arabian food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'arabian');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "arabian nights restaurant is a nice place it serves arabian food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'2345 mission street');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "arabian nights restaurant is a nice place their address is 2345 mission street ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'arabian nights restaurant');(_:result,phone,'4156481444');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "arabian nights restaurant is a nice place their phone number is 4156481444 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the area"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'hayes valley or noma');(_:result,name,'arabian nights restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "arabian nights restaurant is a nice place , it is in the area of hayes valley and it is in the area of noma ."
},
{
"id": 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": ""
}
] | 2156 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"arabian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"arabian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"arabian"
],
[
"_:result",
"name",
"arabian nights restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"arabian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"arabian"
],
[
"_:result",
"address",
"2345 mission street"
],
[
"_:result",
"name",
"arabian nights restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"arabian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"arabian"
],
[
"_:result",
"address",
"2345 mission street"
],
[
"_:result",
"name",
"arabian nights restaurant"
],
[
"_:result",
"phone",
"4156481444"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"arabian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"arabian"
],
[
"_:result",
"address",
"2345 mission street"
],
[
"_:result",
"phone",
"4156481444"
],
[
"_:result",
"area",
"hayes valley or noma"
],
[
"_:result",
"name",
"arabian nights restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"arabian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"arabian"
],
[
"_:result",
"address",
"2345 mission street"
],
[
"_:result",
"phone",
"4156481444"
],
[
"_:result",
"area",
"hayes valley or noma"
],
[
"_:result",
"name",
"arabian nights restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
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,dogs_allowed,'true');(_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hi looking for a hotel that allows dogs is in expensive price range"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'grand hyatt san francisco');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "grand hyatt san francisco is a nice place , it is in the pricey price range and where dogs are allowed ."
},
{
"id": 3,
"rdf-acts": [
"ack()",
"request((_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "okay can i have the phone number and whether it has internet"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'hotel rex');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel rex is a nice place it has internet ."
},
{
"id": 5,
"rdf-acts": [
"ack()",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "okay i have the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'hotel rex');(_:result,phone,'4154334434');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel rex is a nice place their phone number is 4154334434 ."
},
{
"id": 7,
"rdf-acts": [
"ack()",
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 374 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"grand hyatt san francisco"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel rex"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel rex"
],
[
"_:result",
"phone",
"4154334434"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel rex"
],
[
"_:result",
"phone",
"4154334434"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hi i'm moderate priced hotel that is near price"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'harbor court hotel c a kimpton hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "harbor court hotel c a kimpton hotel is a nice place it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "it accepts credit cards"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'harbor court hotel c a kimpton hotel');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "harbor court hotel c a kimpton hotel 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": ""
}
] | 107 | [
{
"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"
],
[
"_:result",
"name",
"harbor court hotel c a kimpton hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"harbor court hotel c a kimpton hotel"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"harbor court hotel c a kimpton hotel"
],
[
"_: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 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,'burgers');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a expensive restaurant that serves burgers in it's good for dinner"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,count,'51');(_:result,good_for_meal,'dinner');(_:result,pricerange,'expensive');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 51 restaurant -s good for dinner and in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what food would you like"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,food,'burgers');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "burgers food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'burgers');(_:result,good_for_meal,'dinner');(_:result,name,'michael mina restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michael mina restaurant is a nice place , it is in the expensive price range , it is good for dinner and it serves burgers food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'335 powell street');(_:result,name,'michael mina restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michael mina restaurant is a nice place their address is 335 powell street ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is it near"
},
{
"id": 10,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is it near to"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'michael mina restaurant');(_:result,near,'union square');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "michael mina restaurant is a nice place it is near union square ."
},
{
"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": ""
}
] | 2933 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"burgers"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"burgers"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"51"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"count",
"51"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"burgers"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"count",
"51"
],
[
"_:search",
"food",
"burgers"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"burgers"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"michael mina restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"count",
"51"
],
[
"_:search",
"food",
"burgers"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"burgers"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"335 powell street"
],
[
"_:result",
"name",
"michael mina restaurant"
],
[
"_: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",
"expensive"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"count",
"51"
],
[
"_:search",
"food",
"burgers"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"burgers"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"335 powell street"
],
[
"_:result",
"name",
"michael mina restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"count",
"51"
],
[
"_:search",
"food",
"burgers"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"burgers"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"335 powell street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"michael mina restaurant"
],
[
"_:result",
"near",
"union square"
],
[
"_: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",
"expensive"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"count",
"51"
],
[
"_:search",
"food",
"burgers"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"burgers"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"335 powell street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"michael mina restaurant"
],
[
"_:result",
"near",
"union square"
],
[
"_: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()"
],
"speaker": "user",
"text": "i am looking for restaurant"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,dogs_allowed,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'182');(_:result,dogs_allowed,'dont_care');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 182 hotel -s if you do not care whether dogs are allowed ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what area would you like ?"
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 335 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"dogs_allowed",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"dogs_allowed",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"dogs_allowed",
"dont_care"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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": "you"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,kids_allowed,'false');(_:search,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": 4,
"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 , where no child -s are allowed , it is in the moderate price range and it is near embarcadero ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the slanted door');(_:result,phone,'4158618032');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the slanted door is a nice place their phone number is 4158618032 ."
},
{
"id": 7,
"rdf-acts": [
"ack()"
],
"speaker": "user",
"text": "what meal it good"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,name,'the slanted door');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the slanted door is a nice place it is good for dinner ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you and good bye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1709 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"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",
"name",
"the slanted door"
],
[
"_:result",
"near",
"embarcadero"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"embarcadero"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"phone",
"4158618032"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"embarcadero"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"embarcadero"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"4158618032"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"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",
"phone",
"4158618032"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"the slanted door"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'lounge');(_:search,good_for_meal,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like to find a restaurant good for any meal that serves lounge food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'lounge');(_:result,good_for_meal,'dinner');(_:result,name,'fifth floor');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fifth floor is a nice place , it serves lounge food and it is good for dinner ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "okay may i have the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'hotel palomar 12 fourth street');(_:result,name,'fifth floor');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fifth floor is a nice place their address is hotel palomar 12 fourth street ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "any price"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'fifth floor');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "fifth floor is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the price"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'fifth floor');(_:result,price,'between 29 and 58 euro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fifth floor is a nice place their price -s are between 29 and 58 euro ."
},
{
"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": ""
}
] | 2717 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lounge"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lounge"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"lounge"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"fifth floor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lounge"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"food",
"lounge"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"address",
"hotel palomar 12 fourth street"
],
[
"_:result",
"name",
"fifth floor"
],
[
"_: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",
"food",
"lounge"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"food",
"lounge"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"address",
"hotel palomar 12 fourth street"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"fifth floor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"lounge"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"food",
"lounge"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"address",
"hotel palomar 12 fourth street"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"fifth floor"
],
[
"_:result",
"price",
"between 29 and 58 euro"
],
[
"_: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",
"lounge"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"food",
"lounge"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"address",
"hotel palomar 12 fourth street"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"fifth floor"
],
[
"_:result",
"price",
"between 29 and 58 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()"
],
"speaker": "user",
"text": "i looking for a restaurant good for that says that serves 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": ""
}
] | 1691 | [
{
"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,good_for_meal,*);(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi i'm am looking for a cheap restaurant that good for any meal your the phone number"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch');(_:result,name,'capital restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "capital restaurant is a nice place , it is in the cheap price range and it is good for lunch ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "the name the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'capital restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "capital restaurant is a nice restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'capital restaurant');(_:result,phone,'4153976269');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "capital restaurant is a nice place their phone number is 4153976269 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,kids_allowed,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "are children allowed"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,kids_allowed,'none');(_:result,name,'capital restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "capital restaurant is a nice place i do not know if it allows child -s ."
},
{
"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": ""
}
] | 416 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"capital 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",
"good_for_meal",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"capital restaurant"
],
[
"_: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",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"capital restaurant"
],
[
"_:result",
"phone",
"4153976269"
],
[
"_: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",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"4153976269"
],
[
"_:result",
"kids_allowed",
"none"
],
[
"_:result",
"name",
"capital 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",
"good_for_meal",
"*"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"4153976269"
],
[
"_:result",
"kids_allowed",
"none"
],
[
"_:result",
"name",
"capital 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": [
"ack()"
],
"speaker": "user",
"text": "i want a restaurant a restaurant food"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care about the price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'239');(_:result,pricerange,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 239 restaurant -s if you do not care about the price range ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what food would you like ?"
},
{
"id": 7,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "where for the phone number"
},
{
"id": 8,
"rdf-acts": [
"confirm((_:result,pricerange,'dont_care');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "let me confirm , you are looking for a restaurant and you dont care about the price range right ?"
},
{
"id": 9,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "that's right please"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,near,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"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": ""
}
] | 2198 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"#"
],
[
"_:user",
"denied",
"_:search/a5777478"
],
[
"_:search/a5777478",
"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"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"#"
],
[
"_:user",
"denied",
"_:search/a5777478"
],
[
"_:search/a5777478",
"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",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"#"
],
[
"_:user",
"denied",
"_:search/a5777478"
],
[
"_:search/a5777478",
"type",
"Restaurant"
],
[
"_:search",
"near",
"*"
],
[
"_: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",
"count",
"239"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"#"
],
[
"_:user",
"denied",
"_:search/a5777478"
],
[
"_:search/a5777478",
"type",
"Restaurant"
],
[
"_:search",
"near",
"*"
],
[
"_: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": [
"affirm()",
"inform((_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "yes i find a hotel near meal laurel heights has has internet connection"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'laurel heights');(_:result,has_internet,'yes');(_:result,name,'laurel inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "laurel inn is a nice place , it is in the area of laurel heights and it has internet ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i have the phone number and address please"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'444 presidio ave');(_:result,name,'laurel inn');(_:result,phone,'4155678467');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "laurel inn is a nice place , their address is 444 presidio ave and their phone number is 4155678467 ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 330 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"laurel heights"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"laurel inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"laurel heights"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"444 presidio ave"
],
[
"_:result",
"name",
"laurel inn"
],
[
"_:result",
"phone",
"4155678467"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"laurel heights"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"444 presidio ave"
],
[
"_:result",
"name",
"laurel inn"
],
[
"_:result",
"phone",
"4155678467"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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,'creperies');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant good for planters that serves creperies food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'creperies');(_:result,name,'chez maman');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chez maman is a nice place it serves creperies food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the name phone number and area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley or victoria mews');(_:result,name,'chez maman');(_:result,phone,'4158247166');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chez maman is a nice place , it is in the area of victoria mews , their phone number is 4158247166 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": ""
}
] | 1960 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"creperies"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"creperies"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"creperies"
],
[
"_:result",
"name",
"chez maman"
],
[
"_: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",
"creperies"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"creperies"
],
[
"_:result",
"area",
"hayes valley or victoria mews"
],
[
"_:result",
"name",
"chez maman"
],
[
"_:result",
"phone",
"4158247166"
],
[
"_: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",
"creperies"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"creperies"
],
[
"_:result",
"area",
"hayes valley or victoria mews"
],
[
"_:result",
"name",
"chez maman"
],
[
"_:result",
"phone",
"4158247166"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'brasseries');(_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that serves brasseries food and i don't care about the price range"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'brasseries');(_:result,name,'marlowe');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "marlowe is a nice place , it serves brasseries food and it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'marlowe');(_:result,phone,'4159745599');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "marlowe is a nice place their phone number is 4159745599 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what's the area"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'hayes valley or mission bay');(_:result,name,'marlowe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "marlowe is a nice place , it is in the area of hayes valley and it is in the area of mission bay ."
},
{
"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": ""
}
] | 231 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_: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",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"marlowe"
],
[
"_:result",
"phone",
"4159745599"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"4159745599"
],
[
"_:result",
"area",
"hayes valley or mission bay"
],
[
"_:result",
"name",
"marlowe"
],
[
"_: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",
"brasseries"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"4159745599"
],
[
"_:result",
"area",
"hayes valley or mission bay"
],
[
"_: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
]
}
] |
[
{
"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,'outset');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the area of outset that has"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'outset');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of outset ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "how about pacific heights"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'outset');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of outset ."
},
{
"id": 5,
"rdf-acts": [
"ack()",
"inform((_:search,area,'pacific heights');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "okay how about a hotel in the area of pacific heights"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'pacific heights');(_:result,name,'hotel drisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel drisco is a nice place it is in the area of pacific heights ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'2901 pacific ave');(_:result,name,'hotel drisco');(_:result,phone,'4153462880');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel drisco is a nice place , their address is 2901 pacific ave and their phone number is 4153462880 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you and goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 492 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outset"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outset"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/39c34a37"
],
[
"_:result/39c34a37",
"area",
"outset"
],
[
"_:result/39c34a37",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/39c34a37"
],
[
"_:result/39c34a37",
"area",
"outset"
],
[
"_:result/39c34a37",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/09e58244"
],
[
"_:result/09e58244",
"area",
"outset"
],
[
"_:result/09e58244",
"type",
"Hotel"
],
[
"_:search",
"area",
"pacific heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/39c34a37"
],
[
"_:result/39c34a37",
"area",
"outset"
],
[
"_:result/39c34a37",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/09e58244"
],
[
"_:result/09e58244",
"area",
"outset"
],
[
"_:result/09e58244",
"type",
"Hotel"
],
[
"_:search",
"area",
"pacific heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"pacific heights"
],
[
"_:result",
"name",
"hotel drisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/39c34a37"
],
[
"_:result/39c34a37",
"area",
"outset"
],
[
"_:result/39c34a37",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/09e58244"
],
[
"_:result/09e58244",
"area",
"outset"
],
[
"_:result/09e58244",
"type",
"Hotel"
],
[
"_:search",
"area",
"pacific heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"pacific heights"
],
[
"_:result",
"address",
"2901 pacific ave"
],
[
"_:result",
"name",
"hotel drisco"
],
[
"_:result",
"phone",
"4153462880"
],
[
"_: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/39c34a37"
],
[
"_:result/39c34a37",
"area",
"outset"
],
[
"_:result/39c34a37",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/09e58244"
],
[
"_:result/09e58244",
"area",
"outset"
],
[
"_:result/09e58244",
"type",
"Hotel"
],
[
"_:search",
"area",
"pacific heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"pacific heights"
],
[
"_:result",
"address",
"2901 pacific ave"
],
[
"_:result",
"name",
"hotel drisco"
],
[
"_:result",
"phone",
"4153462880"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'bernal heights');(_:search,good_for_meal,*);(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant good for any meal doesn't allow children in the bernal heights"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'bernal heights');(_:result,good_for_meal,'dinner');(_:result,name,'la ciccia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la ciccia is a nice place , it is in the area of bernal heights and it is good for dinner ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that children"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'bernal heights');(_:result,good_for_meal,'dinner');(_:result,name,'angkor borei restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "angkor borei restaurant is a nice place , it is in the area of bernal heights and it is good for dinner ."
},
{
"id": 5,
"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": 6,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'angkor borei restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "angkor borei restaurant is a nice place where child -s are allowed ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that doesn't allow children"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'bernal heights');(_:result,count,'1');(_:result,name,'la ciccia and angkor borei restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than la ciccia and angkor borei restaurant in the area of bernal heights ."
},
{
"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": ""
}
] | 418 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bernal heights"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bernal heights"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"area",
"bernal heights"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"la ciccia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bernal heights"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"bernal heights"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"angkor borei restaurant"
],
[
"_:result",
"kids_allowed",
"true"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bernal heights"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"area",
"bernal heights"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"angkor borei restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"area",
"bernal heights"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"bernal heights"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"la ciccia and angkor borei restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bernal heights"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"bernal heights"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"la ciccia and angkor borei restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the phone number what what is the postcode"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the postcode"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'north park');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "what what in the north park area"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'north park');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of north park ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,area,'north park');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of north park ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 267 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/e67372fc"
],
[
"_:result/e67372fc",
"area",
"north park"
],
[
"_:result/e67372fc",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/e67372fc"
],
[
"_:result/e67372fc",
"area",
"north park"
],
[
"_:result/e67372fc",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/4457e471"
],
[
"_:result/4457e471",
"area",
"north park"
],
[
"_:result/4457e471",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/e67372fc"
],
[
"_:result/e67372fc",
"area",
"north park"
],
[
"_:result/e67372fc",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/4457e471"
],
[
"_:result/4457e471",
"area",
"north park"
],
[
"_:result/4457e471",
"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": [
"request((_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant in the area of what is the price"
},
{
"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,good_for_meal,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'239');(_:result,good_for_meal,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 239 restaurant -s if you do not care which meal it is good for ."
},
{
"id": 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,count,'239');(_:result,food,'dont_care');(_:result,good_for_meal,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 239 restaurant -s if you do not care which meal it is good for and if you do not care about the food ."
},
{
"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": [
"request((_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what meal are you looking for ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the the of the the area of what is the price"
},
{
"id": 14,
"rdf-acts": [
"request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what meal are you looking for ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:result,price,?);(_:result,type,'Restaurant'))",
"thanks()"
],
"speaker": "user",
"text": "what is the price of the thank you good one"
},
{
"id": 16,
"rdf-acts": [
"confirm((_:result,good_for_meal,'dont_care');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "let me confirm you do not care about meal"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 3252 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"price",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"price",
"?"
],
[
"_: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"
],
[
"_:result",
"price",
"?"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"price",
"?"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"price",
"?"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"food",
"dont_care"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"price",
"?"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"food",
"dont_care"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"price",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"food",
"dont_care"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"price",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"food",
"dont_care"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"price",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"food",
"dont_care"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"price",
"?"
],
[
"_:search",
"food",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"food",
"dont_care"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'north beach');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in north beach"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'north beach');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the tuscan best western plus is a nice place it is in the area of north beach ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'425 n point st');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the tuscan best western plus is a nice place their address is 425 n point st ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'north beach');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the tuscan best western plus is a nice place it is in the area of north beach ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'the tuscan best western plus');(_:result,phone,'4155611100');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the tuscan best western plus is a nice place their phone number is 4155611100 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they accept credit cards"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,area,'north beach');(_:result,name,'the tuscan best western plus');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the tuscan best western plus is a nice place , it is in the area of north beach and it accepts credit card -s ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 362 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north beach"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north beach"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"name",
"the tuscan best western plus"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north beach"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"address",
"425 n point st"
],
[
"_:result",
"name",
"the tuscan best western plus"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north beach"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"address",
"425 n point st"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"name",
"the tuscan best western plus"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north beach"
],
[
"_:result",
"address",
"425 n point st"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"name",
"the tuscan best western plus"
],
[
"_:result",
"phone",
"4155611100"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north beach"
],
[
"_:result",
"address",
"425 n point st"
],
[
"_:result",
"phone",
"4155611100"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"name",
"the tuscan best western plus"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north beach"
],
[
"_:result",
"address",
"425 n point st"
],
[
"_:result",
"phone",
"4155611100"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"area",
"north beach"
],
[
"_:result",
"name",
"the tuscan best western plus"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i'm looking for a tell me heights that has internet connection"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'the powell hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the powell hotel is a nice place it has internet ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'the powell hotel');(_:result,phone,'4153983200');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the powell hotel is a nice place their phone number is 4153983200 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it accept credit cards"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'hyatt fisherman 7s wharf');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hyatt fisherman 7s wharf is a nice place it has internet ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "and does it accept credit cards"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,name,'hyatt fisherman 7s wharf');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hyatt fisherman 7s wharf is a nice place it accepts credit card -s ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their me that is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,has_internet,'yes');(_:result,name,'the powell hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the powell hotel is a nice place , it has internet and it accepts credit card -s ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'the powell hotel');(_:result,phone,'4153983200');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the powell hotel is a nice place their phone number is 4153983200 ."
},
{
"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": ""
}
] | 207 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the powell hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the powell hotel"
],
[
"_:result",
"phone",
"4153983200"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"?"
]
],
"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",
"phone",
"4153983200"
],
[
"_:result",
"accepts_credit_cards",
"?"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hyatt fisherman 7s wharf"
],
[
"_: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"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"4153983200"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"hyatt fisherman 7s wharf"
],
[
"_: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",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"4153983200"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the powell 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"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the powell hotel"
],
[
"_:result",
"phone",
"4153983200"
],
[
"_: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",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the powell hotel"
],
[
"_:result",
"phone",
"4153983200"
],
[
"_: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": [
"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": [
"ack()",
"inform((_:search,food,'shanghainese');(_:search,good_for_meal,'breakfast');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a restaurant good for breakfast that serves shanghainese food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,food,'shanghainese');(_:result,good_for_meal,'breakfast');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , good for breakfast and serving shanghainese food ."
},
{
"id": 3,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "okay thank you"
},
{
"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,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what"
},
{
"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": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"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": [
"inform((_:result,address,'640 jackson street');(_:result,name,'bund shanghai restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bund shanghai restaurant is a nice place their address is 640 jackson street ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'bund shanghai restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "bund shanghai restaurant is a nice place it is in the cheap price range ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1849 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"shanghainese"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"shanghainese"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/fe8cf521"
],
[
"_:result/fe8cf521",
"food",
"shanghainese"
],
[
"_:result/fe8cf521",
"good_for_meal",
"breakfast"
],
[
"_:result/fe8cf521",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"shanghainese"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/fe8cf521"
],
[
"_:result/fe8cf521",
"food",
"shanghainese"
],
[
"_:result/fe8cf521",
"good_for_meal",
"breakfast"
],
[
"_:result/fe8cf521",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"shanghainese"
],
[
"_:result",
"name",
"bund shanghai restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"shanghainese"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/fe8cf521"
],
[
"_:result/fe8cf521",
"food",
"shanghainese"
],
[
"_:result/fe8cf521",
"good_for_meal",
"breakfast"
],
[
"_:result/fe8cf521",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"food",
"shanghainese"
],
[
"_:result",
"food",
"?"
],
[
"_:user",
"denied",
"_:result/b06cae86"
],
[
"_:result/b06cae86",
"name",
"bund shanghai restaurant"
],
[
"_:result/b06cae86",
"type",
"Restaurant"
],
[
"_:result/b06cae86",
"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",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/fe8cf521"
],
[
"_:result/fe8cf521",
"food",
"shanghainese"
],
[
"_:result/fe8cf521",
"good_for_meal",
"breakfast"
],
[
"_:result/fe8cf521",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"denied",
"_:result/b06cae86"
],
[
"_:result/b06cae86",
"name",
"bund shanghai restaurant"
],
[
"_:result/b06cae86",
"type",
"Restaurant"
],
[
"_:result/b06cae86",
"type",
"restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"shanghainese"
],
[
"_:result",
"name",
"bund shanghai restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"shanghainese"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/fe8cf521"
],
[
"_:result/fe8cf521",
"food",
"shanghainese"
],
[
"_:result/fe8cf521",
"good_for_meal",
"breakfast"
],
[
"_:result/fe8cf521",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"denied",
"_:result/b06cae86"
],
[
"_:result/b06cae86",
"name",
"bund shanghai restaurant"
],
[
"_:result/b06cae86",
"type",
"Restaurant"
],
[
"_:result/b06cae86",
"type",
"restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"shanghainese"
],
[
"_:result",
"address",
"640 jackson street"
],
[
"_:result",
"name",
"bund shanghai restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"shanghainese"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/fe8cf521"
],
[
"_:result/fe8cf521",
"food",
"shanghainese"
],
[
"_:result/fe8cf521",
"good_for_meal",
"breakfast"
],
[
"_:result/fe8cf521",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/b06cae86"
],
[
"_:result/b06cae86",
"name",
"bund shanghai restaurant"
],
[
"_:result/b06cae86",
"type",
"Restaurant"
],
[
"_:result/b06cae86",
"type",
"restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"shanghainese"
],
[
"_:result",
"address",
"640 jackson street"
],
[
"_:result",
"name",
"bund shanghai restaurant"
],
[
"_: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",
"food",
"shanghainese"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/fe8cf521"
],
[
"_:result/fe8cf521",
"food",
"shanghainese"
],
[
"_:result/fe8cf521",
"good_for_meal",
"breakfast"
],
[
"_:result/fe8cf521",
"type",
"Restaurant"
],
[
"_:user",
"denied",
"_:result/b06cae86"
],
[
"_:result/b06cae86",
"name",
"bund shanghai restaurant"
],
[
"_:result/b06cae86",
"type",
"Restaurant"
],
[
"_:result/b06cae86",
"type",
"restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"shanghainese"
],
[
"_:result",
"address",
"640 jackson street"
],
[
"_:result",
"name",
"bund shanghai restaurant"
],
[
"_: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": [],
"speaker": "user",
"text": "i'm looking for a place"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "what"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 92 | [
{
"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"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"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",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |