paper-with-me

홈 › Papers

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

2025-09-24 · Anisha Garg, Engin Tekin, Yash More, David Bick, Nishit Neema, Ganesh Venkatesh 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 reinforcement learning (GRPO), that produces calibrated confidence scores and associated natural language reasoning for generated solutions. Our verifier improves the accuracy and efficiency of test-time strategies like best-of-n and self-reflection. Crucially, it excels at identifying challenging failure modes, such as when both candidate solutions are identically incorrect, succeeding where standard methods like majority voting fail.

📄 PDF Abstract BibTeX arXiv:2509.19681

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Parallel Test-Time Scaling with Multi-Sequence Verifiers

2026-03-03 · Yegon Kim, Seungyoo Lee, Chaeyun Jang, Hyungi Lee 외 arxiv

Parallel test-time scaling, which generates multiple candidate solutions for a single problem, is a powerful technique for improving large language model performance. However, it is hindered by two key bottlenecks: accur…

Mathematical ReasoningAnswer Selection

Variation in Verification: Understanding Verification Dynamics in Large Language Models

2025-09-22 · Yefan Zhou, Austin Xu, Yilun Zhou, Janvijay Singh 외 arxiv

Recent advances have shown that scaling test-time computation enables large language models (LLMs) to solve increasingly complex problems across diverse domains. One effective paradigm for test-time scaling (TTS) involve…

Mathematical Reasoning

CalVerT: Augmenting Agents with Calibrated Verifier Telemetry Improves Action and Learning in Knowledge-Intensive Tasks

2026-06-19 · Ashwin Vinod, Ying Ding, Elias Stengel-Eskin arxiv

LLM agents in knowledge intensive question answering take retrieval and reasoning actions with incomplete knowledge about whether their current answer is uncertain, unsupported, or already complete. This produces two fai…

Reinforcement LearningQuestion Answering

Beyond Teacher Likelihood: Group-Calibrated On-Policy Distillation for Long-Context Reasoning

2026-08-19 · Zhu Zhang, Jixun Wang, Xiaoang Xu, Xiaorong Wang 외 arxiv

On-policy distillation (OPD) trains a student on its own responses using dense token-level guidance from a stronger teacher. In long-context tasks, however, token-level teacher support can favor locally plausible respons…

FlowBalance: Verifier-Grounded Self-Improvement from On-Policy Reasoning Experience

2026-09-03 · Zixun Huang, Kishan Panaganti, Haitao Mi, Leowei Liang hf

A reasoning model can improve from its own on-policy experience, but this inner loop is fragile: terminal verifiers provide reliable yet sparse supervision, while dense same-model guidance can reinforce false confidence …

Mathematical Reasoning