TL;DR
This paper introduces BIST-COVINGTON, a neural greedy dependency parser using bidirectional LSTMs for non-projective parsing, achieving competitive results in the CoNLL 2017 UD Shared Task without ensemble methods.
Contribution
It presents a neural implementation of Covington's algorithm with bidirectional LSTMs, demonstrating strong performance in a multilingual dependency parsing benchmark.
Findings
Achieved 7th place in macro-average LAS and UAS among 33 teams.
Ranked 11th in LAS when considering all runs, including unofficial ones.
Performed well across 55 languages with no ensemble or advanced segmentation.
Abstract
The LyS-FASTPARSE team presents BIST-COVINGTON, a neural implementation of the Covington (2001) algorithm for non-projective dependency parsing. The bidirectional LSTM approach by Kipperwasser and Goldberg (2016) is used to train a greedy parser with a dynamic oracle to mitigate error propagation. The model participated in the CoNLL 2017 UD Shared Task. In spite of not using any ensemble methods and using the baseline segmentation and PoS tagging, the parser obtained good results on both macro-average LAS and UAS in the big treebanks category (55 languages), ranking 7th out of 33 teams. In the all treebanks category (LAS and UAS) we ranked 16th and 12th. The gap between the all and big categories is mainly due to the poor performance on four parallel PUD treebanks, suggesting that some `suffixed' treebanks (e.g. Spanish-AnCora) perform poorly on cross-treebank settings, which does not…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
