HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Bidirectional LSTM-CRF Models for Sequence Tagging

Zhiheng Huang; Wei Xu; Kai Yu

Bidirectional LSTM-CRF Models for Sequence Tagging

Abstract

In this paper, we propose a variety of Long Short-Term Memory (LSTM) based models for sequence tagging. These models include LSTM networks, bidirectional LSTM (BI-LSTM) networks, LSTM with a Conditional Random Field (CRF) layer (LSTM-CRF) and bidirectional LSTM with a CRF layer (BI-LSTM-CRF). Our work is the first to apply a bidirectional LSTM CRF (denoted as BI-LSTM-CRF) model to NLP benchmark sequence tagging data sets. We show that the BI-LSTM-CRF model can efficiently use both past and future input features thanks to a bidirectional LSTM component. It can also use sentence level tag information thanks to a CRF layer. The BI-LSTM-CRF model can produce state of the art (or close to) accuracy on POS, chunking and NER data sets. In addition, it is robust and has less dependence on word embedding as compared to previous observations.

Code Repositories

JZ-LIANG/CRF-LSTM-NER
tf
Mentioned in GitHub
determined22/zh-ner-tf
tf
Mentioned in GitHub
aonotas/deep-crf
Mentioned in GitHub
UcasLzz/ChineseWordSeg-POS
Mentioned in GitHub
sumehta/bilstm_crf_extract
pytorch
Mentioned in GitHub
DimasDMM/diseases-ner
Mentioned in GitHub
kyzhouhzau/CCLNER
tf
Mentioned in GitHub
guillaumegenthial/tf_ner
tf
Mentioned in GitHub
sarveshsparab/BiLSTMCRFSeqTag
tf
Mentioned in GitHub
UcasLzz/CWS
tf
Mentioned in GitHub
zysite/post
pytorch
Mentioned in GitHub
gxzzz/bilstm-crf
pytorch
Mentioned in GitHub
GlassyWing/bi-lstm-crf
Mentioned in GitHub
jidasheng/bi-lstm-crf
pytorch
Mentioned in GitHub
HassanAzzam/Arabic-NER
tf
Mentioned in GitHub
epwalsh/pytorch-crf
pytorch
Mentioned in GitHub
hazelnutsgz/Naive-LSTM-CRF
pytorch
Mentioned in GitHub
moejoe95/crf-vs-rnn-ner
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
chunking-on-penn-treebankBI-LSTM-CRF (Senna) (ours)
F1 score: 94.46
named-entity-recognition-on-findvehicleBiLSTM-CRF
F1 Score: 49.5

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Bidirectional LSTM-CRF Models for Sequence Tagging | Papers | HyperAI