IDLM: Inverse-distilled Diffusion Language Models
Abstract
Lay Summary
Diffusion language models generate text by gradually refining an initially noisy sequence, but this process can require hundreds or thousands of steps, making generation slow. We introduce IDLM, a training method that teaches a smaller sampling process to imitate a pretrained diffusion language model in far fewer steps. Instead of training a new language model from scratch, IDLM uses an existing model as a teacher and learns how to preserve its generation behavior while shortening the sampling procedure. Our experiments show that IDLM can substantially reduce the number of generation steps across several diffusion language models while maintaining strong text quality. This suggests a practical way to make diffusion-based text generation faster and more usable.