Any-Order GPT as Masked Diffusion Model: Decoupling Formulation and Architecture
Abstract
Lay Summary
Most language AI systems write text one word at a time from left to right. A newer family of models can instead fill in missing words in a more flexible order, more like revising a draft than typing a sentence from beginning to end. However, it has been hard to compare these two approaches fairly, because they are usually built with different underlying model designs. In this paper, we separate these two factors. We build a GPT-style model that can predict words in many possible orders, and use it to study what comes from the training approach itself and what comes from the architecture. We find that natural language still benefits strongly from its usual left-to-right structure: training on completely arbitrary word orders can slow learning, while adding a small amount of left-to-right training helps a lot. We also find an important trade-off: some model designs are better at evaluating text, while GPT-style designs can generate text much faster, with comparable quality after careful sampling. These results help clarify how future language models might combine the flexibility of fill-in-the-blank generation with the speed and practicality of today’s GPT-like systems.