Distributional Clarity: The Hidden Driver of RL-Friendliness in Large Language Models
Shaoning Sun, Mingzhu Cai, Huang He, Bingjin Chen, Siqi Bao, Yujiu Yang, Hua Wu, Haifeng Wang
TL;DR
This paper investigates why reinforcement-learning with verifiable rewards yields uneven gains across large language model families, and identifies distributional clarity in probability space as the hidden driver. It introduces the Silhouette Coefficient ($S$) to quantify intra-class compactness and inter-class separation between correct and incorrect response probabilities, and links high $S$ to better RL performance and stable reasoning. A Silhouette-Aware Reweighting strategy, guided by $S$ (and a rectified variant $S'$), is proposed to emphasize low-clarity samples during training, yielding consistent improvements across six mathematical benchmarks and multiple model families, with notable gains on challenging datasets like AIME24 and a strong $r=0.815$ correlation between $S$ and pass rates. The work thereby reframes RL-Friendliness as a trainable structural property of the probability landscape, offering a practical route to enhance RL-based reasoning beyond data-centric approaches.
Abstract
Language model families exhibit striking disparity in their capacity to benefit from reinforcement learning: under identical training, models like Qwen achieve substantial gains, while others like Llama yield limited improvements. Complementing data-centric approaches, we reveal that this disparity reflects a hidden structural property: \textbf{distributional clarity} in probability space. Through a three-stage analysis-from phenomenon to mechanism to interpretation-we uncover that RL-friendly models exhibit intra-class compactness and inter-class separation in their probability assignments to correct vs. incorrect responses. We quantify this clarity using the \textbf{Silhouette Coefficient} ($S$) and demonstrate that (1) high $S$ correlates strongly with RL performance; (2) low $S$ is associated with severe logic errors and reasoning instability. To confirm this property, we introduce a Silhouette-Aware Reweighting strategy that prioritizes low-$S$ samples during training. Experiments across six mathematical benchmarks show consistent improvements across all model families, with gains up to 5.9 points on AIME24. Our work establishes distributional clarity as a fundamental, trainable property underlying RL-Friendliness.
