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

Add manual annotations

parent 869c8c27
No related branches found
No related tags found
No related merge requests found
[
{
"Services Involved": [
"NONE",
"hotel",
"restaurant",
"taxi",
"train",
"attraction"
],
"Service Details": [
{
"Service Type": "restaurant",
"Actions": [
"NONE",
"find_restaurant",
"book_restaurant"
],
"Preferences": {
"restaurant-food": [
"NONE",
"any string"
],
"restaurant-bookday": [
"NONE",
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday",
"sunday"
],
"restaurant-bookpeople": [
"NONE",
"any int"
],
"restaurant-booktime": [
"NONE",
"any time"
],
"restaurant-area": [
"NONE",
"centre",
"south",
"west",
"east",
"north",
"dontcare"
],
"restaurant-pricerange": [
"NONE",
"expensive",
"moderate",
"cheap"
],
"restaurant-name": [
"NONE",
"any string"
]
}
},
{
"Service Type": "hotel",
"Actions": [
"book_hotel",
"find_hotel",
"NONE"
],
"Preferences": {
"hotel-internet": [
"NONE",
"yes",
"no"
],
"hotel-parking": [
"NONE",
"yes",
"no"
],
"hotel-pricerange": [
"NONE",
"expensive",
"moderate",
"cheap"
],
"hotel-stars": [
"NONE",
"any int"
],
"hotel-type": [
"NONE",
"hotel",
"guesthouse",
"dontcare"
],
"hotel-name": [
"NONE",
"any string"
],
"hotel-bookday": [
"NONE",
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday",
"sunday"
],
"hotel-bookpeople": [
"NONE",
"any int"
],
"hotel-bookstay": [
"NONE",
"any int"
],
"hotel-area": [
"NONE",
"centre",
"south",
"west",
"east",
"north",
"dontcare"
]
}
},
{
"Service Type": "taxi",
"Actions": [
"NONE",
"find_taxi"
],
"Preferences": {
"taxi-arriveby": [
"NONE",
"any time"
],
"taxi-departure": [
"NONE",
"any string"
],
"taxi-destination": [
"NONE",
"any string"
],
"taxi-leaveat": [
"NONE",
"any time"
]
}
},
{
"Service Type": "train",
"Actions": [
"NONE",
"find_train",
"book_train"
],
"Preferences": {
"train-day": [
"NONE",
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday",
"sunday"
],
"train-departure": [
"NONE",
"any string"
],
"train-leaveat": [
"NONE",
"any time"
],
"train-destination": [
"NONE",
"any string"
],
"train-bookpeople": [
"NONE",
"any int"
],
"train-arriveby": [
"NONE",
"any time"
]
}
},
{
"Service Type": "attraction",
"Actions": [
"find_attraction",
"NONE"
],
"Preferences": {
"attraction-area": [
"NONE",
"centre",
"south",
"west",
"east",
"north",
"dontcare"
],
"attraction-type": [
"NONE",
"nightclub",
"museum",
"college",
"multiple sports",
"college",
"entertainment",
"park",
"swimmingpool",
"boat",
"theatre",
"architecture",
"cinema",
"concerthall",
"dontcare"
],
"attraction-name": [
"NONE",
"any string"
]
}
}
]
}
]
\ 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",
"guesthouse"
],
"hotel-name": [
"A & B Guest House"
],
"hotel-bookday": [
"sunday"
],
"hotel-bookpeople": [
"4"
],
"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": [
"hotel",
"restaurant",
"taxi"
],
"Service Details": [
{
"Service Type": "restaurant",
"Actions": [
"find_restaurant",
"book_restaurant"
],
"Preferences": {
"restaurant-food": [
"British"
],
"restaurant-bookday": [
"saturday"
],
"restaurant-bookpeople": [
"3"
],
"restaurant-booktime": [
"16:30"
],
"restaurant-area": [
"dontcare"
],
"restaurant-pricerange": [
"expensive"
],
"restaurant-name": [
"Midsummer House Restaurant"
]
}
},
{
"Service Type": "hotel",
"Actions": [
"book_hotel",
"find_hotel"
],
"Preferences": {
"hotel-internet": [
"NONE"
],
"hotel-parking": [
"NONE"
],
"hotel-pricerange": [
"expensive"
],
"hotel-stars": [
"NONE"
],
"hotel-type": [
"hotel"
],
"hotel-name": [
"University Arms Hotel"
],
"hotel-bookday": [
"saturday"
],
"hotel-bookpeople": [
"1"
],
"hotel-bookstay": [
"1"
],
"hotel-area": [
"centre"
]
}
},
{
"Service Type": "taxi",
"Actions": [
"find_taxi"
],
"Preferences": {
"taxi-arriveby": [
"17:00"
],
"taxi-departure": [
"University Arms Hotel"
],
"taxi-destination": [
"Midsummer House Restaurant"
],
"taxi-leaveat": [
"16:30"
]
}
}
]
}
]
\ 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 AM"
]
}
}
]
}
]
\ 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