ICML 2026 Paper SAS: Optimizing Thought Scheduling in Diffusion LMs

ICML 2026 will feature a paper on diffusion language model inference titled "Scheduling Thoughts." The research introduces Self-Aware Scheduling (SAS), suggesting that the next breakthrough in LLM reasoning lies in scheduling thoughts rather than simply generating longer chains of thought.

Background and Core Concept

Unlike autoregressive models constrained by left-to-right serial generation, diffusion language models start from masked text and iteratively reveal tokens, offering freedom in the sequence of thought emergence. The key to decoding is not just parallelization, but learning "when to commit." Existing heuristic decoding schedules are short-sighted, whereas SAS introduces a lightweight scheduler that uses the frozen model's own path likelihood as a reward to learn a native, easy-to-hard curriculum.

Key Details and Experimental Gains

SAS transforms decoding order into a trainable strategy akin to process supervision without human trajectories. On the Sudoku task, SAS achieved 91.8% accuracy (and 97.5% with a second fine-tuning phase), significantly outperforming the best heuristic at 82.0%. These gains transfer to other tasks: on LLaDA-8B, GSM8K pass@1 improved from 64% to 76%, and MBPP pass@1 increased from 39.5% to 41%.

Implications

A surprising finding is that human logical sequences are not always optimal for models. Pre-trained diffusion LMs might perform better along trajectories different from human problem-solving paths, pointing towards exploring "model-aware" thought orderings rather than just mimicking human CoT.

2026-07-06 ~ 2026-07-07 · 15 related posts

Primary sources