Publication: Bidirectional LSTM-CRF for Named Entity Recognition
DOI
Files
Type:
Article
Date
2018-12-01
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
32nd Pacific Asia Conference on Language, Information and Computation
Abstract
Named Entity Recognition (NER) is a challenging sequence labeling task which requires
a deep understanding of the orthographic and
distributional representation of words. In this
paper, we propose a novel neural architecture that benefits from word and character
level information and dependencies across adjacent labels. This model includes bidirectional LSTM (BI-LSTM) with a bidirectional
Conditional Random Field (BI-CRF) layer.
Our work is the first to experiment BI-CRF
in neural architectures for sequence labeling
task. We show that CRF can be extended
to capture the dependencies between labels in
both right and left directions of the sequence.
This variation of CRF is referred to as BI-CRF
and our results show that BI-CRF improves
the performance of the NER model compare
to an unidirectional CRF and backward CRF
is capable of capturing most difficult entities
compare to the forward CRF. Our system is
competitive on the CoNLL-2003 dataset for
English and outperforms most of the existing
approaches which do not use any external labeled data.
Description
Keywords
Bidirectional, LSTM-CRF, Named Entity, Recognition
