2020

Unsupervised Text Style Transfer with Padded Masked Language Models

Malmi, Eric, Severyn, Aliaksei, Rothe, Sascha

Understand

We propose Masker, an unsupervised text-editing method for style transfer.

  • To tackle cases when no parallel source-target pairs are available, we train masked language models (MLMs) for both the source and the target domain.
  • Then we find the text spans where the two models disagree the most in terms of likelihood.
  • This allows us to identify the source tokens to delete to transform the source text to match the style of the target domain.

Reading the bibliography…