paper-with-me

홈 › Papers

Direct Alignment of Draft Model for Speculative Decoding with Chat-Fine-Tuned LLMs

2024-02-29 · Raghavv Goel, Mukul Gagrani, Wonseok Jeon, Junyoung Park, Mingu Lee, Christopher Lott

Text generation with Large Language Models (LLMs) is known to be memory bound due to the combination of their auto-regressive nature, huge parameter counts, and limited memory bandwidths, often resulting in low token rates. Speculative decoding has been proposed as a solution for LLM inference acceleration. However, since draft models are often unavailable in the modern open-source LLM families, e.g., for Llama 2 7B, training a high-quality draft model is required to enable inference acceleration via speculative decoding. In this paper, we propose a simple draft model training framework for direct alignment to chat-capable target models. With the proposed framework, we train Llama 2 Chat Drafter 115M, a draft model for Llama 2 Chat 7B or larger, with only 1.64\% of the original size. Our training framework only consists of pretraining, distillation dataset generation, and finetuning with knowledge distillation, with no additional alignment procedure. For the finetuning step, we use instruction-response pairs generated by target model for distillation in plausible data distribution, and propose a new Total Variation Distance++ (TVD++) loss that incorporates variance reduction techniques inspired from the policy gradient method in reinforcement learning. Our empirical results show that Llama 2 Chat Drafter 115M with speculative decoding achieves up to 2.3 block efficiency and 2.4$\times$ speed-up relative to autoregressive decoding on various tasks with no further task-specific fine-tuning.

📄 PDF Abstract BibTeX arXiv:2403.00858

Code (0)

등록된 구현이 없습니다.

Tasks

Dataset GenerationKnowledge DistillationText Generation

Similar Papers 제목 키워드 기반

Acceptance Dynamics Across Cognitive Domains in Speculative Decoding

2026-04-16 · Saif Mahmoud arxiv

Speculative decoding accelerates large language model (LLM) inference. It uses a small draft model to propose a tree of future tokens. A larger target model then verifies these tokens in a single batched forward pass. De…

Mathematical ReasoningLogical ReasoningCode Generation

Is Multimodal Speculative Decoding Ready for Diffusion-Based Parallel Drafting? A Survey and Empirical Diagnosis

2026-08-21 · Yantao Li, Huanlin Gao, Fang Zhao, Chao Tan 외 arxiv

Speculative decoding accelerates autoregressive generation by allowing a lightweight drafter to propose future tokens while a target model verifies them in parallel. Its lossless guarantee has motivated a line of work th…

Visual ReasoningImage Captioning

Bridging Draft Policy Misalignment: Group Tree Optimization for Speculative Decoding

2025-09-26 · Shijing Hu, Jingyang Li, Zhihui Lu, Pan Zhou arxiv

Speculative decoding accelerates large language model (LLM) inference by letting a lightweight draft model propose multiple tokens that the target model verifies in parallel. Yet existing training objectives optimize onl…

SpecDiff-2: Scaling Diffusion Drafter Alignment For Faster Speculative Decoding

2025-11-01 · Jameson Sandler, Jacob K. Christopher, Thomas Hartvigsen, Ferdinando Fioretto arxiv

Speculative decoding has become the standard approach for accelerating Large Language Model (LLM) inference. It exploits a lossless draft-then-verify procedure to circumvent the latency of autoregressive decoding, achiev…

JetSpec: Breaking the Scaling Ceiling of Speculative Decoding with Parallel Tree Drafting

2026-06-16 · Lanxiang Hu, Zhaoxiang Feng, Yulun Wu, Haoran Yuan 외 arxiv

Speculative decoding (SD) accelerates autoregressive Large Language Models (LLMs) by drafting multiple tokens and verifying them in parallel, but it faces a scaling limitation: increasing the draft budget improves speed …