paper-with-me

Papers

Specializing Small Language Models towards Complex Style Transfer via Latent Attribute Pre-Training

2023-09-19 · Ruiqi Xu, Yongfeng Huang, Xin Chen, Lin Zhang

In this work, we introduce the concept of complex text style transfer tasks, and constructed complex text datasets based on two widely applicable scenarios. Our dataset is the first large-scale data set of its kind, with 700 rephrased sentences and 1,000 sentences from the game Genshin Impact. While large language models (LLM) have shown promise in complex text style transfer, they have drawbacks such as data privacy concerns, network instability, and high deployment costs. To address these issues, we explore the effectiveness of small models (less than T5-3B) with implicit style pre-training through contrastive learning. We also propose a method for automated evaluation of text generation quality based on alignment with human evaluations using ChatGPT. Finally, we compare our approach with existing methods and show that our model achieves state-of-art performances of few-shot text style transfer models.

📄 PDF Abstract BibTeX arXiv:2309.10929

Code (1)

ruiqixu37/BTTS_ECAI2023 공식 구현 pytorch

Tasks

AttributeContrastive LearningStyle TransferText GenerationText Style Transfer

Similar Papers 제목 키워드 기반

TinyStyler: Efficient Few-Shot Text Style Transfer with Authorship Embeddings

2024-06-21 · Zachary Horvitz, Ajay Patel, Kanishk Singh, Chris Callison-Burch 외

The goal of text style transfer is to transform the style of texts while preserving their original meaning, often with only a few examples of the target style. Existing style transfer methods generally rely on the few-sh…

AttributeLanguage ModelingLanguage ModellingSmall Language Model+3

ST$^2$: Small-data Text Style Transfer via Multi-task Meta-Learning

2020-04-24 · Xiwen Chen, Kenny Q. Zhu

Text style transfer aims to paraphrase a sentence in one style into another style while preserving content. Due to lack of parallel training data, state-of-art methods are unsupervised and rely on large datasets that sha…

Meta-LearningSentenceSmall Data Image ClassificationStyle Transfer+1

Prompt-and-Rerank: A Method for Zero-Shot and Few-Shot Arbitrary Textual Style Transfer with Small Language Models

2022-05-23 · Mirac Suzgun, Luke Melas-Kyriazi, Dan Jurafsky

We propose a method for arbitrary textual style transfer (TST)--the task of transforming a text into any given style--utilizing general-purpose pre-trained language models. Our method, Prompt-and-Rerank, is based on a ma…

Style Transfer

Towards Robust and Semantically Organised Latent Representations for Unsupervised Text Style Transfer

2022-05-04 · NAACL 2022 7 · Sharan Narasimhan, Suvodip Dey, Maunendra Sankar Desarkar

Recent studies show that auto-encoder based approaches successfully perform language generation, smooth sentence interpolation, and style transfer over unseen attributes using unlabelled datasets in a zero-shot manner. T…

DenoisingSentenceStyle TransferText Generation+2

Text Detoxification using Large Pre-trained Neural Models

2021-09-18 · EMNLP 2021 11 · David Dale, Anton Voronov, Daryna Dementieva, Varvara Logacheva 외

We present two novel unsupervised methods for eliminating toxicity in text. Our first method combines two recent ideas: (1) guidance of the generation process with small style-conditional language models and (2) use of p…

Style Transfer