uda
uda copied to clipboard
UDA for Sequence Classification problems (like NER)
Hi,
Regarding UDA for NLP-SequenceTagging like NER. Any ideas for what kind of augmentation methods would work for them?
e.g. BackTranslation is tough to use for NER because,
- we would need to find some way to project labels from the original tokens to the augmented tokens (which might even be different in number)
- in general, for each augmented token, its not clear which original token it should be compared against (especially since the number of tokens itself might change)
Thanks.
Same question.
+1