paper-with-me

홈 › Papers

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

2021-09-09 · EMNLP 2021 11 · Huiyuan Lai, Antonio Toral, Malvina Nissim

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.

📄 PDF Abstract BibTeX arXiv:2109.04543

Code (1)

laihuiyuan/generic-resources-for-tst 공식 구현 pytorch

Tasks

Style TransferTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

What and Where to Translate: Local Mask-based Image-to-Image Translation

2019-06-09 · Wonwoong Cho, Seunghwan Choi, Junwoo Park, David Keetae Park 외

Recently, image-to-image translation has obtained significant attention. Among many, those approaches based on an exemplar image that contains the target style information has been actively studied, due to its capability…

Image-to-Image TranslationTranslation

Adaptive Convolutions for Structure-Aware Style Transfer

2021-06-19 · CVPR 2021 1 · Prashanth Chandran, Gaspard Zoss, Paulo Gotardo, Markus Gross 외

Style transfer between images is an artistic application of CNNs, where the 'style' of one image is transferred onto another image while preserving the latter's content. The state of the art in neural style transfer …

Image GenerationStyle Transfer

SETTP: Style Extraction and Tunable Inference via Dual-level Transferable Prompt Learning

2024-07-22 · Chunzhen Jin, Yongfeng Huang, Yaqi Wang, Peng Cao 외

Text style transfer, an important research direction in natural language processing, aims to adapt the text to various preferences but often faces challenges with limited resources. In this work, we introduce a novel met…

Prompt LearningStyle TransferText Style Transfer

Non-Parametric Neural Style Transfer

2021-08-29 · Nicholas Kolkin

It seems easy to imagine a photograph of the Eiffel Tower painted in the style of Vincent van Gogh's 'The Starry Night', but upon introspection it is difficult to precisely define what this would entail. What visual elem…

Style Transfer

A Comprehensive Comparison between Neural Style Transfer and Universal Style Transfer

2018-06-03 · Somshubra Majumdar, Amlaan Bhoi, Ganesh Jagadeesan

Style transfer aims to transfer arbitrary visual styles to content images. We explore algorithms adapted from two papers that try to solve the problem of style transfer while generalizing on unseen styles or compromised …

Style Transfer