paper-with-me

Papers

d-TreeRPO: Towards More Reliable Policy Optimization for Diffusion Language Models

2025-12-10 · Leyi Pan, Shuchang Tao, Yunpeng Zhai, Zheyu Fu, Liancheng Fang, Minghua He, Lingzhe Zhang, Zhaoyang Liu, Bolin Ding, Aiwei Liu, Lijie Wen arxiv

Reinforcement learning (RL) is pivotal for enhancing the reasoning capabilities of diffusion large language models (dLLMs). However, existing dLLM policy optimization methods suffer from two critical reliability bottlenecks: (1) reward sparsity, arising from coarse or unverifiable signals that impede accurate advantage calculation; and (2) their probability estimates do not account for the gap to the unbiased expectation over all decoding orders, which are intractable to compute. To mitigate these issues, we propose d-TreeRPO, a reliable RL framework for dLLMs that leverages tree-structured rollouts and bottom-up advantage computation based on verifiable outcome rewards to provide fine-grained and verifiable step-wise reward signals. Furthermore, we provide a theoretical proof demonstrating that increasing prediction confidence effectively minimizes the gap between unbiased expected prediction probabilities and its single-step forward pass estimate. Guided by this analysis, we introduce a time-scheduled self-distillation loss during training that enhances prediction confidence in later training stages, thereby enabling more accurate probability estimation and better performance. Experiments demonstrate that d-TreeRPO outperforms existing baselines and achieves significant improvements across multiple reasoning benchmarks. Specifically, it achieves +86.2% on Sudoku, +51.6% on Countdown, +4.5% on GSM8K, and +5.3% on Math500 compared to the base model.

📄 PDF Abstract BibTeX arXiv:2512.09675

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

TreeRPO: Tree Relative Policy Optimization

2025-06-05 · Zhicheng Yang, Zhijiang Guo, Yinya Huang, Xiaodan Liang 외

Large Language Models (LLMs) have shown remarkable reasoning capabilities through Reinforcement Learning with Verifiable Rewards (RLVR) methods. However, a key limitation of existing approaches is that rewards defined at…

Math

CATPO: Critique-Augmented Tree Policy Optimization

2026-06-06 · Ayush Singh, Umang Goyal, Ankur Dahiya arxiv

Reinforcement learning with verifiable rewards (RLVR) has become a dominant paradigm for improving the reasoning capabilities of large language models (LLMs). Recent tree-based methods such as TreeRPO extend flat traject…

Reinforcement Learning

Dynamic-TreeRPO: Breaking the Independent Trajectory Bottleneck with Structured Sampling

2025-09-27 · Xiaolong Fu, Lichen Ma, Zipeng Guo, ShiPing Dong 외 arxiv

The integration of Reinforcement Learning (RL) into flow matching models for text-to-image (T2I) generation has driven substantial advances in generation quality. However, these gains often come at the cost of exhaustive…

Reinforcement Learning

DiPOD: Diffusion Policy Optimization without Drifting Apart

2026-06-11 · Haozhe Jiang, Haiwen Feng, Pieter Abbeel, Jiantao Jiao 외 arxiv

RL post-training has become increasingly pivotal for improving diffusion policies, but existing diffusion policy-gradient methods are often unstable and cannot achieve reliable policy improvement. We identify the cause a…

Consolidating Reinforcement Learning for Multimodal Discrete Diffusion Models

2025-10-03 · Tianren Ma, Mu Zhang, Yibing Wang, Qixiang Ye arxiv

Optimizing discrete diffusion model (DDM) with rewards remains a challenge: the non-autoregressive paradigm makes importance sampling intractable and rollout complex, puzzling reinforcement learning methods such as Group…

Reinforcement Learning