CLAIApr 10, 2023

A Cheaper and Better Diffusion Language Model with Soft-Masked Noise

Georgia Tech
arXiv:2304.04746v1142 citationsh-index: 34
Originality Highly original
AI Analysis

This work addresses a bottleneck in adapting diffusion models for language generation, offering a more efficient and effective approach for NLP tasks.

The paper tackles the challenge of applying diffusion models to discrete language data by introducing Masked-Diffuse LM, which uses soft-masked noise and cross-entropy loss to improve stability and efficiency, achieving better generation quality than state-of-the-art diffusion models on 5 controlled generation tasks.

Diffusion models that are based on iterative denoising have been recently proposed and leveraged in various generation tasks like image generation. Whereas, as a way inherently built for continuous data, existing diffusion models still have some limitations in modeling discrete data, e.g., languages. For example, the generally used Gaussian noise can not handle the discrete corruption well, and the objectives in continuous spaces fail to be stable for textual data in the diffusion process especially when the dimension is high. To alleviate these issues, we introduce a novel diffusion model for language modeling, Masked-Diffuse LM, with lower training cost and better performances, inspired by linguistic features in languages. Specifically, we design a linguistic-informed forward process which adds corruptions to the text through strategically soft-masking to better noise the textual data. Also, we directly predict the categorical distribution with cross-entropy loss function in every diffusion step to connect the continuous space and discrete space in a more efficient and straightforward way. Through experiments on 5 controlled generation tasks, we demonstrate that our Masked-Diffuse LM can achieve better generation quality than the state-of-the-art diffusion models with better efficiency.

Code Implementations1 repo
Foundations

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

Your Notes