paper-with-me

홈 › Papers

Few-Shot Named Entity Recognition: A Comprehensive Study

2020-12-29 · Jiaxin Huang, Chunyuan Li, Krishan Subudhi, Damien Jose, Shobana Balakrishnan, Weizhu Chen, Baolin Peng, Jianfeng Gao, Jiawei Han

This paper presents a comprehensive study to efficiently build named entity recognition (NER) systems when a small number of in-domain labeled data is available. Based upon recent Transformer-based self-supervised pre-trained language models (PLMs), we investigate three orthogonal schemes to improve the model generalization ability for few-shot settings: (1) meta-learning to construct prototypes for different entity types, (2) supervised pre-training on noisy web data to extract entity-related generic representations and (3) self-training to leverage unlabeled in-domain data. Different combinations of these schemes are also considered. We perform extensive empirical comparisons on 10 public NER datasets with various proportions of labeled data, suggesting useful insights for future research. Our experiments show that (i) in the few-shot learning setting, the proposed NER schemes significantly improve or outperform the commonly used baseline, a PLM-based linear classifier fine-tuned on domain labels; (ii) We create new state-of-the-art results on both few-shot and training-free settings compared with existing methods. We will release our code and pre-trained models for reproducible research.

📄 PDF Abstract BibTeX arXiv:2012.14978

Code (2)

facebookresearch/quip pytorch
few-shot-NER-benchmark/BaselineCode pytorch

Tasks

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

Similar Papers 제목 키워드 기반

Few-NERD: A Few-Shot Named Entity Recognition Dataset

2021-05-16 · ACL 2021 5 · Ning Ding, Guangwei Xu, Yulin Chen, Xiaobin Wang 외

Recently, considerable literature has grown up around the theme of few-shot named entity recognition (NER), but little published benchmark data specifically focused on the practical and challenging task. Current approach…

Few-shot NERNamed Entity RecognitionNamed Entity Recognition (NER)

Robust Few-Shot Named Entity Recognition with Boundary Discrimination and Correlation Purification

2023-12-13 · Xiaojun Xue, Chunxia Zhang, Tianxiang Xu, Zhendong Niu

Few-shot named entity recognition (NER) aims to recognize novel named entities in low-resource domains utilizing existing knowledge. However, the present few-shot NER models assume that the labeled data are all clean wit…

Adversarial AttackEntity Typingfew-shot-nerFew-shot NER+5

VicunaNER: Zero/Few-shot Named Entity Recognition using Vicuna

2023-05-05 · Bin Ji

Large Language Models (LLMs, e.g., ChatGPT) have shown impressive zero- and few-shot capabilities in Named Entity Recognition (NER). However, these models can only be accessed via online APIs, which may cause data leak a…

few-shot-nerFew-shot NERnamed-entity-recognitionNamed Entity Recognition+2

Learning from Language Description: Low-shot Named Entity Recognition via Decomposed Framework

2021-09-11 · Findings (EMNLP) 2021 11 · Yaqing Wang, Haoda Chu, Chao Zhang, Jing Gao

In this work, we study the problem of named entity recognition (NER) in a low resource scenario, focusing on few-shot and zero-shot settings. Built upon large-scale pre-trained language models, we propose a novel NER fra…

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

Entities, Dates, and Languages: Zero-Shot on Historical Texts with T0

2022-04-11 · BigScience (ACL) 2022 5 · Francesco De Toni, Christopher Akiki, Javier de la Rosa, Clémentine Fourrier 외

In this work, we explore whether the recently demonstrated zero-shot abilities of the T0 model extend to Named Entity Recognition for out-of-distribution languages and time periods. Using a historical newspaper corpus in…

Multilingual Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)