paper-with-me

홈 › Papers

VI-CuRL: Stabilizing Verifier-Independent RL Reasoning via Confidence-Guided Variance Reduction

2026-02-13 · Xin-Qiang Cai, Masashi Sugiyama arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a dominant paradigm for enhancing Large Language Models (LLMs) reasoning, yet its reliance on external verifiers limits its scalability. Recent findings suggest that RLVR primarily functions by eliciting latent capabilities, motivating the development of verifier-free algorithms. However, in such settings, standard methods like Group Relative Policy Optimization face a critical challenge: destructive gradient variance that often leads to training collapse. To address this issue, we introduce Verifier-Independent Curriculum Reinforcement Learning (VI-CuRL), a framework that leverages the model's intrinsic confidence to construct a curriculum independent from external verifiers. By prioritizing high-confidence samples, VI-CuRL effectively manages the bias-variance trade-off, specifically targeting the reduction of action and problem variance. We provide a rigorous theoretical analysis, proving that our estimator guarantees asymptotic unbiasedness. Empirically, VI-CuRL promotes stability and consistently outperforms verifier-dependent/independent baselines across math and general reasoning benchmarks with/without verifiers.

📄 PDF Abstract BibTeX arXiv:2602.12579

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Stabilizing Efficient Reasoning with Step-Level Advantage Selection

2026-04-27 · Han Wang, Xiaodong Yu, Jialian Wu, Jiang Liu 외 arxiv

Large language models (LLMs) achieve strong reasoning performance by allocating substantial computation at inference time, often generating long and verbose reasoning traces. While recent work on efficient reasoning redu…

Calibrated Reasoning: An Explanatory Verifier for Dynamic and Efficient Problem-Solving

2025-09-24 · Anisha Garg, Engin Tekin, Yash More, David Bick 외 arxiv

Advanced test-time computing strategies are essential for scaling reasoning models, but their effectiveness is capped by the models' poor self-evaluation. We propose a pairwise Explanatory Verifier, trained via reinforce…

Reinforcement Learning

CoRefine: Confidence-Guided Self-Refinement for Adaptive Test-Time Compute

2026-02-09 · Chen Jin, Ryutaro Tanno, Tom Diethe, Philip Teare arxiv

Large Language Models (LLMs) often rely on test-time scaling via parallel decoding (for example, 512 samples) to boost reasoning accuracy, but this incurs substantial compute. We introduce CoRefine, a confidence-guided s…

PAG: Multi-Turn Reinforced LLM Self-Correction with Policy as Generative Verifier

2025-06-12 · Yuhua Jiang, Yuwen Xiong, Yufeng Yuan, Chao Xin 외

Large Language Models (LLMs) have demonstrated impressive capabilities in complex reasoning tasks, yet they still struggle to reliably verify the correctness of their own outputs. Existing solutions to this verification …

Reinforcement Learning (RL)

VideoCuRL: Video Curriculum Reinforcement Learning with Orthogonal Difficulty Decomposition

2025-12-31 · Hongbo Jin, Kuanwei Lin, Wenhao Zhang, Yichen Jin 외 arxiv

Reinforcement Learning (RL) is crucial for empowering VideoLLMs with complex spatiotemporal reasoning. However, current RL paradigms predominantly rely on random data shuffling or naive curriculum strategies based on sca…

Reinforcement Learning