Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Yijin Liu, Fandong Meng, Jinchao Zhang, Jinan Xu, Yufeng Chen, Jie Zhou• 2019

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)
F1 Score93.47
539
Named Entity RecognitionCoNLL English 2003 (test)
F1 Score93.23
135
ChunkingCoNLL 2000 (test)
F1 Score97.3
88
Slot FillingATIS (test)
F1 Score95.1
55
Slot FillingSnips (test)
F1 Score0.92
25
ChunkingCoNLL 2000
F1 Score97.3
10
Slot FillingEditMe (test)
F1 Score85.6
7
Showing 7 of 7 rows

Other info

Code

Follow for update