paper-with-me

홈 › Papers

Pre-train and Plug-in: Flexible Conditional Text Generation with Variational Auto-Encoders

2019-11-10 · ACL 2020 6 · Yu Duan, Canwen Xu, Jiaxin Pei, Jialong Han, Chenliang Li

Conditional Text Generation has drawn much attention as a topic of Natural Language Generation (NLG) which provides the possibility for humans to control the properties of generated contents. Current conditional generation models cannot handle emerging conditions due to their joint end-to-end learning fashion. When a new condition added, these techniques require full retraining. In this paper, we present a new framework named Pre-train and Plug-in Variational Auto-Encoder (PPVAE) towards flexible conditional text generation. PPVAE decouples the text generation module from the condition representation module to allow "one-to-many" conditional generation. When a fresh condition emerges, only a lightweight network needs to be trained and works as a plug-in for PPVAE, which is efficient and desirable for real-world applications. Extensive experiments demonstrate the superiority of PPVAE against the existing alternatives with better conditionality and diversity but less training effort.

📄 PDF Abstract BibTeX arXiv:1911.03882

Code (1)

WHUIR/PPVAE 공식 구현 tf

Tasks

Conditional Text GenerationDiversityText Generation

Similar Papers 제목 키워드 기반

PCAE: A Framework of Plug-in Conditional Auto-Encoder for Controllable Text Generation

2022-10-07 · Haoqin Tu, Zhongliang Yang, Jinshuai Yang, Siyu Zhang 외

Controllable text generation has taken a gigantic step forward these days. Yet existing methods are either constrained in a one-off pattern or not efficient enough for receiving multiple conditions at every generation st…

Text Generation

Conditional Diffusion as Latent Constraints for Controllable Symbolic Music Generation

2025-11-10 · Matteo Pettenó, Alessandro Ilic Mezza, Alberto Bernardini arxiv

Recent advances in latent diffusion models have demonstrated state-of-the-art performance in high-dimensional time-series data synthesis while providing flexible control through conditioning and guidance. However, existi…

Music Generation

Steered Diffusion: A Generalized Framework for Plug-and-Play Conditional Image Synthesis

2023-09-30 · ICCV 2023 1 · Nithin Gopalakrishnan Nair, Anoop Cherian, Suhas Lohit, Ye Wang 외

Conditional generative models typically demand large annotated training sets to achieve high-quality synthesis. As a result, there has been significant interest in designing models that perform plug-and-play generation, …

ColorizationConditional Image GenerationImage GenerationImage Super-Resolution+2

Plug and Play Autoencoders for Conditional Text Generation

2020-10-06 · EMNLP 2020 11 · Florian Mai, Nikolaos Pappas, Ivan Montero, Noah A. Smith 외

Text autoencoders are commonly used for conditional generation tasks such as style transfer. We propose methods which are plug and play, where any pretrained autoencoder can be used, and only require learning a mapping w…

Conditional Text GenerationNavigateStyle TransferText Generation

EasyControl: Adding Efficient and Flexible Control for Diffusion Transformer

2025-03-10 · Yuxuan Zhang, Yirui Yuan, Yiren Song, Haofan Wang 외

Recent advancements in Unet-based diffusion models, such as ControlNet and IP-Adapter, have introduced effective spatial and subject control mechanisms. However, the DiT (Diffusion Transformer) architecture still struggl…

Computational EfficiencyImage Generation