HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

A Neural Layered Model for Nested Named Entity Recognition

{Meizhi Ju Sophia Ananiadou Makoto Miwa}

A Neural Layered Model for Nested Named Entity Recognition

Abstract

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.

Benchmarks

BenchmarkMethodologyMetrics
named-entity-recognition-on-ace-2005Neural layered model
F1: 72.2
named-entity-recognition-on-geniaNeural layered model
F1: 74.7
nested-mention-recognition-on-ace-2005Neural layered model
F1: 72.2
nested-named-entity-recognition-on-ace-2005Neural layered model
F1: 72.2
nested-named-entity-recognition-on-geniaNeural layered model
F1: 74.7

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
A Neural Layered Model for Nested Named Entity Recognition | Papers | HyperAI