paper-with-me

Papers

Distantly Supervised NER with Partial Annotation Learning and Reinforcement Learning

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

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 extraction, to automatically populate annotated training data without humancost. The distant supervision assumption here is that if a string in text is included in a predefined dictionary of entities, the string might be an entity. However, this kind of auto-generated data suffers from two main problems: incomplete and noisy annotations, which affect the performance of NER models. In this paper, we propose a novel approach which can partially solve the above problems of distant supervision for NER. In our approach, to handle the incomplete problem, we apply partial annotation learning to reduce the effect of unknown labels of characters. As for noisy annotation, we design an instance selector based on reinforcement learning to distinguish positive sentences from auto-generated annotations. In experiments, we create two datasets for Chinese named entity recognition in two domains with the help of distant supervision. The experimental results show that the proposed approach obtains better performance than the comparison systems on both two datasets.

📄 PDF Abstract BibTeX

Code (1)

rainarch/DSNER 공식 구현 tf

Tasks

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERreinforcement-learningReinforcement LearningReinforcement Learning (RL)Relation Extraction

Similar Papers 제목 키워드 기반

Reinforcement-based denoising of distantly supervised NER with partial annotation

2019-11-01 · WS 2019 11 · Farhad Nooralahzadeh, Jan Tore L{\o}nning, Lilja {\O}vrelid

Existing named entity recognition (NER) systems rely on large amounts of human-labeled data for supervision. However, obtaining large-scale annotated data is challenging particularly in specific domains like health-care,…

Denoisingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+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

Improving Distantly Supervised Relation Extraction by Natural Language Inference

2022-07-31 · Kang Zhou, Qiao Qiao, Yuepei Li, Qi Li

To reduce human annotations for relation extraction (RE) tasks, distantly supervised approaches have been proposed, while struggling with low performance. In this work, we propose a novel DSRE-NLI framework, which consid…

Natural Language InferenceRelationRelation Extraction

Distantly Supervised Road Segmentation

2017-08-21 · Satoshi Tsutsui, Tommi Kerola, Shunta Saito

We present an approach for road segmentation that only requires image-level annotations at training time. We leverage distant supervision, which allows us to train our model using images that are different from the targe…

Road SegmentationSegmentation

Label Refinement via Contrastive Learning for Distantly-Supervised Named Entity Recognition

2022-07-01 · Findings (NAACL) 2022 7 · Huaiyuan Ying, Shengxuan Luo, Tiantian Dang, Sheng Yu

Distantly-supervised named entity recognition (NER) locates and classifies entities using only knowledge bases and unlabeled corpus to mitigate the reliance on human-annotated labels. The distantly annotated data suffer …

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