Simple and accurate dependency parsing using bidirectional LSTM feature representations

E Kiperwasser, Y Goldberg - Transactions of the Association for …, 2016 - direct.mit.edu
We present a simple and effective scheme for dependency parsing which is based on
bidirectional-LSTMs (BiLSTMs). Each sentence token is associated with a BiLSTM vector …

[PDF][PDF] A fast and accurate dependency parser using neural networks

D Chen, CD Manning - Proceedings of the 2014 conference on …, 2014 - aclanthology.org
Almost all current dependency parsers classify based on millions of sparse indicator
features. Not only do these features generalize poorly, but the cost of feature computation …

Transition-based dependency parsing with stack long short-term memory

C Dyer, M Ballesteros, W Ling, A Matthews… - arXiv preprint arXiv …, 2015 - arxiv.org
We propose a technique for learning representations of parser states in transition-based
dependency parsers. Our primary innovation is a new control structure for sequence-to …

Improved transition-based parsing by modeling characters instead of words with LSTMs

M Ballesteros, C Dyer, NA Smith - arXiv preprint arXiv:1508.00657, 2015 - arxiv.org
We present extensions to a continuous-state dependency parsing method that makes it
applicable to morphologically rich languages. Starting with a high-performance transition …

Head-driven phrase structure grammar parsing on Penn treebank

J Zhou, H Zhao - arXiv preprint arXiv:1907.02684, 2019 - arxiv.org
Head-driven phrase structure grammar (HPSG) enjoys a uniform formalism representing rich
contextual syntactic and even semantic meanings. This paper makes the first attempt to …

[PDF][PDF] Autoregressive structured prediction with language models

T Liu, Y Jiang, N Monath, R Cotterell… - arXiv preprint arXiv …, 2022 - arxiv.org
Recent years have seen a paradigm shift in NLP towards using pretrained language models
({PLM}) for a wide range of tasks. However, there are many difficult design decisions to …

A survey of syntactic-semantic parsing based on constituent and dependency structures

MS Zhang - Science China Technological Sciences, 2020 - Springer
Syntactic and semantic parsing has been investigated for decades, which is one primary
topic in the natural language processing community. This article aims for a brief survey on …

Dependency parsing

S Kübler, R McDonald, J Nivre - Dependency parsing, 2009 - Springer
We assume that the tokenization of a sentence is fixed and known at parsing time. That is to
say that dependency parsers will always operate on a pre-tokenized input and are not …

Seq2seq dependency parsing

Z Li, J Cai, S He, H Zhao - … of the 27th International Conference on …, 2018 - aclanthology.org
This paper presents a sequence to sequence (seq2seq) dependency parser by directly
predicting the relative position of head for each given word, which therefore results in a truly …

[PDF][PDF] Transition-based dependency parsing with rich non-local features

Y Zhang, J Nivre - Proceedings of the 49th annual meeting of the …, 2011 - aclanthology.org
Transition-based dependency parsers generally use heuristic decoding algorithms but can
accommodate arbitrarily rich feature representations. In this paper, we show that we can …