Paper Overview
- Field: Machine Learning
- Authors: Yingyu Lin, Qiyue Gao, Nikki Lijing Kuang
- arXiv: 2606.27369
- Posted: 2026-06-27 (auto-collected)
- Instead of comparing against a known answer, RiVER executes candidate outputs and uses the resulting deterministic feedback as a continuous reward signal.
- Group-relative RL is applied to these continuous rewards to optimize the model.
- This extends RLVR-style training to domains that are execution-checkable but lack a ground-truth solution.
What the Paper Proposes
Reinforcement learning with verifiable rewards (RLVR) for training LLMs typically relies on ground-truth answers to assign rewards, which limits applicability to tasks where the correct solution is unknown.The authors introduce RiVER (Ranking-Induced VERifiable framework), which trains LLMs on score-based optimization tasks without ground-truth solutions, using deterministic execution feedback as continuous-valued supervision.
Key Idea
Significance
RiVER broadens the range of tasks to which verifiable-reward reinforcement learning can be applied, allowing LLM improvement in settings where answers are unknown but outcomes can be deterministically evaluated by execution.Paper link: https://arxiv.org/abs/2606.27369