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,'cantonese');(_:search,kids_allowed,'false');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a expensive restaurant 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,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "hakkasan is a nice place , it serves cantonese food , where no child -s are allowed and it is in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1586 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"cantonese"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"hakkasan"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'vegetarian');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a restaurant that serves vegetarian food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'vegetarian');(_:result,kids_allowed,'yes');(_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice place , where child -s are allowed and it serves vegetarian food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the address and address please"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'854 washington street');(_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice place their address is 854 washington street ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "ah"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice restaurant ."
},
{
"id": 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": ""
}
] | 1453 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"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,area,'tenderloin');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want to find a no any area of tenderloin"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'tenderloin');(_:result,name,'hotel aida');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel aida is a nice place it is in the area of tenderloin ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'1087 market st');(_:result,name,'hotel aida');(_:result,phone,'4158634141');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel aida is a nice place , their address is 1087 market st and their phone number is 4158634141 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,address,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do you have any fries"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'hotel aida');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel aida is a nice ."
},
{
"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": ""
}
] | 400 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"tenderloin"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"tenderloin"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"tenderloin"
],
[
"_:result",
"name",
"hotel aida"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"tenderloin"
],
[
"_:result",
"area",
"tenderloin"
],
[
"_:result",
"address",
"1087 market st"
],
[
"_:result",
"name",
"hotel aida"
],
[
"_:result",
"phone",
"4158634141"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"address",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"tenderloin"
],
[
"_:result",
"area",
"tenderloin"
],
[
"_:result",
"address",
"1087 market st"
],
[
"_:result",
"phone",
"4158634141"
],
[
"_:search",
"address",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"hotel aida"
],
[
"_: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",
"tenderloin"
],
[
"_:result",
"area",
"tenderloin"
],
[
"_:result",
"address",
"1087 market st"
],
[
"_:result",
"phone",
"4158634141"
],
[
"_:search",
"address",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"hotel aida"
],
[
"_: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 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": "is it um"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,food,'new american or thai'))"
],
"speaker": "system",
"text": "sorry would you like new american or thai food ?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 3570 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"new american or thai"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"food",
"new american or thai"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"affirm()",
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes cheap cheap"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 647 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'lower pacific heights');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the area of lower pacific heights"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'lower pacific heights');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of lower pacific heights ."
},
{
"id": 3,
"rdf-acts": [
"reqalts((_:result,area,'martin luther king square'))"
],
"speaker": "user",
"text": "how about the area of martin luther king square"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'martin luther king square');(_:result,name,'chateau tivoli bed and breakfast inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "chateau tivoli bed and breakfast inn is a nice place it is in the area of martin luther king square ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "their address and phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'1057 steiner st');(_:result,name,'chateau tivoli bed and breakfast inn');(_:result,phone,'4157765462');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "chateau tivoli bed and breakfast inn is a nice place , their address is 1057 steiner st and their phone number is 4157765462 ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 126 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lower pacific heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lower pacific heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/24d9bc08"
],
[
"_:result/24d9bc08",
"area",
"lower pacific heights"
],
[
"_:result/24d9bc08",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lower pacific heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/24d9bc08"
],
[
"_:result/24d9bc08",
"area",
"lower pacific heights"
],
[
"_:result/24d9bc08",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"martin luther king square"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lower pacific heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/24d9bc08"
],
[
"_:result/24d9bc08",
"area",
"lower pacific heights"
],
[
"_:result/24d9bc08",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"martin luther king square"
],
[
"_:result",
"address",
"1057 steiner st"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"phone",
"4157765462"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lower pacific heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/24d9bc08"
],
[
"_:result/24d9bc08",
"area",
"lower pacific heights"
],
[
"_:result/24d9bc08",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"martin luther king square"
],
[
"_:result",
"address",
"1057 steiner st"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"phone",
"4157765462"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,near,'mission terrace');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hello i want to find a cheap restaurant that is free meal in near the mission terrace"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'beijing restaurant');(_:result,near,'mission terrace');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "beijing restaurant is a nice place , it is in the cheap price range and it is near mission terrace ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'beijing restaurant');(_:result,phone,'4153338182');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "beijing restaurant is a nice place their phone number is 4153338182 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and the area"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'hayes valley or mission terrace');(_:result,name,'beijing restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "beijing restaurant is a nice place , it is in the area of hayes valley and it is in the area of mission terrace ."
},
{
"id": 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": ""
}
] | 1076 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"phone",
"4153338182"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"4153338182"
],
[
"_:result",
"area",
"hayes valley or mission terrace"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission terrace"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"mission terrace"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"4153338182"
],
[
"_:result",
"area",
"hayes valley or mission terrace"
],
[
"_:result",
"name",
"beijing restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,food,'indian');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant good for one that serves indian food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,kids_allowed,'yes');(_:result,name,'lahore karahi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lahore karahi is a nice place , where child -s are allowed and it serves indian food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and what is the area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley or pacific heights');(_:result,name,'lahore karahi');(_:result,phone,'4155678603');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lahore karahi is a nice place , it is in the area of pacific heights , their phone number is 4155678603 and it is in the area of hayes valley ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 598 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"area",
"hayes valley or pacific heights"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"phone",
"4155678603"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"area",
"hayes valley or pacific heights"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"phone",
"4155678603"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi i'm looking for an expensive restaurant near new and i can the town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i 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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 723 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"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"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,good_for_meal,*);(_:search,near,'alamo square');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a moderately priced restaurant uhm good for any meal near alamo square"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,good_for_meal,'dont_care');(_:result,near,'alamo square');(_:result,pricerange,'moderate');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s near alamo square in the moderate price range and if you do not care which meal it is good for ."
},
{
"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": "don't care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,food,'sea food');(_:result,good_for_meal,'dinner');(_:result,name,'alamo square seafood grill');(_:result,near,'alamo square');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alamo square seafood grill is a nice place , it is near alamo square , it is good for dinner , it is in the moderate price range and it serves sea food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number and address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'803 fillmore street');(_:result,name,'alamo square seafood grill');(_:result,phone,'4154402828');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alamo square seafood grill is a nice place , their address is 803 fillmore street and their phone number is 4154402828 ."
},
{
"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": ""
}
] | 488 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_: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",
"*"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"803 fillmore street"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"phone",
"4154402828"
],
[
"_: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",
"near",
"alamo square"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"alamo square"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"803 fillmore street"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"phone",
"4154402828"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced restaurant that allows children and is good for brunch"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'brunch');(_:result,kids_allowed,'yes');(_:result,name,'delancey street restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "delancey street restaurant is a nice place , it is in the moderate price range , it is good for brunch and where child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'delancey street restaurant');(_:result,phone,'4155125179');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "delancey street restaurant is a nice place their phone number is 4155125179 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the postcode"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'delancey street restaurant');(_:result,postcode,'94107');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "delancey street restaurant is a nice place their postcode is 94107 ."
},
{
"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": ""
}
] | 2256 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"delancey street restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"delancey street restaurant"
],
[
"_:result",
"phone",
"4155125179"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"4155125179"
],
[
"_:result",
"name",
"delancey street restaurant"
],
[
"_:result",
"postcode",
"94107"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"4155125179"
],
[
"_:result",
"name",
"delancey street restaurant"
],
[
"_:result",
"postcode",
"94107"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,pricerange,'inexpensive');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i need a cheap hotel that doesn't allow dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,name,'grant hotel');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "grant hotel is a nice place , it is in the inexpensive price range and where no dogs are allowed ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'grant hotel');(_:result,phone,'4154217540');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "grant hotel is a nice place their phone number is 4154217540 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'hotel bijou');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel bijou is a nice place it is in the inexpensive price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they accept credit card"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,name,'hotel bijou');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel bijou is a nice place , it is in the inexpensive price range and it accepts credit card -s ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,name,'hotel bijou');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel bijou is a nice place , it is in the inexpensive price range and it accepts credit card -s ."
},
{
"id": 11,
"rdf-acts": [
"ack()",
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 142 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"grant hotel"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"name",
"grant hotel"
],
[
"_:result",
"phone",
"4154217540"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"phone",
"4154217540"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"hotel bijou"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"phone",
"4154217540"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"hotel bijou"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"phone",
"4154217540"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"hotel bijou"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"phone",
"4154217540"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"hotel bijou"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"confirm((_:result,area,'hayes valley');(_:result,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'lunch');(_:search,near,'nob hill');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "where is it in the area of hayes valley good for lunch near the nob hill"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch');(_:result,name,'darbar restaurant');(_:result,near,'nob hill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darbar restaurant is a nice place , it is good for lunch and it is near nob hill ."
},
{
"id": 3,
"rdf-acts": [
"confirm((_:result,area,'hayes valley');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in the area of hayes valley"
},
{
"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": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'1412 polk street');(_:result,name,'darbar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darbar restaurant is a nice place their address is 1412 polk street ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'darbar restaurant');(_:result,phone,'4153591236');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darbar restaurant is a nice place their phone number is 4153591236 ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "okay"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'darbar restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "darbar restaurant is a nice restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'darbar restaurant');(_:result,price,'15 euro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darbar restaurant is a nice place their price -s are 15 euro ."
},
{
"id": 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": ""
}
] | 1129 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"nob hill"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"nob hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"near",
"nob hill"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_: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",
"nob hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"near",
"nob hill"
],
[
"_: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",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"nob hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"near",
"nob hill"
],
[
"_:result",
"area",
"hayes valley or lower nob hill"
],
[
"_:result",
"address",
"1412 polk street"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"nob hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"near",
"nob hill"
],
[
"_:result",
"area",
"hayes valley or lower nob hill"
],
[
"_:result",
"address",
"1412 polk street"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"phone",
"4153591236"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"nob hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"near",
"nob hill"
],
[
"_:result",
"area",
"hayes valley or lower nob hill"
],
[
"_:result",
"address",
"1412 polk street"
],
[
"_:result",
"phone",
"4153591236"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"nob hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"near",
"nob hill"
],
[
"_:result",
"area",
"hayes valley or lower nob hill"
],
[
"_:result",
"address",
"1412 polk street"
],
[
"_:result",
"phone",
"4153591236"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"price",
"15 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"nob hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"near",
"nob hill"
],
[
"_:result",
"area",
"hayes valley or lower nob hill"
],
[
"_:result",
"address",
"1412 polk street"
],
[
"_:result",
"phone",
"4153591236"
],
[
"_:result",
"name",
"darbar restaurant"
],
[
"_:result",
"price",
"15 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,dogs_allowed,'false');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "uh yes i'm looking for a hotel near what beach telegraph hill that does not allow dogs"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of telegraph hill ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,near,'north beach telegraph hill');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do you have anything near north beach telegraph hill that does not allow dogs"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'telegraph hill');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of telegraph hill ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,'north beach');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "is there anything in the area of north beach"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'north beach');(_:result,dogs_allowed,'no');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , where no dogs are allowed and in the area of north beach ."
},
{
"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": ""
}
] | 131 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/f989110d"
],
[
"_:result/f989110d",
"area",
"telegraph hill"
],
[
"_:result/f989110d",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/f989110d"
],
[
"_:result/f989110d",
"area",
"telegraph hill"
],
[
"_:result/f989110d",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:system",
"canthelp",
"_:result/4f81db3d"
],
[
"_:result/4f81db3d",
"area",
"telegraph hill"
],
[
"_:result/4f81db3d",
"type",
"Hotel"
],
[
"_:search",
"area",
"north beach"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/f989110d"
],
[
"_:result/f989110d",
"area",
"telegraph hill"
],
[
"_:result/f989110d",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:system",
"canthelp",
"_:result/4f81db3d"
],
[
"_:result/4f81db3d",
"area",
"telegraph hill"
],
[
"_:result/4f81db3d",
"type",
"Hotel"
],
[
"_:search",
"area",
"north beach"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/cec08430"
],
[
"_:result/cec08430",
"area",
"north beach"
],
[
"_:result/cec08430",
"dogs_allowed",
"no"
],
[
"_:result/cec08430",
"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/f989110d"
],
[
"_:result/f989110d",
"area",
"telegraph hill"
],
[
"_:result/f989110d",
"type",
"Hotel"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"north beach telegraph hill"
],
[
"_:system",
"canthelp",
"_:result/4f81db3d"
],
[
"_:result/4f81db3d",
"area",
"telegraph hill"
],
[
"_:result/4f81db3d",
"type",
"Hotel"
],
[
"_:search",
"area",
"north beach"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/cec08430"
],
[
"_:result/cec08430",
"area",
"north beach"
],
[
"_:result/cec08430",
"dogs_allowed",
"no"
],
[
"_:result/cec08430",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,near,'presidio heights');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "what hotel near the presidio heights that has internet"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'hotel abri');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel abri is a nice place it has internet ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the address and phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'127 ellis st');(_:result,name,'hotel abri');(_:result,phone,'4153928800');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel abri is a nice place , their address is 127 ellis st and their phone number is 4153928800 ."
},
{
"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": ""
}
] | 513 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"presidio heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"presidio heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel abri"
],
[
"_: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",
"near",
"presidio heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"127 ellis st"
],
[
"_:result",
"name",
"hotel abri"
],
[
"_:result",
"phone",
"4153928800"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"presidio heights"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"127 ellis st"
],
[
"_:result",
"name",
"hotel abri"
],
[
"_:result",
"phone",
"4153928800"
],
[
"_: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,good_for_meal,'lunch');(_:search,near,'duboce triangle');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'd like a expensive restaurant near duboce triangle for lunch"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch');(_: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 it is good for lunch ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "where what area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley or north park');(_:result,name,'jasmine garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jasmine garden is a nice place , it is in the area of hayes valley and it is in the area of north park ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is near duboce triangle"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'jasmine garden');(_:result,near,'duboce triangle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jasmine garden is a nice place it is near duboce triangle ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))",
"inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it good for lunch"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,good_for_meal,'lunch');(_:result,name,'jasmine garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than jasmine garden good for lunch and in the expensive price range ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch or dinner');(_:result,name,'jasmine garden');(_:result,phone,'4158612682');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jasmine garden is a nice place , it is good for dinner , their phone number is 4158612682 and it is good for lunch ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'jasmine garden');(_:result,price,'between 26 and 34 euro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jasmine garden is a nice place their price -s are between 26 and 34 euro ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1634 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"duboce triangle"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"duboce triangle"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"near",
"duboce triangle"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"hayes valley or north park"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"duboce triangle"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"hayes valley or north park"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"near",
"duboce triangle"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"?"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"duboce triangle"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"hayes valley or north park"
],
[
"_:result",
"near",
"duboce triangle"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"duboce triangle"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"hayes valley or north park"
],
[
"_:result",
"near",
"duboce triangle"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"phone",
"4158612682"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"duboce triangle"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"hayes valley or north park"
],
[
"_:result",
"near",
"duboce triangle"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:result",
"phone",
"4158612682"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"price",
"between 26 and 34 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"duboce triangle"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"hayes valley or north park"
],
[
"_:result",
"near",
"duboce triangle"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:result",
"phone",
"4158612682"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"price",
"between 26 and 34 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'lincoln park');(_:search,dogs_allowed,'false');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the area of lincoln park that does not allow dogs"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'lincoln park');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of lincoln park ."
},
{
"id": 3,
"rdf-acts": [
"reqalts((_:result,area,'little italy'))"
],
"speaker": "user",
"text": "how about in the area of little italy"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'little italy');(_:result,dogs_allowed,'no');(_:result,name,'casa melissa');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place , it is in the area of little italy and where no dogs are allowed ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'615 union st');(_:result,name,'casa melissa');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place their address is 615 union st ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'casa melissa');(_:result,phone,'4152257377');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa melissa is a nice place their phone number is 4152257377 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,accepts_credit_cards,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they accept credit cards"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,area,'little italy');(_:result,name,'washington square inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "washington square inn is a nice place , it accepts credit card -s and it is in the area of little italy ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 371 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lincoln park"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lincoln park"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/31bddbc8"
],
[
"_:result/31bddbc8",
"area",
"lincoln park"
],
[
"_:result/31bddbc8",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lincoln park"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/31bddbc8"
],
[
"_:result/31bddbc8",
"area",
"lincoln park"
],
[
"_:result/31bddbc8",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"little italy"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lincoln park"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/31bddbc8"
],
[
"_:result/31bddbc8",
"area",
"lincoln park"
],
[
"_:result/31bddbc8",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"little italy"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"address",
"615 union st"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lincoln park"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:system",
"canthelp",
"_:result/31bddbc8"
],
[
"_:result/31bddbc8",
"area",
"lincoln park"
],
[
"_:result/31bddbc8",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"little italy"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"address",
"615 union st"
],
[
"_:result",
"name",
"casa melissa"
],
[
"_:result",
"phone",
"4152257377"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lincoln park"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:system",
"canthelp",
"_:result/31bddbc8"
],
[
"_:result/31bddbc8",
"area",
"lincoln park"
],
[
"_:result/31bddbc8",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"address",
"615 union st"
],
[
"_:result",
"phone",
"4152257377"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"area",
"little italy"
],
[
"_:result",
"name",
"washington square inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lincoln park"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:system",
"canthelp",
"_:result/31bddbc8"
],
[
"_:result/31bddbc8",
"area",
"lincoln park"
],
[
"_:result/31bddbc8",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"address",
"615 union st"
],
[
"_:result",
"phone",
"4152257377"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"area",
"little italy"
],
[
"_:result",
"name",
"washington square inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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 dolores');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the area of mission dolores"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'mission dolores');(_:result,name,'hotel mirabelle');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel mirabelle is a nice place it is in the area of mission dolores ."
},
{
"id": 3,
"rdf-acts": [
"thanks()",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "thank you may i have the address and phone number please"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'mission dolores');(_:result,name,'hotel mirabelle');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel mirabelle is a nice place it is in the area of mission dolores ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "thank you i have the phone number and address please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'1906 mission st');(_:result,name,'hotel mirabelle');(_:result,phone,'4153774170');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel mirabelle is a nice place , their address is 1906 mission st and their phone number is 4153774170 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the phone number first"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'hotel mirabelle');(_:result,phone,'4153774170');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel mirabelle is a nice place their phone number is 4153774170 ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "um"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'mission dolores');(_:result,count,'3');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 3 hotel -s in the area of mission dolores ."
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 345 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"mission dolores"
],
[
"_:result",
"name",
"hotel mirabelle"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"mission dolores"
],
[
"_:result",
"name",
"hotel mirabelle"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"mission dolores"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"address",
"1906 mission st"
],
[
"_:result",
"name",
"hotel mirabelle"
],
[
"_:result",
"phone",
"4153774170"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"mission dolores"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"address",
"1906 mission st"
],
[
"_:result",
"name",
"hotel mirabelle"
],
[
"_:result",
"phone",
"4153774170"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"address",
"1906 mission st"
],
[
"_:result",
"name",
"hotel mirabelle"
],
[
"_:result",
"phone",
"4153774170"
],
[
"_:result",
"area",
"mission dolores"
],
[
"_:result",
"count",
"3"
],
[
"_: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",
"area",
"mission dolores"
],
[
"_:result",
"address",
"1906 mission st"
],
[
"_:result",
"name",
"hotel mirabelle"
],
[
"_:result",
"phone",
"4153774170"
],
[
"_:result",
"area",
"mission dolores"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission dolores"
],
[
"_:result",
"address",
"1906 mission st"
],
[
"_:result",
"name",
"hotel mirabelle"
],
[
"_:result",
"phone",
"4153774170"
],
[
"_:result",
"area",
"mission dolores"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel with the standard in through"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it accepts credit card -s ?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes credit card"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "uh see"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "thirty for details"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "uh please side"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 174 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,accepts_credit_cards,'true');(_:search,near,'outer richmond');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "yes i am looking for a hotel near the outer richmond that accepts credit cards"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "seal rock inn is a nice place , it accepts credit card -s and it is near outer richmond ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))",
"inform((_:search,near,'outer richmond');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "what is the address for that hotel near outer richmond that accepts"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "seal rock inn is a nice place , it is near outer richmond and it accepts credit card -s ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "do know phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "seal rock inn is a nice place it is near outer richmond ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "uh what's the price range"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'seal rock inn');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "seal rock inn is a nice hotel ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'seal rock inn');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "uh what is the address phone number and price range of seal rock inn"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'545 point lobos ave');(_:result,name,'seal rock inn');(_:result,phone,'4157528000');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "seal rock inn is a nice place , their address is 545 point lobos ave , their phone number is 4157528000 and it is in the moderate price range ."
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 580 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"name",
"seal rock inn"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:search",
"name",
"seal rock inn"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"545 point lobos ave"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"phone",
"4157528000"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"accepts_credit_cards",
"true"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:search",
"name",
"seal rock inn"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"545 point lobos ave"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"phone",
"4157528000"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "in the moderately priced"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'san francisco inn civic center');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "san francisco inn civic center is a nice place it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'385 9th st');(_:result,name,'san francisco inn civic center');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "san francisco inn civic center is a nice place their address is 385 9th st ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they have internet"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'san francisco inn civic center');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "san francisco inn civic center is a nice place , it has internet and it is in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 516 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"san francisco inn civic center"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"385 9th st"
],
[
"_:result",
"name",
"san francisco inn civic center"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"385 9th st"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"san francisco inn civic center"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"385 9th st"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"san francisco inn civic center"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'vegetarian');(_:search,kids_allowed,'true');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a cheap restaurant that serves vegetarian food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'vegetarian');(_:result,kids_allowed,'yes');(_:result,name,'lucky creation restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice place , where child -s are allowed , it serves vegetarian food and it is in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'854 washington street');(_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice place their address is 854 washington street ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the postcode"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'lucky creation restaurant');(_:result,postcode,'94108');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice place their postcode is 94108 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the name"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'lucky creation restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "lucky creation restaurant is a nice restaurant ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 265 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"postcode",
"94108"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"postcode",
"94108"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"854 washington street"
],
[
"_:result",
"postcode",
"94108"
],
[
"_:result",
"name",
"lucky creation restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "unrecognizable"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'garcon restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "garcon restaurant is a nice place it is in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))",
"ack()"
],
"speaker": "user",
"text": "what is the address and which meal there good for"
},
{
"id": 6,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'1101 valencia street');(_:result,name,'garcon restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "garcon restaurant is a nice place their address is 1101 valencia street ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what meal is it good for"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'a 16');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "a 16 is a nice place it is in the moderate price range ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2789 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"garcon restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"garcon restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1101 valencia street"
],
[
"_:result",
"name",
"garcon restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1101 valencia street"
],
[
"_:result",
"good_for_meal",
"?"
],
[
"_:result",
"name",
"a 16"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1101 valencia street"
],
[
"_:result",
"good_for_meal",
"?"
],
[
"_:result",
"name",
"a 16"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "unrecognizable"
},
{
"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": "cheap"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'little delhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little delhi is a nice place it is in the cheap price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'83 eddy street');(_:result,name,'little delhi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little delhi is a nice place their address is 83 eddy street ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "price"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'little delhi');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "little delhi is a nice restaurant ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2130 | [
{
"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",
"little delhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"83 eddy street"
],
[
"_:result",
"name",
"little delhi"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"83 eddy street"
],
[
"_:result",
"name",
"little delhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"83 eddy street"
],
[
"_:result",
"name",
"little delhi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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,'pakistani');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need a restaurant that serves pakistani food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'pakistani');(_:result,kids_allowed,'yes');(_:result,name,'lahore karahi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lahore karahi is a nice place , where child -s are allowed and it serves pakistani food ."
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,food,'pakistani');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 3 restaurant -s serving pakistani food and where child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "where would you like it to be near to"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,near,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it doesn't matter"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,food,'pakistani');(_:result,kids_allowed,'yes');(_:result,name,'mela tandoori kitchen');(_:result,near,'civic center');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mela tandoori kitchen is a nice place , where child -s are allowed , it serves pakistani food and it is near civic center ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'536 golden gate avenue');(_:result,name,'mela tandoori kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mela tandoori kitchen is a nice place their address is 536 golden gate avenue ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'mela tandoori kitchen');(_:result,phone,'4154474041');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mela tandoori kitchen is a nice place their phone number is 4154474041 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what's the price range"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'mela tandoori kitchen');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "mela tandoori kitchen 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": ""
}
] | 1115 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pakistani"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pakistani"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pakistani"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pakistani"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"pakistani"
],
[
"_: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",
"food",
"pakistani"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"pakistani"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pakistani"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pakistani"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"mela tandoori kitchen"
],
[
"_:result",
"near",
"civic center"
],
[
"_: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",
"pakistani"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pakistani"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"civic center"
],
[
"_:result",
"address",
"536 golden gate avenue"
],
[
"_:result",
"name",
"mela tandoori kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pakistani"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pakistani"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"civic center"
],
[
"_:result",
"address",
"536 golden gate avenue"
],
[
"_:result",
"name",
"mela tandoori kitchen"
],
[
"_:result",
"phone",
"4154474041"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pakistani"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pakistani"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"civic center"
],
[
"_:result",
"address",
"536 golden gate avenue"
],
[
"_:result",
"phone",
"4154474041"
],
[
"_:result",
"name",
"mela tandoori kitchen"
],
[
"_: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",
"food",
"pakistani"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"near",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pakistani"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"civic center"
],
[
"_:result",
"address",
"536 golden gate avenue"
],
[
"_:result",
"phone",
"4154474041"
],
[
"_:result",
"name",
"mela tandoori kitchen"
],
[
"_: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": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for 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": [],
"speaker": "user",
"text": "in the area of want to know the"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "it doesn't matter"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'dont_care');(_:result,count,'182');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 182 hotel -s in all parts of town ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:result,area,'dont_care');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ok , a hotel in any part of town is that right ?"
},
{
"id": 11,
"rdf-acts": [
"negate()",
"bye()"
],
"speaker": "user",
"text": "no goodbye you do not find"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 44 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_: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",
"area",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"dont_care"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"dont_care"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"dont_care"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"dont_care"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "any hotel in the in the area of that allows dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'hotel kabuki');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel kabuki is a nice place where dogs are allowed ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'embarcadero');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "is it in the embarcadero area"
},
{
"id": 4,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "what's the location"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'hotel kabuki');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "hotel kabuki is a nice hotel ."
},
{
"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": ""
}
] | 530 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,near,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a moderately priced restaurant that allows children and is near and town"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderately priced"
},
{
"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,name,'range');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate price range"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'range');(_:result,near,'mission');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "range 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": ""
}
] | 691 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"range"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"name",
"range"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"range"
],
[
"_: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",
"kids_allowed",
"true"
],
[
"_:search",
"name",
"range"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"range"
],
[
"_: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 hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel with the standard in through"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it accepts credit card -s ?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes credit card"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "uh see"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "thirty for details"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "uh please side"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 174 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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": "a restaurant good for brunch"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,near,'union square or the haight'))"
],
"speaker": "system",
"text": "sorry would you like it to be near union square or the haight"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 3549 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"near",
"union square or the haight"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"near",
"union square or the haight"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'twin peaks');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "huntingdon area of twin peaks"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'twin peaks');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of twin peaks ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "can i nob hill"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'twin peaks');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of twin peaks ."
},
{
"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": ""
}
] | 393 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"twin peaks"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"twin peaks"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/bef9d0d7"
],
[
"_:result/bef9d0d7",
"area",
"twin peaks"
],
[
"_:result/bef9d0d7",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"twin peaks"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/bef9d0d7"
],
[
"_:result/bef9d0d7",
"area",
"twin peaks"
],
[
"_:result/bef9d0d7",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/e13a8f92"
],
[
"_:result/e13a8f92",
"area",
"twin peaks"
],
[
"_:result/e13a8f92",
"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",
"twin peaks"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/bef9d0d7"
],
[
"_:result/bef9d0d7",
"area",
"twin peaks"
],
[
"_:result/bef9d0d7",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/e13a8f92"
],
[
"_:result/e13a8f92",
"area",
"twin peaks"
],
[
"_:result/e13a8f92",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "any hotel in the in the area of that allows dogs"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,dogs_allowed,'yes');(_:result,name,'hotel kabuki');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel kabuki is a nice place where dogs are allowed ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'embarcadero');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "is it in the embarcadero area"
},
{
"id": 4,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "what's the location"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'hotel kabuki');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "hotel kabuki is a nice hotel ."
},
{
"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": ""
}
] | 530 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"embarcadero"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"hotel kabuki"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"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,'pizza');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that serves pizza food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'pizza');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s serving pizza food and where child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 4,
"rdf-acts": [
"request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what meal would you like"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,good_for_meal,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'pizza');(_:result,good_for_meal,'dont_care');(_:result,kids_allowed,'yes');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s serving pizza food where child -s are allowed and 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,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 10,
"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": 11,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "right"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,food,'pizza');(_:result,good_for_meal,'lunch');(_:result,kids_allowed,'yes');(_:result,name,'source');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "source is a nice place , where child -s are allowed , it serves pizza food , it is in the cheap price range and it is good for lunch ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the name address and meal zipcode for"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'11 division street');(_:result,name,'source');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "source is a nice place their address is 11 division street ."
},
{
"id": 15,
"rdf-acts": [
"request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "which meal it for"
},
{
"id": 16,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch or dinner');(_:result,name,'source');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "source is a nice place , it is good for lunch and it is good for dinner ."
},
{
"id": 17,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1579 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pizza"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pizza"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pizza"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pizza"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_: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",
"food",
"pizza"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pizza"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"good_for_meal",
"dont_care"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pizza"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"source"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_: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"
],
[
"_:search",
"food",
"pizza"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"11 division street"
],
[
"_:result",
"name",
"source"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pizza"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"11 division street"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:result",
"name",
"source"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pizza"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pizza"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"11 division street"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:result",
"name",
"source"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,food,'vegetarian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,good_for_meal,?);(_:result,type,'Restaurant'))",
"inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes i'm looking for a cheap restaurant that serves vegetarian food and it's good for lunch"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'vegetarian');(_:result,good_for_meal,'lunch');(_:result,name,'ananda fuara');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ananda fuara is a nice place , it is good for lunch , it serves vegetarian food and it is in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "may i have the phone number and what area this in"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley or civic center');(_:result,name,'ananda fuara');(_:result,phone,'4156211994');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ananda fuara is a nice place , it is in the area of civic center , their phone number is 4156211994 and it is in the area of hayes valley ."
},
{
"id": 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": ""
}
] | 786 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"good_for_meal",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"ananda fuara"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"hayes valley or civic center"
],
[
"_:result",
"name",
"ananda fuara"
],
[
"_:result",
"phone",
"4156211994"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"vegetarian"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"hayes valley or civic center"
],
[
"_:result",
"name",
"ananda fuara"
],
[
"_:result",
"phone",
"4156211994"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,near,'parkside');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i want to find a hotel near the parkside that doesn't allow dogs"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,dogs_allowed,'no');(_:result,near,'parkside');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , where no dogs are allowed and near parkside ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "how about a similar place and i don't care whether it allows dog"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'ocean park motel');(_:result,near,'parkside');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is near parkside ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the address and phone number and postcode"
},
{
"id": 6,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i get the address phone number and post code"
},
{
"id": 8,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,dogs_allowed,'false');(_:search,near,'parkside');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel near parkside that doesn't allow dogs"
},
{
"id": 10,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you and goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 569 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/60f7223f"
],
[
"_:result/60f7223f",
"dogs_allowed",
"no"
],
[
"_:result/60f7223f",
"near",
"parkside"
],
[
"_:result/60f7223f",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/60f7223f"
],
[
"_:result/60f7223f",
"dogs_allowed",
"no"
],
[
"_:result/60f7223f",
"near",
"parkside"
],
[
"_:result/60f7223f",
"type",
"Hotel"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/60f7223f"
],
[
"_:result/60f7223f",
"dogs_allowed",
"no"
],
[
"_:result/60f7223f",
"near",
"parkside"
],
[
"_:result/60f7223f",
"type",
"Hotel"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/60f7223f"
],
[
"_:result/60f7223f",
"dogs_allowed",
"no"
],
[
"_:result/60f7223f",
"near",
"parkside"
],
[
"_:result/60f7223f",
"type",
"Hotel"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/60f7223f"
],
[
"_:result/60f7223f",
"dogs_allowed",
"no"
],
[
"_:result/60f7223f",
"near",
"parkside"
],
[
"_:result/60f7223f",
"type",
"Hotel"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/60f7223f"
],
[
"_:result/60f7223f",
"dogs_allowed",
"no"
],
[
"_:result/60f7223f",
"near",
"parkside"
],
[
"_:result/60f7223f",
"type",
"Hotel"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"dogs_allowed",
"false"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'bayview heights');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a restaurant in the bayview heights this point"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'bayview heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of bayview heights ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "look for a restaurant near the being meal i'm food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'bayview heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of bayview heights ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,good_for_meal,*);(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that allows children and is good for any meal"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,area,'bayview heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of bayview heights ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'bayview heights');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "bayview heights area"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,area,'bayview heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of bayview heights ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "is the address"
},
{
"id": 10,
"rdf-acts": [
"canthelp((_:result,area,'bayview heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of bayview heights ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "you meal and others"
},
{
"id": 12,
"rdf-acts": [
"canthelp((_:result,area,'bayview heights');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of bayview heights ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 809 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/596b1803"
],
[
"_:result/596b1803",
"area",
"bayview heights"
],
[
"_:result/596b1803",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:system",
"canthelp",
"_:result/596b1803"
],
[
"_:result/596b1803",
"area",
"bayview heights"
],
[
"_:result/596b1803",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/ec3c2e47"
],
[
"_:result/ec3c2e47",
"area",
"bayview heights"
],
[
"_:result/ec3c2e47",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/596b1803"
],
[
"_:result/596b1803",
"area",
"bayview heights"
],
[
"_:result/596b1803",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/ec3c2e47"
],
[
"_:result/ec3c2e47",
"area",
"bayview heights"
],
[
"_:result/ec3c2e47",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/fe608195"
],
[
"_:result/fe608195",
"area",
"bayview heights"
],
[
"_:result/fe608195",
"type",
"Restaurant"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_: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/596b1803"
],
[
"_:result/596b1803",
"area",
"bayview heights"
],
[
"_:result/596b1803",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/ec3c2e47"
],
[
"_:result/ec3c2e47",
"area",
"bayview heights"
],
[
"_:result/ec3c2e47",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/fe608195"
],
[
"_:result/fe608195",
"area",
"bayview heights"
],
[
"_:result/fe608195",
"type",
"Restaurant"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/f99ca310"
],
[
"_:result/f99ca310",
"area",
"bayview heights"
],
[
"_:result/f99ca310",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/596b1803"
],
[
"_:result/596b1803",
"area",
"bayview heights"
],
[
"_:result/596b1803",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/ec3c2e47"
],
[
"_:result/ec3c2e47",
"area",
"bayview heights"
],
[
"_:result/ec3c2e47",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/fe608195"
],
[
"_:result/fe608195",
"area",
"bayview heights"
],
[
"_:result/fe608195",
"type",
"Restaurant"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/f99ca310"
],
[
"_:result/f99ca310",
"area",
"bayview heights"
],
[
"_:result/f99ca310",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/921b2988"
],
[
"_:result/921b2988",
"area",
"bayview heights"
],
[
"_:result/921b2988",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/596b1803"
],
[
"_:result/596b1803",
"area",
"bayview heights"
],
[
"_:result/596b1803",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/ec3c2e47"
],
[
"_:result/ec3c2e47",
"area",
"bayview heights"
],
[
"_:result/ec3c2e47",
"type",
"Restaurant"
],
[
"_:search",
"good_for_meal",
"*"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/fe608195"
],
[
"_:result/fe608195",
"area",
"bayview heights"
],
[
"_:result/fe608195",
"type",
"Restaurant"
],
[
"_:search",
"area",
"bayview heights"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/f99ca310"
],
[
"_:result/f99ca310",
"area",
"bayview heights"
],
[
"_:result/f99ca310",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/921b2988"
],
[
"_:result/921b2988",
"area",
"bayview heights"
],
[
"_:result/921b2988",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/0c473953"
],
[
"_:result/0c473953",
"area",
"bayview heights"
],
[
"_:result/0c473953",
"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()",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "yes i want how about the area of the marina cow hollow"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'hotel del sol');(_:result,near,'marina cow hollow');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel del sol is a nice place it is near marina cow hollow ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does is it in the expensive price range"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'hotel del sol');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "hotel del sol is a nice hotel ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "what is the"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'hotel del sol');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "hotel del sol is a nice hotel ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number and does it have internet"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'cow hollow');(_:result,name,'hotel del sol');(_:result,phone,'4159215520');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel del sol is a nice place , it is in the area of cow hollow and their phone number is 4159215520 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have internet"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'hotel del sol');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel del sol is a nice place it has internet ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 338 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"hotel del sol"
],
[
"_:result",
"near",
"marina cow hollow"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"near",
"marina cow hollow"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"hotel del sol"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"near",
"marina cow hollow"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"hotel del sol"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"near",
"marina cow hollow"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"area",
"cow hollow"
],
[
"_:result",
"name",
"hotel del sol"
],
[
"_:result",
"phone",
"4159215520"
],
[
"_: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",
"near",
"marina cow hollow"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"cow hollow"
],
[
"_:result",
"phone",
"4159215520"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"hotel del sol"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i would like a hotel that has internet"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "is it near"
},
{
"id": 4,
"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": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,near,'laguna honda');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "laguna honda"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,area,'laguna honda');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of laguna honda ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,area,'castro');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "in the area castro"
},
{
"id": 10,
"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 is in the area of castro and it has internet ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "is there on the address and post code"
},
{
"id": 12,
"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 is in the area of castro and it has internet ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'321 castro st');(_:result,name,'inn on castro');(_:result,near,'none');(_:result,postcode,'94114');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn on castro is a nice place , their address is 321 castro st , their postcode is 94114 and it is near none ."
},
{
"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": ""
}
] | 73 | [
{
"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",
"omni san francisco"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"near",
"?"
]
],
"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",
"name",
"omni san francisco"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"name",
"omni san francisco"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"near",
"laguna honda"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"name",
"omni san francisco"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"near",
"laguna honda"
],
[
"_:system",
"canthelp",
"_:result/f773a8ee"
],
[
"_:result/f773a8ee",
"area",
"laguna honda"
],
[
"_:result/f773a8ee",
"type",
"Hotel"
],
[
"_:search",
"area",
"castro"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:search",
"near",
"laguna honda"
],
[
"_:system",
"canthelp",
"_:result/f773a8ee"
],
[
"_:result/f773a8ee",
"area",
"laguna honda"
],
[
"_:result/f773a8ee",
"type",
"Hotel"
],
[
"_:search",
"area",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"near",
"?"
],
[
"_:result",
"count",
"169"
],
[
"_:search",
"near",
"laguna honda"
],
[
"_:system",
"canthelp",
"_:result/f773a8ee"
],
[
"_:result/f773a8ee",
"area",
"laguna honda"
],
[
"_:result/f773a8ee",
"type",
"Hotel"
],
[
"_:search",
"area",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"count",
"169"
],
[
"_:search",
"near",
"laguna honda"
],
[
"_:system",
"canthelp",
"_:result/f773a8ee"
],
[
"_:result/f773a8ee",
"area",
"laguna honda"
],
[
"_:result/f773a8ee",
"type",
"Hotel"
],
[
"_:search",
"area",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"castro"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"321 castro st"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"near",
"none"
],
[
"_:result",
"postcode",
"94114"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"count",
"169"
],
[
"_:search",
"near",
"laguna honda"
],
[
"_:system",
"canthelp",
"_:result/f773a8ee"
],
[
"_:result/f773a8ee",
"area",
"laguna honda"
],
[
"_:result/f773a8ee",
"type",
"Hotel"
],
[
"_:search",
"area",
"castro"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"castro"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"address",
"321 castro st"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"near",
"none"
],
[
"_: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,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "looking for a hotel near this of that has ultra high and price range range"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "expensive"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'intercontinental san francisco');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "intercontinental san francisco is a nice place it is in the pricey price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "you're phone one"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'intercontinental san francisco');(_:result,phone,'4156166500');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "intercontinental san francisco is a nice place their phone number is 4156166500 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "their address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'888 howard st');(_:result,name,'intercontinental san francisco');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "intercontinental san francisco is a nice place their address is 888 howard 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": ""
}
] | 168 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"name",
"intercontinental san francisco"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"name",
"intercontinental san francisco"
],
[
"_:result",
"phone",
"4156166500"
],
[
"_: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",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"phone",
"4156166500"
],
[
"_:result",
"address",
"888 howard st"
],
[
"_:result",
"name",
"intercontinental san francisco"
],
[
"_: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",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"phone",
"4156166500"
],
[
"_:result",
"address",
"888 howard st"
],
[
"_:result",
"name",
"intercontinental 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,
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,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need to find a restaurant in the financial district that allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'financial district');(_:result,kids_allowed,'yes');(_:result,name,'city view restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "city view restaurant is a nice place , where child -s are allowed and it is in the area of financial district ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,food,?);(_:result,good_for_meal,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need the address and what food good for"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'dim sum');(_:result,good_for_meal,'lunch');(_:result,name,'city view restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "city view restaurant is a nice place , it is good for lunch and it serves dim sum food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the address of city place"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'city view restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "city view restaurant is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address the city view"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'662 commercial street');(_:result,name,'city view restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "city view restaurant is a nice place their address is 662 commercial street ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range"
},
{
"id": 10,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "the price range for city"
},
{
"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": ""
}
] | 2556 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_: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",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"city view restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"good_for_meal",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"food",
"dim sum"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"city view restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"food",
"dim sum"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"city view 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",
"area",
"financial district"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"food",
"dim sum"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"address",
"662 commercial street"
],
[
"_:result",
"name",
"city view restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"financial district"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"food",
"dim sum"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"address",
"662 commercial street"
],
[
"_:result",
"name",
"city view restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_: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",
"area",
"financial district"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"food",
"dim sum"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"address",
"662 commercial street"
],
[
"_:result",
"name",
"city view restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_: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",
"area",
"financial district"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"financial district"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"food",
"dim sum"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"address",
"662 commercial street"
],
[
"_:result",
"name",
"city view restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_: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,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 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,'laurel heights');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a expensive restaurant in in the laurel heights"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'straits restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "straits restaurant is a nice place it is in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,near,'laurel heights');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a expensive restaurant that is near the laurel heights"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,near,'laurel heights');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , near laurel heights and in the expensive price range ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,near,'laurel heights');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a cheap restaurant that is near laurel heights"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'assab eritrean restaurant');(_:result,near,'laurel heights');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "assab eritrean restaurant is a nice place , it is in the cheap price range and it is near laurel heights ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'2845 geary blvd');(_:result,name,'assab eritrean restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "assab eritrean restaurant is a nice place their address is 2845 geary blvd ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'assab eritrean restaurant');(_:result,phone,'4154417083');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "assab eritrean restaurant is a nice place their phone number is 4154417083 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the post code"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'assab eritrean restaurant');(_:result,postcode,'94118');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "assab eritrean restaurant is a nice place their postcode is 94118 ."
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1424 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:result",
"name",
"straits restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"near",
"laurel heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:result",
"name",
"straits restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/169d293c"
],
[
"_:result/169d293c",
"near",
"laurel heights"
],
[
"_:result/169d293c",
"pricerange",
"expensive"
],
[
"_:result/169d293c",
"type",
"Restaurant"
],
[
"_:search",
"near",
"laurel heights"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:system",
"canthelp",
"_:result/169d293c"
],
[
"_:result/169d293c",
"near",
"laurel heights"
],
[
"_:result/169d293c",
"pricerange",
"expensive"
],
[
"_:result/169d293c",
"type",
"Restaurant"
],
[
"_:search",
"near",
"laurel heights"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"assab eritrean restaurant"
],
[
"_:result",
"near",
"laurel heights"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:system",
"canthelp",
"_:result/169d293c"
],
[
"_:result/169d293c",
"near",
"laurel heights"
],
[
"_:result/169d293c",
"pricerange",
"expensive"
],
[
"_:result/169d293c",
"type",
"Restaurant"
],
[
"_:search",
"near",
"laurel heights"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"laurel heights"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2845 geary blvd"
],
[
"_:result",
"name",
"assab eritrean restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:system",
"canthelp",
"_:result/169d293c"
],
[
"_:result/169d293c",
"near",
"laurel heights"
],
[
"_:result/169d293c",
"pricerange",
"expensive"
],
[
"_:result/169d293c",
"type",
"Restaurant"
],
[
"_:search",
"near",
"laurel heights"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"laurel heights"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2845 geary blvd"
],
[
"_:result",
"name",
"assab eritrean restaurant"
],
[
"_:result",
"phone",
"4154417083"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:system",
"canthelp",
"_:result/169d293c"
],
[
"_:result/169d293c",
"near",
"laurel heights"
],
[
"_:result/169d293c",
"pricerange",
"expensive"
],
[
"_:result/169d293c",
"type",
"Restaurant"
],
[
"_:search",
"near",
"laurel heights"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"laurel heights"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2845 geary blvd"
],
[
"_:result",
"phone",
"4154417083"
],
[
"_:result",
"name",
"assab eritrean restaurant"
],
[
"_:result",
"postcode",
"94118"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:system",
"canthelp",
"_:result/169d293c"
],
[
"_:result/169d293c",
"near",
"laurel heights"
],
[
"_:result/169d293c",
"pricerange",
"expensive"
],
[
"_:result/169d293c",
"type",
"Restaurant"
],
[
"_:search",
"near",
"laurel heights"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"near",
"laurel heights"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2845 geary blvd"
],
[
"_:result",
"phone",
"4154417083"
],
[
"_:result",
"name",
"assab eritrean restaurant"
],
[
"_:result",
"postcode",
"94118"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"affirm()",
"inform((_:search,area,'outer parkside');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "yes i'm looking for a hotel in the area of outer parkside that"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'outer parkside');(_:result,name,'ocean park motel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is in the area of outer parkside ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,dogs_allowed,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it allow dogs"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'outer parkside');(_:result,name,'ocean park motel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is in the area of outer parkside ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,dogs_allowed,'none');(_:result,name,'ocean park motel');(_:result,phone,'4155667020');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place , i do not know if it allows dogs and their phone number is 4155667020 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their postcode"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'ocean park motel');(_:result,postcode,'94116');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place their postcode is 94116 ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 378 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"?"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"dogs_allowed",
"none"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"dogs_allowed",
"none"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"postcode",
"94116"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"dogs_allowed",
"none"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"postcode",
"94116"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'little osaka');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i need to find a hotel in the area of little osaka"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'little osaka');(_:result,name,'kenmore res club');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "kenmore res club is a nice place it is in the area of little osaka ."
},
{
"id": 3,
"rdf-acts": [
"ack()",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "okay can i have the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'little osaka');(_:result,name,'kenmore res club');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "kenmore res club is a nice place it is in the area of little osaka ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "have the name phone number and address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'little osaka');(_:result,name,'kenmore res club');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "kenmore res club is a nice place it is in the area of little osaka ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i have the phone number and address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'1570 sutter st');(_:result,name,'kenmore res club');(_:result,phone,'4157765815');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "kenmore res club is a nice place , their address is 1570 sutter st and their phone number is 4157765815 ."
},
{
"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": ""
}
] | 314 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"little osaka"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"little osaka"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"little osaka"
],
[
"_:result",
"name",
"kenmore res club"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"little osaka"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"little osaka"
],
[
"_:result",
"name",
"kenmore res club"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"little osaka"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"little osaka"
],
[
"_:result",
"name",
"kenmore res club"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"little osaka"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"little osaka"
],
[
"_:result",
"address",
"1570 sutter st"
],
[
"_:result",
"name",
"kenmore res club"
],
[
"_:result",
"phone",
"4157765815"
],
[
"_: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",
"little osaka"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"little osaka"
],
[
"_:result",
"address",
"1570 sutter st"
],
[
"_:result",
"name",
"kenmore res club"
],
[
"_:result",
"phone",
"4157765815"
],
[
"_: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,'inner sunset');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i want to find a hotel that is in the inner sunset"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'inner sunset');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of inner sunset ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "and has uh an internet connection as well"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'inner sunset');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of inner sunset ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,near,'inner sunset');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does it is there a place near the inner sunset that has an internet connection"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'carl hotel');(_:result,near,'inner sunset');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "carl hotel is a nice place it is near inner sunset ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "what is the name address and phone number of that hotel"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'carl hotel');(_:result,near,'inner sunset');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "carl hotel is a nice place , it is near inner sunset and it has internet ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "what is the address and phone number of that hotel"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'198 carl st');(_:result,name,'carl hotel');(_:result,phone,'4156615679');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "carl hotel is a nice place , their address is 198 carl st and their phone number is 4156615679 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you that's fine good bye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 454 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/10a23c2f"
],
[
"_:result/10a23c2f",
"area",
"inner sunset"
],
[
"_:result/10a23c2f",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/10a23c2f"
],
[
"_:result/10a23c2f",
"area",
"inner sunset"
],
[
"_:result/10a23c2f",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/aee2db25"
],
[
"_:result/aee2db25",
"area",
"inner sunset"
],
[
"_:result/aee2db25",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/10a23c2f"
],
[
"_:result/10a23c2f",
"area",
"inner sunset"
],
[
"_:result/10a23c2f",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/aee2db25"
],
[
"_:result/aee2db25",
"area",
"inner sunset"
],
[
"_:result/aee2db25",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/10a23c2f"
],
[
"_:result/10a23c2f",
"area",
"inner sunset"
],
[
"_:result/10a23c2f",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/aee2db25"
],
[
"_:result/aee2db25",
"area",
"inner sunset"
],
[
"_:result/aee2db25",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/10a23c2f"
],
[
"_:result/10a23c2f",
"area",
"inner sunset"
],
[
"_:result/10a23c2f",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/aee2db25"
],
[
"_:result/aee2db25",
"area",
"inner sunset"
],
[
"_:result/aee2db25",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"address",
"198 carl st"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"phone",
"4156615679"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"inner sunset"
],
[
"_:system",
"canthelp",
"_:result/10a23c2f"
],
[
"_:result/10a23c2f",
"area",
"inner sunset"
],
[
"_:result/10a23c2f",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/aee2db25"
],
[
"_:result/aee2db25",
"area",
"inner sunset"
],
[
"_:result/aee2db25",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"inner sunset"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"inner sunset"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"address",
"198 carl st"
],
[
"_:result",
"name",
"carl hotel"
],
[
"_:result",
"phone",
"4156615679"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel"
},
{
"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": "in the area of want to know the"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "it doesn't matter"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'dont_care');(_:result,count,'182');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 182 hotel -s in all parts of town ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 10,
"rdf-acts": [
"confirm((_:result,area,'dont_care');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ok , a hotel in any part of town is that right ?"
},
{
"id": 11,
"rdf-acts": [
"negate()",
"bye()"
],
"speaker": "user",
"text": "no goodbye you do not find"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 44 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_: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",
"area",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"dont_care"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"dont_care"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"dont_care"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"dont_care"
],
[
"_:result",
"count",
"182"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "i have union square"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 3,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?"
},
{
"id": 5,
"rdf-acts": [
"thanks()"
],
"speaker": "user",
"text": "greek you"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 7,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "union square"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "union square"
},
{
"id": 12,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 506 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel with the standard in through"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,accepts_credit_cards,'no');(_:result,accepts_credit_cards,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it accepts credit card -s ?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes credit card"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "uh see"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "thirty for details"
},
{
"id": 8,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "uh please side"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 174 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"accepts_credit_cards",
"no"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"near",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,dogs_allowed,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the in the mission area that allows dogs"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:result,near,'mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "did you say you are looking for a hotel near mission ?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,dogs_allowed,'yes');(_:result,near,'mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , near mission and where dogs are allowed ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 75 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/9dc51e28"
],
[
"_:result/9dc51e28",
"dogs_allowed",
"yes"
],
[
"_:result/9dc51e28",
"near",
"mission"
],
[
"_:result/9dc51e28",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"dogs_allowed",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/9dc51e28"
],
[
"_:result/9dc51e28",
"dogs_allowed",
"yes"
],
[
"_:result/9dc51e28",
"near",
"mission"
],
[
"_:result/9dc51e28",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a cheap restaurant in the side it is good for dinner"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,name,'little delhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little delhi is a nice place , it is in the cheap price range and it is good for dinner ."
},
{
"id": 3,
"rdf-acts": [
"confirm((_:result,near,'outer sunset');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it near the outer sunset"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'little delhi');(_:result,near,'union square');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "little delhi is a nice place it is near union square ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,near,'outer sunset');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a place near the outer sunset"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,near,'outer sunset');(_:result,pricerange,'cheap');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 3 restaurant -s near outer sunset and in the cheap price range ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what food would you like"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,good_for_meal,'dinner');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for something for dinner"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,name,'thai cottage restaurant');(_:result,near,'outer sunset');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thai cottage restaurant is a nice place , it is good for dinner , it is in the cheap price range and it is near outer sunset ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the address and the type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'4041 judah street');(_:result,food,'thai');(_:result,name,'thai cottage restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "thai cottage restaurant is a nice place , it serves thai food and their address is 4041 judah 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": ""
}
] | 396 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"little delhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"near",
"outer sunset"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"little delhi"
],
[
"_:result",
"near",
"union square"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"near",
"outer sunset"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"little delhi"
],
[
"_:search",
"near",
"outer sunset"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"near",
"outer sunset"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"little delhi"
],
[
"_:search",
"near",
"outer sunset"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"near",
"outer sunset"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"near",
"outer sunset"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"thai cottage restaurant"
],
[
"_:result",
"near",
"outer sunset"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"near",
"outer sunset"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"outer sunset"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4041 judah street"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"thai cottage restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"near",
"outer sunset"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"good_for_meal",
"dinner"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"near",
"outer sunset"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"4041 judah street"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"thai cottage restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'middle eastern');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "middle eastern food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'middle eastern');(_:result,name,'fattoush restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "fattoush restaurant is a nice place it serves middle eastern food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no children"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'middle eastern');(_:result,kids_allowed,'no');(_:result,name,'la mediterranee');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mediterranee is a nice place , where no child -s are allowed and it serves middle eastern food ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'la mediterranee');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "la mediterranee is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'la mediterranee');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "la mediterranee is a nice restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'2210 fillmore street');(_:result,name,'la mediterranee');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mediterranee is a nice place their address is 2210 fillmore street ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,area,'hayes valley or pacific heights');(_:result,name,'la mediterranee');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mediterranee is a nice place , it is in the area of hayes valley and it is in the area of pacific heights ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 629 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"middle eastern"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"name",
"fattoush restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"la mediterranee"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"la mediterranee"
],
[
"_: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",
"middle eastern"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"la mediterranee"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"2210 fillmore street"
],
[
"_:result",
"name",
"la mediterranee"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"2210 fillmore street"
],
[
"_:result",
"area",
"hayes valley or pacific heights"
],
[
"_:result",
"name",
"la mediterranee"
],
[
"_: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",
"middle eastern"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"2210 fillmore street"
],
[
"_:result",
"area",
"hayes valley or pacific heights"
],
[
"_:result",
"name",
"la mediterranee"
],
[
"_: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,name,'the donatello');(_:search,near,'parkside');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "what is the donatello a hotel near the parkside"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'ocean park motel');(_:result,near,'parkside');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is near parkside ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'ocean park motel');(_:result,near,'parkside');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is near parkside ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'ocean park motel');(_:result,phone,'4155667020');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place their phone number is 4155667020 ."
},
{
"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": ""
}
] | 490 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"name",
"the donatello"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"name",
"the donatello"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"name",
"the donatello"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"name",
"the donatello"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"name",
"the donatello"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"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": "uh i'm looking for a"
},
{
"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,near,'outer richmond');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "a hotel near the outer richmond"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "seal rock inn is a nice place it is near outer richmond ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "how much does it cost"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'seal rock inn');(_:result,near,'outer richmond');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "seal rock inn is a nice place it is near outer richmond ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "um what was the name again and i need the phone number as well"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'seal rock inn');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "seal rock inn is a nice hotel ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,name,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the name and phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'seal rock inn');(_:result,phone,'4157528000');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "seal rock inn is a nice place , it is in the moderate price range and their phone number is 4157528000 ."
},
{
"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": ""
}
] | 564 | [
{
"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",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"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",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"phone",
"4157528000"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"near",
"outer richmond"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"outer richmond"
],
[
"_:result",
"name",
"seal rock inn"
],
[
"_:result",
"phone",
"4157528000"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi i'm looking for a restaurant good for brunch near the cow hollow"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,good_for_meal,'brunch');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s good for brunch ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 4,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 7,
"rdf-acts": [
"ack()",
"inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'd like something good for brunch"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,food,'french');(_:result,good_for_meal,'brunch');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , serving french food and good for brunch ."
},
{
"id": 9,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no doesn't really not called for code"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,count,'17');(_:result,food,'french');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 17 restaurant -s serving french food ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 12,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what price range would you like ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,name,'range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't find chinese food i want a good price range"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'range');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "range is a nice restaurant ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 712 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/befb18a2"
],
[
"_:result/befb18a2",
"food",
"french"
],
[
"_:result/befb18a2",
"good_for_meal",
"brunch"
],
[
"_:result/befb18a2",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/befb18a2"
],
[
"_:result/befb18a2",
"food",
"french"
],
[
"_:result/befb18a2",
"good_for_meal",
"brunch"
],
[
"_:result/befb18a2",
"type",
"Restaurant"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:system",
"canthelp",
"_:result/befb18a2"
],
[
"_:result/befb18a2",
"food",
"french"
],
[
"_:result/befb18a2",
"good_for_meal",
"brunch"
],
[
"_:result/befb18a2",
"type",
"Restaurant"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:system",
"canthelp",
"_:result/befb18a2"
],
[
"_:result/befb18a2",
"food",
"french"
],
[
"_:result/befb18a2",
"good_for_meal",
"brunch"
],
[
"_:result/befb18a2",
"type",
"Restaurant"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"french"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:system",
"canthelp",
"_:result/befb18a2"
],
[
"_:result/befb18a2",
"food",
"french"
],
[
"_:result/befb18a2",
"good_for_meal",
"brunch"
],
[
"_:result/befb18a2",
"type",
"Restaurant"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"french"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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,'alamo square');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the alamo square that has"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'alamo square');(_:result,name,'casa loma hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa loma hotel is a nice place it is in the area of alamo square ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'pricey');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "expensive price range"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'alamo square');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , in the pricey price range and in the area of alamo square ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,near,'alamo square');(_:search,pricerange,'pricey');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel near alamo square that is expensive"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,near,'alamo square');(_:result,pricerange,'pricey');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , near alamo square and in the pricey price range ."
},
{
"id": 7,
"rdf-acts": [
"ack()",
"inform((_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "okay and that i'm most square cheap"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'casa loma hotel');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "casa loma hotel is a nice hotel ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the address and phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'610 fillmore st');(_:result,name,'casa loma hotel');(_:result,phone,'4155527100');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "casa loma hotel is a nice place , their address is 610 fillmore st and their phone number is 4155527100 ."
},
{
"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": ""
}
] | 528 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"alamo square"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"alamo square"
],
[
"_:result",
"area",
"alamo square"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"alamo square"
],
[
"_:result",
"area",
"alamo square"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/a9ffb3a0"
],
[
"_:result/a9ffb3a0",
"area",
"alamo square"
],
[
"_:result/a9ffb3a0",
"pricerange",
"pricey"
],
[
"_:result/a9ffb3a0",
"type",
"Hotel"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:search",
"pricerange",
"pricey"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"alamo square"
],
[
"_:result",
"area",
"alamo square"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:result/a9ffb3a0"
],
[
"_:result/a9ffb3a0",
"area",
"alamo square"
],
[
"_:result/a9ffb3a0",
"pricerange",
"pricey"
],
[
"_:result/a9ffb3a0",
"type",
"Hotel"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:system",
"canthelp",
"_:result/818fb0f0"
],
[
"_:result/818fb0f0",
"near",
"alamo square"
],
[
"_:result/818fb0f0",
"pricerange",
"pricey"
],
[
"_:result/818fb0f0",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"alamo square"
],
[
"_:result",
"area",
"alamo square"
],
[
"_:system",
"canthelp",
"_:result/a9ffb3a0"
],
[
"_:result/a9ffb3a0",
"area",
"alamo square"
],
[
"_:result/a9ffb3a0",
"pricerange",
"pricey"
],
[
"_:result/a9ffb3a0",
"type",
"Hotel"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:system",
"canthelp",
"_:result/818fb0f0"
],
[
"_:result/818fb0f0",
"near",
"alamo square"
],
[
"_:result/818fb0f0",
"pricerange",
"pricey"
],
[
"_:result/818fb0f0",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"alamo square"
],
[
"_:result",
"area",
"alamo square"
],
[
"_:system",
"canthelp",
"_:result/a9ffb3a0"
],
[
"_:result/a9ffb3a0",
"area",
"alamo square"
],
[
"_:result/a9ffb3a0",
"pricerange",
"pricey"
],
[
"_:result/a9ffb3a0",
"type",
"Hotel"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:system",
"canthelp",
"_:result/818fb0f0"
],
[
"_:result/818fb0f0",
"near",
"alamo square"
],
[
"_:result/818fb0f0",
"pricerange",
"pricey"
],
[
"_:result/818fb0f0",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"610 fillmore st"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"phone",
"4155527100"
],
[
"_: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",
"alamo square"
],
[
"_:result",
"area",
"alamo square"
],
[
"_:system",
"canthelp",
"_:result/a9ffb3a0"
],
[
"_:result/a9ffb3a0",
"area",
"alamo square"
],
[
"_:result/a9ffb3a0",
"pricerange",
"pricey"
],
[
"_:result/a9ffb3a0",
"type",
"Hotel"
],
[
"_:search",
"near",
"alamo square"
],
[
"_:system",
"canthelp",
"_:result/818fb0f0"
],
[
"_:result/818fb0f0",
"near",
"alamo square"
],
[
"_:result/818fb0f0",
"pricerange",
"pricey"
],
[
"_:result/818fb0f0",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"610 fillmore st"
],
[
"_:result",
"name",
"casa loma hotel"
],
[
"_:result",
"phone",
"4155527100"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "does"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'239');(_:result,pricerange,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 239 restaurant -s if you do not care about the price range ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows child -s ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,kids_allowed,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i don't care"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,count,'239');(_:result,kids_allowed,'dont_care');(_:result,pricerange,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 239 restaurant -s if you do not care whether child -s are allowed and if you do not care about the price range ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 10,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what area would you like"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "jordan park"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,count,'239');(_:result,kids_allowed,'dont_care');(_:result,pricerange,'dont_care');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 239 restaurant -s if you do not care whether child -s are allowed and if you do not care about the price range ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 14,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what food would you like"
},
{
"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": ""
}
] | 1101 | [
{
"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"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"kids_allowed",
"dont_care"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"kids_allowed",
"dont_care"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"kids_allowed",
"dont_care"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"kids_allowed",
"dont_care"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"kids_allowed",
"*"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"239"
],
[
"_:result",
"kids_allowed",
"dont_care"
],
[
"_:result",
"pricerange",
"dont_care"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "in the mission"
},
{
"id": 2,
"rdf-acts": [
"confirm((_:result,near,'mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "did you say you are looking for a hotel near mission ?"
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes the internet connection"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 5,
"rdf-acts": [
"ack()"
],
"speaker": "user",
"text": "um"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'the inn san francisco');(_:result,near,'mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the inn san francisco is a nice place it is near mission ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 13 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the inn san francisco"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:result",
"name",
"the inn san francisco"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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,'pakistani');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh a cheap restaurant that serves pakistani food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'pakistani');(_:result,name,'lahore karahi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "lahore karahi is a nice place , it serves pakistani food and it is in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"reqalts()"
],
"speaker": "user",
"text": "is there anything else"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'pakistani');(_:result,pricerange,'cheap');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 2 restaurant -s serving pakistani food and in the cheap price range ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 6,
"rdf-acts": [
"request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what meal would you like"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2526 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pakistani"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pakistani"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"pakistani"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pakistani"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pakistani"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"pakistani"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"lahore karahi"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"pakistani"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"good_for_meal",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'new american');(_:search,kids_allowed,'true');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that serves new american food and allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'new american');(_:result,kids_allowed,'yes');(_:result,name,'original us restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice place , where child -s are allowed and it serves new american food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and post code"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'515 columbus avenue');(_:result,name,'original us restaurant');(_:result,postcode,'94133');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice place , their address is 515 columbus avenue and their postcode is 94133 ."
},
{
"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": ""
}
] | 1391 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"515 columbus avenue"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"postcode",
"94133"
],
[
"_: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",
"new american"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"new american"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"address",
"515 columbus avenue"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"postcode",
"94133"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'outer parkside');(_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i need a moderate priced hotel in the outer parkside"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'outer parkside');(_: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 area of outer parkside and it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their address and post code"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'2690 46th ave');(_:result,name,'ocean park motel');(_:result,postcode,'94116');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place , their address is 2690 46th ave and their postcode is 94116 ."
},
{
"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": ""
}
] | 171 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"2690 46th ave"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"postcode",
"94116"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"outer parkside"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"outer parkside"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"2690 46th ave"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"postcode",
"94116"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,near,'presidio');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel near the presidio that has an internet connection"
},
{
"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": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 4,
"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": 5,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have internet connection"
},
{
"id": 6,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the uh address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'42 moraga ave and presidio main post');(_:result,has_internet,'yes');(_:result,name,'inn at the presidio');(_:result,phone,'4158007356');(_: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 has internet ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "and what's the price range"
},
{
"id": 10,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "how much does it cost"
},
{
"id": 12,
"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": 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": ""
}
] | 552 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"near",
"presidio"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"presidio"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"type",
"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",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"presidio"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"presidio"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"42 moraga ave and presidio main post"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"phone",
"4158007356"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"presidio"
],
[
"_:result",
"address",
"42 moraga ave and presidio main post"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"phone",
"4158007356"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_: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",
"has_internet",
"true"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"presidio"
],
[
"_:result",
"address",
"42 moraga ave and presidio main post"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"phone",
"4158007356"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"near",
"presidio"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"near",
"presidio"
],
[
"_:result",
"address",
"42 moraga ave and presidio main post"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"phone",
"4158007356"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"pricerange",
"pricey"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"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 that is good food that serves beer"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,good_for_meal,'lunch or dinner'))"
],
"speaker": "system",
"text": "sorry would you like it to be good for lunch or dinner"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "do you have good bye"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what kind of food would you like ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "can i have the address good do you have a price"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,pricerange,'expensive or cheap'))"
],
"speaker": "system",
"text": "sorry would you like something in the expensive price range or in the cheap price range"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "i don't care"
},
{
"id": 8,
"rdf-acts": [
"select((_:result,pricerange,'cheap or expensive'))"
],
"speaker": "system",
"text": "sorry would you like something in the cheap price range or in the expensive price range"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": "cheap price range"
},
{
"id": 10,
"rdf-acts": [
"select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))"
],
"speaker": "system",
"text": "sorry would you like a place where child -s are allowed or where child -s are not allowed"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": "children allowed"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,count,'54');(_:result,kids_allowed,'yes');(_:result,pricerange,'cheap');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "there are 54 restaurant -s where child -s are allowed and in the cheap price range ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 14,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what area would you like"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 3543 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive or cheap"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap or expensive"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap or expensive"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"kids_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"54"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"54"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"good_for_meal",
"lunch or dinner"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"54"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"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,'expensive');(_:search,type,'Restaurant'))",
"ack()",
"inform((_:search,good_for_meal,'lunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a expensive restaurant that is good lunch"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch');(_:result,name,'jasmine garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jasmine garden is a nice place , it is good for lunch and it is in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'jasmine garden');(_:result,phone,'4158612682');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jasmine garden is a nice place their phone number is 4158612682 ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "can you tell me the post code"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'jasmine garden');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "jasmine garden is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's its post code"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'jasmine garden');(_:result,postcode,'94114');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jasmine garden is a nice place 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": ""
}
] | 1244 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"phone",
"4158612682"
],
[
"_:result",
"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",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"4158612682"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"4158612682"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"postcode",
"94114"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"4158612682"
],
[
"_:result",
"name",
"jasmine garden"
],
[
"_:result",
"postcode",
"94114"
],
[
"_: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()",
"deny((_:result,area,'little russia');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes code no in the area of little russia that's"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,near,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "where would you like it to be near to ?"
},
{
"id": 3,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,has_internet,'no');(_:result,has_internet,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it has internet ?"
},
{
"id": 5,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "no no range with"
},
{
"id": 6,
"rdf-acts": [
"select((_:result,has_internet,'no');(_:result,has_internet,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it has internet ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,has_internet,'false');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no internet"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,has_internet,'no');(_:result,name,'kean hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "kean hotel is a nice place it does not have internet ."
},
{
"id": 9,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 97 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/09ccad74"
],
[
"_:result/09ccad74",
"area",
"little russia"
],
[
"_:result/09ccad74",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/09ccad74"
],
[
"_:result/09ccad74",
"area",
"little russia"
],
[
"_:result/09ccad74",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ca61f246"
],
[
"_:search/ca61f246",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/09ccad74"
],
[
"_:result/09ccad74",
"area",
"little russia"
],
[
"_:result/09ccad74",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ca61f246"
],
[
"_:search/ca61f246",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/09ccad74"
],
[
"_:result/09ccad74",
"area",
"little russia"
],
[
"_:result/09ccad74",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ca61f246"
],
[
"_:search/ca61f246",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"has_internet",
"false"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/09ccad74"
],
[
"_:result/09ccad74",
"area",
"little russia"
],
[
"_:result/09ccad74",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ca61f246"
],
[
"_:search/ca61f246",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"name",
"kean hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"denied",
"_:result/09ccad74"
],
[
"_:result/09ccad74",
"area",
"little russia"
],
[
"_:result/09ccad74",
"type",
"Restaurant"
],
[
"_:search",
"near",
"#"
],
[
"_:user",
"denied",
"_:search/ca61f246"
],
[
"_:search/ca61f246",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"false"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"name",
"kean hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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 park');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the area of north park"
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"reqalts((_:result,area,'duboce triangle'))"
],
"speaker": "user",
"text": "how about the area of duboce triangle"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'duboce triangle');(_:result,name,'24 henry f village house guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "24 henry f village house guesthouse is a nice place it is in the area of duboce triangle ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 6,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is their phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'24 henry f village house guesthouse');(_:result,phone,'4158645686');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "24 henry f village house guesthouse is a nice place their phone number is 4158645686 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do they have internet access"
},
{
"id": 10,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:search,area,*);(_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i don't care do they have internet access"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,count,'169');(_:result,has_internet,'yes');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 169 hotel -s with an internet connection and in all parts of town ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 14,
"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": 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": ""
}
] | 260 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/30d91344"
],
[
"_:result/30d91344",
"area",
"north park"
],
[
"_:result/30d91344",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/30d91344"
],
[
"_:result/30d91344",
"area",
"north park"
],
[
"_:result/30d91344",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"duboce triangle"
],
[
"_:result",
"name",
"24 henry f village house guesthouse"
],
[
"_: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 park"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/30d91344"
],
[
"_:result/30d91344",
"area",
"north park"
],
[
"_:result/30d91344",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"duboce triangle"
],
[
"_:result",
"name",
"24 henry f village house guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"north park"
],
[
"_:system",
"canthelp",
"_:result/30d91344"
],
[
"_:result/30d91344",
"area",
"north park"
],
[
"_:result/30d91344",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"duboce triangle"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"24 henry f village house guesthouse"
],
[
"_:result",
"phone",
"4158645686"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/30d91344"
],
[
"_:result/30d91344",
"area",
"north park"
],
[
"_:result/30d91344",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"duboce triangle"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"24 henry f village house guesthouse"
],
[
"_:result",
"phone",
"4158645686"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/30d91344"
],
[
"_:result/30d91344",
"area",
"north park"
],
[
"_:result/30d91344",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"duboce triangle"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"24 henry f village house guesthouse"
],
[
"_:result",
"phone",
"4158645686"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/30d91344"
],
[
"_:result/30d91344",
"area",
"north park"
],
[
"_:result/30d91344",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"duboce triangle"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"24 henry f village house guesthouse"
],
[
"_:result",
"phone",
"4158645686"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/30d91344"
],
[
"_:result/30d91344",
"area",
"north park"
],
[
"_:result/30d91344",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"duboce triangle"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"24 henry f village house guesthouse"
],
[
"_:result",
"phone",
"4158645686"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"169"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"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,'noe valley');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant near noe valley does not allow children"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,near,'noe valley');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , in the cheap price range and near noe valley ."
},
{
"id": 3,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2299 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"noe valley"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"noe valley"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/0baf2889"
],
[
"_:result/0baf2889",
"near",
"noe valley"
],
[
"_:result/0baf2889",
"pricerange",
"cheap"
],
[
"_:result/0baf2889",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"noe valley"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/0baf2889"
],
[
"_:result/0baf2889",
"near",
"noe valley"
],
[
"_:result/0baf2889",
"pricerange",
"cheap"
],
[
"_:result/0baf2889",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,good_for_meal,'breakfast');(_:search,kids_allowed,'true');(_:search,pricerange,*);(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want to find a restaurant good for breakfast i don't care about the price range for that allows children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'breakfast');(_:result,kids_allowed,'yes');(_:result,name,'sanjalisco');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place , where child -s are allowed , it is good for breakfast and it is in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the name address and area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'901 s van ness avenue');(_:result,area,'hayes valley or cathedral hill');(_:result,name,'sanjalisco');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place , it is in the area of cathedral hill , their address is 901 s van ness avenue 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": ""
}
] | 2233 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"area",
"hayes valley or cathedral hill"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"area",
"hayes valley or cathedral hill"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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,'middle eastern');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'd like a middle eastern restaurant that does not allow children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'middle eastern');(_:result,kids_allowed,'no');(_:result,name,'la mediterranee');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mediterranee is a nice place , where no child -s are allowed and it serves middle eastern food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the address phone number and area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'2210 fillmore street');(_:result,area,'hayes valley or pacific heights');(_:result,name,'la mediterranee');(_:result,phone,'4159212956');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la mediterranee is a nice place , their address is 2210 fillmore street , their phone number is 4159212956 , it is in the area of pacific heights 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": ""
}
] | 44 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"la mediterranee"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"middle eastern"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"2210 fillmore street"
],
[
"_:result",
"area",
"hayes valley or pacific heights"
],
[
"_:result",
"name",
"la mediterranee"
],
[
"_:result",
"phone",
"4159212956"
],
[
"_: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",
"middle eastern"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"middle eastern"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"address",
"2210 fillmore street"
],
[
"_:result",
"area",
"hayes valley or pacific heights"
],
[
"_:result",
"name",
"la mediterranee"
],
[
"_:result",
"phone",
"4159212956"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i'm looking a italian any area moderate"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'hotel whitcomb');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel whitcomb is a nice place it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i don't care expect credit cards"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'hotel whitcomb');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel whitcomb is a nice place it is in the moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number and address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'1231 market st');(_:result,name,'hotel whitcomb');(_:result,phone,'4156268000');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel whitcomb is a nice place , their address is 1231 market st and their phone number is 4156268000 ."
},
{
"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": ""
}
] | 293 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"hotel whitcomb"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"hotel whitcomb"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1231 market st"
],
[
"_:result",
"name",
"hotel whitcomb"
],
[
"_:result",
"phone",
"4156268000"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1231 market st"
],
[
"_:result",
"name",
"hotel whitcomb"
],
[
"_:result",
"phone",
"4156268000"
],
[
"_: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,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel near by uh then all"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 3,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "hi"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "hi"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 546 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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 want a cheap restaurant"
},
{
"id": 2,
"rdf-acts": [
"inform((_: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 ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 4,
"rdf-acts": [
"select((_:result,kids_allowed,'no');(_:result,kids_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows child -s ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 3536 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"count",
"72"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"count",
"72"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"kids_allowed",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "i'm looking for a restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you like something in the cheap , moderate , or expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'russian hill');(_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant that allows children in the russian hill in the moderate price range"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'russian hill');(_:result,kids_allowed,'yes');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , where child -s are allowed , in the moderate price range and in the area of russian hill ."
},
{
"id": 5,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'russian hill');(_:result,name,'zushi puzzle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "zushi puzzle is a nice place it is in the area of russian hill ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "moderate"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'foreign cinema');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "foreign cinema is a nice place it is in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,kids_allowed,'true');(_:search,near,'russian hill');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "near russian hill one allow children"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,kids_allowed,'yes');(_:result,name,'original us restaurant');(_:result,near,'russian hill');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice place , it is in the moderate price range , where child -s are allowed and it is near russian hill ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "uh what's the address and phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'515 columbus avenue');(_:result,name,'original us restaurant');(_:result,phone,'4153975200');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice place , their address is 515 columbus avenue and their phone number is 4153975200 ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": "what meal for"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,name,'original us restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "original us restaurant is a nice restaurant ."
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2104 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"russian hill"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"russian hill"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/c4a0ab70"
],
[
"_:result/c4a0ab70",
"area",
"russian hill"
],
[
"_:result/c4a0ab70",
"kids_allowed",
"yes"
],
[
"_:result/c4a0ab70",
"pricerange",
"moderate"
],
[
"_:result/c4a0ab70",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"russian hill"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:system",
"canthelp",
"_:result/c4a0ab70"
],
[
"_:result/c4a0ab70",
"area",
"russian hill"
],
[
"_:result/c4a0ab70",
"kids_allowed",
"yes"
],
[
"_:result/c4a0ab70",
"pricerange",
"moderate"
],
[
"_:result/c4a0ab70",
"type",
"Restaurant"
],
[
"_:result",
"area",
"russian hill"
],
[
"_:result",
"name",
"zushi puzzle"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"russian hill"
],
[
"_:system",
"canthelp",
"_:result/c4a0ab70"
],
[
"_:result/c4a0ab70",
"area",
"russian hill"
],
[
"_:result/c4a0ab70",
"kids_allowed",
"yes"
],
[
"_:result/c4a0ab70",
"pricerange",
"moderate"
],
[
"_:result/c4a0ab70",
"type",
"Restaurant"
],
[
"_:result",
"area",
"russian hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"foreign cinema"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"russian hill"
],
[
"_: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",
"russian hill"
],
[
"_:system",
"canthelp",
"_:result/c4a0ab70"
],
[
"_:result/c4a0ab70",
"area",
"russian hill"
],
[
"_:result/c4a0ab70",
"kids_allowed",
"yes"
],
[
"_:result/c4a0ab70",
"pricerange",
"moderate"
],
[
"_:result/c4a0ab70",
"type",
"Restaurant"
],
[
"_:result",
"area",
"russian hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"russian hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"russian hill"
],
[
"_:system",
"canthelp",
"_:result/c4a0ab70"
],
[
"_:result/c4a0ab70",
"area",
"russian hill"
],
[
"_:result/c4a0ab70",
"kids_allowed",
"yes"
],
[
"_:result/c4a0ab70",
"pricerange",
"moderate"
],
[
"_:result/c4a0ab70",
"type",
"Restaurant"
],
[
"_:result",
"area",
"russian hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"russian hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"515 columbus avenue"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"phone",
"4153975200"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"russian hill"
],
[
"_:system",
"canthelp",
"_:result/c4a0ab70"
],
[
"_:result/c4a0ab70",
"area",
"russian hill"
],
[
"_:result/c4a0ab70",
"kids_allowed",
"yes"
],
[
"_:result/c4a0ab70",
"pricerange",
"moderate"
],
[
"_:result/c4a0ab70",
"type",
"Restaurant"
],
[
"_:result",
"area",
"russian hill"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"near",
"russian hill"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"yes"
],
[
"_:result",
"near",
"russian hill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"515 columbus avenue"
],
[
"_:result",
"phone",
"4153975200"
],
[
"_:result",
"name",
"original us restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,near,'mission');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i want to find a hotel near the mission"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'noe 7s nest bed and breakfast');(_:result,near,'mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "noe 7s nest bed and breakfast is a nice place it is near mission ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,has_internet,'true');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "can i have the with internet connection"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,has_internet,'yes');(_:result,name,'noe 7s nest bed and breakfast');(_:result,near,'mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "noe 7s nest bed and breakfast is a nice place , it has internet and it is near mission ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,has_internet,'yes');(_:result,near,'mission');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "there are 4 hotel -s with an internet connection and near mission ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
},
{
"id": 8,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs"
},
{
"id": 9,
"rdf-acts": [
"inform((_:search,dogs_allowed,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "and doesn't matter"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,dogs_allowed,'no');(_:result,has_internet,'yes');(_:result,name,'union hotel');(_:result,near,'mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "union hotel is a nice place , it has internet , it is near mission and i do not know if it allows dogs ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,accepts_credit_cards,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "does it accept credit cards"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,accepts_credit_cards,'yes');(_:result,dogs_allowed,'no');(_:result,has_internet,'yes');(_:result,name,'noe 7s nest bed and breakfast');(_:result,near,'mission');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "noe 7s nest bed and breakfast is a nice place , it is near mission , it accepts credit card -s , it has internet and i do not know if it allows dogs ."
},
{
"id": 13,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "can i have the address"
},
{
"id": 14,
"rdf-acts": [
"inform((_:result,address,'1257 guerrero st');(_:result,name,'noe 7s nest bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "noe 7s nest bed and breakfast is a nice place their address is 1257 guerrero st ."
},
{
"id": 15,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 307 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission"
],
[
"_:result",
"name",
"noe 7s nest bed and breakfast"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"noe 7s nest bed and breakfast"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"noe 7s nest bed and breakfast"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"name",
"noe 7s nest bed and breakfast"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"union hotel"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"noe 7s nest bed and breakfast"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"address",
"1257 guerrero st"
],
[
"_:result",
"name",
"noe 7s nest bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"near",
"mission"
],
[
"_:search",
"has_internet",
"true"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"dogs_allowed",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"accepts_credit_cards",
"yes"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"near",
"mission"
],
[
"_:result",
"address",
"1257 guerrero st"
],
[
"_:result",
"name",
"noe 7s nest bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,good_for_meal,'breakfast');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can a cheap restaurant for breakfast then does not a while children"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'breakfast');(_:result,name,'sanjalisco');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place , it is in the cheap price range and it is good for breakfast ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'901 s van ness avenue');(_:result,name,'sanjalisco');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place their address is 901 s van ness avenue ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,price,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'sanjalisco');(_:result,price,'15 euro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sanjalisco is a nice place their price -s are 15 euro ."
},
{
"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": ""
}
] | 2624 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"price",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"price",
"15 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"901 s van ness avenue"
],
[
"_:result",
"name",
"sanjalisco"
],
[
"_:result",
"price",
"15 euro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'fishermans wharf');(_:search,food,'russian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a restaurant in the area of fisherman's wharf that serves russian food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'russian');(_:result,name,'stroganoff restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "stroganoff restaurant is a nice place it serves russian food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,near,?);(_:result,type,'Restaurant'))",
"inform((_:search,area,'fishermans wharf');(_:search,type,'Restaurant'))",
"request((_:result,near,?);(_:result,type,'Restaurant'))",
"inform((_:search,area,'fishermans wharf');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it near the area of fisherman's wharf"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,food,'russian');(_:result,name,'stroganoff restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than stroganoff restaurant serving russian food ."
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,area,'fishermans wharf');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in the area of fisherman's wharf"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'hayes valley or fishermans wharf');(_:result,name,'stroganoff restaurant');(_:result,near,'fishermans wharf or north beach telegraph hill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "stroganoff restaurant is a nice place , it is in the area of hayes valley , it is in the area of fishermans wharf , it is near north beach telegraph hill and it is near fishermans wharf ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,address,'418 beach street');(_:result,name,'stroganoff restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "stroganoff restaurant is a nice place their address is 418 beach street ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,name,'stroganoff restaurant');(_:result,phone,'4159226663');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "stroganoff restaurant is a nice place their phone number is 4159226663 ."
},
{
"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": ""
}
] | 2132 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"fishermans wharf"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"russian"
],
[
"_:result",
"food",
"russian"
],
[
"_:result",
"name",
"stroganoff restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"near",
"?"
],
[
"_:search",
"area",
"fishermans wharf"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"russian"
],
[
"_:result",
"near",
"?"
],
[
"_:search",
"area",
"fishermans wharf"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"russian"
],
[
"_:result",
"name",
"stroganoff restaurant"
],
[
"_:result",
"area",
"fishermans wharf"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"area",
"fishermans wharf"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"russian"
],
[
"_:result",
"area",
"hayes valley or fishermans wharf"
],
[
"_:result",
"name",
"stroganoff restaurant"
],
[
"_:result",
"near",
"fishermans wharf or north beach telegraph hill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"area",
"fishermans wharf"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"russian"
],
[
"_:result",
"area",
"hayes valley or fishermans wharf"
],
[
"_:result",
"near",
"fishermans wharf or north beach telegraph hill"
],
[
"_:result",
"address",
"418 beach street"
],
[
"_:result",
"name",
"stroganoff restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"area",
"fishermans wharf"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"russian"
],
[
"_:result",
"area",
"hayes valley or fishermans wharf"
],
[
"_:result",
"near",
"fishermans wharf or north beach telegraph hill"
],
[
"_:result",
"address",
"418 beach street"
],
[
"_:result",
"name",
"stroganoff restaurant"
],
[
"_:result",
"phone",
"4159226663"
],
[
"_: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",
"russian"
],
[
"_:search",
"area",
"fishermans wharf"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"russian"
],
[
"_:result",
"area",
"hayes valley or fishermans wharf"
],
[
"_:result",
"near",
"fishermans wharf or north beach telegraph hill"
],
[
"_:result",
"address",
"418 beach street"
],
[
"_:result",
"name",
"stroganoff restaurant"
],
[
"_:result",
"phone",
"4159226663"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "user",
"text": "i am looking for a restaurant"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,good_for_meal,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what meal are you looking for ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,good_for_meal,'lunch');(_:search,kids_allowed,'false');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "it does not allow children is that for lunch"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,good_for_meal,'lunch');(_:result,kids_allowed,'no');(_:result,name,'house of nanking');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "house of nanking is a nice place , it is good for lunch and where no child -s are allowed ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 1350 | [
{
"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",
"lunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"house of nanking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"lunch"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"lunch"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"house of nanking"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that is free in meal that serves brasseries food in the new the castro"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'brasseries');(_:result,name,'marlowe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "marlowe is a nice place it serves brasseries food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i get the address phone number"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'330 townsend street suite 101');(_:result,name,'marlowe');(_:result,phone,'4159745599');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "marlowe is a nice place , their address is 330 townsend street suite 101 and their phone number is 4159745599 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area is that"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'hayes valley or 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": ""
}
] | 290 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"name",
"marlowe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"brasseries"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"address",
"330 townsend street suite 101"
],
[
"_: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",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"address",
"330 townsend street suite 101"
],
[
"_: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",
"type",
"Restaurant"
],
[
"_:result",
"food",
"brasseries"
],
[
"_:result",
"address",
"330 townsend street suite 101"
],
[
"_: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 parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'lower haight');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hi i'm looking for a restaurant in the area of lower haight"
},
{
"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,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "thai"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,food,'thai');(_:result,name,'ar roi restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ar roi restaurant is a nice place it serves thai food ."
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,area,'laurel heights');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in the area of laurel heights"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'hayes valley or downtown');(_:result,name,'ar roi restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ar roi restaurant is a nice place , it is in the area of hayes valley and it is in the area of downtown ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,area,'laurel heights');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant in the area of laurel heights"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,area,'laurel heights');(_:result,food,'thai');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , serving thai food and in the area of laurel 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": ""
}
] | 311 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lower haight"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lower haight"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"lower haight"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"name",
"ar roi restaurant"
],
[
"_:result",
"area",
"laurel heights"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"area",
"hayes valley or downtown"
],
[
"_:result",
"name",
"ar roi restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"area",
"hayes valley or downtown"
],
[
"_:result",
"name",
"ar roi restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/109632bd"
],
[
"_:result/109632bd",
"area",
"laurel heights"
],
[
"_:result/109632bd",
"food",
"thai"
],
[
"_:result/109632bd",
"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",
"thai"
],
[
"_:result",
"food",
"thai"
],
[
"_:result",
"area",
"hayes valley or downtown"
],
[
"_:result",
"name",
"ar roi restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"laurel heights"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/109632bd"
],
[
"_:result/109632bd",
"area",
"laurel heights"
],
[
"_:result/109632bd",
"food",
"thai"
],
[
"_:result/109632bd",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced hotel that is near the called a"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'chateau tivoli bed and breakfast inn');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "chateau tivoli bed and breakfast inn is a nice place it is in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what's the address"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'1057 steiner st');(_:result,name,'chateau tivoli bed and breakfast inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "chateau tivoli bed and breakfast inn is a nice place their address is 1057 steiner st ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "where are they located"
},
{
"id": 6,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "would you like a hotel in the inexpensive , moderate , or pricey price range ?"
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 502 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1057 steiner st"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1057 steiner st"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"1057 steiner st"
],
[
"_:result",
"name",
"chateau tivoli bed and breakfast inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'mission bay');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel in the mission bay accept credit card"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'mission bay');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of mission bay ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i'm looking for a hotel near the"
},
{
"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": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 100 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission bay"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission bay"
],
[
"_:system",
"canthelp",
"_:result/d2ea0eb9"
],
[
"_:result/d2ea0eb9",
"area",
"mission bay"
],
[
"_:result/d2ea0eb9",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"mission bay"
],
[
"_:system",
"canthelp",
"_:result/d2ea0eb9"
],
[
"_:result/d2ea0eb9",
"area",
"mission bay"
],
[
"_:result/d2ea0eb9",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/1c79a61d"
],
[
"_:result/1c79a61d",
"area",
"mission bay"
],
[
"_:result/1c79a61d",
"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",
"mission bay"
],
[
"_:system",
"canthelp",
"_:result/d2ea0eb9"
],
[
"_:result/d2ea0eb9",
"area",
"mission bay"
],
[
"_:result/d2ea0eb9",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/1c79a61d"
],
[
"_:result/1c79a61d",
"area",
"mission bay"
],
[
"_:result/1c79a61d",
"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": [],
"speaker": "user",
"text": ""
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what kind of food would you like ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "cheap restaurant"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'assab eritrean restaurant');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "assab eritrean restaurant is a nice place it is in the cheap price range ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "the zipcode"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'assab eritrean restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "assab eritrean restaurant is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yes"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'assab eritrean restaurant');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "assab eritrean restaurant is a nice restaurant ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 799 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"assab eritrean restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"assab eritrean 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",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"assab eritrean restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "you goodbye"
},
{
"id": 2,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what kind of food would you like ?"
},
{
"id": 3,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2852 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'sea food');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "an moderately priced restaurant that serves sea food any me an noe valley"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'sea food');(_:result,name,'alamo square seafood grill');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alamo square seafood grill is a nice place , it is in the moderate price range and it serves sea food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,good_for_meal,?);(_:result,name,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the name phone number and what meal good one"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,good_for_meal,'dinner');(_:result,name,'alamo square seafood grill');(_:result,phone,'4154402828');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alamo square seafood grill is a nice place , it is good for dinner and their phone number is 4154402828 ."
},
{
"id": 5,
"rdf-acts": [
"confirm((_:result,area,'noe valley');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it in noe valley"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'hayes valley or friendship village');(_:result,name,'alamo square seafood grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "alamo square seafood grill is a nice place , it is in the area of hayes valley and it is in the area of friendship village ."
},
{
"id": 7,
"rdf-acts": [
"confirm((_:result,near,'noe valley');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "is it near noe valley"
},
{
"id": 8,
"rdf-acts": [
"canthelp((_:result,area,'noe valley');(_:result,food,'sea food');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , searving sea food and in the area of noe valley ."
},
{
"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": ""
}
] | 856 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"?"
],
[
"_:result",
"name",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"phone",
"4154402828"
],
[
"_:result",
"area",
"noe valley"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"phone",
"4154402828"
],
[
"_:result",
"area",
"hayes valley or friendship village"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"near",
"noe valley"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"sea food"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"phone",
"4154402828"
],
[
"_:result",
"area",
"hayes valley or friendship village"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"near",
"noe valley"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/79d37d46"
],
[
"_:result/79d37d46",
"area",
"noe valley"
],
[
"_:result/79d37d46",
"food",
"sea food"
],
[
"_:result/79d37d46",
"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",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"sea food"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"good_for_meal",
"dinner"
],
[
"_:result",
"phone",
"4154402828"
],
[
"_:result",
"area",
"hayes valley or friendship village"
],
[
"_:result",
"name",
"alamo square seafood grill"
],
[
"_:result",
"near",
"noe valley"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/79d37d46"
],
[
"_:result/79d37d46",
"area",
"noe valley"
],
[
"_:result/79d37d46",
"food",
"sea food"
],
[
"_:result/79d37d46",
"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/2472a1f7"
],
[
"_:result/2472a1f7",
"area",
"diamond heights"
],
[
"_:result/2472a1f7",
"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/2472a1f7"
],
[
"_:result/2472a1f7",
"area",
"diamond heights"
],
[
"_:result/2472a1f7",
"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/2472a1f7"
],
[
"_:result/2472a1f7",
"area",
"diamond heights"
],
[
"_:result/2472a1f7",
"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/2472a1f7"
],
[
"_:result/2472a1f7",
"area",
"diamond heights"
],
[
"_:result/2472a1f7",
"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/2472a1f7"
],
[
"_:result/2472a1f7",
"area",
"diamond heights"
],
[
"_:result/2472a1f7",
"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": [
"inform((_:search,area,'richmond district');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hotel in the area of richmond district"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'richmond district');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of richmond district ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "hotel near presidio"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'presidio');(_:result,name,'inn at the presidio');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn at the presidio is a nice place it is in the area of presidio ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "excellent address please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'inn at the presidio');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "inn at the presidio is a nice hotel ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,name,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do have any kind"
},
{
"id": 8,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 9,
"rdf-acts": [
"affirm()",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "yes address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'presidio');(_:result,count,'1');(_:result,name,'inn at the presidio');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than inn at the presidio in the area of presidio ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "tex food address please"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,address,'42 moraga ave and presidio main post');(_:result,name,'inn at the presidio');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn at the presidio is a nice place their address is 42 moraga ave and presidio main post ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 56 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"richmond district"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"richmond district"
],
[
"_:system",
"canthelp",
"_:result/527c8c27"
],
[
"_:result/527c8c27",
"area",
"richmond district"
],
[
"_:result/527c8c27",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"richmond district"
],
[
"_:system",
"canthelp",
"_:result/527c8c27"
],
[
"_:result/527c8c27",
"area",
"richmond district"
],
[
"_:result/527c8c27",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"presidio"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"richmond district"
],
[
"_:system",
"canthelp",
"_:result/527c8c27"
],
[
"_:result/527c8c27",
"area",
"richmond district"
],
[
"_:result/527c8c27",
"type",
"Hotel"
],
[
"_:result",
"area",
"presidio"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"richmond district"
],
[
"_:system",
"canthelp",
"_:result/527c8c27"
],
[
"_:result/527c8c27",
"area",
"richmond district"
],
[
"_:result/527c8c27",
"type",
"Hotel"
],
[
"_:result",
"area",
"presidio"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"richmond district"
],
[
"_:system",
"canthelp",
"_:result/527c8c27"
],
[
"_:result/527c8c27",
"area",
"richmond district"
],
[
"_:result/527c8c27",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"presidio"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"richmond district"
],
[
"_:system",
"canthelp",
"_:result/527c8c27"
],
[
"_:result/527c8c27",
"area",
"richmond district"
],
[
"_:result/527c8c27",
"type",
"Hotel"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"presidio"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"address",
"42 moraga ave and presidio main post"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"richmond district"
],
[
"_:system",
"canthelp",
"_:result/527c8c27"
],
[
"_:result/527c8c27",
"area",
"richmond district"
],
[
"_:result/527c8c27",
"type",
"Hotel"
],
[
"_:search",
"name",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"presidio"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"address",
"42 moraga ave and presidio main post"
],
[
"_:result",
"name",
"inn at the presidio"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'steak');(_:search,kids_allowed,'true');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a moderately priced restaurant that serves steak food and does that allows children"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,food,'steak');(_:result,kids_allowed,'yes');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , serving steak food , in the moderate price range and where child -s are allowed ."
},
{
"id": 3,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "okay thank you goodbye"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 733 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/39e33bac"
],
[
"_:result/39e33bac",
"food",
"steak"
],
[
"_:result/39e33bac",
"kids_allowed",
"yes"
],
[
"_:result/39e33bac",
"pricerange",
"moderate"
],
[
"_:result/39e33bac",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"steak"
],
[
"_:search",
"kids_allowed",
"true"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/39e33bac"
],
[
"_:result/39e33bac",
"food",
"steak"
],
[
"_:result/39e33bac",
"kids_allowed",
"yes"
],
[
"_:result/39e33bac",
"pricerange",
"moderate"
],
[
"_:result/39e33bac",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,food,'malaysian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a expensive restaurant that serves malaysian food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'malaysian');(_:result,name,'betelnut');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "betelnut is a nice place , it is in the expensive price range and it serves malaysian food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the name"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,name,'betelnut');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "betelnut is a nice restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,address,'2030 union street');(_:result,name,'betelnut');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "betelnut is a nice place their address is 2030 union street ."
},
{
"id": 7,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "and what is the area"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'hayes valley or cow hollow');(_:result,name,'betelnut');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "betelnut is a nice place , it is in the area of hayes valley and it is in the area of cow hollow ."
},
{
"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": ""
}
] | 213 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"name",
"betelnut"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"betelnut"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"2030 union street"
],
[
"_:result",
"name",
"betelnut"
],
[
"_: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",
"malaysian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"2030 union street"
],
[
"_:result",
"area",
"hayes valley or cow hollow"
],
[
"_:result",
"name",
"betelnut"
],
[
"_: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",
"malaysian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"malaysian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"2030 union street"
],
[
"_:result",
"area",
"hayes valley or cow hollow"
],
[
"_:result",
"name",
"betelnut"
],
[
"_: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,'mexican');(_:search,good_for_meal,'breakfast');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a cheap restaurant that serves mexican food instance for breakfast"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,food,'mexican');(_:result,name,'poc chuc');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "poc chuc is a nice place , it is in the cheap price range and it serves mexican food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the address and postcode"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'2886 16th street');(_:result,name,'poc chuc');(_:result,postcode,'94103');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "poc chuc is a nice place , their address is 2886 16th street and their postcode is 94103 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what's the name"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'poc chuc');(_:result,type,'Restaurant');(_:result,type,'restaurant'))"
],
"speaker": "system",
"text": "poc chuc is a nice restaurant ."
},
{
"id": 7,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you bye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2057 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"poc chuc"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2886 16th street"
],
[
"_:result",
"name",
"poc chuc"
],
[
"_:result",
"postcode",
"94103"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2886 16th street"
],
[
"_:result",
"postcode",
"94103"
],
[
"_:result",
"name",
"poc chuc"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"good_for_meal",
"breakfast"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"2886 16th street"
],
[
"_:result",
"postcode",
"94103"
],
[
"_:result",
"name",
"poc chuc"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "s"
},
{
"id": 2,
"rdf-acts": [
"select((_:result,has_internet,'no');(_:result,has_internet,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it has internet ?"
},
{
"id": 3,
"rdf-acts": [
"negate()"
],
"speaker": "user",
"text": "s what is code have"
},
{
"id": 4,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what part of town do you have in mind ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:search,area,*);(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i would like a hotel in any area eat"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,area,'hayes valley');(_:result,name,'days inn san francisco downtown fcivic center area');(_:result,pricerange,'inexpensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "days inn san francisco downtown fcivic center area is a nice place , it is in the area of hayes valley and it is in the inexpensive price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:search,near,'parkside');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "ashbury area near parkside"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,name,'ocean park motel');(_:result,near,'parkside');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place it is near parkside ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number and address"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,address,'2690 46th ave');(_:result,name,'ocean park motel');(_:result,phone,'4155667020');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ocean park motel is a nice place , their address is 2690 46th ave and their phone number is 4155667020 ."
},
{
"id": 11,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 545 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_:result",
"name",
"days inn san francisco downtown fcivic center area"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"address",
"2690 46th ave"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"has_internet",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:search",
"area",
"*"
],
[
"_:result",
"area",
"hayes valley"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:search",
"near",
"parkside"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"near",
"parkside"
],
[
"_:result",
"address",
"2690 46th ave"
],
[
"_:result",
"name",
"ocean park motel"
],
[
"_:result",
"phone",
"4155667020"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the 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 want to find an expensive restaurant that is your chinatown"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,near,'chinatown');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , near chinatown and in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "user",
"text": "how about a moderate place that has moderate price range"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,food,'chinese or singaporean'))"
],
"speaker": "system",
"text": "sorry would you like chinese or singaporean food ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "user",
"text": "chinese"
},
{
"id": 6,
"rdf-acts": [
"canthelp((_:result,food,'chinese');(_:result,near,'chinatown');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place , near chinatown , in the moderate price range and serving chinese food ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": "thank you and goodbye"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 3550 | [
{
"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/7eb1cf37"
],
[
"_:result/7eb1cf37",
"near",
"chinatown"
],
[
"_:result/7eb1cf37",
"pricerange",
"expensive"
],
[
"_:result/7eb1cf37",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/7eb1cf37"
],
[
"_:result/7eb1cf37",
"near",
"chinatown"
],
[
"_:result/7eb1cf37",
"pricerange",
"expensive"
],
[
"_:result/7eb1cf37",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese or singaporean"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/7eb1cf37"
],
[
"_:result/7eb1cf37",
"near",
"chinatown"
],
[
"_:result/7eb1cf37",
"pricerange",
"expensive"
],
[
"_:result/7eb1cf37",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese or singaporean"
],
[
"_:system",
"canthelp",
"_:result/b8c20d52"
],
[
"_:result/b8c20d52",
"food",
"chinese"
],
[
"_:result/b8c20d52",
"near",
"chinatown"
],
[
"_:result/b8c20d52",
"pricerange",
"moderate"
],
[
"_:result/b8c20d52",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/7eb1cf37"
],
[
"_:result/7eb1cf37",
"near",
"chinatown"
],
[
"_:result/7eb1cf37",
"pricerange",
"expensive"
],
[
"_:result/7eb1cf37",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese or singaporean"
],
[
"_:system",
"canthelp",
"_:result/b8c20d52"
],
[
"_:result/b8c20d52",
"food",
"chinese"
],
[
"_:result/b8c20d52",
"near",
"chinatown"
],
[
"_:result/b8c20d52",
"pricerange",
"moderate"
],
[
"_:result/b8c20d52",
"type",
"Restaurant"
],
[
"_: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,'twin peaks west');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i want a hotel in the twin peaks west area"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'twin peaks west');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of twin peaks west ."
},
{
"id": 3,
"rdf-acts": [
"reqalts((_:result,area,'the castro'))"
],
"speaker": "user",
"text": "how about the castro area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'the castro');(_:result,name,'inn on castro');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn on castro is a nice place it is in the area of the castro ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "the address and phone number"
},
{
"id": 6,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "can i help you with anything else ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "the address and phone number"
},
{
"id": 8,
"rdf-acts": [
"inform((_:result,area,'the castro');(_:result,count,'1');(_:result,name,'inn on castro');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am sorry but there is no place other than inn on castro in the area of the castro ."
},
{
"id": 9,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 10,
"rdf-acts": [
"inform((_:result,area,'the castro');(_:result,name,'inn on castro');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "inn on castro is a nice place it is in the area of the castro ."
},
{
"id": 11,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "phone number"
},
{
"id": 12,
"rdf-acts": [
"inform((_:result,name,'inn on castro');(_:result,type,'Hotel');(_:result,type,'hotel'))"
],
"speaker": "system",
"text": "inn on castro is a nice hotel ."
},
{
"id": 13,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 574 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"twin peaks west"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"twin peaks west"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/72580826"
],
[
"_:result/72580826",
"area",
"twin peaks west"
],
[
"_:result/72580826",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"twin peaks west"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/72580826"
],
[
"_:result/72580826",
"area",
"twin peaks west"
],
[
"_:result/72580826",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"the castro"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_: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",
"twin peaks west"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/72580826"
],
[
"_:result/72580826",
"area",
"twin peaks west"
],
[
"_:result/72580826",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"area",
"the castro"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"twin peaks west"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/72580826"
],
[
"_:result/72580826",
"area",
"twin peaks west"
],
[
"_:result/72580826",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"the castro"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"twin peaks west"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/72580826"
],
[
"_:result/72580826",
"area",
"twin peaks west"
],
[
"_:result/72580826",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"area",
"the castro"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"twin peaks west"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/72580826"
],
[
"_:result/72580826",
"area",
"twin peaks west"
],
[
"_:result/72580826",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"area",
"the castro"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"twin peaks west"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:system",
"canthelp",
"_:result/72580826"
],
[
"_:result/72580826",
"area",
"twin peaks west"
],
[
"_:result/72580826",
"type",
"Hotel"
],
[
"_:user",
"inquired",
"_:system"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"area",
"the castro"
],
[
"_:result",
"name",
"inn on castro"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"hotel"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the hotel information system . you can ask for hotel -s by pricerange , whether they accept credit card -s or have internet . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:search,area,'alamo square');(_:search,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i need to find a hotel in the area of alamo square"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,area,'alamo square');(_:result,name,'metro hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "metro hotel is a nice place it is in the area of alamo square ."
},
{
"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,area,'alamo square');(_:result,has_internet,'yes');(_:result,name,'metro hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "metro hotel is a nice place , it has internet and it is in the area of alamo square ."
},
{
"id": 5,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what is the phone number"
},
{
"id": 6,
"rdf-acts": [
"inform((_:result,name,'metro hotel');(_:result,phone,'4158615364');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "metro hotel is a nice place their phone number is 4158615364 ."
},
{
"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": ""
}
] | 549 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"alamo square"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"alamo square"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"alamo square"
],
[
"_:result",
"name",
"metro hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"alamo square"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"alamo square"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"metro hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"alamo square"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"alamo square"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"metro hotel"
],
[
"_:result",
"phone",
"4158615364"
],
[
"_: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",
"alamo square"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"area",
"alamo square"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"name",
"metro hotel"
],
[
"_:result",
"phone",
"4158615364"
],
[
"_: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,type,'Hotel');(_:search,type,'hotel'))"
],
"speaker": "user",
"text": "i want a hotel with vary union square"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,name,'hotel herbert');(_:result,near,'union square');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hotel herbert is a nice place it is near union square ."
},
{
"id": 3,
"rdf-acts": [
"affirm()"
],
"speaker": "user",
"text": "yeah hi you say cross through"
},
{
"id": 4,
"rdf-acts": [
"select((_:result,dogs_allowed,'no');(_:result,dogs_allowed,'yes'))"
],
"speaker": "system",
"text": "what is your preference as to whether it allows dogs ?"
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you goodbye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 254 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"hotel herbert"
],
[
"_:result",
"near",
"union square"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"hotel herbert"
],
[
"_:result",
"near",
"union square"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"hotel"
],
[
"_:result",
"name",
"hotel herbert"
],
[
"_:result",
"near",
"union square"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"dogs_allowed",
"no"
],
[
"_:result",
"dogs_allowed",
"yes"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"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,'bernal heights');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a expensive restaurant that does not allow children and is near bernal heights"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,kids_allowed,'no');(_:result,name,'the blue plate');(_:result,near,'bernal heights');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the blue plate is a nice place , where no child -s are allowed , it is near bernal heights and it is in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the phone number and area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,area,'hayes valley or transmission');(_:result,name,'the blue plate');(_:result,phone,'4152826777');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the blue plate is a nice place , it is in the area of transmission , their phone number is 4152826777 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": ""
}
] | 1349 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"bernal heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"bernal heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"name",
"the blue plate"
],
[
"_:result",
"near",
"bernal heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"bernal heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"bernal heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"hayes valley or transmission"
],
[
"_:result",
"name",
"the blue plate"
],
[
"_:result",
"phone",
"4152826777"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"kids_allowed",
"false"
],
[
"_:search",
"near",
"bernal heights"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"kids_allowed",
"no"
],
[
"_:result",
"near",
"bernal heights"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"hayes valley or transmission"
],
[
"_:result",
"name",
"the blue plate"
],
[
"_:result",
"phone",
"4152826777"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "system",
"text": "hello , welcome to the parlance dialogue system ? you can ask for restaurant -s by area , price range or food type . how may i help you ?"
},
{
"id": 1,
"rdf-acts": [
"ack()",
"inform((_:search,good_for_meal,'brunch');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant that is good for brunch"
},
{
"id": 2,
"rdf-acts": [
"inform((_:result,good_for_meal,'brunch');(_:result,name,'red door cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "red door cafe is a nice place it is good for brunch ."
},
{
"id": 3,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the name address phone number and area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:result,address,'1608 bush street');(_:result,area,'hayes valley or cathedral hill');(_:result,name,'red door cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "red door cafe is a nice place , it is in the area of cathedral hill , their address is 1608 bush street and it is in the area of hayes valley ."
},
{
"id": 5,
"rdf-acts": [
"thanks()",
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "goodbye"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "user",
"text": ""
}
] | 2226 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"name",
"red door cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"address",
"1608 bush street"
],
[
"_:result",
"area",
"hayes valley or cathedral hill"
],
[
"_:result",
"name",
"red door cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"good_for_meal",
"brunch"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"good_for_meal",
"brunch"
],
[
"_:result",
"address",
"1608 bush street"
],
[
"_:result",
"area",
"hayes valley or cathedral hill"
],
[
"_:result",
"name",
"red door cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
[
{
"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 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/f954e81b"
],
[
"_:result/f954e81b",
"area",
"diamond heights"
],
[
"_:result/f954e81b",
"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/f954e81b"
],
[
"_:result/f954e81b",
"area",
"diamond heights"
],
[
"_:result/f954e81b",
"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/f954e81b"
],
[
"_:result/f954e81b",
"area",
"diamond heights"
],
[
"_:result/f954e81b",
"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/f954e81b"
],
[
"_:result/f954e81b",
"area",
"diamond heights"
],
[
"_:result/f954e81b",
"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/f954e81b"
],
[
"_:result/f954e81b",
"area",
"diamond heights"
],
[
"_:result/f954e81b",
"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 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,'tenderloin');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant in the tenderloin that serves french food"
},
{
"id": 2,
"rdf-acts": [
"canthelp((_:result,area,'tenderloin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of tenderloin ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:search,area,'tenderloin');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i'm looking for a restaurant in the tenderloin that serves french food"
},
{
"id": 4,
"rdf-acts": [
"canthelp((_:result,area,'tenderloin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i am sorry but there is no place in the area of tenderloin ."
},
{
"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": ""
}
] | 2716 | [
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"tenderloin"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/639b483e"
],
[
"_:result/639b483e",
"area",
"tenderloin"
],
[
"_:result/639b483e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"tenderloin"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"greeted",
"_:user"
],
[
"_:system",
"canthelp",
"_:result/639b483e"
],
[
"_:result/639b483e",
"area",
"tenderloin"
],
[
"_:result/639b483e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"tenderloin"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/5b247876"
],
[
"_:result/5b247876",
"area",
"tenderloin"
],
[
"_:result/5b247876",
"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"
],
[
"_:system",
"canthelp",
"_:result/639b483e"
],
[
"_:result/639b483e",
"area",
"tenderloin"
],
[
"_:result/639b483e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"tenderloin"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:result/5b247876"
],
[
"_:result/5b247876",
"area",
"tenderloin"
],
[
"_:result/5b247876",
"type",
"Restaurant"
],
[
"_:user",
"thanked",
"_:system"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7
]
}
] |
Subsets and Splits