English

Toward Controlled Generation of Text

Machine Learning 2018-09-14 v4 Artificial Intelligence Computation and Language Machine Learning

Abstract

Generic generation and manipulation of text is challenging and has limited success compared to recent deep generative modeling in visual domain. This paper aims at generating plausible natural language sentences, whose attributes are dynamically controlled by learning disentangled latent representations with designated semantics. We propose a new neural generative model which combines variational auto-encoders and holistic attribute discriminators for effective imposition of semantic structures. With differentiable approximation to discrete text samples, explicit constraints on independent attribute controls, and efficient collaborative learning of generator and discriminators, our model learns highly interpretable representations from even only word annotations, and produces realistic sentences with desired attributes. Quantitative evaluation validates the accuracy of sentence and attribute generation.

Keywords

Cite

@article{arxiv.1703.00955,
  title  = {Toward Controlled Generation of Text},
  author = {Zhiting Hu and Zichao Yang and Xiaodan Liang and Ruslan Salakhutdinov and Eric P. Xing},
  journal= {arXiv preprint arXiv:1703.00955},
  year   = {2018}
}

Comments

Code adapted for text style transfer is released at: https://github.com/asyml/texar/tree/master/examples/text_style_transfer

R2 v1 2026-06-22T18:34:09.056Z