CLMay 30, 2018

Unsupervised Text Style Transfer using Language Models as Discriminators

arXiv:1805.11749v3278 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of generating fluent text in style transfer for NLP applications, though it is an incremental improvement over existing techniques.

The paper tackled the problem of unstable training in GAN-based unsupervised text style transfer by proposing a language model as a discriminator, which improved performance on tasks like sentiment modification, achieving better results than previous CNN-based methods.

Binary classifiers are often employed as discriminators in GAN-based unsupervised style transfer systems to ensure that transferred sentences are similar to sentences in the target domain. One difficulty with this approach is that the error signal provided by the discriminator can be unstable and is sometimes insufficient to train the generator to produce fluent language. In this paper, we propose a new technique that uses a target domain language model as the discriminator, providing richer and more stable token-level feedback during the learning process. We train the generator to minimize the negative log likelihood (NLL) of generated sentences, evaluated by the language model. By using a continuous approximation of discrete sampling under the generator, our model can be trained using back-propagation in an end- to-end fashion. Moreover, our empirical results show that when using a language model as a structured discriminator, it is possible to forgo adversarial steps during training, making the process more stable. We compare our model with previous work using convolutional neural networks (CNNs) as discriminators and show that our approach leads to improved performance on three tasks: word substitution decipherment, sentiment modification, and related language translation.

Code Implementations1 repo
Foundations

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

Your Notes