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

Remove manual_annotation_2.json

parent ea74547e
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
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