CLPLMay 16

Constrained Code Generation with Discrete Diffusion

arXiv:2605.1682976.6
AI Analysis

For developers and security engineers, CDC provides a method to enforce program-level constraints during code generation without retraining, addressing a key limitation of autoregressive models.

This paper introduces Constrained Diffusion for Code (CDC), a training-free framework that integrates constraint satisfaction into discrete diffusion models for code generation. CDC improves functional correctness, security, and syntax over baselines with less corrective computation and more localized edits.

Discrete diffusion models are a powerful, emerging paradigm for code generation. They construct programs through iterative refinement of partially corrupted token sequences and enable parallel token refinement. Importantly, this paradigm exposes a global program state at each denoising step, which provides a natural intervention point for enforcing program-level functionality and security constraints, guiding the generation before the final code is committed. Building on this observation, the paper introduces Constrained Diffusion for Code (CDC), a training-free neurosymbolic inference framework that integrates constraint satisfaction directly into the reverse denoising process. CDC augments the base discrete diffusion sampler with constraint-aware denoising operators that combine mathematical optimization with program analysis to identify constraint-relevant regions of the intermediate program state and locally adjust the denoising trajectory, steering generation toward feasible programs while remaining close to the base model. Across code generation benchmarks, CDC consistently improves constraint satisfaction in functional correctness, security, and even syntax, outperforming discrete diffusion and autoregressive baselines with less corrective computation and more localized edits.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes