English

Top-down Tree Long Short-Term Memory Networks

Computation and Language 2016-04-05 v3 Machine Learning

Abstract

Long Short-Term Memory (LSTM) networks, a type of recurrent neural network with a more complex computational unit, have been successfully applied to a variety of sequence modeling tasks. In this paper we develop Tree Long Short-Term Memory (TreeLSTM), a neural network model based on LSTM, which is designed to predict a tree rather than a linear sequence. TreeLSTM defines the probability of a sentence by estimating the generation probability of its dependency tree. At each time step, a node is generated based on the representation of the generated sub-tree. We further enhance the modeling power of TreeLSTM by explicitly representing the correlations between left and right dependents. Application of our model to the MSR sentence completion challenge achieves results beyond the current state of the art. We also report results on dependency parsing reranking achieving competitive performance.

Keywords

Cite

@article{arxiv.1511.00060,
  title  = {Top-down Tree Long Short-Term Memory Networks},
  author = {Xingxing Zhang and Liang Lu and Mirella Lapata},
  journal= {arXiv preprint arXiv:1511.00060},
  year   = {2016}
}

Comments

to appear in NAACL 2016; code available at https://github.com/XingxingZhang/td-treelstm

R2 v1 2026-06-22T11:33:36.594Z