English

Implicit Actor Critic Coupling via a Supervised Learning Framework for RLVR

Computation and Language 2026-02-17 v2 Machine Learning

Abstract

Recent advances in Reinforcement Learning with Verifiable Rewards (RLVR) have empowered large language models (LLMs) to tackle challenging reasoning tasks such as mathematics and programming. Despite its promise, the RLVR paradigm poses significant challenges, as existing methods often suffer from sparse reward signals and unstable policy gradient updates, inherent to RL-based approaches. To address the challenges, we propose PACS\textbf{PACS}, a novel RLVR framework that achieves imP\textbf{P}licit A\textbf{A}ctor C\textbf{C}ritic coupling via a S\textbf{S}upervised learning framework. By treating the outcome reward as a predictable label, we reformulate the RLVR problem into a supervised learning task over a score function parameterized by the policy model and optimized using cross-entropy loss. A detailed gradient analysis shows that this supervised formulation inherently recovers the classical policy gradient update while providing more stable and efficient training. Extensive experiments demonstrate that PACS significantly outperforms strong open-source models and RLVR baselines, yielding substantial average gains of +8.26%\textbf{+8.26\%} (4B) and +9.57%\textbf{+9.57\%} (8B) over base models offering a promising avenue for LLMs post-training with verifiable rewards. Our code and data are available as open source at https://github.com/ritzz-ai/PACS.

Keywords

Cite

@article{arxiv.2509.02522,
  title  = {Implicit Actor Critic Coupling via a Supervised Learning Framework for RLVR},
  author = {Jiaming Li and Longze Chen and Ze Gong and Yukun Chen and Lu Wang and Wanwei He and Run Luo and Min Yang},
  journal= {arXiv preprint arXiv:2509.02522},
  year   = {2026}
}
R2 v1 2026-07-01T05:17:43.467Z