paper-with-me

홈 › Papers

Prompt-Based Editing for Text Style Transfer

2023-01-27 · Guoqing Luo, Yu Tong Han, Lili Mou, Mauajama Firdaus

Prompting approaches have been recently explored in text style transfer, where a textual prompt is used to query a pretrained language model to generate style-transferred texts word by word in an autoregressive manner. However, such a generation process is less controllable and early prediction errors may affect future word predictions. In this paper, we present a prompt-based editing approach for text style transfer. Specifically, we prompt a pretrained language model for style classification and use the classification probability to compute a style score. Then, we perform discrete search with word-level editing to maximize a comprehensive scoring function for the style-transfer task. In this way, we transform a prompt-based generation problem into a classification one, which is a training-free process and more controllable than the autoregressive generation of sentences. In our experiments, we performed both automatic and human evaluation on three style-transfer benchmark datasets, and show that our approach largely outperforms the state-of-the-art systems that have 20 times more parameters. Additional empirical analyses further demonstrate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2301.11997

Code (1)

manga-uofa/prompt-edit 공식 구현 pytorch

Tasks

ClassificationLanguage ModelingLanguage ModellingStyle TransferText Style Transfer

Similar Papers 제목 키워드 기반

SceneTextStylizer: A Training-Free Scene Text Style Transfer Framework with Diffusion Model

2025-10-13 · Honghui Yuan, Keiji Yanai arxiv

With the rapid development of diffusion models, style transfer has made remarkable progress. However, flexible and localized style editing for scene text remains an unsolved challenge. Although existing scene text editin…

Text Style Transfer

Prompt-Softbox-Prompt: A free-text Embedding Control for Image Editing

2024-08-24 · Yitong Yang, Yinglin Wang, Jing Wang, Tian Zhang

Text-driven diffusion models have achieved remarkable success in image editing, but a crucial component in these models-text embeddings-has not been fully explored. The entanglement and opacity of text embeddings present…

Image GenerationStyle Transfer

LEAST: "Local" text-conditioned image style transfer

2024-05-25 · Silky Singh, Surgan Jandial, Simra Shahid, Abhinav Java

Text-conditioned style transfer enables users to communicate their desired artistic styles through text descriptions, offering a new and expressive means of achieving stylization. In this work, we evaluate the text-condi…

Style Transfer

Audio Editing with Non-Rigid Text Prompts

2023-10-19 · Francesco Paissan, Luca Della Libera, Zhepei Wang, Mirco Ravanelli 외

In this paper, we explore audio-editing with non-rigid text edits. We show that the proposed editing pipeline is able to create audio edits that remain faithful to the input audio. We explore text prompts that perform ad…

Audio GenerationStyle Transfer

TeleStyle V2: Beyond Content-Preserving Style Transfer with Self-Distillation and Distribution-Matching-Distillation

2026-06-16 · Shiwen Zhang, Yifan Xu, Haibin Huang, Chi Zhang 외 arxiv

Given a content reference and a style reference, content-preserving style transfer requires the model to generate stylized outputs with content and style consistency. We introduced TeleStyle V1 to tackle this problem. Ho…

Style TransferImage Editing