Papers › Reformulating Unsupervised Style Transfer as Paraphrase Generation

Reformulating Unsupervised Style Transfer as Paraphrase Generation

12 Oct 2020EMNLP 2020 11arXiv:2010.05700archive 2025-07-28

Kalpesh Krishna, John Wieting, Mohit Iyyer

Modern NLP defines the task of style transfer as modifying the style of a given sentence without appreciably changing its semantics, which implies that the outputs of style transfer systems should be paraphrases of their inputs. However, many existing systems purportedly designed for style transfer inherently warp the input's meaning through attribute transfer, which changes semantic properties such as sentiment. In this paper, we reformulate unsupervised style transfer as a paraphrase generation problem, and present a simple methodology based on fine-tuning pretrained language models on automatically generated paraphrase data. Despite its simplicity, our method significantly outperforms state-of-the-art style transfer systems on both human and automatic evaluations. We also survey 23 style transfer papers and discover that existing automatic metrics can be easily gamed and propose fixed variants. Finally, we pivot to a more real-world style transfer setting by collecting a large dataset of 15M sentences in 11 diverse styles, which we use for an in-depth analysis of our system.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2010.05700")

Code

Syntology Ran 9 of 19 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 2 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

martiansideofthemoon/style-transfer-paraphrase officialmentioned on GitHubpytorch report
yyhappier/shortcutsuite mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 9 ran; 1 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
2ran · fixture could not drive it
3ran
10unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from martiansideofthemoon/style-transfer-paraphrase. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Instance martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository ran MIT (permissive) · 6a7861df4980b949 · report
InverseInstance martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository ran MIT (permissive) · da737618d1e1daf8 · report
datum_to_dict martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository ran · our draft was wrong MIT (permissive) · 00fe2bc10e1c057f · report
get_label_dict martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository ran MIT (permissive) · 2bbb692e4df7275d · report
left_padding martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 0f4714b5270ebbcb · report
limit_dataset_size martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository ran · our draft was wrong MIT (permissive) · 0c411c0cbc455a4f · report
limit_styles martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository ran · our draft was wrong MIT (permissive) · edd024a002d4a67a · report
right_padding martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 9649a6762f963f5f · report
string_to_ids martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository ran · honoured contract MIT (permissive) · b7409c44eb4a2139 · report
InverseParaphraseDatasetText martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository unverified MIT (permissive) · e7079d8451ccc4d5 · report
ParaphraseDatasetText martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository unverified MIT (permissive) · da589bfb4f6b001e · report
_rotate_checkpoints martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository unverified MIT (permissive) · dccd30ac77058a66 · report
evaluate martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository unverified MIT (permissive) · ac6daf9ad34bb23b · report
get_global_dense_features martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository unverified MIT (permissive) · a7dee514f4d344df · report
load_and_cache_examples martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository unverified MIT (permissive) · f9b01438cd540c30 · report
save_model martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository unverified MIT (permissive) · aae21f24cb4514be · report
set_seed martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository unverified MIT (permissive) · 6f807f86c26692bd · report
train martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository unverified MIT (permissive) · dc55a6c3d8f5d0f0 · report
update_config martiansideofthemoon/style-transfer-paraphrase/style_paraphrase/run_lm_finetuning.py official repository unverified MIT (permissive) · 7c7abf4a7961c307 · report

Tasks

AttributeParaphrase GenerationSentenceStyle Transfer

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections