Skip to content
Snippets Groups Projects
Commit dd42f4ae authored by F1nnH's avatar F1nnH
Browse files

Reorder MultiWOZ schema

parent c9ee22bc
No related branches found
No related tags found
No related merge requests found
......@@ -5,29 +5,6 @@ from pydantic import BaseModel
class MultiWOZ(BaseModel):
attractionArea: Optional[Literal[
"center",
"east",
"north",
"south",
"west",
]]
attractionName: Optional[str]
attractionType: Optional[Literal[
"architecture",
"boat",
"cinema",
"college",
"college",
"concerthall"
"entertainment",
"multiple sports",
"museum",
"nightclub",
"park",
"swimmingpool",
"theatre",
]]
hotelArea: Optional[Literal[
"center",
"east",
......@@ -83,6 +60,29 @@ class MultiWOZ(BaseModel):
trainDeparture: Optional[datetime]
trainDestination: Optional[str]
trainLeaveat: Optional[datetime]
attractionArea: Optional[Literal[
"center",
"east",
"north",
"south",
"west",
]]
attractionName: Optional[str]
attractionType: Optional[Literal[
"architecture",
"boat",
"cinema",
"college",
"college",
"concerthall"
"entertainment",
"multiple sports",
"museum",
"nightclub",
"park",
"swimmingpool",
"theatre",
]]
class HeidelKBerg(BaseModel):
......
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