Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Smoothie: Smoothing Diffusion on Token Embeddings for Text Generation

About

Diffusion models have achieved state-of-the-art performance in generating images, audio, and video, but their adaptation to text remains challenging due to its discrete nature. Prior approaches either apply Gaussian diffusion in continuous latent spaces, which inherits semantic structure but struggles with token decoding, or operate in categorical simplex space, which respect discreteness but disregard semantic relation between tokens. In this paper, we propose Smoothing Diffusion on Token Embeddings (Smoothie), a novel diffusion method that combines the strengths of both approaches by progressively smoothing token embeddings based on semantic similarity. This technique enables gradual information removal while maintaining a natural decoding process. Experimental results on several sequence-to-sequence and unconditional generation tasks demonstrate that Smoothie outperforms existing diffusion-based models in generation quality. Furthermore, ablation studies show that our proposed diffusion space yields better performance than both the standard embedding space and the categorical simplex. The code is available at https://github.com/ashaba1in/smoothie.

Alexander Shabalin, Viacheslav Meshchaninov, Dmitry Vetrov• 2025

Related benchmarks

TaskDatasetResultRank
Unconditional Text GenerationROCStories
MAUVE80.7
27
Text GenerationXsum
ROUGE-133.7
12
Text GenerationQQP
BS83.9
12
Text GenerationQuasar-T
BS63.1
11
Text GenerationParaDetox
BLEU Score69.2
9
Text GenerationOpenWebText
MAUVE59.9
4
Showing 6 of 6 rows

Other info

Follow for update