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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Named Entity Recognition | CoNLL 2003 (test) | F1 Score67 | 539 | |
| Named Entity Recognition | BC5CDR (test) | Macro F1 (span-level)80 | 80 | |
| Named Entity Recognition | BC5CDR | F1 Score84.8 | 59 | |
| Named Entity Recognition | NCBI-disease | F1 Score75.52 | 29 | |
| Named Entity Recognition | CoNLL KB-Matching 2003 (test) | F1 Score67.8 | 24 | |
| Named Entity Recognition | LaptopReview | F1 Score65.44 | 12 | |
| Named Entity Recognition | BC5CDR Big Dict (test) | F1 Score79.99 | 11 | |
| Named Entity Recognition | CHEMDNER (test) | Precision66.83 | 11 | |
| Named Entity Recognition | BC5CDR Small Dict (test) | F1 Score20.66 | 8 | |
| Named Entity Recognition | CoNLL Dict 2003 (test) | F1 Score61.19 | 8 |