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

5 Sep 2019  ·  Takashi Shibuya, Eduard Hovy ·

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.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
Nested Mention Recognition ACE 2004 Second-best learning and decoding F1 85.82 # 3
Named Entity Recognition (NER) ACE 2004 Second-best learning and decoding F1 85.82 # 5
Multi-Task Supervision n # 1
Nested Named Entity Recognition ACE 2004 Second-best learning and decoding + BERT + Flair F1 85.82 # 17
Nested Named Entity Recognition ACE 2004 Second-best learning and decoding + BERT F1 84.97 # 18
Nested Named Entity Recognition ACE 2004 Second-best learning and decoding F1 77.44 # 21
Nested Mention Recognition ACE 2005 Second-best learning and decoding F1 84.34 # 2
Nested Named Entity Recognition ACE 2005 Second-best learning and decoding F1 76.83 # 19
Nested Named Entity Recognition ACE 2005 Second-best learning and decoding + BERT F1 83.99 # 16
Nested Named Entity Recognition ACE 2005 Second-best learning and decoding + BERT + Flair F1 84.34 # 14
Named Entity Recognition (NER) ACE 2005 Second-best learning and decoding F1 84.34 # 12
Named Entity Recognition (NER) GENIA Second-best learning and decoding + BERT + Flair F1 77.36 # 6
Nested Named Entity Recognition GENIA Second-best learning and decoding + BERT + Flair F1 77.36 # 17
Nested Named Entity Recognition GENIA Second-best learning and decoding + BERT F1 77.05 # 19
Named Entity Recognition (NER) GENIA Second-best learning and decoding F1 77.19 # 7
Nested Named Entity Recognition GENIA Second-best learning and decoding F1 77.19 # 18
Nested Named Entity Recognition NNE Second-best learning and decoding Micro F1 93.19 # 4

Methods


No methods listed for this paper. Add relevant methods here