HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF

Xuezhe Ma; Eduard Hovy

End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF

Abstract

State-of-the-art sequence labeling systems traditionally require large amounts of task-specific knowledge in the form of hand-crafted features and data pre-processing. In this paper, we introduce a novel neutral network architecture that benefits from both word- and character-level representations automatically, by using combination of bidirectional LSTM, CNN and CRF. Our system is truly end-to-end, requiring no feature engineering or data pre-processing, thus making it applicable to a wide range of sequence labeling tasks. We evaluate our system on two data sets for two sequence labeling tasks --- Penn Treebank WSJ corpus for part-of-speech (POS) tagging and CoNLL 2003 corpus for named entity recognition (NER). We obtain state-of-the-art performance on both the two data --- 97.55\% accuracy for POS tagging and 91.21\% F1 for NER.

Code Repositories

akurniawan/pytorch-sequence-tagger
pytorch
Mentioned in GitHub
aonotas/deep-crf
Mentioned in GitHub
soujanyaporia/aspect-extraction
tf
Mentioned in GitHub
IBM/MAX-Named-Entity-Tagger
tf
Mentioned in GitHub
SNUDerek/multiLSTM
tf
Mentioned in GitHub
bestend/tf2-bi-lstm-crf-nni
tf
Mentioned in GitHub
SenticNet/aspect-extraction
tf
Mentioned in GitHub
guillaumegenthial/tf_ner
tf
Mentioned in GitHub
achernodub/targer
pytorch
Mentioned in GitHub
aymara/lima-tfner
tf
Mentioned in GitHub
monologg/korean-ner-pytorch
pytorch
Mentioned in GitHub
autoih/runtime_ner
tf
Mentioned in GitHub
uahmad235/NER-Deep-Learning
Mentioned in GitHub
epwalsh/pytorch-crf
pytorch
Mentioned in GitHub
gpandu/NER_DNN
Mentioned in GitHub
gitzgk/nlp-beginner
tf
Mentioned in GitHub
riedlma/sequence_tagging
tf
Mentioned in GitHub
XiafeiYu/CNN_BILSTM_CRF
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
named-entity-recognition-ner-on-conll-2003BLSTM-CNN-CRF
F1: 91.21
named-entity-recognition-on-conllBiLSTM-CNN-CRF
F1: 91.87
part-of-speech-tagging-on-penn-treebankBLSTM-CNN-CRF
Accuracy: 97.55

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
End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF | Papers | HyperAI