English

Learning Named Entity Tagger using Domain-Specific Dictionary

Computation and Language 2018-09-12 v1

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.

Keywords

Cite

@article{arxiv.1809.03599,
  title  = {Learning Named Entity Tagger using Domain-Specific Dictionary},
  author = {Jingbo Shang and Liyuan Liu and Xiang Ren and Xiaotao Gu and Teng Ren and Jiawei Han},
  journal= {arXiv preprint arXiv:1809.03599},
  year   = {2018}
}
R2 v1 2026-06-23T04:01:36.488Z