Merge and Label: A Novel Neural Network Architecture for Nested NER

Joseph Fisher, Andreas Vlachos


Abstract
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. 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.
Anthology ID:
P19-1585
Volume:
Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics
Month:
July
Year:
2019
Address:
Florence, Italy
Editors:
Anna Korhonen, David Traum, Lluís Màrquez
Venue:
ACL
SIG:
Publisher:
Association for Computational Linguistics
Note:
Pages:
5840–5850
Language:
URL:
https://aclanthology.org/P19-1585
DOI:
10.18653/v1/P19-1585
Bibkey:
Cite (ACL):
Joseph Fisher and Andreas Vlachos. 2019. Merge and Label: A Novel Neural Network Architecture for Nested NER. In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, pages 5840–5850, Florence, Italy. Association for Computational Linguistics.
Cite (Informal):
Merge and Label: A Novel Neural Network Architecture for Nested NER (Fisher & Vlachos, ACL 2019)
Copy Citation:
PDF:
https://aclanthology.org/P19-1585.pdf
Video:
 https://aclanthology.org/P19-1585.mp4
Code
 fishjh2/merge_label
Data
ACE 2005