CLJan 30, 2024

Transfer Learning for Text Diffusion Models

arXiv:2401.17181v15 citationsh-index: 20
Originality Incremental advance
AI Analysis

This work addresses the problem of improving text generation efficiency and performance for AI researchers and practitioners, though it is incremental as it builds on existing diffusion and autoregressive methods.

The study investigated whether text diffusion models could replace autoregressive decoding for large language models, finding that diffusion models trained from scratch outperformed autoregressive models on code synthesis and extractive QA tasks, with quality gains also observed from adapting pretrained autoregressive models to diffusion decoding.

In this report, we explore the potential for text diffusion to replace autoregressive (AR) decoding for the training and deployment of large language models (LLMs). We are particularly interested to see whether pretrained AR models can be transformed into text diffusion models through a lightweight adaptation procedure we call ``AR2Diff''. We begin by establishing a strong baseline setup for training text diffusion models. Comparing across multiple architectures and pretraining objectives, we find that training a decoder-only model with a prefix LM objective is best or near-best across several tasks. Building on this finding, we test various transfer learning setups for text diffusion models. On machine translation, we find that text diffusion underperforms the standard AR approach. However, on code synthesis and extractive QA, we find diffusion models trained from scratch outperform AR models in many cases. We also observe quality gains from AR2Diff -- adapting AR models to use diffusion decoding. These results are promising given that text diffusion is relatively underexplored and can be significantly faster than AR decoding for long text generation.

Foundations

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

Your Notes