paper-with-me

Papers

Direct Multi-Token Decoding

2025-10-13 · Xuan Luo, Weizhi Wang, Xifeng Yan arxiv

Decoder-only transformers have become the standard architecture for large language models (LLMs) due to their strong performance. Recent studies suggest that, in pre-trained LLMs, early, middle, and late layers may serve distinct roles: Early layers focus on understanding the input context, middle layers handle task-specific processing, and late layers convert abstract representations into output tokens. We hypothesize that once representations have been processed by the early and middle layers, the resulting hidden states may encapsulate sufficient information to support the generation of multiple tokens using only the late layers, eliminating the need to repeatedly traverse the early and middle layers. We refer to this inference paradigm as Direct Multi-Token Decoding (DMTD). Unlike speculative decoding, our method introduces no additional parameters, auxiliary routines, or post-generation verification. Despite being trained on a limited dataset, a fine-tuned DMTD Qwen3-4B model has already demonstrated promising results, achieving up to a 2x speedup with only minor performance loss. Moreover, as shown in our scaling analysis, its performance is expected to further improve with larger training datasets.

📄 PDF Abstract BibTeX arXiv:2510.11958

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SimSD: Simple Speculative Decoding in Diffusion Language Models

2026-06-01 · Junxia Cui, Haotian Ye, Runchu Tian, Hongcan Guo 외 arxiv

Diffusion large language models (dLLMs) have recently emerged as a promising alternative to autoregressive (AR) LLMs, offering faster inference through parallel or blockwise decoding. However, their masked language model…

SSD: Spatially Speculative Decoding Accelerates Autoregressive Image Generation

2026-06-18 · Shilong Xiang, Zirui Zhang, Lijun Yu, Chengzhi Mao arxiv

Autoregressive image models treat images as 1D token sequences, inheriting the next-token factorization of language models. This flattening discards a useful property of images: nearby tokens are correlated in two dimens…

Image Generation

Fast Interleaved Bidirectional Sequence Generation

2020-10-27 · WMT (EMNLP) 2020 11 · Biao Zhang, Ivan Titov, Rico Sennrich

Independence assumptions during sequence generation can speed up inference, but parallel generation of highly inter-dependent tokens comes at a cost in quality. Instead of assuming independence between neighbouring token…

DecoderDocument SummarizationMachine Translation

Transformer-based Double-token Bidirectional Autoregressive Decoding in Neural Machine Translation

2020-12-01 · AACL (WAT) 2020 12 · Kenji Imamura, Eiichiro Sumita

This paper presents a simple method that extends a standard Transformer-based autoregressive decoder, to speed up decoding. The proposed method generates a token from the head and tail of a sentence (two tokens in total)…

DecoderMachine TranslationSentenceTranslation

Inferring from Logits: Exploring Best Practices for Decoding-Free Generative Candidate Selection

2025-01-28 · Mingyu Derek Ma, Yanna Ding, Zijie Huang, Jianxi Gao 외

Generative Language Models rely on autoregressive decoding to produce the output sequence token by token. Many tasks such as preference optimization, require the model to produce task-level output consisting of multiple …

Multiple-choice