Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Named Entity Tagger using Domain-Specific Dictionary

About

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.

Jingbo Shang, Liyuan Liu, Xiang Ren, Xiaotao Gu, Teng Ren, Jiawei Han• 2018

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)
F1 Score67
539
Named Entity RecognitionBC5CDR (test)
Macro F1 (span-level)80
80
Named Entity RecognitionBC5CDR
F1 Score84.8
59
Named Entity RecognitionNCBI-disease
F1 Score75.52
29
Named Entity RecognitionCoNLL KB-Matching 2003 (test)
F1 Score67.8
24
Named Entity RecognitionLaptopReview
F1 Score65.44
12
Named Entity RecognitionBC5CDR Big Dict (test)
F1 Score79.99
11
Named Entity RecognitionCHEMDNER (test)
Precision66.83
11
Named Entity RecognitionBC5CDR Small Dict (test)
F1 Score20.66
8
Named Entity RecognitionCoNLL Dict 2003 (test)
F1 Score61.19
8
Showing 10 of 10 rows

Other info

Follow for update