CLOct 6, 2019

Named Entity Recognition -- Is there a glass ceiling?

arXiv:1910.02403v229 citations
AI Analysis

This work addresses error analysis and improvement techniques for NER models, which is incremental as it builds on existing methods without introducing a new paradigm.

The paper analyzes error types in state-of-the-art NER models like Stanford, CMU, FLAIR, ELMO, and BERT, identifying their weak and strong points and shared limitations, and introduces new techniques for annotation, training, and model quality checks based on the CoNLL 2003 dataset.

Recent developments in Named Entity Recognition (NER) have resulted in better and better models. However, is there a glass ceiling? Do we know which types of errors are still hard or even impossible to correct? In this paper, we present a detailed analysis of the types of errors in state-of-the-art machine learning (ML) methods. Our study reveals the weak and strong points of the Stanford, CMU, FLAIR, ELMO and BERT models, as well as their shared limitations. We also introduce new techniques for improving annotation, for training processes and for checking a model's quality and stability. Presented results are based on the CoNLL 2003 data set for the English language. A new enriched semantic annotation of errors for this data set and new diagnostic data sets are attached in the supplementary materials.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes