CLLGMar 23

Gumbel Distillation for Parallel Text Generation

arXiv:2603.2221681.3Has Code
AI Analysis

This addresses the problem of slow text generation for users needing faster, high-quality outputs, though it is an incremental improvement over existing distillation methods.

The paper tackles the performance gap between autoregressive and parallel language models by introducing Gumbel Distillation, a technique that improves generation quality, achieving a 30.0% improvement in MAUVE score and 10.5% in generative perplexity on datasets like OpenWebText.

The slow, sequential nature of autoregressive (AR) language models has driven the adoption of parallel decoding methods. However, these non-AR models often sacrifice generation quality as they struggle to model the complex joint distribution of token sequences. To narrow this performance gap, we introduce Gumbel Distillation, a novel distillation technique that enables parallel decoders to learn this distribution effectively. Our method leverages the Gumbel-Max trick to create a deterministic mapping from a latent Gumbel noise space to the output tokens of a high-performing AR teacher. As a model-agnostic technique, Gumbel Distillation seamlessly integrates with diverse parallel decoding architectures, including MDLM and BD3-LM. Experiments on LM1B and OpenWebText show that Gumbel Distillation substantially improves the generation quality of parallel language models, achieving a 30.0% improvement in MAUVE score and 10.5% in generative perplexity over MDLM trained on OpenWebText dataset. Code available at https://github.com/hxixixh/gumbel-distill.

Foundations

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

Your Notes