cd /news/large-language-models/self-speculation-for-faster-reasonin… · home topics large-language-models article
[ARTICLE · art-108252] src=arxiv.org ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

Self-Speculation for Faster Reasoning Models

Researchers introduced SSR (Self-Speculation for Reasoning Models), a training-free self-speculative decoding method that uses partial chain-of-thought as a drafter and full chain-of-thought as a verifier to speed up reasoning in large language models. On structured and long-form generation tasks, SSR achieved up to 24.1% relative improvement in total generation latency for open-source models like Qwen3.5 and Gemma-4, addressing latency issues in interactive applications such as voice assistants and coding agents.

read1 min views3 publishedAug 24, 2026

arXiv:2608.20359v1 Announce Type: new Abstract: Large language models (LLMs) are deployed for increasingly complex tasks involving planning and multi-step decision making, but high-quality performance on these tasks often requires generating long reasoning traces. This is a poor fit for latency-sensitive and interactive applications like voice assistants or coding agents, where generation latency can strongly affect user experience. Existing acceleration methods typically focus on token-level generation, without utilizing the structure of reasoning workflows. We introduce SSR: Self-Speculation for Reasoning Models, a training-free self-speculative decoding method that leverages the chain-of-thought (CoT) as a source of speculation. SSR uses the partial-CoT answer distribution as the drafter and the full-CoT distribution as the verifier, deriving both from the same model at different reasoning budgets. This builds on the observation that later partial-CoT responses often exhibit greater semantic and lexical overlap with the full-budget response. Due to this overlap, SSR can accept long draft prefixes at once, leading to large speedups on structured and long-form generation tasks. To further exploit draft-response overlap beyond the contiguous prefix accepted by standard speculative decoding, SSR also incorporates suffix decoding, using the draft to seed a suffix cache and recover useful spans beyond the accepted prefix, further reducing latency on tasks with high lexical overlap between the draft and the final response. We evaluate SSR on multiple structured and long-form generation tasks where it is most useful, and demonstrate a relative improvement of up to 24.1% on total generation latency for popular open-source models such as Qwen3.5 and Gemma-4.

── more in #large-language-models 4 stories · sorted by recency
── more on @ssr 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/self-speculation-for…] indexed:0 read:1min 2026-08-24 ·