Papers › A Neural Layered Model for Nested Named Entity Recognition

A Neural Layered Model for Nested Named Entity Recognition

1 Jun 2018NAACL 2018 6archive 2025-07-28

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.

PaperPDFCode

Code

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

Entity LinkingNERNamed Entity RecognitionNamed Entity Recognition (NER)Nested Mention RecognitionNested Named Entity RecognitionRelation Extractionnamed-entity-recognition

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Named Entity Recognition (NER) ACE 2005 Neural layered model F1 72.2 #20 of 20 Archive leaderboard report
Named Entity Recognition (NER) GENIA Neural layered model F1 74.7 #11 of 14 Archive leaderboard report
Nested Mention Recognition ACE 2005 Neural layered model F1 72.2 #10 of 10 Archive leaderboard report
Nested Named Entity Recognition ACE 2005 Neural layered model F1 72.2 #25 of 25 Archive leaderboard report
Nested Named Entity Recognition GENIA Neural layered model F1 74.7 #24 of 26 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

CRFLSTMSigmoid ActivationTanh Activation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections