Transition-Based Dependency Parsing

12 papers with code • 0 benchmarks • 0 datasets

This task has no description! Would you like to contribute one?

Algorithms for Weighted Pushdown Automata

rycolab/wpda 13 Oct 2022

Weighted pushdown automata (WPDAs) are at the core of many natural language processing tasks, like syntax-based statistical machine translation and transition-based dependency parsing.

1
13 Oct 2022

Graph-to-Graph Transformer for Transition-based Dependency Parsing

alirezamshi/G2GTr Findings of the Association for Computational Linguistics 2020

We propose the Graph2Graph Transformer architecture for conditioning on and predicting arbitrary graphs, and apply it to the challenging task of transition-based dependency parsing.

3
08 Nov 2019

Bidirectional Transition-Based Dependency Parsing

yuanyunzhe/bi-trans-parser AAAI 2019

Traditionally, a transitionbased dependency parser processes an input sentence and predicts a sequence of parsing actions in a left-to-right manner.

0
17 Jul 2019

Joint Learning of POS and Dependencies for Multilingual Universal Dependency Parsing

bcmi220/joint_stackptr CONLL 2018

This paper describes the system of team LeisureX in the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies.

3
01 Oct 2018

Tree-Stack LSTM in Transition Based Dependency Parsing

kirnap/ku-dependency-parser2 CONLL 2018

We introduce tree-stack LSTM to model state of a transition based parser with recurrent neural networks.

2
01 Oct 2018

Distilling Knowledge for Search-based Structured Prediction

Oneplus/twpipe ACL 2018

Many natural language processing tasks can be modeled into structured prediction and solved as a search problem.

28
29 May 2018

Fast(er) Exact Decoding and Global Training for Transition-Based Dependency Parsing via a Minimal Feature Set

tzshi/dp-parser-emnlp17 EMNLP 2017

We first present a minimal feature set for transition-based dependency parsing, continuing a recent trend started by Kiperwasser and Goldberg (2016a) and Cross and Huang (2016a) of using bi-directional LSTM features.

9
30 Aug 2017

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

datquocnguyen/jPTDP CONLL 2017

We present a novel neural network model that learns POS tagging and graph-based dependency parsing jointly.

158
16 May 2017

Efficient Structured Inference for Transition-Based Parsing with Neural Networks and Error States

sagae/nndep TACL 2016

Transition-based approaches based on local classification are attractive for dependency parsing due to their simplicity and speed, despite producing results slightly below the state-of-the-art.

4
01 Jan 2016