A weakly supervised NER model combines classification pretraining on noisy data with Partial-CRFs and non-entity sampling on clean data, improving F1 across five low-resource languages and a fine-grained food domain.
Few-shot classification in Named Entity Recognition Task
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
For many natural language processing (NLP) tasks the amount of annotated data is limited. This urges a need to apply semi-supervised learning techniques, such as transfer learning or meta-learning. In this work we tackle Named Entity Recognition (NER) task using Prototypical Network - a metric learning technique. It learns intermediate representations of words which cluster well into named entity classes. This property of the model allows classifying words with extremely limited number of training examples, and can potentially be used as a zero-shot learning method. By coupling this technique with transfer learning we achieve well-performing classifiers trained on only 20 instances of a target class.
fields
cs.CL 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Low-Resource Name Tagging Learned with Weakly Labeled Data
A weakly supervised NER model combines classification pretraining on noisy data with Partial-CRFs and non-entity sampling on clean data, improving F1 across five low-resource languages and a fine-grained food domain.