MLCLLGJun 5, 2019

Syntax-Infused Variational Autoencoder for Text Generation

arXiv:1906.02181v11102 citations
Originality Incremental advance
AI Analysis

This addresses grammar issues in text generation for natural language processing applications, but it is incremental as it builds on existing VAE-based models.

The paper tackles the problem of improving grammar in text generation by integrating syntactic trees with sentences using a syntax-infused variational autoencoder (SIVAE), resulting in generative superiority in reconstruction and syntactic evaluations.

We present a syntax-infused variational autoencoder (SIVAE), that integrates sentences with their syntactic trees to improve the grammar of generated sentences. Distinct from existing VAE-based text generative models, SIVAE contains two separate latent spaces, for sentences and syntactic trees. The evidence lower bound objective is redesigned correspondingly, by optimizing a joint distribution that accommodates two encoders and two decoders. SIVAE works with long short-term memory architectures to simultaneously generate sentences and syntactic trees. Two versions of SIVAE are proposed: one captures the dependencies between the latent variables through a conditional prior network, and the other treats the latent variables independently such that syntactically-controlled sentence generation can be performed. Experimental results demonstrate the generative superiority of SIVAE on both reconstruction and targeted syntactic evaluations. Finally, we show that the proposed models can be used for unsupervised paraphrasing given different syntactic tree templates.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes