paper-with-me

홈 › Papers

Hierarchical Skip Decoding for Efficient Autoregressive Text Generation

2024-03-22 · Yunqi Zhu, Xuebing Yang, Yuanyuan Wu, Wensheng Zhang

Autoregressive decoding strategy is a commonly used method for text generation tasks with pre-trained language models, while early-exiting is an effective approach to speedup the inference stage. In this work, we propose a novel decoding strategy named Hierarchical Skip Decoding (HSD) for efficient autoregressive text generation. Different from existing methods that require additional trainable components, HSD is a plug-and-play method applicable to autoregressive text generation models, it adaptively skips decoding layers in a hierarchical manner based on the current sequence length, thereby reducing computational workload and allocating computation resources. Comprehensive experiments on five text generation datasets with pre-trained language models demonstrate HSD's advantages in balancing efficiency and text quality. With almost half of the layers skipped, HSD can sustain 90% of the text quality compared to vanilla autoregressive decoding, outperforming the competitive approaches.

📄 PDF Abstract BibTeX arXiv:2403.14919

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

FFN-SkipLLM: A Hidden Gem for Autoregressive Decoding with Adaptive Feed Forward Skipping

2024-04-05 · Ajay Jaiswal, Bodun Hu, Lu Yin, Yeonju Ro 외

Autoregressive Large Language Models (e.g., LLaMa, GPTs) are omnipresent achieving remarkable success in language understanding and generation. However, such impressive capability typically comes with a substantial model…

AttributeHallucinationText Summarization

AdaDecode: Accelerating LLM Decoding with Adaptive Layer Parallelism

2025-06-04 · Zhepei Wei, Wei-Lin Chen, Xinyu Zhu, Yu Meng

Large language models (LLMs) are increasingly used for long-content generation (e.g., long Chain-of-Thought reasoning) where decoding efficiency becomes a critical bottleneck: Autoregressive decoding is inherently limite…

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

HPD-Parsing: Hierarchical Parallel Document Parsing

2026-07-21 · Shu Wei, Jingjing Wu, Lingshu Zhang, Qunyi Xie 외 hf

Efficient teamwork typically combines global coordination with parallel execution, a principle not yet fully reflected in unified Vision-Language Model (VLM)-based document parsers. Existing unified parsers process an en…

SkipDecode: Autoregressive Skip Decoding with Batching and Caching for Efficient LLM Inference

2023-07-05 · Luciano del Corro, Allie Del Giorno, Sahaj Agarwal, Bin Yu 외

Autoregressive large language models (LLMs) have made remarkable progress in various natural language generation tasks. However, they incur high computation cost and latency resulting from the autoregressive token-by-tok…

Text Generation