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

Nested Named Entity Recognition via Second-best Sequence Learning and Decoding

About

When an entity name contains other names within it, the identification of all combinations of names can become difficult and expensive. We propose a new method to recognize not only outermost named entities but also inner nested ones. We design an objective function for training a neural model that treats the tag sequence for nested entities as the second best path within the span of their parent entity. In addition, we provide the decoding method for inference that extracts entities iteratively from outermost ones to inner ones in an outside-to-inside way. Our method has no additional hyperparameters to the conditional random field based model widely used for flat named entity recognition tasks. Experiments demonstrate that our method performs better than or at least as well as existing methods capable of handling nested entities, achieving the F1-scores of 85.82%, 84.34%, and 77.36% on ACE-2004, ACE-2005, and GENIA datasets, respectively.

Takashi Shibuya, Eduard Hovy• 2019

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)
F1 Score91.14
539
Nested Named Entity RecognitionACE 2004 (test)
F1 Score85.82
166
Nested Named Entity RecognitionACE 2005 (test)
F1 Score84.34
153
Nested Named Entity RecognitionGENIA (test)
F1 Score78.2
140
Nested Named Entity RecognitionGENIA
F1 Score77.36
56
Nested Named Entity RecognitionACE 2005
F1 Score84.34
52
Nested Named Entity RecognitionACE 2004
F1 Score (%)84.97
32
Nested Named Entity RecognitionNNE (test)
Precision93.03
12
Nested Named Entity Recognitionplasma physics NNER dataset (test)
Precision64
11
Nested Named Entity RecognitionACE 2005 8:1:1 split (test)
F1 Score82.7
8
Showing 10 of 13 rows

Other info

Code

Follow for update