CLLGSep 27, 2025

Tree Reward-Aligned Search for TReASURe in Masked Diffusion Language Models

arXiv:2509.23146v13 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the problem of improving alignment and control in generative language models for applications requiring specific outputs, but it is incremental as it builds on existing tree-search frameworks.

The paper tackled the challenges of applying tree search to Masked Diffusion Language Models for test-time alignment with rewards, proposing TReASURe, which achieved state-of-the-art results on tasks like perplexity, linguistic acceptability, and control of sentiment and toxicity, outperforming prior methods under matched compute budgets.

Tree search has recently emerged as a powerful framework for aligning generative models with task-specific rewards at test time. Applying tree search to Masked Diffusion Language Models, however, introduces two key challenges: (i) parallel unmasking yields highly correlated branches, limiting exploration, and (ii) reward evaluation via sampled completions produces high-variance estimates, making pruning unstable. We propose TReASURe, a tree-search test-time alignment method that addresses these issues. It introduces (i) UnmaskBranch, a branching strategy based on first-hitting unmasking that diversifies both token content and reveal order with a single model call per parent node, and (ii) ResubstituteScore, a pruning rule that uses deterministic resubstitution to score partially masked sequences with low-variance proxy completions. Theoretically, we quantify branching efficiency gains in NFEs (number of function evaluations), show that the scoring rule approximates the true reward with error bounded by predictive uncertainty, and prove improvements with larger tree widths. Empirically, TReASURe achieves state-of-the-art results on perplexity, linguistic acceptability, and control of sentiment and toxicity, outperforming prior methods under matched compute budgets, with especially strong gains in low-NFE regimes.

Foundations

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

Your Notes