paper-with-me

홈 › Papers

ConfSpec: Efficient Step-Level Speculative Reasoning via Confidence-Gated Verification

2026-01-28 · Siran Liu, Cyril Y. He arxiv

Chain-of-Thought reasoning significantly improves the performance of large language models on complex tasks, but incurs high inference latency due to long generation traces. Step-level speculative reasoning aims to mitigate this cost, yet existing approaches face a long-standing trade-off among accuracy, inference speed, and resource efficiency. We propose ConfSpec, a confidence-gated cascaded verification framework that resolves this trade-off. Our key insight is an asymmetry between generation and verification: while generating a correct reasoning step requires substantial model capacity, step-level verification is a constrained discriminative task for which small draft models are well-calibrated within their competence range, enabling high-confidence draft decisions to be accepted directly while selectively escalating uncertain cases to the large target model. Evaluation across diverse workloads shows that ConfSpec achieves up to 2.24$\times$ end-to-end speedups while matching target-model accuracy. Our method requires no external judge models and is orthogonal to token-level speculative decoding, enabling further multiplicative acceleration.

📄 PDF Abstract BibTeX arXiv:2602.18447

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Tokens to Steps: Verification-Aware Speculative Decoding for Efficient Multi-Step Reasoning

2026-04-16 · Kiran Purohit, Ramasuri Narayanam, Soumyabrata Pal arxiv

Speculative decoding (SD) accelerates large language model inference by allowing a lightweight draft model to propose outputs that a stronger target model verifies. However, its token-centric nature allows erroneous step…

Arbitrage: Efficient Reasoning via Advantage-Aware Speculation

2025-12-04 · Monishwaran Maheswaran, Rishabh Tiwari, Yuezhou Hu, Kerem Dilmen 외 arxiv

Modern Large Language Models achieve impressive reasoning capabilities with long Chain of Thoughts, but they incur substantial computational cost during inference, and this motivates techniques to improve the performance…

Mathematical Reasoning

SSR: Speculative Parallel Scaling Reasoning in Test-time

2025-05-21 · Yuanlin Chu, Bo wang, Xiang Liu, Hong Chen 외

Large language models (LLMs) have achieved impressive results on multi-step mathematical reasoning, yet at the cost of high computational overhead. This challenge is particularly acute for test-time scaling methods such …

DiversityMathMathematical Reasoning

SpecKV: Adaptive Speculative Decoding with Compression-Aware Gamma Selection

2026-05-04 · Shikhar Shukla arxiv

Speculative decoding accelerates large language model (LLM) inference by using a small draft model to propose candidate tokens that a larger target model verifies. A critical hyperparameter in this process is the specula…

DREAM-R: Multimodal Speculative Reasoning with RL-Based Refined Drafting, Precise Verification, and Fully Parallel Execution

2026-05-27 · Yunhai Hu, Zining Liu, Xiangyang Yin, Tianhua Xia 외 arxiv

Speculative reasoning has recently been proposed as a means to accelerate reasoning-intensive generation in large multimodal models, but its effectiveness is often constrained by misalignment between speculative drafts a…