Signal Brief

Can test-time scaling work for diffusion language models?

研究团队在ICML2026论文中提出UnMaskFork方法,通过模型切换让多个蒙版扩散语言模型协作解答,无需额外训练即可提升编程和数学任务性能。

twitter关注列表 Sakana AI (@SakanaAILabs) 发布 2026-07-21 收录 2026-07-21 观察

一句话判断

不同于标准LLM通过增加随机性进行测试时扩展,该方法利用模型切换创造多样性,无需额外训练,为扩散语言模型提供了新的集成策略。

核心信息

研究团队在ICML2026论文中提出UnMaskFork方法,通过模型切换让多个蒙版扩散语言模型协作解答,无需额外训练即可提升编程和数学任务性能。

原始内容

Can test-time scaling work for diffusion language models? In our #ICML2026 paper "UnMaskFork," we show that having multiple masked diffusion language models collaborate on a single answer improves performance on coding and math tasks. Blog: https://t.co/FZ25e6XCws Test-time scaling is an actively researched technique that boosts LLM performance by using inference-time compute, for example, by having a model think longer or repeatedly refine its answers. This allows us to enhance performance simply by increasing computation during inference without relying on additional training, giving us the flexibility to balance compute costs and performance based on the specific use case. Unlike standard LLMs that generate text left-to-right, masked diffusion language models (MDLMs) generate text by gradually filling in a fully masked sequence. MDLMs can generate multiple parts of a sequence in parallel, offering potential speed-ups, and they can generate flexibly while seeing the entire sequence at once. This makes them an actively studied new paradigm in language modeling. We found that the standard LLM approach of "raising the temperature to increase randomness and generate diverse answers" does not work well for MDLMs like Dream-Coder. Instead of relying on this randomness, our proposed method, UnMaskFork (UMF), creates diversity through "model switching." Multiple MDLMs share the task of unmasking a single answer, and we use Monte Carlo Tree Search to search for a promising sequence in which different models handle different stages. Each model picks up where the others left off, filling in the parts it is most confident about. This collaborative approach allows us to explore diverse answers while maintaining generation quality, consistently outperforming existing test-time scaling methods on coding benchmarks and scaling effectively on math as well. Test-time scaling is also crucial for advancing MDLMs, and our work shows that UMF can sidestep the difficulties specific to them. UMF requires no additional training or changes to the models; it works simply by combining pre-trained models at inference time. This allows us to leverage the diversity of diffusion language models trained on different data and with different methods to improve performance. We believe the value of UMF will only grow as more diverse MDLMs emerge. This work is part of our broader research into "collective intelligence of AI," alongside methods like AB-MCTS and Sakana Fugu that have multiple LLMs collaborate. We'll continue pursuing research that turns model diversity into a source of strength. For details of the algorithm and illustrative examples showing how this collaboration works, please see our blog and paper. Paper: https://t.co/4JC9SYdTyX 🐟 https://video.twimg.com/tweet_video/HNvogh0bEAEx9yl.mp4

相关动态