English

Syntax-driven Iterative Expansion Language Models for Controllable Text Generation

Computation and Language 2020-11-02 v2

Abstract

The dominant language modeling paradigm handles text as a sequence of discrete tokens. While that approach can capture the latent structure of the text, it is inherently constrained to sequential dynamics for text generation. We propose a new paradigm for introducing a syntactic inductive bias into neural text generation, where the dependency parse tree is used to drive the Transformer model to generate sentences iteratively. Our experiments show that this paradigm is effective at text generation, with quality between LSTMs and Transformers, and comparable diversity, requiring less than half their decoding steps, and its generation process allows direct control over the syntactic constructions of the generated text, enabling the induction of stylistic variations.

Keywords

Cite

@article{arxiv.2004.02211,
  title  = {Syntax-driven Iterative Expansion Language Models for Controllable Text Generation},
  author = {Noe Casas and José A. R. Fonollosa and Marta R. Costa-jussà},
  journal= {arXiv preprint arXiv:2004.02211},
  year   = {2020}
}

Comments

Accepted at the EMNLP 2020 Workshop on Structured Prediction for NLP