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

Merge and Label: A novel neural network architecture for nested NER

About

Named entity recognition (NER) is one of the best studied tasks in natural language processing. However, most approaches are not capable of handling nested structures which are common in many applications. In this paper we introduce a novel neural network architecture that first merges tokens and/or entities into entities forming nested structures, and then labels each of them independently. Unlike previous work, our merge and label approach predicts real-valued instead of discrete segmentation structures, which allow it to combine word and nested entity embeddings while maintaining differentiability. %which smoothly groups entities into single vectors across multiple levels. We evaluate our approach using the ACE 2005 Corpus, where it achieves state-of-the-art F1 of 74.6, further improved with contextual embeddings (BERT) to 82.4, an overall improvement of close to 8 F1 points over previous approaches trained on the same data. Additionally we compare it against BiLSTM-CRFs, the dominant approach for flat NER structures, demonstrating that its ability to predict nested structures does not impact performance in simpler cases.

Joseph Fisher, Andreas Vlachos• 2019

Related benchmarks

TaskDatasetResultRank
Nested Named Entity RecognitionACE 2005 (test)
F1 Score82.4
153
Named Entity RecognitionOntoNotes
F1-score89.2
91
Named Entity RecognitionACE 2005 (test)
F1 Score82.4
58
Entity extractionACE05 (test)
F1 Score82.4
53
Nested Named Entity RecognitionACE 2005
F1 Score82.4
52
Named Entity RecognitionOntoNotes (test)
F1 Score89.2
34
Showing 6 of 6 rows

Other info

Code

Follow for update