Skip to content
Snippets Groups Projects
Commit a9ca2762 authored by finn's avatar finn
Browse files

Add manual annotations for taxi, train, restaurant, hotel, and attraction services

parent 35c5ab26
No related branches found
No related tags found
No related merge requests found
[
{
"Services Involved": [
"hotel",
"attraction"
],
"Service Details": [
{
"Service Type": "hotel",
"Actions": [
"book_hotel",
"find_hotel"
],
"Preferences": {
"hotel-internet": [
"yes"
],
"hotel-parking": [
"NONE"
],
"hotel-pricerange": [
"NONE"
],
"hotel-stars": [
"NONE"
],
"hotel-type": [
"guesthouse"
],
"hotel-name": [
"Acorn Guest House"
],
"hotel-bookday": [
"sunday"
],
"hotel-bookpeople": [
"1"
],
"hotel-bookstay": [
"1"
],
"hotel-area": [
"north"
]
}
},
{
"Service Type": "attraction",
"Actions": [
"find_attraction"
],
"Preferences": {
"attraction-area": [
"north"
],
"attraction-type": [
"park",
"architecture"
],
"attraction-name": [
"Cherry Hinton Hall and Grounds"
]
}
}
]
}
]
\ No newline at end of file
[
{
"Services Involved": [
"hotel",
"train"
],
"Service Details": [
{
"Service Type": "hotel",
"Actions": [
"book_hotel",
"find_hotel"
],
"Preferences": {
"hotel-internet": [
"NONE"
],
"hotel-parking": [
"yes"
],
"hotel-pricerange": [
"moderate"
],
"hotel-stars": [
"NONE"
],
"hotel-type": [
"hotel"
],
"hotel-name": [
"A & B Guest House"
],
"hotel-bookday": [
"sunday"
],
"hotel-bookpeople": [
"NONE"
],
"hotel-bookstay": [
"1"
],
"hotel-area": [
"east"
]
}
},
{
"Service Type": "train",
"Actions": [
"find_train",
"book_train"
],
"Preferences": {
"train-day": [
"sunday"
],
"train-departure": [
"Cambridge"
],
"train-leaveat": [
"13:45"
],
"train-destination": [
"Norwich"
],
"train-bookpeople": [
"4"
],
"train-arriveby": [
"15:45"
]
}
}
]
}
]
\ No newline at end of file
[
{
"Services Involved": [
"taxi"
],
"Service Details": [
{
"Service Type": "taxi",
"Actions": [
"find_taxi"
],
"Preferences": {
"taxi-arriveby": [
"NONE"
],
"taxi-departure": [
"Gourmet Burger Kitchen"
],
"taxi-destination": [
"Corpus Christi"
],
"taxi-leaveat": [
"08:45"
]
}
}
]
}
]
\ No newline at end of file
[
{
"Services Involved": [
"restaurant"
],
"Service Details": [
{
"Service Type": "restaurant",
"Actions": [
"find_restaurant",
"book_restaurant"
],
"Preferences": {
"restaurant-food": [
"Thai"
],
"restaurant-bookday": [
"thursday"
],
"restaurant-bookpeople": [
"NONE"
],
"restaurant-booktime": [
"15:00"
],
"restaurant-area": [
"centre"
],
"restaurant-pricerange": [
"NONE"
],
"restaurant-name": [
"Bangkok City Restaurant"
]
}
}
]
}
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment