Stack-Pointer Networks for Dependency Parsing

05/03/2018
by   Xuezhe Ma, et al.
0

We introduce a novel architecture for dependency parsing: stack-pointer networks (StackPtr). Combining pointer networks vinyals2015pointer with an internal stack, the proposed model first reads and encodes the whole sentence, then builds the dependency tree top-down (from root-to-leaf) in a depth-first fashion. The stack tracks the status of the depth-first search and the pointer networks select one child for the word at the top of the stack at each step. The StackPtr parser benefits from the information of the whole sentence and all previously derived subtree structures, and removes the left-to-right restriction in classical transition-based parsers. Yet, the number of steps for building any (including non-projective) parse tree is linear in the length of the sentence just as other transition-based parsers, yielding an efficient decoding algorithm with O(n^2) time complexity. We evaluate our model on 29 treebanks spanning 20 languages and different dependency annotation schemas, and achieve state-of-the-art performance on 21 of them.

READ FULL TEXT
research
03/20/2019

Left-to-Right Dependency Parsing with Pointer Networks

We propose a novel transition-based algorithm that straightforwardly par...
research
05/29/2015

Transition-Based Dependency Parsing with Stack Long Short-Term Memory

We propose a technique for learning representations of parser states in ...
research
05/20/2021

Dependency Parsing with Bottom-up Hierarchical Pointer Networks

Dependency parsing is a crucial step towards deep language understanding...
research
06/08/2023

Hexatagging: Projective Dependency Parsing as Tagging

We introduce a novel dependency parser, the hexatagger, that constructs ...
research
09/10/2019

Core Semantic First: A Top-down Approach for AMR Parsing

We introduce a novel scheme for parsing a piece of text into its Abstrac...
research
08/30/2019

Hierarchical Pointer Net Parsing

Transition-based top-down parsing with pointer networks has achieved sta...
research
01/04/2017

Neural Probabilistic Model for Non-projective MST Parsing

In this paper, we propose a probabilistic parsing model, which defines a...

Please sign up or login with your details

Forgot password? Click here to reset