English

GCDT: A Global Context Enhanced Deep Transition Architecture for Sequence Labeling

Computation and Language 2019-06-07 v1

Abstract

Current state-of-the-art systems for sequence labeling are typically based on the family of Recurrent Neural Networks (RNNs). However, the shallow connections between consecutive hidden states of RNNs and insufficient modeling of global information restrict the potential performance of those models. In this paper, we try to address these issues, and thus propose a Global Context enhanced Deep Transition architecture for sequence labeling named GCDT. We deepen the state transition path at each position in a sentence, and further assign every token with a global representation learned from the entire sentence. Experiments on two standard sequence labeling tasks show that, given only training data and the ubiquitous word embeddings (Glove), our GCDT achieves 91.96 F1 on the CoNLL03 NER task and 95.43 F1 on the CoNLL2000 Chunking task, which outperforms the best reported results under the same settings. Furthermore, by leveraging BERT as an additional resource, we establish new state-of-the-art results with 93.47 F1 on NER and 97.30 F1 on Chunking.

Keywords

Cite

@article{arxiv.1906.02437,
  title  = {GCDT: A Global Context Enhanced Deep Transition Architecture for Sequence Labeling},
  author = {Yijin Liu and Fandong Meng and Jinchao Zhang and Jinan Xu and Yufeng Chen and Jie Zhou},
  journal= {arXiv preprint arXiv:1906.02437},
  year   = {2019}
}

Comments

Accepted as a long paper at ACL 2019. Code is available at: https://github.com/Adaxry/GCDT

R2 v1 2026-06-23T09:44:49.929Z