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

CAT-LLM: Prompting Large Language Models with Text Style Definition for Chinese Article-style Transfer

taozhen1110/cat-llm 11 Jan 2024

Text style transfer is increasingly prominent in online entertainment and social media.

3
11 Jan 2024

STEER: Unified Style Transfer with Expert Reinforcement

shallinan1/steerstyletransfer 13 Nov 2023

We propose STEER: Unified Style Transfer with Expert Reinforcement, a unified frame-work developed to overcome the challenge of limited parallel data for style transfer.

3
13 Nov 2023

Text Fact Transfer

nbalepur/text-fact-transfer 23 Oct 2023

Text style transfer is a prominent task that aims to control the style of text without inherently changing its factual content.

5
23 Oct 2023

Specializing Small Language Models towards Complex Style Transfer via Latent Attribute Pre-Training

ruiqixu37/BTTS_ECAI2023 19 Sep 2023

In this work, we introduce the concept of complex text style transfer tasks, and constructed complex text datasets based on two widely applicable scenarios.

3
19 Sep 2023

Don't lose the message while paraphrasing: A study on content preserving style transfer

s-nlp/lewit-informal 17 Aug 2023

Text style transfer techniques are gaining popularity in natural language processing allowing paraphrasing text in the required form: from toxic to neural, from formal to informal, from old to the modern English language, etc.

1
17 Aug 2023

MSSRNet: Manipulating Sequential Style Representation for Unsupervised Text Style Transfer

oldbirdaz/mssrnet_style_transfer 12 Jun 2023

Our proposed method addresses this issue by assigning individual style vector to each token in a text, allowing for fine-grained control and manipulation of the style strength.

4
12 Jun 2023

Text Style Transfer Back-Translation

frxxzhl/ssebt 2 Jun 2023

To address this issue, we propose Text Style Transfer Back Translation (TST BT), which uses a style transfer model to modify the source side of BT data.

0
02 Jun 2023

Fine-grained Text Style Transfer with Diffusion-Based Language Models

lvyiwei1/diffuseq_styleptb 31 May 2023

Diffusion probabilistic models have shown great success in generating high-quality images controllably, and researchers have tried to utilize this controllability into text generation domain.

10
31 May 2023

Multidimensional Evaluation for Text Style Transfer Using ChatGPT

laihuiyuan/eval-formality-transfer 26 Apr 2023

We investigate the potential of ChatGPT as a multidimensional evaluator for the task of \emph{Text Style Transfer}, alongside, and in comparison to, existing automatic metrics as well as human judgements.

4
26 Apr 2023

Prompt-Based Editing for Text Style Transfer

manga-uofa/prompt-edit 27 Jan 2023

In this paper, we present a prompt-based editing approach for text style transfer.

10
27 Jan 2023