Morphosyntactic Tagging with a Meta-BiLSTM Model over Context Sensitive Token Encodings
About
The rise of neural networks, and particularly recurrent neural networks, has produced significant advances in part-of-speech tagging accuracy. One characteristic common among these models is the presence of rich initial word encodings. These encodings typically are composed of a recurrent character-based representation with learned and pre-trained word embeddings. However, these encodings do not consider a context wider than a single word and it is only through subsequent recurrent layers that word or sub-word information interacts. In this paper, we investigate models that use recurrent neural networks with sentence-level context for initial character and word-based representations. In particular we show that optimal results are obtained by integrating these context sensitive representations through synchronized training with a meta-model that learns to combine their states. We present results on part-of-speech and morphological tagging with state-of-the-art performance on a number of languages.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Part-of-Speech Tagging | Penn Treebank (test) | Accuracy97.96 | 64 | |
| Part-of-Speech Tagging | English WSJ | F1 Score98.23 | 5 | |
| Morphological Tagging | CoNLL Shared Task 2017 | CS CAC Score96.41 | 3 | |
| XPOS tagging | CoNLL Shared Task Big Treebanks 2017 (test) | CS (CAC)96.91 | 3 |