CLSep 9, 2021

Generic resources are what you need: Style transfer tasks without task-specific parallel training data

arXiv:2109.04543v1662 citations
Originality Incremental advance
AI Analysis

This work addresses style transfer for text rewriting, offering an unsupervised approach that outperforms existing methods, though it is incremental in building on pre-trained models and iterative techniques.

The authors tackled style transfer tasks without task-specific parallel data by leveraging generic resources and a multi-step procedure based on BART, achieving state-of-the-art results on formality transfer and polarity swap tasks.

Style transfer aims to rewrite a source text in a different target style while preserving its content. We propose a novel approach to this task that leverages generic resources, and without using any task-specific parallel (source-target) data outperforms existing unsupervised approaches on the two most popular style transfer tasks: formality transfer and polarity swap. In practice, we adopt a multi-step procedure which builds on a generic pre-trained sequence-to-sequence model (BART). First, we strengthen the model's ability to rewrite by further pre-training BART on both an existing collection of generic paraphrases, as well as on synthetic pairs created using a general-purpose lexical resource. Second, through an iterative back-translation approach, we train two models, each in a transfer direction, so that they can provide each other with synthetically generated pairs, dynamically in the training process. Lastly, we let our best reresulting model generate static synthetic pairs to be used in a supervised training regime. Besides methodology and state-of-the-art results, a core contribution of this work is a reflection on the nature of the two tasks we address, and how their differences are highlighted by their response to our approach.

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