paper-with-me

홈 › Papers

Learn and Review: Enhancing Continual Named Entity Recognition via Reviewing Synthetic Samples

2022-05-01 · Findings (ACL) 2022 5 · Yu Xia, Quan Wang, Yajuan Lyu, Yong Zhu, Wenhao Wu, Sujian Li, Dai Dai

Traditional methods for named entity recognition (NER) classify mentions into a fixed set of pre-defined entity types. However, in many real-world scenarios, new entity types are incrementally involved. To investigate this problem, continual learning is introduced for NER. However, the existing method depends on the relevance between tasks and is prone to inter-type confusion.In this paper, we propose a novel two-stage framework Learn-and-Review (L&R) for continual NER under the type-incremental setting to alleviate the above issues.Specifically, for the learning stage, we distill the old knowledge from teacher to a student on the current dataset. For the reviewing stage, we first generate synthetic samples of old types to augment the dataset. Then, we further distill new knowledge from the above student and old knowledge from the teacher to get an enhanced student on the augmented dataset. This stage has the following advantages: (1) The synthetic samples mitigate the gap between the old and new task and thus enhance the further distillation; (2) Different types of entities are jointly seen during training which alleviates the inter-type confusion. Experimental results show that L&R outperforms the state-of-the-art method on CoNLL-03 and OntoNotes-5.0.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningContinual Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

Explorers at #SMM4H 2023: Enhancing BERT for Health Applications through Knowledge and Model Fusion

2023-12-17 · Xutong Yue, Xilai Wang, Yuxin He, Zhenkun Zhou

An increasing number of individuals are willing to post states and opinions in social media, which has become a valuable data resource for studying human health. Furthermore, social media has been a crucial research poin…

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

GenCNER: A Generative Framework for Continual Named Entity Recognition

2025-10-13 · Yawen Yang, Fukun Ma, Shiao Meng, Aiwei Liu 외 arxiv

Traditional named entity recognition (NER) aims to identify text mentions into pre-defined entity types. Continual Named Entity Recognition (CNER) is introduced since entity categories are continuously increasing in vari…

Knowledge DistillationContinual Learning

Prompt Tuning for Few-Shot Continual Learning Named Entity Recognition

2025-08-10 · Zhe Ren arxiv

Knowledge distillation has been successfully applied to Continual Learning Named Entity Recognition (CLNER) tasks, by using a teacher model trained on old-class data to distill old-class entities present in new-class dat…

Knowledge DistillationContinual Learning

Sparse Named Entity Classification using Factorization Machines

2017-03-15 · Ai Hirata, Mamoru Komachi

Named entity classification is the task of classifying text-based elements into various categories, including places, names, dates, times, and monetary values. A bottleneck in named entity classification, however, is the…

ClassificationGeneral Classification

Continual Named Entity Recognition without Catastrophic Forgetting

2023-10-23 · Duzhen Zhang, Wei Cong, Jiahua Dong, Yahan Yu 외

Continual Named Entity Recognition (CNER) is a burgeoning area, which involves updating an existing model by incorporating new entity types sequentially. Nevertheless, continual learning approaches are often severely aff…

Continual LearningContinual Named Entity Recognitionnamed-entity-recognitionNamed Entity Recognition