Highlight

Bidirectional LSTM-CRF Models for Sequence Tagging

Applies LSTM, BI-LSTM, LSTM-CRF, and BI-LSTM-CRF models to sequence tagging, reaching state-of-the-art on POS, chunking, and NER.

Based on

Bidirectional LSTM-CRF Models for Sequence Tagging

By Zhiheng Huang, W. Xu, Kai YuarXiv.org
Read original article →

The paper systematically proposes and compares a family of Long Short-Term Memory models for sequence tagging: plain LSTM networks, bidirectional LSTM (BI-LSTM), LSTM with a Conditional Random Field layer (LSTM-CRF), and bidirectional LSTM with a CRF layer (BI-LSTM-CRF). This is the first work to apply the BI-LSTM-CRF model to standard NLP sequence tagging datasets, combining a bidirectional LSTM that uses both past and future input features with a CRF layer that exploits sentence-level tag information.

The BI-LSTM-CRF model produces state-of-the-art or near state-of-the-art accuracy on part-of-speech tagging, chunking, and named entity recognition benchmarks. In addition, it proves robust and shows less dependence on word embeddings than previously observed, making it a strong and practical architecture for neural sequence labeling.

Abstract

This paper proposes a range of LSTM-based models for sequence tagging, including LSTM, bidirectional LSTM, LSTM with a CRF layer, and bidirectional LSTM with a CRF layer (BI-LSTM-CRF). It is the first work to apply a BI-LSTM-CRF model to NLP sequence tagging benchmarks. The model uses both past and future input features via the bidirectional LSTM and sentence-level tag information via the CRF layer, producing state-of-the-art or comparable accuracy on POS tagging, chunking, and NER while being robust and less reliant on word embeddings.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

sequence taggingBI-LSTM-CRFnamed entity recognitionconditional random fieldsLSTM
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.