Type-Aware Decomposed Framework for Few-Shot Named Entity Recognition
About
Despite the recent success achieved by several two-stage prototypical networks in few-shot named entity recognition (NER) task, the overdetected false spans at the span detection stage and the inaccurate and unstable prototypes at the type classification stage remain to be challenging problems. In this paper, we propose a novel Type-Aware Decomposed framework, namely TadNER, to solve these problems. We first present a type-aware span filtering strategy to filter out false spans by removing those semantically far away from type names. We then present a type-aware contrastive learning strategy to construct more accurate and stable prototypes by jointly exploiting support samples and type names as references. Extensive experiments on various benchmarks prove that our proposed TadNER framework yields a new state-of-the-art performance. Our code and data will be available at https://github.com/NLPWM-WHU/TadNER.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Named Entity Recognition | Few-NERD INTER 1.0 (test) | Average F167.74 | 62 | |
| Named Entity Recognition | FewNERD INTRA | F1 Score67.94 | 47 | |
| Named Entity Recognition | OntoNotes to I2B2, CoNLL, WNUT, GUM 5.0 (test) | I2B2 Score45.2 | 26 |