paper-with-me

Papers

Unsupervised Text Style Transfer using Language Models as Discriminators

2018-05-30 · NeurIPS 2018 12 · Zichao Yang, Zhiting Hu, Chris Dyer, Eric P. Xing, Taylor Berg-Kirkpatrick

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.

📄 PDF Abstract BibTeX arXiv:1805.11749

Code (1)

asyml/texar/tree/master/examples/text_style_transfer tf

Tasks

DeciphermentLanguage ModelingLanguage ModellingStyle TransferText Style TransferTranslationUnsupervised Text Style Transfer

Similar Papers 제목 키워드 기반

LADN: Local Adversarial Disentangling Network for Facial Makeup and De-Makeup

2019-04-25 · ICCV 2019 10 · Qiao Gu, Guanzhi Wang, Mang Tik Chiu, Yu-Wing Tai 외

We propose a local adversarial disentangling network (LADN) for facial makeup and de-makeup. Central to our method are multiple and overlapping local adversarial discriminators in a content-style disentangling network fo…

Style Transfer

DGST: a Dual-Generator Network for Text Style Transfer

2020-10-27 · EMNLP 2020 11 · Xiao Li, Guanyi Chen, Chenghua Lin, Ruizhe Li

We propose DGST, a novel and simple Dual-Generator network architecture for text Style Transfer. Our model employs two generators only, and does not rely on any discriminators or parallel corpus for training. Both quanti…

Style TransferText Style Transfer

Multi-Style Transfer with Discriminative Feedback on Disjoint Corpus

2020-10-22 · NAACL 2021 4 · Navita Goyal, Balaji Vasan Srinivasan, Anandhavelu Natarajan, Abhilasha Sancheti

Style transfer has been widely explored in natural language generation with non-parallel corpus by directly or indirectly extracting a notion of style from source and target domain corpus. A common shortcoming of existin…

DecoderLanguage ModellingStyle TransferText Generation

LEWIS: Levenshtein Editing for Unsupervised Text Style Transfer

2021-05-18 · Findings (ACL) 2021 8 · Machel Reid, Victor Zhong

Many types of text style transfer can be achieved with only small, precise edits (e.g. sentiment transfer from I had a terrible time... to I had a great time...). We propose a coarse-to-fine editor for style transfer tha…

Style TransferText Style TransferUnsupervised Text Style Transfer

Fighting Offensive Language on Social Media with Unsupervised Text Style Transfer

2018-05-20 · ACL 2018 7 · Cicero Nogueira dos Santos, Igor Melnyk, Inkit Padhi

We introduce a new approach to tackle the problem of offensive language in online social media. Our approach uses unsupervised text style transfer to translate offensive sentences into non-offensive ones. We propose a ne…

Style TransferText Style TransferUnsupervised Text Style Transfer