paper-with-me

홈 › Papers

Process Rewards with Learned Reliability

2026-05-15 · Jinyuan Li, Langlin Huang, Chengsong Huang, Shaoyang Xu, Donghong Cai, Yuyi Yang, Wenxuan Zhang, Jiaxin Huang arxiv

Process Reward Models (PRMs) provide step-level feedback for reasoning, but current PRMs usually output only a single reward score for each step. Downstream methods must therefore treat imperfect step-level reward predictions as reliable decision signals, with no indication of when these predictions should be trusted. We propose BetaPRM, a distributional PRM that predicts both a step-level success probability and the reliability of that prediction. Given step-success supervision from Monte Carlo continuations, BetaPRM learns a Beta belief that explains the observed number of successful continuations through a Beta-Binomial likelihood, rather than regressing to the finite-sample success ratio as a point target. This learned reliability signal indicates when a step reward should be trusted, enabling downstream applications to distinguish reliable rewards from uncertain ones. As one application, we introduce Adaptive Computation Allocation (ACA) for PRM-guided Best-of-N reasoning. ACA uses the learned reliability signal to stop when a high-reward solution is reliable and to spend additional computation on uncertain candidate prefixes. Experiments across four backbones and four reasoning benchmarks show that BetaPRM improves PRM-guided Best-of-N selection while preserving standard step-level error detection. Built on this signal, ACA improves the accuracy--token tradeoff over fixed-budget Best-of-16, reducing token usage by up to 33.57% while improving final-answer accuracy.

📄 PDF Abstract BibTeX arXiv:2605.15529

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HISR: Hindsight Information Modulated Segmental Process Rewards For Multi-turn Agentic Reinforcement Learning

2026-03-19 · Zhicong Lu, Zichuan Lin, Wei Jia, Changyuan Tian 외 arxiv

While large language models excel in diverse domains, their performance on complex longhorizon agentic decision-making tasks remains limited. Most existing methods concentrate on designing effective reward models (RMs) t…

Reinforcement Learning

Accelerated Learning with Linear Temporal Logic using Differentiable Simulation

2025-06-01 · Alper Kamil Bozkurt, Calin Belta, Ming C. Lin

To ensure learned controllers comply with safety and reliability requirements for reinforcement learning in real-world settings remains challenging. Traditional safety assurance approaches, such as state avoidance and co…

Linear Probe Penalties Reduce LLM Sycophancy

2024-12-01 · Henry Papadatos, Rachel Freedman

Large language models (LLMs) are often sycophantic, prioritizing agreement with their users over accurate or objective statements. This problematic behavior becomes more pronounced during reinforcement learning from huma…

Grounding the Score: Explicit Visual Premise Verification for Reliable Vision-Language Process Reward Models

2026-03-17 · Junxin Wang, Dai Guan, Weijie Qiu, Zhihang Li 외 arxiv

Vision-language process reward models (VL-PRMs) are increasingly used to score intermediate reasoning steps and rerank candidates under test-time scaling. However, they often function as black-box judges: a low step scor…

Multimodal Reasoning

DrS: Learning Reusable Dense Rewards for Multi-Stage Tasks

2024-04-25 · Tongzhou Mu, Minghua Liu, Hao Su

The success of many RL techniques heavily relies on human-engineered dense rewards, which typically demand substantial domain expertise and extensive trial and error. In our work, we propose DrS (Dense reward learning fr…

Robot Manipulation