Transition-Based Dependency Parsing using Perceptron Learner
Rahul Radhakrishnan Iyer, Miguel Ballesteros, Chris Dyer, Robert, Frederking

TL;DR
This paper introduces a transition-based dependency parser trained with a Perceptron Learner, enhancing feature sets to outperform baseline models and state-of-the-art parsers in unlabeled attachment score.
Contribution
It presents a novel transition-based dependency parsing approach using an enhanced Perceptron Learner that surpasses existing models in accuracy.
Findings
Outperforms baseline arc-standard parser
Achieves higher UAS than MALT and LSTM parsers
Suggests methods for non-projective tree parsing
Abstract
Syntactic parsing using dependency structures has become a standard technique in natural language processing with many different parsing models, in particular data-driven models that can be trained on syntactically annotated corpora. In this paper, we tackle transition-based dependency parsing using a Perceptron Learner. Our proposed model, which adds more relevant features to the Perceptron Learner, outperforms a baseline arc-standard parser. We beat the UAS of the MALT and LSTM parsers. We also give possible ways to address parsing of non-projective trees.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech Recognition and Synthesis
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
