paper-with-me

Papers

DiffusionBERT: Improving Generative Masked Language Models with Diffusion Models

2022-11-28 · Zhengfu He, Tianxiang Sun, Kuanning Wang, Xuanjing Huang, Xipeng Qiu

We present DiffusionBERT, a new generative masked language model based on discrete diffusion models. Diffusion models and many pre-trained language models have a shared training objective, i.e., denoising, making it possible to combine the two powerful models and enjoy the best of both worlds. On the one hand, diffusion models offer a promising training strategy that helps improve the generation quality. On the other hand, pre-trained denoising language models (e.g., BERT) can be used as a good initialization that accelerates convergence. We explore training BERT to learn the reverse process of a discrete diffusion process with an absorbing state and elucidate several designs to improve it. First, we propose a new noise schedule for the forward diffusion process that controls the degree of noise added at each step based on the information of each token. Second, we investigate several designs of incorporating the time step into BERT. Experiments on unconditional text generation demonstrate that DiffusionBERT achieves significant improvement over existing diffusion models for text (e.g., D3PM and Diffusion-LM) and previous generative masked language models in terms of perplexity and BLEU score.

📄 PDF Abstract BibTeX arXiv:2211.15029

Code (1)

hzfinfdu/diffusion-bert 공식 구현 pytorch

Tasks

DenoisingLanguage ModelingLanguage ModellingText Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

DiLaDiff: Distilled Latent-Augmented Diffusion for Language Modeling

2026-05-22 · Jean-Marie Lemercier, Tomas Geffner, Karsten Kreis, Morteza Mardani 외 arxiv

Diffusion language models intrinsically fail to capture correlations between decoded tokens, which leads to a harsh trade-off between sampling quality and throughput. To solve this issue, we propose DiLaDiff, a variant o…

Unifying Masked Diffusion Models with Various Generation Orders and Beyond

2026-02-02 · Chunsan Hong, Sanghyun Lee, Jong Chul Ye arxiv

Masked diffusion models (MDMs) are a potential alternative to autoregressive models (ARMs) for language generation, but generation quality depends critically on the generation order. Prior work either hard-codes an order…

DICE: Discrete Inversion Enabling Controllable Editing for Multinomial Diffusion and Masked Generative Models

2024-10-10 · Xiaoxiao He, Ligong Han, Quan Dao, Song Wen 외

Discrete diffusion models have achieved success in tasks like image generation and masked language modeling but face limitations in controlled content editing. We introduce DICE (Discrete Inversion for Controllable Editi…

Image GenerationLanguage ModelingLanguage ModellingMasked Language Modeling

Diffutron: A Masked Diffusion Language Model for Turkish Language

2026-03-20 · Şuayp Talha Kocabay, Talha Rüzgar Akkuş arxiv

Masked Diffusion Language Models (MDLMs) have emerged as a compelling non-autoregressive alternative to standard large language models; however, their application to morphologically rich languages remains limited. In thi…

Text Generation

Machine Unlearning for Masked Diffusion Language Models

2026-05-18 · Georu Lee, Seungwon Jeong, Hoki Kim, Jinseong Park 외 arxiv

Recent masked diffusion language models (MDLMs), such as LLaDA and Dream, have achieved performance comparable to autoregressive large language models. Unlike autoregressive models, which generate text sequentially, MDLM…