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

Neural Architectures for Nested NER through Linearization

About

We propose two neural network architectures for nested named entity recognition (NER), a setting in which named entities may overlap and also be labeled with more than one label. We encode the nested labels using a linearized scheme. In our first proposed approach, the nested labels are modeled as multilabels corresponding to the Cartesian product of the nested labels in a standard LSTM-CRF architecture. In the second one, the nested NER is viewed as a sequence-to-sequence problem, in which the input sequence consists of the tokens and output sequence of the labels, using hard attention on the word whose label is being predicted. The proposed methods outperform the nested NER state of the art on four corpora: ACE-2004, ACE-2005, GENIA and Czech CNEC. We also enrich our architectures with the recently published contextual embeddings: ELMo, BERT and Flair, reaching further improvements for the four nested entity corpora. In addition, we report flat NER state-of-the-art results for CoNLL-2002 Dutch and Spanish and for CoNLL-2003 English.

Jana Strakov\'a, Milan Straka, Jan Haji\v{c}• 2019

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)
F1 Score93.38
539
Nested Named Entity RecognitionACE 2004 (test)
F1 Score84.4
166
Nested Named Entity RecognitionACE 2005 (test)
F1 Score84.34
153
Nested Named Entity RecognitionGENIA (test)
F1 Score78.31
140
Named Entity RecognitionCoNLL English 2003 (test)
F1 Score93.4
135
Named Entity RecognitionCoNLL Spanish NER 2002 (test)
F1 Score88.81
98
Named Entity RecognitionCoNLL Dutch 2002 (test)
F1 Score92.7
87
Named Entity RecognitionCoNLL German 2003 (test)
F1 Score85.1
78
Named Entity RecognitionACE 2005 (test)
F1 Score84.33
58
Nested Named Entity RecognitionGENIA
F1 Score78.31
56
Showing 10 of 26 rows

Other info

Follow for update