paper-with-me

Papers

Prefix-Tuning Based Unsupervised Text Style Transfer

2023-10-23 · Huiyu Mai, Wenhao Jiang, Zhihong Deng

Unsupervised text style transfer aims at training a generative model that can alter the style of the input sentence while preserving its content without using any parallel data. In this paper, we employ powerful pre-trained large language models and present a new prefix-tuning-based method for unsupervised text style transfer. We construct three different kinds of prefixes, i.e., \textit{shared prefix, style prefix}, and \textit{content prefix}, to encode task-specific information, target style, and the content information of the input sentence, respectively. Compared to embeddings used by previous works, the proposed prefixes can provide richer information for the model. Furthermore, we adopt a recursive way of using language models in the process of style transfer. This strategy provides a more effective way for the interactions between the input sentence and GPT-2, helps the model construct more informative prefixes, and thus, helps improve the performance. Evaluations on the well-known datasets show that our method outperforms the state-of-the-art baselines. Results, analysis of ablation studies, and subjective evaluations from humans are also provided for a deeper understanding of the proposed method.

📄 PDF Abstract BibTeX arXiv:2310.14599

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceStyle TransferText Style TransferUnsupervised Text Style Transfer

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Inducer-tuning: Connecting Prefix-tuning and Adapter-tuning

2022-10-26 · Yifan Chen, Devamanyu Hazarika, Mahdi Namazifar, Yang Liu 외

Prefix-tuning, or more generally continuous prompt tuning, has become an essential paradigm of parameter-efficient transfer learning. Using a large pre-trained language model (PLM), prefix-tuning can obtain strong perfor…

Language ModelingLanguage ModellingNatural Language UnderstandingTransfer Learning

DAML-ST5: Low Resource Style Transfer via Domain Adaptive Meta Learning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Text style transfer (TST) without parallel data has achieved some practical success. However, most of the existing unsupervised text style transfer methods suffer from (i) requiring massive amounts of nonparallel data to…

General KnowledgeLanguage ModelingLanguage ModellingMeta-Learning+3

Low Resource Style Transfer via Domain Adaptive Meta Learning

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Text style transfer (TST) without parallel data has achieved some practical success. However, most of the existing unsupervised text style transfer methods suffer from (i) requiring massive amounts of nonparallel data t…

General KnowledgeLanguage ModelingLanguage ModellingMeta-Learning+3

Low Resource Style Transfer via Domain Adaptive Meta Learning

2022-05-25 · NAACL 2022 7 · Xiangyang Li, Xiang Long, Yu Xia, Sujian Li

Text style transfer (TST) without parallel data has achieved some practical success. However, most of the existing unsupervised text style transfer methods suffer from (i) requiring massive amounts of non-parallel data t…

General KnowledgeLanguage ModelingLanguage ModellingMeta-Learning+3

The First Few Tokens Are All You Need: An Efficient and Effective Unsupervised Prefix Fine-Tuning Method for Reasoning Models

2025-03-04 · Ke Ji, Jiahao Xu, Tian Liang, Qiuzhi Liu 외

Improving the reasoning capabilities of large language models (LLMs) typically requires supervised fine-tuning with labeled data or computationally expensive sampling. We introduce Unsupervised Prefix Fine-Tuning (UPFT),…