paper-with-me

Papers

Distantly Supervised Named Entity Recognition via Confidence-Based Multi-Class Positive and Unlabeled Learning

2022-03-03 · ACL 2022 5 · Kang Zhou, Yuepei Li, Qi Li

In this paper, we study the named entity recognition (NER) problem under distant supervision. Due to the incompleteness of the external dictionaries and/or knowledge bases, such distantly annotated training data usually suffer from a high false negative rate. To this end, we formulate the Distantly Supervised NER (DS-NER) problem via Multi-class Positive and Unlabeled (MPU) learning and propose a theoretically and practically novel CONFidence-based MPU (Conf-MPU) approach. To handle the incomplete annotations, Conf-MPU consists of two steps. First, a confidence score is estimated for each token of being an entity token. Then, the proposed Conf-MPU risk estimation is applied to train a multi-class classifier for the NER task. Thorough experiments on two benchmark datasets labeled by various external knowledge demonstrate the superiority of the proposed Conf-MPU over existing DS-NER methods.

📄 PDF Abstract BibTeX arXiv:2204.09589

Code (1)

kangISU/Conf-MPU-DS-NER 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

Distantly Supervised Named Entity Recognition with Category-Oriented Confidence Calibration

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In this work, we study the noisy-labeled named entity recognition under distant supervision setting. Considering that most NER systems based on confidence estimation deal with noisy labels ignoring the fact that model ha…

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

Distantly Supervised Named Entity Recognition via Confidence-Based Multi-Class Positive and Unlabeled Learning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In this paper, we study the named entity recognition (NER) problem under distant supervision. Due to the incompleteness of the external dictionaries and/or knowledge bases, such distantly annotated training data usually …

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

Denoising Distantly Supervised Named Entity Recognition via a Hypergeometric Probabilistic Model

2021-06-17 · Wenkai Zhang, Hongyu Lin, Xianpei Han, Le Sun 외

Denoising is the essential step for distant supervision based named entity recognition. Previous denoising methods are mostly based on instance-level confidence statistics, which ignore the variety of the underlying nois…

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

Distantly-Supervised Named Entity Recognition with Noise-Robust Learning and Language Model Augmented Self-Training

2021-09-10 · EMNLP 2021 11 · Yu Meng, Yunyi Zhang, Jiaxin Huang, Xuan Wang 외

We study the problem of training named entity recognition (NER) models using only distantly-labeled data, which can be automatically obtained by matching entity mentions in the raw text with entity types in a knowledge b…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+2

Better Sampling of Negatives for Distantly Supervised Named Entity Recognition

2023-05-22 · Lu Xu, Lidong Bing, Wei Lu

Distantly supervised named entity recognition (DS-NER) has been proposed to exploit the automatically labeled training data instead of human annotations. The distantly annotated datasets are often noisy and contain a con…

named-entity-recognitionNamed Entity RecognitionNER