Text Style Transfer

80 papers with code • 2 benchmarks • 6 datasets

Text Style Transfer is the task of controlling certain attributes of generated text. The state-of-the-art methods can be categorized into two main types which are used on parallel and non-parallel data. Methods on parallel data are typically supervised methods that use a neural sequence-to-sequence model with the encoder-decoder architecture. Methods on non-parallel data are usually unsupervised approaches using Disentanglement, Prototype Editing and Pseudo-Parallel Corpus Construction.

The popular benchmark for this task is the Yelp Review Dataset. Models are typically evaluated with the metrics of Sentiment Accuracy, BLEU, and PPL.

Libraries

Use these libraries to find Text Style Transfer models and implementations

Most implemented papers

Style Transfer in Text: Exploration and Evaluation

fuzhenxin/text_style_transfer 18 Nov 2017

Results show that the proposed content preservation metric is highly correlate to human judgments, and the proposed models are able to generate sentences with higher style transfer strength and similar content preservation score comparing to auto-encoder.

Structured Content Preservation for Unsupervised Text Style Transfer

YouzhiTian/Structured-Content-Preservation-for-Unsupervised-Text-Style-Transfer 15 Oct 2018

Text style transfer aims to modify the style of a sentence while keeping its content unchanged.

A Dual Reinforcement Learning Framework for Unsupervised Text Style Transfer

luofuli/DualLanST 24 May 2019

Therefore, in this paper, we propose a dual reinforcement learning framework to directly transfer the style of the text via a one-step mapping model, without any separation of content and style.

Transforming Delete, Retrieve, Generate Approach for Controlled Text Style Transfer

agaralabs/transformer-drg-style-transfer 25 Aug 2019

Text style transfer is the task of transferring the style of text having certain stylistic attributes, while preserving non-stylistic or content information.

Text Style Transfer: A Review and Experimental Evaluation

fuzhenxin/Style-Transfer-in-Text 24 Oct 2020

This article aims to provide a comprehensive review of recent research efforts on text style transfer.

Deep Learning for Text Style Transfer: A Survey

fuzhenxin/Style-Transfer-in-Text CL (ACL) 2022

Text style transfer is an important task in natural language generation, which aims to control certain attributes in the generated text, such as politeness, emotion, humor, and many others.

StylePTB: A Compositional Benchmark for Fine-grained Controllable Text Style Transfer

lvyiwei1/StylePTB NAACL 2021

Many of the existing style transfer benchmarks primarily focus on individual high-level semantic changes (e. g. positive to negative), which enable controllability at a high level but do not offer fine-grained control involving sentence structure, emphasis, and content of the sentence.

Studying the role of named entities for content preservation in text style transfer

skoltech-nlp/sgdd-tst 20 Jun 2022

Text style transfer techniques are gaining popularity in Natural Language Processing, finding various applications such as text detoxification, sentiment, or formality transfer.

QuaSE: Accurate Text Style Transfer under Quantifiable Guidance

leoeaton/quase EMNLP 2018

For example, an input sequence could be a word sequence, such as review sentence and advertisement text.