Few-Shot Nested Named Entity Recognition
Hong Ming, Jiaoyun Yang, Lili Jiang, Yan Pan, Ning An

TL;DR
This paper introduces a novel few-shot nested NER framework using biaffine span representations and contrastive learning, significantly improving entity recognition in low-data and multilingual settings.
Contribution
It is the first to specifically address few-shot nested NER, proposing a biaffine contrastive learning approach to distinguish nested entities effectively.
Findings
BCL outperforms baseline models on English, German, and Russian datasets.
Significant F1 score improvements in 1-shot and 5-shot tasks.
Effective handling of nested structures in low-resource scenarios.
Abstract
While Named Entity Recognition (NER) is a widely studied task, making inferences of entities with only a few labeled data has been challenging, especially for entities with nested structures. Unlike flat entities, entities and their nested entities are more likely to have similar semantic feature representations, drastically increasing difficulties in classifying different entity categories in the few-shot setting. Although prior work has briefly discussed nested structures in the context of few-shot learning, to our best knowledge, this paper is the first one specifically dedicated to studying the few-shot nested NER task. Leveraging contextual dependency to distinguish nested entities, we propose a Biaffine-based Contrastive Learning (BCL) framework. We first design a Biaffine span representation module for learning the contextual span dependency representation for each entity span…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
MethodsResidual Connection · Contrastive Learning
