English

Joint RNN-Based Greedy Parsing and Word Composition

Machine Learning 2015-04-14 v4 Computation and Language Neural and Evolutionary Computing

Abstract

This paper introduces a greedy parser based on neural networks, which leverages a new compositional sub-tree representation. The greedy parser and the compositional procedure are jointly trained, and tightly depends on each-other. The composition procedure outputs a vector representation which summarizes syntactically (parsing tags) and semantically (words) sub-trees. Composition and tagging is achieved over continuous (word or tag) representations, and recurrent neural networks. We reach F1 performance on par with well-known existing parsers, while having the advantage of speed, thanks to the greedy nature of the parser. We provide a fully functional implementation of the method described in this paper.

Keywords

Cite

@article{arxiv.1412.7028,
  title  = {Joint RNN-Based Greedy Parsing and Word Composition},
  author = {Joël Legrand and Ronan Collobert},
  journal= {arXiv preprint arXiv:1412.7028},
  year   = {2015}
}

Comments

Published as a conference paper at ICLR 2015

R2 v1 2026-06-22T07:40:49.582Z