paper-with-me

Papers

SpanProto: A Two-stage Span-based Prototypical Network for Few-shot Named Entity Recognition

2022-10-17 · Jianing Wang, Chengcheng Han, Chengyu Wang, Chuanqi Tan, Minghui Qiu, Songfang Huang, Jun Huang, Ming Gao

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.

📄 PDF Abstract BibTeX arXiv:2210.09049

Code (0)

등록된 구현이 없습니다.

Tasks

Few-shot NERNamed Entity RecognitionNamed Entity Recognition (NER)

Similar Papers 제목 키워드 기반

BANER: Boundary-Aware LLMs for Few-Shot Named Entity Recognition

2024-12-03 · Quanjiang Guo, Yihong Dong, Ling Tian, Zhao Kang 외

Despite the recent success of two-stage prototypical networks in few-shot named entity recognition (NER), challenges such as over/under-detected false spans in the span detection stage and unaligned entity prototypes in …

Contrastive Learningdomain classificationnamed-entity-recognitionNamed Entity Recognition+2

Type-Aware Decomposed Framework for Few-Shot Named Entity Recognition

2023-02-13 · Yongqi Li, Yu Yu, Tieyun Qian

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 pro…

Contrastive LearningFew-shot NERnamed-entity-recognitionNamed Entity Recognition+2

Decomposed Meta-Learning for Few-Shot Named Entity Recognition

2022-04-12 · Findings (ACL) 2022 5 · Tingting Ma, Huiqiang Jiang, Qianhui Wu, Tiejun Zhao 외

Few-shot named entity recognition (NER) systems aim at recognizing novel-class named entities based on only a few labeled examples. In this paper, we present a decomposed meta-learning approach which addresses the proble…

Entity TypingFew-shot NERMeta-LearningNamed Entity Recognition+1

Few-shot Named Entity Recognition with Entity-level Prototypical Network Enhanced by Dispersedly Distributed Prototypes

2022-08-17 · COLING 2022 10 · Bin Ji, Shasha Li, Shaoduo Gan, Jie Yu 외

Few-shot named entity recognition (NER) enables us to build a NER system for a new domain using very few labeled examples. However, existing prototypical networks for this task suffer from roughly estimated label depende…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

ReProCon: Scalable and Resource-Efficient Few-Shot Biomedical Named Entity Recognition

2025-08-22 · Jeongkyun Yoo, Nela Riddle, Andrew Hoblitzell arxiv

Named Entity Recognition (NER) in biomedical domains faces challenges due to data scarcity and imbalanced label distributions, especially with fine-grained entity types. We propose ReProCon, a novel few-shot NER framewor…

Contrastive LearningFew-shot NER