English

Incremental Parsing with Minimal Features Using Bi-Directional LSTM

Computation and Language 2016-06-22 v1

Abstract

Recently, neural network approaches for parsing have largely automated the combination of individual features, but still rely on (often a larger number of) atomic features created from human linguistic intuition, and potentially omitting important global context. To further reduce feature engineering to the bare minimum, we use bi-directional LSTM sentence representations to model a parser state with only three sentence positions, which automatically identifies important aspects of the entire sentence. This model achieves state-of-the-art results among greedy dependency parsers for English. We also introduce a novel transition system for constituency parsing which does not require binarization, and together with the above architecture, achieves state-of-the-art results among greedy parsers for both English and Chinese.

Keywords

Cite

@article{arxiv.1606.06406,
  title  = {Incremental Parsing with Minimal Features Using Bi-Directional LSTM},
  author = {James Cross and Liang Huang},
  journal= {arXiv preprint arXiv:1606.06406},
  year   = {2016}
}

Comments

Pre-print of paper appearing in ACL 2016

R2 v1 2026-06-22T14:30:01.647Z