paper-with-me

Papers

Efficient Perplexity Bound and Ratio Matching in Discrete Diffusion Language Models

2025-07-06 · Etrit Haxholli, Yeti Z. Gurbuz, Ogul Can, Eli Waxman arxiv

While continuous diffusion models excel in modeling continuous distributions, their application to categorical data has been less effective. Recent work has shown that ratio-matching through score-entropy within a continuous-time discrete Markov chain (CTMC) framework serves as a competitive alternative to autoregressive models in language modeling. To enhance this framework, we first introduce three new theorems concerning the KL divergence between the data and learned distribution. Our results serve as the discrete counterpart to those established for continuous diffusion models and allow us to derive an improved upper bound of the perplexity. Second, we empirically show that ratio-matching performed by minimizing the denoising cross-entropy between the clean and corrupted data enables models to outperform those utilizing score-entropy with up to 10% lower perplexity/generative-perplexity, and 15% faster training steps. To further support our findings, we introduce and evaluate a novel CTMC transition-rate matrix that allows prediction refinement, and derive the analytic expression for its matrix exponential which facilitates the computation of conditional ratios thus enabling efficient training and generation.

📄 PDF Abstract BibTeX arXiv:2507.04341

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Minibatch Optimal Transport and Perplexity Bound Estimation in Discrete Flow Matching

2024-11-01 · Etrit Haxholli, Yeti Z. Gürbüz, Oğul Can, Eli Waxman

Outperforming autoregressive models on categorical data distributions, such as textual data, remains challenging for continuous diffusion and flow models. Discrete flow matching, a recent framework for modeling categoric…

Density Estimation

Discrete Diffusion Modeling by Estimating the Ratios of the Data Distribution

2023-10-25 · Aaron Lou, Chenlin Meng, Stefano Ermon

Despite their groundbreaking performance for many generative modeling tasks, diffusion models have fallen short on discrete data domains such as natural language. Crucially, standard diffusion models rely on the well-est…

DenoisingLanguage ModelingLanguage Modelling

LangFlow: Continuous Diffusion Rivals Discrete in Language Modeling

2026-04-13 · Yuxin Chen, Chumeng Liang, Hangke Sui, Ruihan Guo 외 arxiv

Continuous diffusion has been the foundation of high-fidelity, controllable, and few-step generation of many data modalities such as images. However, in language modeling, prior continuous diffusion language models (DLMs…

Discrete Flow Matching

2024-07-22 · Itai Gat, Tal Remez, Neta Shaul, Felix Kreuk 외

Despite Flow Matching and diffusion models having emerged as powerful generative paradigms for continuous variables such as images and videos, their application to high-dimensional discrete data, such as language, is sti…

HumanEvalmbppPrediction

FS-DFM: Fast and Accurate Long Text Generation with Few-Step Diffusion Language Models

2025-09-24 · Amin Karimi Monsefi, Nikhil Bhendawade, Manuel Rafael Ciosici, Dominic Culver 외 arxiv

Autoregressive language models (ARMs) deliver strong likelihoods, but are inherently serial: they generate one token per forward pass, which limits throughput and inflates latency for long sequences. Diffusion Language M…

Text Generation