paper-with-me

Papers

Generation Meets Verification: Accelerating Large Language Model Inference with Smart Parallel Auto-Correct Decoding

2024-02-19 · Hanling Yi, Feng Lin, Hongbin Li, Peiyang Ning, Xiaotian Yu, Rong Xiao

This research aims to accelerate the inference speed of large language models (LLMs) with billions of parameters. We propose \textbf{S}mart \textbf{P}arallel \textbf{A}uto-\textbf{C}orrect d\textbf{E}coding (SPACE), an innovative approach designed for achieving lossless acceleration of LLMs. By integrating semi-autoregressive inference and speculative decoding capabilities, SPACE uniquely enables autoregressive LLMs to parallelize token generation and verification. This is realized through a specialized semi-autoregressive supervised fine-tuning process that equips existing LLMs with the ability to simultaneously predict multiple tokens. Additionally, an auto-correct decoding algorithm facilitates the simultaneous generation and verification of token sequences within a single model invocation. Through extensive experiments on a range of LLMs, SPACE has demonstrated inference speedup ranging from 2.7x-4.0x on HumanEval-X while maintaining output quality.

📄 PDF Abstract BibTeX arXiv:2402.11809

Code (2)

cteant/space 공식 구현 pytorch
hiyouga/llama-factory 공식 구현 pytorch

Tasks

HumanEvalLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

SpecPV: Improving Self-Speculative Decoding for Long-Context Generation via Partial Verification

2025-12-02 · Zhendong Tan, Xingjun Zhang, Chaoyi Hu, Junjie Peng 외 arxiv

Growing demands from tasks like code generation, deep reasoning, and long-document understanding have made long-context generation a crucial capability for large language models (LLMs). Speculative decoding is one of the…

Code Generation

Speculative Diffusion Decoding: Accelerating Language Generation through Diffusion

2024-08-10 · Jacob K Christopher, Brian R Bartoldson, Tal Ben-Nun, Michael Cardei 외

Speculative decoding has emerged as a widely adopted method to accelerate large language model inference without sacrificing the quality of the model outputs. While this technique has facilitated notable speed improvemen…

Language ModelingLanguage ModellingLarge Language ModelText Generation

Parallel Prefix Verification for Speculative Generation

2026-05-05 · Yuncheng Yao, Yuxuan Xia, Shengjie Wang, Danyang Zhuo arxiv

We introduce PARSE (PArallel pRefix Speculative Engine), a speculative generation framework that accelerates large language model (LLM) inference by parallelizing prefix verification on a semantic level. Existing specula…

VVS: Accelerating Speculative Decoding for Visual Autoregressive Generation via Partial Verification Skipping

2025-11-17 · Haotian Dong, Ye Li, Rongwei Lu, Chen Tang 외 arxiv

Visual autoregressive (AR) generation models have demonstrated strong potential for image generation, yet their next-token-prediction paradigm introduces considerable inference latency. Although speculative decoding (SD)…

Image Generation

Hierarchical Verification of Speculative Beams for Accelerating LLM Inference

2025-07-30 · Jaydip Sen, Harshitha Puvvala, Subhasis Dasgupta arxiv

Large language models (LLMs) have achieved remarkable success across diverse natural language processing tasks but face persistent challenges in inference efficiency due to their autoregressive nature. While speculative …