English

Plug and Play Autoencoders for Conditional Text Generation

Computation and Language 2020-10-13 v2 Artificial Intelligence

Abstract

Text autoencoders are commonly used for conditional generation tasks such as style transfer. We propose methods which are plug and play, where any pretrained autoencoder can be used, and only require learning a mapping within the autoencoder's embedding space, training embedding-to-embedding (Emb2Emb). This reduces the need for labeled training data for the task and makes the training procedure more efficient. Crucial to the success of this method is a loss term for keeping the mapped embedding on the manifold of the autoencoder and a mapping which is trained to navigate the manifold by learning offset vectors. Evaluations on style transfer tasks both with and without sequence-to-sequence supervision show that our method performs better than or comparable to strong baselines while being up to four times faster.

Keywords

Cite

@article{arxiv.2010.02983,
  title  = {Plug and Play Autoencoders for Conditional Text Generation},
  author = {Florian Mai and Nikolaos Pappas and Ivan Montero and Noah A. Smith and James Henderson},
  journal= {arXiv preprint arXiv:2010.02983},
  year   = {2020}
}

Comments

To be published in EMNLP 2020

R2 v1 2026-06-23T19:06:11.065Z