paper-with-me

Papers

Simple and Effective Masked Diffusion Language Models

2024-06-11 · Subham Sekhar Sahoo, Marianne Arriola, Yair Schiff, Aaron Gokaslan, Edgar Marroquin, Justin T Chiu, Alexander Rush, Volodymyr Kuleshov

While diffusion models excel at generating high-quality images, prior work reports a significant performance gap between diffusion and autoregressive (AR) methods in language modeling. In this work, we show that simple masked discrete diffusion is more performant than previously thought. We apply an effective training recipe that improves the performance of masked diffusion models and derive a simplified, Rao-Blackwellized objective that results in additional improvements. Our objective has a simple form -- it is a mixture of classical masked language modeling losses -- and can be used to train encoder-only language models that admit efficient samplers, including ones that can generate arbitrary lengths of text semi-autoregressively like a traditional language model. On language modeling benchmarks, a range of masked diffusion models trained with modern engineering practices achieves a new state-of-the-art among diffusion models, and approaches AR perplexity. We provide the code, along with a blog post and video tutorial on the project page: https://s-sahoo.com/mdlm

📄 PDF Abstract BibTeX arXiv:2406.07524

Code (2)

kuleshov-group/mdlm 공식 구현 pytorch
masa-ue/svdd pytorch

Tasks

Language ModelingLanguage ModellingMasked Language Modeling

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 제목 키워드 기반

Simplified and Generalized Masked Diffusion for Discrete Data

2024-06-06 · Jiaxin Shi, Kehang Han, Zhe Wang, Arnaud Doucet 외

Masked (or absorbing) diffusion is actively explored as an alternative to autoregressive models for generative modeling of discrete data. However, existing work in this area has been hindered by unnecessarily complex mod…

Language ModelingLanguage Modelling

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…

T$^\star$: Progressive Block Scaling for Masked Diffusion Language Models Through Trajectory Aware Reinforcement Learning

2026-01-16 · Hanchen Xia, Baoyou Chen, Yutang Ge, Guojiang Zhao 외 arxiv

We present T$^\star$, a simple TraceRL-based training curriculum for progressive block-size scaling in masked diffusion language models (MDMs). Starting from an AR-initialized small-block MDM, T$^\star$ transitions smoot…

Reinforcement Learning

TRIMS: Trajectory-Ranked Instruction Masked Supervision for Diffusion Language Models

2026-04-01 · Lingjie Chen, Ruizhong Qiu, Yuyu Fan, Yanjun Zhao 외 arxiv

Diffusion language models (DLMs) offer a promising path toward low-latency generation through parallel decoding, but their practical efficiency depends heavily on the decoding trajectory. In practice, this advantage ofte…

Infinite Mask Diffusion for Few-Step Distillation

2026-05-11 · Jaehoon Yoo, Wonjung Kim, Chanhyuk Lee, Seunghoon Hong arxiv

Masked Diffusion Models (MDMs) have emerged as a promising alternative to autoregressive models in language modeling, offering the advantages of parallel decoding and bidirectional context processing within a simple yet …