HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Neural Architectures for Named Entity Recognition

Guillaume Lample; Miguel Ballesteros; Sandeep Subramanian; Kazuya Kawakami; Chris Dyer

Neural Architectures for Named Entity Recognition

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.

Code Repositories

JZ-LIANG/CRF-LSTM-NER
tf
Mentioned in GitHub
vunb/anago-tagger
Mentioned in GitHub
flairNLP/flair
pytorch
Mentioned in GitHub
zjy-ucas/ChineseNER
tf
Mentioned in GitHub
maviccprp/ger_ner_evals
Mentioned in GitHub
UcasLzz/ChineseWordSeg-POS
Mentioned in GitHub
PKU-TANGENT/nlp-tutorial
pytorch
Mentioned in GitHub
IBM/MAX-Named-Entity-Tagger
tf
Mentioned in GitHub
Hironsan/anago
Mentioned in GitHub
IsabelMeraner/BotanicalNER
Mentioned in GitHub
wzzzd/LM_NER
pytorch
Mentioned in GitHub
deepmipt/DeepPavlov
tf
Mentioned in GitHub
SaeedNajafi/ac-tagger
pytorch
Mentioned in GitHub
HuihuiChyan/BJTUNLP_Practice2021
pytorch
Mentioned in GitHub
brendanxwhitaker/tagger-v
Mentioned in GitHub
guillaumegenthial/tf_ner
tf
Mentioned in GitHub
achernodub/targer
pytorch
Mentioned in GitHub
aymara/lima-tfner
tf
Mentioned in GitHub
Coda-s/BJTU_NLP_Practice
pytorch
Mentioned in GitHub
tahoora/BiLSTM-CRF
Mentioned in GitHub
HuihuiChyan/BJTUNLP_Practice2020
pytorch
Mentioned in GitHub
karlstratos/mention2vec
Mentioned in GitHub
luopeixiang/named_entity_recognition
pytorch
Mentioned in GitHub
autoih/runtime_ner
tf
Mentioned in GitHub
zysite/post
pytorch
Mentioned in GitHub
yyHaker/NamedEntityRecognition
tf
Mentioned in GitHub
devkotasabin/EBM-NLP
Mentioned in GitHub
glample/tagger
Official
Mentioned in GitHub
gitzgk/nlp-beginner
tf
Mentioned in GitHub
marekrei/sequence-labeler
tf
Mentioned in GitHub
riedlma/sequence_tagging
tf
Mentioned in GitHub
clab/stack-lstm-ner
Official
Mentioned in GitHub
davidalbertonogueira/NLP-tutorials
pytorch
Mentioned in GitHub
deepmipt/ner
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
named-entity-recognition-ner-on-conll-2003LSTM-CRF
F1: 90.94
named-entity-recognition-on-conllLSTM-CRF
F1: 91.47

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
Neural Architectures for Named Entity Recognition | Papers | HyperAI