English

Neural Architectures for Named Entity Recognition

Computation and Language 2016-04-08 v3

Abstract

State-of-the-art named entity recognition systems rely heavily on hand-crafted features and domain-specific knowledge in order to learn effectively from the small, supervised training corpora that are available. In this paper, we introduce two new neural architectures---one based on bidirectional LSTMs and conditional random fields, and the other that constructs and labels segments using a transition-based approach inspired by shift-reduce parsers. Our models rely on two sources of information about words: character-based word representations learned from the supervised corpus and unsupervised word representations learned from unannotated corpora. Our models obtain state-of-the-art performance in NER in four languages without resorting to any language-specific knowledge or resources such as gazetteers.

Keywords

Cite

@article{arxiv.1603.01360,
  title  = {Neural Architectures for Named Entity Recognition},
  author = {Guillaume Lample and Miguel Ballesteros and Sandeep Subramanian and Kazuya Kawakami and Chris Dyer},
  journal= {arXiv preprint arXiv:1603.01360},
  year   = {2016}
}

Comments

Proceedings of NAACL 2016

R2 v1 2026-06-22T13:03:39.685Z