paper-with-me

Papers

Learning to Reason without External Rewards

2025-05-26 · Xuandong Zhao, Zhewei Kang, Aosong Feng, Sergey Levine, Dawn Song

Training large language models (LLMs) for complex reasoning via Reinforcement Learning with Verifiable Rewards (RLVR) is effective but limited by reliance on costly, domain-specific supervision. We explore Reinforcement Learning from Internal Feedback (RLIF), a framework that enables LLMs to learn from intrinsic signals without external rewards or labeled data. We propose Intuitor, an RLIF method that uses a model's own confidence, termed self-certainty, as its sole reward signal. Intuitor replaces external rewards in Group Relative Policy Optimization (GRPO) with self-certainty scores, enabling fully unsupervised learning. Experiments demonstrate that Intuitor matches GRPO's performance on mathematical benchmarks while achieving superior generalization to out-of-domain tasks like code generation, without requiring gold solutions or test cases. Our findings show that intrinsic model signals can drive effective learning across domains, offering a scalable alternative to RLVR for autonomous AI systems where verifiable rewards are unavailable. Code is available at https://github.com/sunblaze-ucb/Intuitor

📄 PDF Abstract BibTeX arXiv:2505.19590

Code (1)

sunblaze-ucb/intuitor 공식 구현 pytorch

Tasks

Code Generationreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

IRIS: Intrinsic Reward Image Synthesis

2025-09-29 · Yihang Chen, Yuanhao Ban, Yunqi Hong, Cho-Jui Hsieh arxiv

Despite the success of Reinforcement Learning from Human Feedback (RLHF) in language reasoning, its application to autoregressive Text-to-Image (T2I) generation is often constrained by the limited availability of human p…

Reinforcement LearningImage Generation

SubSearch: Intermediate Rewards for Unsupervised Guided Reasoning in Complex Retrieval

2026-04-08 · Roxana Petcu, Evangelos Kanoulas, Maarten de Rijke arxiv

Large language models (LLMs) are probabilistic in nature and perform more reliably when augmented with external information. As complex queries often require multi-step reasoning over the retrieved information, with no c…

Complex Query AnsweringReinforcement Learning

Absolute Zero: Reinforced Self-play Reasoning with Zero Data

2025-05-06 · Andrew Zhao, Yiran Wu, Tong Wu, Quentin Xu 외

Reinforcement learning with verifiable rewards (RLVR) has shown promise in enhancing the reasoning capabilities of large language models by learning directly from outcome-based rewards. Recent RLVR works that operate und…

Mathematical Reasoning

Controllable Mathematical Reasoning via Self-Optimizing Thought Vectors

2025-10-25 · Xuying LI arxiv

We present a novel approach for controllable mathematical reasoning that leverages self-optimizing thought vectors with entropy minimization. Our method introduces learnable thought vectors that dynamically modulate the …

Mathematical Reasoning

Scalable Power Sampling: Unlocking Efficient, Training-Free Reasoning for LLMs via Distribution Sharpening

2026-01-29 · Xiaotong Ji, Rasul Tutunov, Matthieu Zimmer, Haitham Bou Ammar arxiv

Reinforcement learning (RL) post-training is a dominant approach for improving the reasoning performance of large language models (LLMs), yet growing evidence suggests that its gains arise primarily from distribution sha…

Reinforcement Learning