paper-with-me

홈 › Papers

A Noise-Robust Loss for Unlabeled Entity Problem in Named Entity Recognition

2022-08-05 · Wentao Kang, Guijun Zhang, Xiao Fu

Named Entity Recognition (NER) is an important task in natural language processing. However, traditional supervised NER requires large-scale annotated datasets. Distantly supervision is proposed to alleviate the massive demand for datasets, but datasets constructed in this way are extremely noisy and have a serious unlabeled entity problem. The cross entropy (CE) loss function is highly sensitive to unlabeled data, leading to severe performance degradation. As an alternative, we propose a new loss function called NRCES to cope with this problem. A sigmoid term is used to mitigate the negative impact of noise. In addition, we balance the convergence and noise tolerance of the model according to samples and the training process. Experiments on synthetic and real-world datasets demonstrate that our approach shows strong robustness in the case of severe unlabeled entity problem, achieving new state-of-the-art on real-world datasets.

📄 PDF Abstract BibTeX arXiv:2208.02934

Code (0)

등록된 구현이 없습니다.

Tasks

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

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

Distantly Supervised Named Entity Recognition using Positive-Unlabeled Learning

2019-06-04 · ACL 2019 7 · Minlong Peng, Xiaoyu Xing, Qi Zhang, Jinlan Fu 외

In this work, we explore the way to perform named entity recognition (NER) using only unlabeled data and named entity dictionaries. To this end, we formulate the task as a positive-unlabeled (PU) learning problem and acc…

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

SANTA: Separate Strategies for Inaccurate and Incomplete Annotation Noise in Distantly-Supervised Named Entity Recognition

2023-05-06 · Shuzheng Si, Zefan Cai, Shuang Zeng, Guoqiang Feng 외

Distantly-Supervised Named Entity Recognition effectively alleviates the burden of time-consuming and expensive annotation in the supervised setting. But the context-free matching process and the limited coverage of know…

named-entity-recognitionNamed Entity Recognition

Empirical Analysis of Unlabeled Entity Problem in Named Entity Recognition

2020-12-10 · ICLR 2021 1 · Yangming Li, Lemao Liu, Shuming Shi

In many scenarios, named entity recognition (NER) models severely suffer from unlabeled entity problem, where the entities of a sentence may not be fully annotated. Through empirical studies performed on synthetic datase…

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

ConNER: Consistency Training for Cross-lingual Named Entity Recognition

2022-11-17 · Ran Zhou, Xin Li, Lidong Bing, Erik Cambria 외

Cross-lingual named entity recognition (NER) suffers from data scarcity in the target languages, especially under zero-shot settings. Existing translate-train or knowledge distillation methods attempt to bridge the langu…

Cross-Lingual NERKnowledge Distillationnamed-entity-recognitionNamed Entity Recognition+2