Gumbel Distillation for Parallel Text Generation

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, long

Summary

Gumbel Distillation is a novel technique addressing the quality degradation in parallel text generation models, which are faster than autoregressive (AR) models but struggle with complex joint token distributions. This model-agnostic method uses the Gumbel-Max trick to create a deterministic mapping from latent Gumbel noise to the output tokens of a high-performing AR teacher. Experiments on LM1B and OpenWebText datasets show Gumbel Distillation significantly improves generation quality, achieving a 30.0% improvement in MAUVE score and 10.5% reduction in generative perplexity over MDLM. It integrates seamlessly with architectures like MDLM and BD3-LM, and enhances Multi-Token Prediction models such as Medusa, improving acceptance rates by up to +37.6% on Vicuna-7B.

Key takeaway

For Machine Learning Engineers developing high-throughput text generation systems, Gumbel Distillation offers a critical solution to the quality-speed trade-off. By integrating this method, you can significantly enhance the generation quality of parallel decoders like MDLM or Medusa, achieving AR-like coherence and reasoning capabilities at accelerated inference speeds. Consider applying Gumbel Distillation to improve both fluency and factual accuracy in your non-autoregressive models.

Key insights

Gumbel Distillation improves parallel decoders by enabling them to learn complex joint token distributions from AR teachers via Gumbel noise.

Principles

Method

Gumbel Distillation uses the Gumbel-Max trick to map latent Gumbel noise to AR teacher output sequences, then trains a non-AR student to reconstruct text conditioned on this noise.

In practice

Topics

Code references

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.