Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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.

Jiawei Chen, Qing Liu, Hongyu Lin, Xianpei Han, Le Sun• 2022

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)--
539
Named Entity RecognitionOntoNotes 5.0 (test)--
90
Named Entity RecognitionWNUT 2017 (test)--
63
Named Entity RecognitionMIT corpus Res (test)
Micro-F160.7
11
Named Entity RecognitionMIT corpus Movie1 (test)
Micro F161.3
9
Named Entity Recognitioni2b2 (test)
Micro-F164.3
9
Named Entity RecognitionMIT corpus Movie2 (test)
Micro-F172.6
7
Named Entity RecognitionRe3d (test)
Micro-F165.4
5
Showing 8 of 8 rows

Other info

Code

Follow for update