CLAILGMay 11

ELF: Embedded Language Flows

arXiv:2605.1093899.0
Predicted impact top 1% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This work advances language generation by showing continuous diffusion can be effective for discrete text, offering a simpler adaptation of image-domain techniques.

ELF introduces continuous diffusion models for language by operating in embedding space with flow matching, outperforming existing discrete and continuous diffusion language models in generation quality with fewer sampling steps.

Diffusion and flow-based models have become the de facto approaches for generating continuous data, e.g., in domains such as images and videos. Their success has attracted growing interest in applying them to language modeling. Unlike their image-domain counterparts, today's leading diffusion language models (DLMs) primarily operate over discrete tokens. In this paper, we show that continuous DLMs can be made effective with minimal adaptation to the discrete domain. We propose Embedded Language Flows (ELF), a class of diffusion models in continuous embedding space based on continuous-time Flow Matching. Unlike existing DLMs, ELF predominantly stays within the continuous embedding space until the final time step, where it maps to discrete tokens using a shared-weight network. This formulation makes it straightforward to adapt established techniques from image-domain diffusion models, e.g., classifier-free guidance (CFG). Experiments show that ELF substantially outperforms leading discrete and continuous DLMs, achieving better generation quality with fewer sampling steps. These results suggest that ELF offers a promising path toward effective continuous DLMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes