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

A Novel Neural Network Model for Joint POS Tagging and Graph-based Dependency Parsing

About

We present a novel neural network model that learns POS tagging and graph-based dependency parsing jointly. Our model uses bidirectional LSTMs to learn feature representations shared for both POS tagging and dependency parsing tasks, thus handling the feature-engineering problem. Our extensive experiments, on 19 languages from the Universal Dependencies project, show that our model outperforms the state-of-the-art neural network-based Stack-propagation model for joint POS tagging and transition-based dependency parsing, resulting in a new state of the art. Our code is open-source and available together with pre-trained models at: https://github.com/datquocnguyen/jPTDP

Dat Quoc Nguyen, Mark Dras, Mark Johnson• 2017

Related benchmarks

TaskDatasetResultRank
Part-of-Speech TaggingUD Average 1.2 (test)
Accuracy95.7
22
Dependency ParsingUniversal Dependencies 1.2 (test)
UAS (de)75.8
11
Universal Dependencies ParsingCoNLL 2017 Shared Task Universal Dependencies v2.0 (test)
LAS F1 (All)68.05
3
Showing 3 of 3 rows

Other info

Code

Follow for update