SOTAVerified

Neural Reranking for Named Entity Recognition

2017-07-17RANLP 2017Code Available0· sign in to hype

Jie Yang, Yue Zhang, Fei Dong

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a neural reranking system for named entity recognition (NER). The basic idea is to leverage recurrent neural network models to learn sentence-level patterns that involve named entity mentions. In particular, given an output sentence produced by a baseline NER model, we replace all entity mentions, such as Barack Obama, into their entity types, such as PER. The resulting sentence patterns contain direct output information, yet is less sparse without specific named entities. For example, "PER was born in LOC" can be such a pattern. LSTM and CNN structures are utilised for learning deep representations of such sentences for reranking. Results show that our system can significantly improve the NER accuracies over two different baselines, giving the best reported results on a standard benchmark.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CoNLL 2003 (English)Yang et al. ([2017a])F191.62Unverified

Reproductions