paper-with-me

Papers

Deep Self-Evolving Reasoning

2025-10-20 · Zihan Liu, Shun Zheng, Xumeng Wen, Yang Wang, Jiang Bian, Mao Yang arxiv

Long-form chain-of-thought reasoning has become a cornerstone of advanced reasoning in large language models. While recent verification-refinement frameworks have enabled proprietary models to solve Olympiad-level problems, their effectiveness hinges on strong, reliable verification and correction capabilities, which remain fragile in open-weight, smaller-scale models. This work demonstrates that even with weak verification and refinement capabilities on hard tasks, the reasoning limits of such models can be substantially extended through a probabilistic paradigm we call Deep Self-Evolving Reasoning (DSER). We conceptualize iterative reasoning as a Markov chain, where each step represents a stochastic transition in the solution space. The key insight is that convergence to a correct solution is guaranteed as long as the probability of improvement marginally exceeds that of degradation. By running multiple long-horizon, self-evolving processes in parallel, DSER amplifies these small positive tendencies, enabling the model to asymptotically approach correct answers. Empirically, we apply DSER to the DeepSeek-R1-0528-Qwen3-8B model. On the challenging AIME 2024-2025 benchmark, DSER solves 5 out of 9 previously unsolvable problems and boosts overall performance, enabling this compact model to surpass the single-turn accuracy of its 600B-parameter teacher through majority voting. Beyond its immediate utility for test-time scaling, the DSER framework serves to diagnose the fundamental limitations of current open-weight reasoners. By clearly delineating their shortcomings in self-verification, refinement, and stability, our findings establish a clear research agenda for developing next-generation models with powerful, intrinsic self-evolving capabilities.

📄 PDF Abstract BibTeX arXiv:2510.17498

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diving into Self-Evolving Training for Multimodal Reasoning

2024-12-23 · Wei Liu, Junlong Li, Xiwen Zhang, Fan Zhou 외

Reasoning ability is essential for Large Multimodal Models (LMMs). In the absence of multimodal chain-of-thought annotated data, self-evolving training, where the model learns from its own outputs, has emerged as an effe…

Multimodal Reasoning

Reinforcing Chain-of-Thought Reasoning with Self-Evolving Rubrics

2026-02-11 · Leheng Sheng, Wenchang Ma, Ruixin Hong, Xiang Wang 외 arxiv

Despite chain-of-thought (CoT) playing crucial roles in LLM reasoning, directly rewarding it is difficult: training a reward model demands heavy human labeling efforts, and static RMs struggle with evolving CoT distribut…

iReasoner: Trajectory-Aware Intrinsic Reasoning Supervision for Self-Evolving Large Multimodal Models

2026-01-09 · Meghana Sunil, Manikandarajan Venmathimaran, Muthu Subash Kavitha arxiv

Recent work shows that large multimodal models (LMMs) can self-improve from unlabeled data via self-play and intrinsic feedback. Yet existing self-evolving frameworks mainly reward final outcomes, leaving intermediate re…

Multimodal ReasoningDecision Making

Agent0-VL: Exploring Self-Evolving Agent for Tool-Integrated Vision-Language Reasoning

2025-11-25 · Jiaqi Liu, Kaiwen Xiong, Peng Xia, Yiyang Zhou 외 arxiv

Vision-language agents have achieved remarkable progress in a variety of multimodal reasoning tasks; however, their learning remains constrained by the limitations of human-annotated supervision. Recent self-rewarding ap…

Reinforcement LearningMultimodal ReasoningVisual Reasoning

Preventing Curriculum Collapse in Self-Evolving Reasoning Systems

2026-03-03 · Vaibhav Mishra arxiv

Self-evolving reasoning frameworks let LLMs improve their reasoning capabilities by iteratively generating and solving problems without external supervision, using verifiable rewards. Ideally, such systems are expected t…

Mathematical Reasoning