CLLGJan 13

Silence the Judge: Reinforcement Learning with Self-Verifier via Latent Geometric Clustering

arXiv:2601.08427v12 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses computational costs and sparse rewards in LLM reasoning optimization, though it appears incremental as it builds on GRPO.

The paper tackles the problem of expensive external verifiers in reinforcement learning for LLMs by proposing Latent-GRPO, which uses latent space geometry to generate intrinsic rewards, achieving over 2x training speedup while maintaining performance.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes