ReVeal: Self-Evolving Code Agents via Reliable Self-Verification
Yiyang Jin, Kunzhao Xu, Hang Li, Xueting Han, Yanmin Zhou, Cheng Li, Jing Bai
TL;DR
ReVeal addresses unreliable self-verification in reinforcement-learning-based code reasoning by introducing a multi-turn generation-verification framework with tool-assisted evaluation. It employs TAPO, a turn-aware credit mechanism that decomposes rewards into outcome, generation, and verification components and assigns them across token- and turn-level units to stabilize learning and prevent gaming. Empirically, ReVeal achieves superior Pass@k and enables 20+ inference-turn scaling from training on only 3 turns on LiveCodeBench, demonstrating robust extrapolation and co-evolution of code and test generation. The results suggest that explicitly optimizing verification signals yields deeper exploration, stronger verification capabilities, and a scalable pathway to autonomous, self-improving AI agents across tasks with verifiable rewards.
Abstract
Reinforcement learning with verifiable rewards (RLVR) has advanced the reasoning capabilities of large language models. However, existing methods rely solely on outcome rewards, without explicitly optimizing verification or leveraging reliable signals from realistic environments, leading to unreliable self-verification and limited test-time scaling. To address this, we widen the verification-generation asymmetry by explicitly optimizing self-verification, making it a reliable driver of deeper test-time scaling. We introduce ReVeal, a multi-turn reinforcement learning framework that evolves code generation through self-verification and tool-based evaluation. ReVeal structures long-horizon reasoning as iterative generation-verification turns and incorporates TAPO for turn-level credit assignment, fostering the co-evolution of code and test generation. At inference, this strengthened self-verification enables the model to use self-constructed tests and tool feedback to continuously evolve code for 20+ turns on LiveCodeBench despite training on only three. It also significantly improves Pass@k, indicating stronger exploration that expands the reasoning boundaries of the base model. These findings highlight the promise of ReVeal as a scalable paradigm for RL training and test-time scaling, paving the way for more robust and autonomous AI agents.
