AR-MAP: Are Autoregressive Large Language Models Implicit Teachers for Diffusion Large Language Models?
Liang Lin, Feng Xiong, Zengbin Wang, Kun Wang, Junhao Dong, Xuecai Hu, Yong Wang, Xiangxiang Chu
TL;DR
AR-MAP investigates whether alignment knowledge from preference-aligned autoregressive LLMs can be transferred to diffusion LLMs to improve preference alignment without incurring ELBO-based variance. The method derives alignment and diffusion task vectors from AR-LLM fine-tuning differences and applies a scaling factor to absorb this knowledge into DLLMs, guided by a reward-accuracy objective. The authors demonstrate a weight scaling law based on spectral analysis, show a reward-driven search finds near-optimal scaling in most tasks, and report competitive or superior results across six benchmarks, with robust generalization to other model-merge methods. The work provides a practical, data-efficient path to align DLLMs by leveraging existing AR-LLM alignment knowledge, potentially reducing compute compared to DLLM-specific alignment training.
Abstract
Diffusion Large Language Models (DLLMs) have emerged as a powerful alternative to autoregressive models, enabling parallel token generation across multiple positions. However, preference alignment of DLLMs remains challenging due to high variance introduced by Evidence Lower Bound (ELBO)-based likelihood estimation. In this work, we propose AR-MAP, a novel transfer learning framework that leverages preference-aligned autoregressive LLMs (AR-LLMs) as implicit teachers for DLLM alignment. We reveal that DLLMs can effectively absorb alignment knowledge from AR-LLMs through simple weight scaling, exploiting the shared architectural structure between these divergent generation paradigms. Crucially, our approach circumvents the high variance and computational overhead of direct DLLM alignment and comprehensive experiments across diverse preference alignment tasks demonstrate that AR-MAP achieves competitive or superior performance compared to existing DLLM-specific alignment methods, achieving 69.08\% average score across all tasks and models. Our Code is available at https://github.com/AMAP-ML/AR-MAP.
