paper-with-me

홈 › Papers

Debiased and Denoised Entity Recognition from Distant Supervision

2023-09-21 · NeurIPS 2023 11

While distant supervision has been extensively explored and exploited in NLP tasks like named entity recognition, a major obstacle stems from the inevitable noisy distant labels tagged unsupervisedly. A few past works approach this problem by adopting a self-training framework with a sample-selection mechanism. In this work, we innovatively identify two types of biases that were omitted by prior work, and these biases lead to inferior performance of the distant-supervised NER setup. First, we characterize the noise concealed in the distant labels as highly structural rather than fully randomized. Second, the self-training framework would ubiquitously introduce an inherent bias that causes erroneous behavior in both sample selection and eventually prediction. To cope with these problems, we propose a novel self-training framework, dubbed DesERT. This framework augments the conventional NER predicative pathway to a dual form that effectively adapts the sample-selection process to conform to its innate distributional-bias structure. The other crucial component of DesERT composes a debiased module aiming to enhance the token representations, hence the quality of the pseudo-labels. Extensive experiments are conducted to validate the DesERT. The results show that our framework establishes a new state-of-art performance, it achieves a +2.22% average F1 score improvement on five standardized benchmarking datasets. Lastly, DesERT demonstrates its effectiveness under a new DSNER benchmark where additional distant supervision comes from the ChatGPT model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MProto: Multi-Prototype Network with Denoised Optimal Transport for Distantly Supervised Named Entity Recognition

2023-10-12 · Shuhui Wu, Yongliang Shen, Zeqi Tan, Wenqi Ren 외

Distantly supervised named entity recognition (DS-NER) aims to locate entity mentions and classify their types with only knowledge bases or gazetteers and unlabeled corpus. However, distant annotations are noisy and degr…

named-entity-recognitionNamed Entity RecognitionNER

Learning to Denoise Distantly-Labeled Data for Entity Typing

2019-05-04 · NAACL 2019 6 · Yasumasa Onoe, Greg Durrett

Distantly-labeled data can be used to scale up training of statistical models, but it is typically noisy and that noise can vary with the distant labeling technique. In this work, we propose a two-stage procedure for han…

DenoisingEntity Typing

ANEA: Distant Supervision for Low-Resource Named Entity Recognition

2021-02-25 · Michael A. Hedderich, Lukas Lange, Dietrich Klakow

Distant supervision allows obtaining labeled training corpora for low-resource settings where only limited hand-annotated data exists. However, to be used effectively, the distant supervision must be easy to gather. In t…

Low Resource Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

BOND: BERT-Assisted Open-Domain Named Entity Recognition with Distant Supervision

2020-06-28 · Chen Liang, Yue Yu, Haoming Jiang, Siawpeng Er 외

We study the open-domain named entity recognition (NER) problem under distant supervision. The distant supervision, though does not require large amounts of manual annotations, yields highly incomplete and noisy distant …

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3

Distantly Supervised NER with Partial Annotation Learning and Reinforcement Learning

2018-08-01 · COLING 2018 8 · Yaosheng Yang, Wenliang Chen, Zhenghua Li, Zhengqiu He 외

A bottleneck problem with Chinese named entity recognition (NER) in new domains is the lack of annotated data. One solution is to utilize the method of distant supervision, which has been widely used in relation extracti…

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+5