Asymmetric Proximal Policy Optimization: Mini-Critics Boost LLM Reasoning

Abstract

Reinforcement learning (RL) has become a central paradigm for post-training large language models (LLMs) to elicit stronger reasoning. Yet, most recent RL for LLMs (RL4LLM) methods avoid explicit critics, replacing them with average advantage baselines. This shift is largely pragmatic: conventional value functions are computationally expensive to train at LLM scale and often fail under sparse rewards and long reasoning horizons. We revisit this bottleneck from an architectural perspective and introduce Asymmetric Proximal Policy Optimization (**AsyPPO**), a simple and scalable framework that restores the critic’s role while remaining efficient in large-model settings. **AsyPPO** employs a set of lightweight *mini-critics*, each trained on disjoint prompt shards. This design encourages diversity while preserving calibration, reducing value-estimation bias. Beyond robust estimation, **AsyPPO** leverages inter-critic uncertainty to refine the policy update: (i) masking advantages in states where critics agree and gradients add little learning signal, and (ii) filtering high-divergence states from entropy regularization, suppressing spurious exploration. Across multiple reasoning benchmarks, **AsyPPO** consistently improves learning stability and performance over strong baselines, e.g., GRPO, achieving performance gains of $> 6$% on *Qwen3-4b-Base* and about $3$% on *Qwen3-8b-Base* and *Qwen3-14b-Base* over classic PPO. Such results highlight the importance of architectural innovations in critics for scalable, efficient algorithms.

Cite

Text

Liu et al. "Asymmetric Proximal Policy Optimization: Mini-Critics Boost LLM Reasoning." International Conference on Learning Representations, 2026.

Markdown

[Liu et al. "Asymmetric Proximal Policy Optimization: Mini-Critics Boost LLM Reasoning." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/liu2026iclr-asymmetric/)

BibTeX

@inproceedings{liu2026iclr-asymmetric,
  title     = {{Asymmetric Proximal Policy Optimization: Mini-Critics Boost LLM Reasoning}},
  author    = {Liu, Jiashun and Obando-Ceron, Johan and Lu, Han and He, Yancheng and Wang, Weixun and Su, Wenbo and Zheng, Bo and Castro, Pablo Samuel and Courville, Aaron and Pan, Ling},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/liu2026iclr-asymmetric/}
}