paper-with-me

Papers

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 trajectory sampling with tree-structured rollouts to obtain dense, step-level reward signals without a separate process reward model. However, not all trees are equally informative: trees where all leaves succeed, all leaves fail, or the policy already predicts the reward distribution contribute little to gradient updates, wasting compute. We introduce CATPO (Critique-Augmented Tree Policy Optimization), which diagnoses and addresses this waste at the tree level. CATPO first scores each tree via a tree informativeness score, F(T), combining leaf-outcome diversity with policy-reward decorrelation at zero extra compute. For dead-wrong trees where all branches fail, CATPO applies critique-guided healing: it locates the shallowest failure point, generates a natural-language critique, and grafts refined continuations to recover training signal. Finally, an informativeness-weighted loss scales each tree's gradient contribution by its normalized score, concentrating parameter updates on the most informative trees while preserving overall gradient magnitude. Experiments on Qwen2.5-Math-1.5B trained with the MATH dataset show that CATPO achieves 37.5% macro accuracy across four benchmarks (AIME24, MATH-500, OlympiadBench, and MinervaMath), improving over TreeRPO by 1.9% and GRPO by 4.8%.

📄 PDF Abstract BibTeX arXiv:2606.08346

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

RA-CAD: Learning Post-Execution Critique for State-Aware Text-to-CAD Generation

2026-08-06 · Shuhao Yan, Changhao He, Xi Peng, Peng Hu arxiv

Text-to-CAD generation translates natural-language design intent into editable and executable parametric computer-aided design (CAD) codes, reducing the expertise and effort required for manual modeling. Existing methods…

CAST: Critique-Aware Supervision for Training Reliable Long-Horizon Tool-Calling Agents

2026-08-31 · Amir Saeidi, Zehua Zhang, Rishitosh Singh, Naman Ahuja 외 arxiv

Large language model (LLM) agents are increasingly deployed in long-horizon, interactive, and stateful environments. In these settings, a single wrong action, such as refunding the wrong purchase, can cause irreversible …

Critique-GRPO: Advancing LLM Reasoning with Natural Language and Numerical Feedback

2025-06-03 · Xiaoying Zhang, Hao Sun, YiPeng Zhang, Kaituo Feng 외

Recent advances in reinforcement learning (RL) with numerical feedback, such as scalar rewards, have significantly enhanced the complex reasoning capabilities of large language models (LLMs). Despite this success, we ide…

Reinforcement Learning (RL)

Adaptive Robust Estimator for Multi-Agent Reinforcement Learning

2026-03-23 · Zhongyi Li, Wan Tian, Jingyu Chen, Kangyao Huang 외 arxiv

Multi-agent collaboration has emerged as a powerful paradigm for enhancing the reasoning capabilities of large language models, yet it suffers from interaction-level ambiguity that blurs generation, critique, and revisio…

Multi-agent Reinforcement LearningMathematical Reasoning

Information Gain-based Rollout Policy Optimization: An Adaptive Tree-Structured Rollout Approach for Multi-Turn LLM Agents

2026-07-07 · Yijun Zhang, Fan Xu, Jiaxin Ding, Yule Xie 외 arxiv

Reinforcement learning has become a promising paradigm for improving large language model (LLM) agents on long-horizon search tasks, where the agent must make a sequence of intermediate decisions before receiving a final…

Reinforcement Learning