paper-with-me

홈 › Papers

Scaling Large Reasoning Models beyond Human Supervision: A Path toward Superintelligence

2026-08-31 · Zhiqin Yang, Jingwen Fu, Yuhan Liu, Hengyu Liu, Yonggang Zhang, Kainan Cao, Zizhuo Zhang, Chenxin Li, Ruibin Yuan, Jiahao Pan, Jiankai Sun, Zhenyuan Zhang, Yibo Li, Yunlong Lin, Jing Xiong, Sida Lin, Bo Han, Wei Xue, Yike Guo hf

Recent advances in large reasoning models (LRMs) have shown that reinforcement learning with verifiable rewards (RLVR) can substantially improve reasoning in mathematics and code, where outcomes can be checked automatically. Extending this progress to open-ended and agentic tasks remains difficult because reliable rewards are harder to obtain and direct human supervision cannot keep pace with the scale and complexity of model-generated experience. This paper studies how LRMs can continue to improve as human supervision gradually recedes from the learning loop. We examine two connected dimensions of this problem. The reward axis traces the development from per-instance human judgments to reusable verifiers and rewards that operate even without human feedback. The experience axis examines how learning can progress from human-curated tasks and environments toward self-generated curricula, constructed environments, and autonomous co-evolution. We connect these dimensions through a five-level ladder from L0 to L4 that identifies which parts of the learning process remain under continued human control. Our analysis further highlights the risks introduced by increasingly autonomous rewards and experience generation, including reward hacking, feedback drift, curriculum collapse, and environment errors. Consequently, we also provide the evaluation around three complementary objects: policy capability, feedback fidelity, and experience quality. This analysis provides a structured account of current approaches to scaling LRMs beyond human supervision and the open problems involved in developing self-sustaining learning systems toward superintelligence. Furthermore, we maintain a continuously updated https://github.com/visitworld123/Awesome-Scaling-LRM-Beyond-Human-Supervision{GitHub repository} to track the latest advances.

📄 PDF Abstract BibTeX arXiv:2608.31075

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 114
Valiant-Cat/hfpaper
visitworld123/Awesome-Scaling-LRM-Beyond-Human-Supervision ★ 12

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Beyond What Seems Necessary: Hidden Gains from Scaling Training-Time Reasoning Length under Outcome Supervision

2026-01-31 · Yihao Xue, Allan Zhang, Jianhao Huang, Amit Sahai 외 arxiv

Training LLMs to think and reason for longer has become a key ingredient in building state-of-the-art models that can solve complex problems previously out of reach. Recent efforts pursue this in different ways, such as …

Mathematical Reasoning

Reasoning Beyond Limits: Advances and Open Problems for LLMs

2025-03-26 · Mohamed Amine Ferrag, Norbert Tihanyi, Merouane Debbah

Recent generative reasoning breakthroughs have transformed how large language models (LLMs) tackle complex problems by dynamically retrieving and refining information while generating coherent, multi-step thought process…

Mixture-of-ExpertsRAGreinforcement-learningReinforcement Learning+3

Beyond Rejection Sampling: Trajectory Fusion for Scaling Mathematical Reasoning

2026-02-04 · Jie Deng, Hanshuang Tong, Jun Li, Shining Liang 외 arxiv

Large language models (LLMs) have made impressive strides in mathematical reasoning, often fine-tuned using rejection sampling that retains only correct reasoning trajectories. While effective, this paradigm treats super…

Mathematical Reasoning

Scaling Human and G2P Supervision for Robust Phonetic Transcription

2026-06-14 · Alexander Metzger, Aruna Srivastava, Ruslan Mukhamedvaleev arxiv

Expert phonetic annotation is costly, especially for non-standard dialects and atypical speech. A common alternative is using Grapheme-to-Phoneme (G2P) models to auto-generate phonetic labels from text transcripts at sca…

Extending Test-Time Scaling: A 3D Perspective with Context, Batch, and Turn

2025-11-18 · Chao Yu, Qixin Tan, Jiaxuan Gao, Shi Yu 외 arxiv

Reasoning reinforcement learning (RL) has recently revealed a new scaling effect: test-time scaling. Thinking models such as R1 and o1 improve their reasoning accuracy at test time as the length of the reasoning context …

Reinforcement Learning