-
Notifications
You must be signed in to change notification settings - Fork 293
Open
Labels
scoping requiredFeatures that need significant design and planning before being actionableFeatures that need significant design and planning before being actionabletype:featureNew feature or requestNew feature or request
Description
BertClassifier
supports one output for the entire input sequence, but span labeling is an important research benchmark. This will require some scoping and design:
- Do we need a separate
BertSpanLabelingPreprocessor
or just a more complicated label to pass through? - Do we want to offer a script that can turn a standard dataset like squadv2 into something our preprocessor can use? The "answer text" must be turned into indicies in the tokenized input.
- Create a
BertSpanLabeler
task model with the correct task-specific layers and preprocessing.
Metadata
Metadata
Assignees
Labels
scoping requiredFeatures that need significant design and planning before being actionableFeatures that need significant design and planning before being actionabletype:featureNew feature or requestNew feature or request