@article{kiperwasser-goldberg-2016-simple,
title = "Simple and Accurate Dependency Parsing Using Bidirectional {LSTM} Feature Representations",
author = "Kiperwasser, Eliyahu and
Goldberg, Yoav",
editor = "Lee, Lillian and
Johnson, Mark and
Toutanova, Kristina",
journal = "Transactions of the Association for Computational Linguistics",
volume = "4",
year = "2016",
address = "Cambridge, MA",
publisher = "MIT Press",
url = "https://preview.aclanthology.org/fix-sig-urls/Q16-1023/",
doi = "10.1162/tacl_a_00101",
pages = "313--327",
abstract = "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 representing the token in its sentential context, and feature vectors are constructed by concatenating a few BiLSTM vectors. The BiLSTM is trained jointly with the parser objective, resulting in very effective feature extractors for parsing. We demonstrate the effectiveness of the approach by applying it to a greedy transition-based parser as well as to a globally optimized graph-based parser. The resulting parsers have very simple architectures, and match or surpass the state-of-the-art accuracies on English and Chinese."
}
Markdown (Informal)
[Simple and Accurate Dependency Parsing Using Bidirectional LSTM Feature Representations](https://preview.aclanthology.org/fix-sig-urls/Q16-1023/) (Kiperwasser & Goldberg, TACL 2016)
ACL