SOTAVerified

Deep Exhaustive Model for Nested Named Entity Recognition

2018-10-01EMNLP 2018Unverified0· sign in to hype

Mohammad Golam Sohrab, Makoto Miwa

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

We propose a simple deep neural model for nested named entity recognition (NER). Most NER models focused on flat entities and ignored nested entities, which failed to fully capture underlying semantic information in texts. The key idea of our model is to enumerate all possible regions or spans as potential entity mentions and classify them with deep neural networks. To reduce the computational costs and capture the information of the contexts around the regions, the model represents the regions using the outputs of shared underlying bidirectional long short-term memory. We evaluate our exhaustive model on the GENIA and JNLPBA corpora in biomedical domain, and the results show that our model outperforms state-of-the-art models on nested and flat NER, achieving 77.1\% and 78.4\% respectively in terms of F-score, without any external knowledge resources.

Tasks

Reproductions