Mechanism Shift During Post-training from Autoregressive to Masked Diffusion Language Models
Injin Kong, Hyoungjoon Lee, Yohan Jo
TL;DR
Post-training autoregressive language models into masked diffusion models fundamentally reshapes internal computation rather than simply re-tuning parameters. Using a circuit-centric pipeline with automated discovery, EAP-IG edge analysis, and logit-lens/neuron explanations, the study contrasts ARM and MDM circuits across tasks demanding local causal vs global planning reasoning. The key finding is a mechanism shift: MDMS preserve autoregressive circuitry for locally dependent tasks but rewire early layers and distribute semantic roles for global planning, enabling non-sequential refinement. This mechanistic insight clarifies how diffusion objectives unlock bidirectional reasoning and informs design choices for diffusion-based language models in tasks requiring global coordination.
Abstract
Post-training pretrained Autoregressive models (ARMs) into Masked Diffusion models (MDMs) has emerged as a cost-effective strategy to overcome the limitations of sequential generation. However, the internal algorithmic transformations induced by this paradigm shift remain unexplored, leaving it unclear whether post-trained MDMs acquire genuine bidirectional reasoning capabilities or merely repackage autoregressive heuristics. In this work, we address this question by conducting a comparative circuit analysis of ARMs and their MDM counterparts. Our analysis reveals a systematic "mechanism shift" dependent on the structural nature of the task. Structurally, we observe a distinct divergence: while MDMs largely retain autoregressive circuitry for tasks dominated by local causal dependencies, they abandon initialized pathways for global planning tasks, exhibiting distinct rewiring characterized by increased early-layer processing. Semantically, we identify a transition from sharp, localized specialization in ARMs to distributed integration in MDMs. Through these findings, we conclude that diffusion post-training does not merely adapt model parameters but fundamentally reorganizes internal computation to support non-sequential global planning.
