The paper introduces UES and NPE, a framework that treats unlabeled-entity and noisy-entity problems separately in distantly supervised NER, and reports average F1 gains over prior baselines.
Learning Named Entity Tagger using Domain-Specific Dictionary
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Recent advances in deep neural models allow us to build reliable named entity recognition (NER) systems without handcrafting features. However, such methods require large amounts of manually-labeled training data. There have been efforts on replacing human annotations with distant supervision (in conjunction with external dictionaries), but the generated noisy labels pose significant challenges on learning effective neural models. Here we propose two neural models to suit noisy distant supervision from the dictionary. First, under the traditional sequence labeling framework, we propose a revised fuzzy CRF layer to handle tokens with multiple possible labels. After identifying the nature of noisy labels in distant supervision, we go beyond the traditional framework and propose a novel, more effective neural model AutoNER with a new Tie or Break scheme. In addition, we discuss how to refine distant supervision for better NER performance. Extensive experiments on three benchmark datasets demonstrate that AutoNER achieves the best performance when only using dictionaries with no additional human effort, and delivers competitive results with state-of-the-art supervised benchmarks.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Towards DS-NER: Unveiling and Addressing Latent Noise in Distant Annotations
The paper introduces UES and NPE, a framework that treats unlabeled-entity and noisy-entity problems separately in distantly supervised NER, and reports average F1 gains over prior baselines.