AuraTracer智迹闻
中文

EVENT DOSSIER

Distilled Continuous Diffusion Language Models Can Write Code in Few Steps---or One

2026-09-07 12:00 Models 🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
1mentions
SummaryAI generated

The researchers proposed PlaidQ, a continuous diffusion language model based on 0.7B parameters, aimed at improving code generation efficiency through distillation techniques. This model transforms pre-trained autoregressive models into bidirectional denoising filters with continuous word embeddings, and is trained using distribution matching and pairwise trajectory supervision. Experiments show that PlaidQ is competitive with discrete diffusion models at the same scale; its 16-step student model achieved pass@10 scores of 31.78 and 40.49 on the HumanEval and MBPP+ test sets, respectively, outperforming the teacher model with 512 steps of sampling. Additionally, extreme single-step denoising distillation enabled the model to generate functionally correct programs on the HumanEval with a pass@1 score of 7.07. These results confirm the effectiveness of continuous diffusion models as a viable approach for code generation with fewer or even single steps.

Related eventsRELATED EVENTS
Key entitiesKEY ENTITIES
PlaidQ

SignalsSIGNALS

Keyword heat
  • PlaidQ1

All reports (1)SOURCES

A arXiv cs.LG en 2026-09-07 12:00

Distilled Continuous Diffusion Language Models Can Write Code in Few Steps---or One

研究人员提出 PlaidQ,一款 0.7B 连续扩散语言模型用于代码生成。该模型将预训练自回归模型改造为连续词嵌入的双向去噪器,并通过分布匹配和成对轨迹监督进行蒸馏。实验显示,在同等规模下,PlaidQ 在代码生成任务上与离散扩散模型具有竞争力;其 16 步学生模型在 HumanEval 和 MBPP+ 上的 pass@10 分别达到 31.78 和 40.49,优于采样 512 步的 PlaidQ 教师模型。极端情况下,单步去噪蒸馏使模型在 HumanEval 上实现 7.07 pass@1,生成功能正确的程序。这些结果确立了连续扩散作为少步乃至单步代码生成的可行路径。