Dependency Parsing with Bottom-up Hierarchical Pointer Networks
Daniel Fern\'andez-Gonz\'alez, Carlos G\'omez-Rodr\'iguez

TL;DR
This paper introduces a bottom-up Hierarchical Pointer Network for dependency parsing, improving accuracy across multiple languages and surpassing previous models, including state-of-the-art results on English and Chinese datasets.
Contribution
It proposes a novel bottom-up Hierarchical Pointer Network and two new transition-based algorithms, enhancing dependency parsing performance.
Findings
Outperforms previous approaches on various languages
Achieves new state-of-the-art results on English and Chinese datasets
Effective with both non-contextualized and BERT-based embeddings
Abstract
Dependency parsing is a crucial step towards deep language understanding and, therefore, widely demanded by numerous Natural Language Processing applications. In particular, left-to-right and top-down transition-based algorithms that rely on Pointer Networks are among the most accurate approaches for performing dependency parsing. Additionally, it has been observed for the top-down algorithm that Pointer Networks' sequential decoding can be improved by implementing a hierarchical variant, more adequate to model dependency structures. Considering all this, we develop a bottom-up-oriented Hierarchical Pointer Network for the left-to-right parser and propose two novel transition-based alternatives: an approach that parses a sentence in right-to-left order and a variant that does it from the outside in. We empirically test the proposed neural architecture with the different algorithms on a…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Softmax · [LivE@PeRson]How do I talk to a real person at Expedia? · Pointer Network
