SEE-Few: Seed, Expand and Entail for Few-shot Named Entity Recognition
Zeng Yang, Linhai Zhang, Deyu Zhou

TL;DR
This paper introduces SEE-Few, a novel multi-task framework for few-shot NER that effectively utilizes annotation information without relying on source domain data, significantly improving performance in training-from-scratch scenarios.
Contribution
It proposes a new multi-task learning framework that reformulates span classification as textual entailment, enabling effective few-shot NER without source domain data.
Findings
Outperforms state-of-the-art few-shot NER methods on four benchmarks.
Effective in training-from-scratch setting without source domain data.
Jointly learns seeding, expanding, and entailment modules for improved accuracy.
Abstract
Few-shot named entity recognition (NER) aims at identifying named entities based on only few labeled instances. Current few-shot NER methods focus on leveraging existing datasets in the rich-resource domains which might fail in a training-from-scratch setting where no source-domain data is used. To tackle training-from-scratch setting, it is crucial to make full use of the annotation information (the boundaries and entity types). Therefore, in this paper, we propose a novel multi-task (Seed, Expand and Entail) learning framework, SEE-Few, for Few-shot NER without using source domain data. The seeding and expanding modules are responsible for providing as accurate candidate spans as possible for the entailing module. The entailing module reformulates span classification as a textual entailment task, leveraging both the contextual clues and entity type information. All the three modules…
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.
Code & Models
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
