🤖 AI Summary
This work addresses the challenge of enhancing large language models’ (LLMs) reasoning capabilities without external supervision. We propose Reinforcement Learning with Intrinsic Feedback (RLIF), a novel paradigm that leverages computable internal signals—such as token/trajectory entropy and self-certainty—as unsupervised reward proxies, augmented by weight interpolation analysis to diagnose model degradation. Theoretically, we establish partial equivalences among diverse intrinsic objectives for the first time. Empirically, RLIF substantially improves mathematical reasoning at the base-model stage—matching or even surpassing supervised RLVR—yet its gains vanish sharply after instruction tuning; intrinsic feedback yields negligible improvement on already-aligned models. This study provides critical empirical evidence and practical guidance on the effectiveness boundaries of intrinsic signals in LLM post-training.
📝 Abstract
Reinforcement learning has emerged as a powerful paradigm for post-training large language models (LLMs) to improve reasoning. Approaches like Reinforcement Learning from Human Feedback (RLHF) and Reinforcement Learning with Verifiable Rewards (RLVR) have shown strong results, but they require extensive external supervision. We investigate an alternative class of methods, Reinforcement Learning from Internal Feedback (RLIF), which relies solely on intrinsic model-derived signals instead of external rewards. In particular, we leverage unsupervised reward proxies such as token-level entropy, trajectory-level entropy, and self-certainty. Our theoretical analysis shows these internal objectives are partially equivalent, and we empirically evaluate various RLIF strategies on challenging math reasoning benchmarks. Experimental results demonstrate that RLIF can boost the reasoning performance of base LLMs at the beginning phase of the training, matching or surpassing RLVR techniques on these tasks. However, when training progresses, performance degrades even below the model before training. Moreover, we find that RLIF yields little improvement for instruction-tuned models, indicating diminishing returns of intrinsic feedback once an LLM is already instruction-tuned. We further analyze this limitation by mixing model weights and explain the reason of RLIF's training behaviors, providing practical guidelines for integrating internal feedback signals into LLM training. We hope our analysis of internal feedback will inform more principled and effective strategies for LLM post-training.