HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Hierarchically-Refined Label Attention Network for Sequence Labeling

Leyang Cui; Yue Zhang

Hierarchically-Refined Label Attention Network for Sequence Labeling

Abstract

CRF has been used as a powerful model for statistical sequence labeling. For neural sequence labeling, however, BiLSTM-CRF does not always lead to better results compared with BiLSTM-softmax local classification. This can be because the simple Markov label transition model of CRF does not give much information gain over strong neural encoding. For better representing label sequences, we investigate a hierarchically-refined label attention network, which explicitly leverages label embeddings and captures potential long-term label dependency by giving each word incrementally refined label distributions with hierarchical attention. Results on POS tagging, NER and CCG supertagging show that the proposed model not only improves the overall tagging accuracy with similar number of parameters, but also significantly speeds up the training and testing compared to BiLSTM-CRF.

Code Repositories

Nealcly/BiLSTM-LAN
pytorch
Mentioned in GitHub
Nealcly/LAN
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
ccg-supertagging-on-ccgbankBiLSTM-LAN
Accuracy: 94.7
named-entity-recognition-ner-on-ontonotes-v5BiLSTM-LAN
F1: 88.16
part-of-speech-tagging-on-penn-treebankBiLSTM-LAN
Accuracy: 97.65
part-of-speech-tagging-on-udBiLSTM-LAN
Avg accuracy: 96.88

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
Hierarchically-Refined Label Attention Network for Sequence Labeling | Papers | HyperAI