English

Unsupervised Recurrent Neural Network Grammars

Computation and Language 2019-08-06 v6 Machine Learning

Abstract

Recurrent neural network grammars (RNNG) are generative models of language which jointly model syntax and surface structure by incrementally generating a syntax tree and sentence in a top-down, left-to-right order. Supervised RNNGs achieve strong language modeling and parsing performance, but require an annotated corpus of parse trees. In this work, we experiment with unsupervised learning of RNNGs. Since directly marginalizing over the space of latent trees is intractable, we instead apply amortized variational inference. To maximize the evidence lower bound, we develop an inference network parameterized as a neural CRF constituency parser. On language modeling, unsupervised RNNGs perform as well their supervised counterparts on benchmarks in English and Chinese. On constituency grammar induction, they are competitive with recent neural language models that induce tree structures from words through attention mechanisms.

Keywords

Cite

@article{arxiv.1904.03746,
  title  = {Unsupervised Recurrent Neural Network Grammars},
  author = {Yoon Kim and Alexander M. Rush and Lei Yu and Adhiguna Kuncoro and Chris Dyer and Gábor Melis},
  journal= {arXiv preprint arXiv:1904.03746},
  year   = {2019}
}

Comments

NAACL 2019

R2 v1 2026-06-23T08:32:13.511Z