FewTopNER reports that adding a topic-modeling branch to a prototype-based few-shot NER model improves multilingual F1 by 2.5 to 4.0 points and increases topic coherence scores.
SpanProto: A Two-stage Span-based Prototypical Network for Few-shot Named Entity Recognition
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Few-shot Named Entity Recognition (NER) aims to identify named entities with very little annotated data. Previous methods solve this problem based on token-wise classification, which ignores the information of entity boundaries, and inevitably the performance is affected by the massive non-entity tokens. To this end, we propose a seminal span-based prototypical network (SpanProto) that tackles few-shot NER via a two-stage approach, including span extraction and mention classification. In the span extraction stage, we transform the sequential tags into a global boundary matrix, enabling the model to focus on the explicit boundary information. For mention classification, we leverage prototypical learning to capture the semantic representations for each labeled span and make the model better adapt to novel-class entities. To further improve the model performance, we split out the false positives generated by the span extractor but not labeled in the current episode set, and then present a margin-based loss to separate them from each prototype region. Experiments over multiple benchmarks demonstrate that our model outperforms strong baselines by a large margin.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
FewTopNER: Integrating Few-Shot Learning with Topic Modeling and Named Entity Recognition in a Multilingual Framework
FewTopNER reports that adding a topic-modeling branch to a prototype-based few-shot NER model improves multilingual F1 by 2.5 to 4.0 points and increases topic coherence scores.