English

DiffLM: Controllable Synthetic Data Generation via Diffusion Language Models

Machine Learning 2025-06-11 v2 Artificial Intelligence Computation and Language

Abstract

Recent advancements in large language models (LLMs) have significantly enhanced their knowledge and generative capabilities, leading to a surge of interest in leveraging LLMs for high-quality data synthesis. However, synthetic data generation via prompting LLMs remains challenging due to LLMs' limited understanding of target data distributions and the complexity of prompt engineering, especially for structured formatted data. To address these issues, we introduce DiffLM, a controllable data synthesis framework based on variational autoencoder (VAE), which further (1) leverages diffusion models to reserve more information of original distribution and format structure in the learned latent distribution and (2) decouples the learning of target distribution knowledge from the LLM's generative objectives via a plug-and-play latent feature injection module. As we observed significant discrepancies between the VAE's latent representations and the real data distribution, the latent diffusion module is introduced into our framework to learn a fully expressive latent distribution. Evaluations on seven real-world datasets with structured formatted data (i.e., Tabular, Code, and Tool data) demonstrate that DiffLM generates high-quality data, with performance on downstream tasks surpassing that of real data by 2%-7% in certain cases. Data and code are available at https://github.com/bytedance/DiffLM.

Keywords

Cite

@article{arxiv.2411.03250,
  title  = {DiffLM: Controllable Synthetic Data Generation via Diffusion Language Models},
  author = {Ying Zhou and Xinyao Wang and Yulei Niu and Yaojie Shen and Lexin Tang and Fan Chen and Ben He and Le Sun and Longyin Wen},
  journal= {arXiv preprint arXiv:2411.03250},
  year   = {2025}
}

Comments

21 pages, 9 figures, Accepted by ACL 2025, Findings

R2 v1 2026-06-28T19:49:10.684Z