TreeRL: LLM Reinforcement Learning with On-Policy Tree Search
Zhenyu Hou, Ziniu Hu, Yujiang Li, Rui Lu, Jie Tang, Yuxiao Dong

TL;DR
TreeRL introduces an on-policy tree search reinforcement learning framework for large language models, enhancing reasoning capabilities and efficiency without needing separate reward models, and demonstrates superior performance on math and code benchmarks.
Contribution
It presents a novel on-policy tree search method integrated into RL training for LLMs, improving exploration and efficiency over existing approaches.
Findings
Outperforms ChainRL on math and code benchmarks
Achieves higher search efficiency with strategic branching
Eliminates need for separate reward model training
Abstract
Reinforcement learning (RL) with tree search has demonstrated superior performance in traditional reasoning tasks. Compared to conventional independent chain sampling strategies with outcome supervision, tree search enables better exploration of the reasoning space and provides dense, on-policy process rewards during RL training but remains under-explored in On-Policy LLM RL. We propose TreeRL, a reinforcement learning framework that directly incorporates on-policy tree search for RL training. Our approach includes intermediate supervision and eliminates the need for a separate reward model training. Existing approaches typically train a separate process reward model, which can suffer from distribution mismatch and reward hacking. We also introduce a cost-effective tree search approach that achieves higher search efficiency under the same generation token budget by strategically…
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.
Taxonomy
TopicsStatistical and Computational Modeling · Multi-Agent Systems and Negotiation · Digital Rights Management and Security
