A Neural Layered Model for Nested Named Entity Recognition

NAACL 2018  ·  Meizhi Ju, Makoto Miwa, Sophia Ananiadou ·

Entity mentions embedded in longer entity mentions are referred to as nested entities. Most named entity recognition (NER) systems deal only with the flat entities and ignore the inner nested ones, which fails to capture finer-grained semantic information in underlying texts. To address this issue, we propose a novel neural model to identify nested entities by dynamically stacking flat NER layers. Each flat NER layer is based on the state-of-the-art flat NER model that captures sequential context representation with bidirectional Long Short-Term Memory (LSTM) layer and feeds it to the cascaded CRF layer. Our model merges the output of the LSTM layer in the current flat NER layer to build new representation for detected entities and subsequently feeds them into the next flat NER layer. This allows our model to extract outer entities by taking full advantage of information encoded in their corresponding inner entities, in an inside-to-outside way. Our model dynamically stacks the flat NER layers until no outer entities are extracted. Extensive evaluation shows that our dynamic model outperforms state-of-the-art feature-based systems on nested NER, achieving 74.7{\%} and 72.2{\%} on GENIA and ACE2005 datasets, respectively, in terms of F-score.

PDF Abstract

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Nested Mention Recognition ACE 2005 Neural layered model F1 72.2 # 10
Nested Named Entity Recognition ACE 2005 Neural layered model F1 72.2 # 24
Named Entity Recognition (NER) ACE 2005 Neural layered model F1 72.2 # 20
Named Entity Recognition (NER) GENIA Neural layered model F1 74.7 # 11

Results from Other Papers


Task Dataset Model Metric Name Metric Value Rank Source Paper Compare
Nested Named Entity Recognition GENIA Neural layered model F1 74.7 # 23

Methods