paper-with-me

홈 › Papers

Crossing the Reward Bridge: Expanding RL with Verifiable Rewards Across Diverse Domains

2025-03-31 · Yi Su, Dian Yu, Linfeng Song, Juntao Li, Haitao Mi, Zhaopeng Tu, Min Zhang, Dong Yu

Reinforcement learning with verifiable rewards (RLVR) has demonstrated significant success in enhancing mathematical reasoning and coding performance of large language models (LLMs), especially when structured reference answers are accessible for verification. However, its extension to broader, less structured domains remains unexplored. In this work, we investigate the effectiveness and scalability of RLVR across diverse real-world domains including medicine, chemistry, psychology, economics, and education, where structured reference answers are typically unavailable. We reveal that binary verification judgments on broad-domain tasks exhibit high consistency across various LLMs provided expert-written reference answers exist. Motivated by this finding, we utilize a generative scoring technique that yields soft, model-based reward signals to overcome limitations posed by binary verifications, especially in free-form, unstructured answer scenarios. We further demonstrate the feasibility of training cross-domain generative reward models using relatively small (7B) LLMs without the need for extensive domain-specific annotation. Through comprehensive experiments, our RLVR framework establishes clear performance gains, significantly outperforming state-of-the-art open-source aligned models such as Qwen2.5-72B and DeepSeek-R1-Distill-Qwen-32B across domains in free-form settings. Our approach notably enhances the robustness, flexibility, and scalability of RLVR, representing a substantial step towards practical reinforcement learning applications in complex, noisy-label scenarios.

📄 PDF Abstract BibTeX arXiv:2503.23829

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Writing-Zero: Bridge the Gap Between Non-verifiable Tasks and Verifiable Rewards

2025-05-30 · Ruipeng Jia, Yunyi Yang, Yongbo Gai, Kai Luo 외

Reinforcement learning with verifiable rewards (RLVR) has enabled large language models (LLMs) to achieve remarkable breakthroughs in reasoning tasks with objective ground-truth answers, such as mathematics and code gene…

Code Generation

Trade-R1: Bridging Verifiable Rewards to Stochastic Environments via Process-Level Reasoning Verification

2026-01-07 · Rui Sun, Yifan Sun, Sheng Xu, Li Zhao 외 arxiv

Reinforcement Learning (RL) has enabled Large Language Models (LLMs) to achieve remarkable reasoning in domains like mathematics and coding, where verifiable rewards provide clear signals. However, extending this paradig…

Reinforcement Learning

Right in the Right Way: LM Training with Verifiable Rewards and Human Demonstrations

2026-07-01 · Mehul Damani, Isha Puri, Idan Shenfeld, Jacob Andreas arxiv

RL with verifiable rewards (RLVR) has emerged as a powerful paradigm for training LMs on tasks with well-defined success metrics, such as code generation and mathematical reasoning. However, current RLVR methods optimize…

Mathematical ReasoningStory GenerationCode Generation

GrndCtrl: Grounding World Models via Self-Supervised Reward Alignment

2025-12-01 · Haoyang He, Jay Patrikar, Dong-Ki Kim, Max Smith 외 arxiv

Recent advances in video world modeling have enabled large-scale generative models to simulate embodied environments with high visual fidelity, providing strong priors for prediction, planning, and control. Yet, despite …

Reinforcement Learning

Likelihood-Based Reward Designs for General LLM Reasoning

2026-02-03 · Ariel Kwiatkowski, Natasha Butt, Ismail Labiad, Julia Kempe 외 arxiv

Fine-tuning large language models (LLMs) on reasoning benchmarks via reinforcement learning requires a specific reward function, often binary, for each benchmark. This comes with two potential limitations: the need to de…

Reinforcement LearningMathematical Reasoning