Few-shot Named Entity Recognition with Self-describing Networks
About
Few-shot NER needs to effectively capture information from limited instances and transfer useful knowledge from external resources. In this paper, we propose a self-describing mechanism for few-shot NER, which can effectively leverage illustrative instances and precisely transfer knowledge from external resources by describing both entity types and mentions using a universal concept set. Specifically, we design Self-describing Networks (SDNet), a Seq2Seq generation model which can universally describe mentions using concepts, automatically map novel entity types to concepts, and adaptively recognize entities on-demand. We pre-train SDNet with large-scale corpus, and conduct experiments on 8 benchmarks from different domains. Experiments show that SDNet achieves competitive performances on all benchmarks and achieves the new state-of-the-art on 6 benchmarks, which demonstrates its effectiveness and robustness.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Named Entity Recognition | CoNLL 2003 (test) | -- | 539 | |
| Named Entity Recognition | OntoNotes 5.0 (test) | -- | 90 | |
| Named Entity Recognition | WNUT 2017 (test) | -- | 63 | |
| Named Entity Recognition | MIT corpus Res (test) | Micro-F160.7 | 11 | |
| Named Entity Recognition | MIT corpus Movie1 (test) | Micro F161.3 | 9 | |
| Named Entity Recognition | i2b2 (test) | Micro-F164.3 | 9 | |
| Named Entity Recognition | MIT corpus Movie2 (test) | Micro-F172.6 | 7 | |
| Named Entity Recognition | Re3d (test) | Micro-F165.4 | 5 |