TL;DR
This paper introduces b1, a post-training framework for diffusion large language models that dynamically adjusts reasoning block sizes using a Monotonic Entropy Descent objective with reinforcement learning, improving reasoning coherence.
Contribution
It presents a novel method for learning dynamic reasoning block sizes in dLLMs, addressing the limitations of fixed-size blocks for better reasoning performance.
Findings
b1 consistently outperforms fixed-size block baselines across various benchmarks.
The method leverages entropy trends to adapt block sizes for improved reasoning coherence.
Extensive experiments validate the effectiveness of the proposed approach.
Abstract
Recent diffusion large language models (dLLMs) have demonstrated both effectiveness and efficiency in reasoning via a block-based semi-autoregressive generation paradigm. Despite their progress, the fixed-size block generations remain a critical bottleneck for effective and coherent reasoning. 1. From a global perspective, different reasoning tasks would correspond to different optimal decoding block sizes, which makes a ``one-size-fits-all'' assumption ineffective. 2. Even within a single reasoning task, the rigid block partitioning would break the logical flow and reduce reasoning coherence. Through empirical observations, we reveal that for block-wise entropy, incorrect reasoning exhibits a fluctuating and unsteady trend between blocks, whereas the correctly generated tasks follow a consistent descending trend. Therefore, this paper proposes b1, a novel post-training framework for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
