paper-with-me

홈 › Papers

Reward Reasoning Model

2025-05-20 · Jiaxin Guo, Zewen Chi, Li Dong, Qingxiu Dong, Xun Wu, Shaohan Huang, Furu Wei

Reward models play a critical role in guiding large language models toward outputs that align with human expectations. However, an open challenge remains in effectively utilizing test-time compute to enhance reward model performance. In this work, we introduce Reward Reasoning Models (RRMs), which are specifically designed to execute a deliberate reasoning process before generating final rewards. Through chain-of-thought reasoning, RRMs leverage additional test-time compute for complex queries where appropriate rewards are not immediately apparent. To develop RRMs, we implement a reinforcement learning framework that fosters self-evolved reward reasoning capabilities without requiring explicit reasoning traces as training data. Experimental results demonstrate that RRMs achieve superior performance on reward modeling benchmarks across diverse domains. Notably, we show that RRMs can adaptively exploit test-time compute to further improve reward accuracy. The pretrained reward reasoning models are available at https://huggingface.co/Reward-Reasoning.

📄 PDF Abstract BibTeX arXiv:2505.14674

Code (0)

등록된 구현이 없습니다.

Tasks

model

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Rewarding Structural Conformance of Reasoning using Process Mining

2025-10-29 · Yongjae Lee, Taekhyun Park, Sunghyun Sim, Hyerim Bae arxiv

Recent advances in sparse reward policy gradient methods have enabled effective reinforcement learning (RL)-based language model post-training. However, for reasoning tasks such as mathematical problem solving, binarized…

Reinforcement LearningMathematical Reasoning

ReCode: Reinforcing Code Generation with Reasoning-Process Rewards

2025-08-07 · Lishui Fan, Yu Zhang, Mouxiang Chen, Zhongxin Liu arxiv

In practice, rigorous reasoning is often a key driver of correct code, while Reinforcement Learning (RL) for code generation often neglects optimizing reasoning quality. Bringing process-level supervision into RL is appe…

Reinforcement LearningCode Generation

Linking Process to Outcome: Conditional Reward Modeling for LLM Reasoning

2025-09-30 · Zheng Zhang, Ziwei Shan, Kaitao Song, Yexin Li 외 arxiv

Process Reward Models (PRMs) have emerged as a promising approach to enhance the reasoning capabilities of large language models (LLMs) by guiding their step-by-step reasoning toward a final answer. However, existing PRM…

Reinforcement Learning

Reward Design for Physical Reasoning in Vision-Language Models

2026-04-15 · Derek Lilienthal, Manisha Mukherjee, Sameera Horawalavithana arxiv

Physical reasoning over visual inputs demands tight integration of visual perception, domain knowledge, and multi-step symbolic inference. Yet even state-of-the-art Vision Language Models (VLMs) fall far short of human p…

Spatial Reasoning

Reward Hacking Mitigation using Verifiable Composite Rewards

2025-09-19 · Mirza Farhan Bin Tarek, Rahmatollah Beheshti arxiv

Reinforcement Learning from Verifiable Rewards (RLVR) has recently shown that large language models (LLMs) can develop their own reasoning without direct supervision. However, applications in the medical domain, specific…

Reinforcement LearningQuestion Answering