paper-with-me

Papers

Likelihood-Based Diffusion Language Models

2023-05-30 · NeurIPS 2023 11 · Ishaan Gulrajani, Tatsunori B. Hashimoto

Despite a growing interest in diffusion-based language models, existing work has not shown that these models can attain nontrivial likelihoods on standard language modeling benchmarks. In this work, we take the first steps towards closing the likelihood gap between autoregressive and diffusion-based language models, with the goal of building and releasing a diffusion model which outperforms a small but widely-known autoregressive model. We pursue this goal through algorithmic improvements, scaling laws, and increased compute. On the algorithmic front, we introduce several methodological improvements for the maximum-likelihood training of diffusion language models. We then study scaling laws for our diffusion models and find compute-optimal training regimes which differ substantially from autoregressive models. Using our methods and scaling analysis, we train and release Plaid 1B, a large diffusion language model which outperforms GPT-2 124M in likelihood on benchmark datasets and generates fluent samples in unconditional and zero-shot control settings.

📄 PDF Abstract BibTeX arXiv:2305.18619

Code (1)

igul222/plaid 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Continuous Diffusion Scales Competitively with Discrete Diffusion for Language

2026-05-18 · Zhihan Yang, Wei Guo, Shuibai Zhang, Subham Sekhar Sahoo 외 arxiv

While diffusion has drawn considerable recent attention from the language modeling community, continuous diffusion has appeared less scalable than discrete approaches. To challenge this belief we revisit Plaid, a likelih…

Scaling Beyond Masked Diffusion Language Models

2026-02-16 · Subham Sekhar Sahoo, Jean-Marie Lemercier, Zhihan Yang, Justin Deschenaux 외 arxiv

Diffusion language models are a promising alternative to autoregressive models due to their potential for faster generation. Among discrete diffusion approaches, Masked diffusion currently dominates, largely driven by st…

wd1: Weighted Policy Optimization for Reasoning in Diffusion Language Models

2025-07-07 · Xiaohang Tang, Rares Dolga, Sangwoong Yoon, Ilija Bogunovic arxiv

Improving the reasoning capabilities of diffusion-based large language models (dLLMs) through reinforcement learning (RL) remains an open problem. The intractability of dLLMs likelihood function necessitates approximatin…

Reinforcement Learning

Training Diffusion Models with Reinforcement Learning

2023-05-22 · Kevin Black, Michael Janner, Yilun Du, Ilya Kostrikov 외

Diffusion models are a class of flexible generative models trained with an approximation to the log-likelihood objective. However, most use cases of diffusion models are not concerned with likelihoods, but instead with d…

Decision MakingDenoisingLanguage ModelingLanguage Modelling+3

Dual Diffusion for Unified Image Generation and Understanding

2024-12-31 · CVPR 2025 1 · Zijie Li, Henry Li, Yichun Shi, Amir Barati Farimani 외

Diffusion models have gained tremendous success in text-to-image generation, yet still lag behind with visual understanding tasks, an area dominated by autoregressive vision-language models. We propose a large-scale and …

Image GenerationLanguage ModelingLanguage ModellingQuestion Answering+3