Silence the Judge: Reinforcement Learning with Self-Verifier via Latent Geometric Clustering
Nonghai Zhang, Weitao Ma, Zhanyu Ma, Jun Xu, Jiuchong Gao, Jinghua Hao, Renqing He, Jingwen Xu
TL;DR
This work addresses the inefficiency and sparsity of external verifiers in reinforcement learning from human feedback (RLHF) for large language models by introducing Latent-GRPO. It leverages intrinsic rewards derived from the geometry of latent space, specifically the clustering of terminal token representations around a truth centroid, to guide policy optimization via GRPO without external supervision. The central method, Iterative Robust Centroid Estimation (IRCE), projects terminal states onto a unit sphere, iteratively computes a robust centroid with soft Gaussian weights, and yields dense, normalized rewards based on distances to the centroid. Empirical results across GSM8K, MATH, Open-Platypus and model scales demonstrate about a $2\times$ training speedup, strong generalization to unseen tasks, and robustness, supporting the potential of latent-geometry-based self-verification for scalable RLHF.
Abstract
Group Relative Policy Optimization (GRPO) significantly enhances the reasoning performance of Large Language Models (LLMs). However, this success heavily relies on expensive external verifiers or human rules. Such dependency not only leads to significant computational costs and training latency, but also yields sparse rewards that hinder optimization efficiency. To address these challenges, we propose Latent-GRPO, a framework that derives intrinsic rewards directly from latent space geometry. Crucially, our empirical analysis reveals a compelling geometric property: terminal token representations of correct reasoning trajectories form dense clusters with high intra-class similarity, whereas incorrect trajectories remain scattered as outliers. In light of this discovery, we introduce the Iterative Robust Centroid Estimation (IRCE) algorithm, which generates dense, continuous rewards by mitigating magnitude fluctuations via spherical projection and estimating a robust ``truth centroid'' through iterative aggregation. Experimental results on multiple datasets show that our method maintains model performance while achieving a training speedup of over 2x compared to baselines. Furthermore, extensive results demonstrate strong generalization ability and robustness. The code will be released soon.
