paper-with-me

홈 › Papers

Simple and Effective Few-Shot Named Entity Recognition with Structured Nearest Neighbor Learning

2020-10-06 · EMNLP 2020 11 · Yi Yang, Arzoo Katiyar

We present a simple few-shot named entity recognition (NER) system based on nearest neighbor learning and structured inference. Our system uses a supervised NER model trained on the source domain, as a feature extractor. Across several test domains, we show that a nearest neighbor classifier in this feature-space is far more effective than the standard meta-learning approaches. We further propose a cheap but effective method to capture the label dependencies between entity tags without expensive CRF training. We show that our method of combining structured decoding with nearest neighbor learning achieves state-of-the-art performance on standard few-shot NER evaluation tasks, improving F1 scores by $6\%$ to $16\%$ absolute points over prior meta-learning based systems.

📄 PDF Abstract BibTeX arXiv:2010.02405

Code (1)

asappresearch/structshot 공식 구현 pytorch

Tasks

Few-shot NERMeta-LearningNamed Entity RecognitionNamed Entity Recognition (NER)

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

TOKEN is a MASK: Few-shot Named Entity Recognition with Pre-trained Language Models

2022-06-15 · Ali Davody, David Ifeoluwa Adelani, Thomas Kleinbauer, Dietrich Klakow

Transferring knowledge from one domain to another is of practical importance for many tasks in natural language processing, especially when the amount of available data in the target domain is limited. In this work, we p…

DescriptiveDomain Adaptationnamed-entity-recognitionNamed Entity Recognition+2

DualNER: A Dual-Teaching framework for Zero-shot Cross-lingual Named Entity Recognition

2022-11-15 · Jiali Zeng, Yufan Jiang, Yongjing Yin, Xu Wang 외

We present DualNER, a simple and effective framework to make full use of both annotated source language corpus and unlabeled target language text for zero-shot cross-lingual named entity recognition (NER). In particular,…

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

Probing Pre-trained Auto-regressive Language Models for Named Entity Typing and Recognition

2021-08-26 · LREC 2022 6 · Elena V. Epure, Romain Hennequin

Despite impressive results of language models for named entity recognition (NER), their generalization to varied textual genres, a growing entity type set, and new entities remains a challenge. Collecting thousands of an…

Entity TypingFew-shot NERMeta-LearningNamed Entity Recognition+1

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

Few-shot Named Entity Recognition with Cloze Questions

2021-11-24 · Valerio La Gatta, Vincenzo Moscato, Marco Postiglione, Giancarlo Sperlì

Despite the huge and continuous advances in computational linguistics, the lack of annotated data for Named Entity Recognition (NER) is still a challenging issue, especially in low-resource languages and when domain know…

Few-Shot Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1