paper-with-me

Papers

Smoothie: Smoothing Diffusion on Token Embeddings for Text Generation

2025-05-24 · Alexander Shabalin, Viacheslav Meshchaninov, Dmitry Vetrov

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 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. Our code is available at https://github.com/ashaba1in/smoothie.

📄 PDF Abstract BibTeX arXiv:2505.18853

Code (1)

ashaba1in/smoothie 공식 구현 pytorch

Tasks

Semantic SimilaritySemantic Textual SimilarityText Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Smoothie-Qwen: Post-Hoc Smoothing to Reduce Language Bias in Multilingual LLMs

2025-07-08 · SeungWon Ji, Jungyup Lee, Jemin Kim, Sang Park 외 arxiv

Multilingual large language models (LLMs) often exhibit language confusion, a tendency to generate responses in a dominant language irrespective of the prompt's language. To address this, we propose Smoothie-Qwen, a ligh…

Central-Smoothing Hypergraph Neural Networks for Predicting Drug-Drug Interactions

2021-12-15 · Duc Anh Nguyen, Canh Hao Nguyen, Hiroshi Mamitsuka

Predicting drug-drug interactions (DDI) is the problem of predicting side effects (unwanted outcomes) of a pair of drugs using drug information and known side effects of many pairs. This problem can be formulated as pred…

Smoothie: Label Free Language Model Routing

2024-12-06 · Neel Guha, Mayee F. Chen, Trevor Chow, Ishan S. Khare 외

Large language models (LLMs) are increasingly used in applications where LLM inputs may span many different tasks. Recent work has found that the choice of LLM is consequential, and different LLMs may be good for differe…

Language ModelingLanguage Modellingmodel

Is Hyper-Parameter Optimization Different for Software Analytics?

2024-01-17 · Rahul Yedida, Tim Menzies

Yes. SE data can have "smoother" boundaries between classes (compared to traditional AI data sets). To be more precise, the magnitude of the second derivative of the loss function found in SE data is typically much small…

Self-conditioned Embedding Diffusion for Text Generation

2022-11-08 · Robin Strudel, Corentin Tallec, Florent Altché, Yilun Du 외

Can continuous diffusion models bring the same performance breakthrough on natural language they did for image generation? To circumvent the discrete nature of text data, we can simply project tokens in a continuous spac…

Image GenerationLanguage ModelingLanguage ModellingText Generation