English

Neural Reranking for Named Entity Recognition

Computation and Language 2017-07-18 v1

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 \textit{Barack Obama}, into their entity types, such as \textit{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.

Keywords

Cite

@article{arxiv.1707.05127,
  title  = {Neural Reranking for Named Entity Recognition},
  author = {Jie Yang and Yue Zhang and Fei Dong},
  journal= {arXiv preprint arXiv:1707.05127},
  year   = {2017}
}

Comments

Accepted as regular paper by RANLP 2017

R2 v1 2026-06-22T20:48:58.277Z