paper-with-me

홈 › Papers

The Hidden Cost of Structured Generation in LLMs: Draft-Conditioned Constrained Decoding

2026-02-08 · Avinash Reddy, Thayne T. Walker, James S. Ide, Amrit Singh Bedi arxiv

Large language models (LLMs) are increasingly used to generate executable outputs, JSON objects, and API calls, where a single syntax error can make the output unusable. Constrained decoding enforces validity token-by-token via masking and renormalization, but it can distort generation when the model assigns low probability mass to valid continuations, pushing decoding toward locally valid yet semantically incorrect trajectories. We propose \emph{Draft-Conditioned Constrained Decoding (DCCD)}, a simple two-step, training-free inference procedure that decouples semantic planning from structural enforcement: an unconstrained draft is generated first, and constrained decoding is then applied, conditioned on this draft, to guarantee validity. We analyze DCCD through a KL-projection view, showing that draft conditioning increases feasible mass and reduces the cumulative "projection tax" induced by hard constraints, with an optional best-of-$K$ draft selection. Across structured reasoning benchmarks, DCCD improves strict structured accuracy by up to +24 percentage points over standard constrained decoding (e.g., 15.2\% to 39.0\% on GSM8K with a 1B model), and enables smaller model pairs to match or exceed much larger constrained baselines, yielding substantial gains in parameter efficiency.

📄 PDF Abstract BibTeX arXiv:2603.03305

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hybrid Verified Decoding: Learning to Allocate Verification in Speculative Decoding

2026-05-31 · Xin Su, Dawid Majchrowski, Fangyuan Yu, Vanshil Atul Shah 외 arxiv

Large Language Model (LLM) generation remains expensive because autoregressive decoding calls the model once for each new token. Speculative decoding reduces this cost by drafting multiple tokens and verifying them with …

DART: Diffusion-Inspired Speculative Decoding for Fast LLM Inference

2026-01-27 · Fuliang Liu, Xue Li, Ketai Zhao, Yinxi Gao 외 arxiv

Speculative decoding is an effective and lossless approach for accelerating LLM inference. However, existing widely adopted model-based draft designs, such as EAGLE3, improve accuracy at the cost of multi-step autoregres…

Make Every Draft Count: Hidden State based Speculative Decoding

2026-02-02 · Yuetao Chen, Xuliang Wang, Xinzhou Zheng, Ming Li 외 arxiv

Speculative decoding has emerged as a pivotal technique to accelerate LLM inference by employing a lightweight draft model to generate candidate tokens that are subsequently verified by the target model in parallel. Howe…

Ouroboros: Generating Longer Drafts Phrase by Phrase for Faster Speculative Decoding

2024-02-21 · Weilin Zhao, Yuxiang Huang, Xu Han, Wang Xu 외

Speculative decoding is a widely used method that accelerates the generation process of large language models (LLMs) with no compromise in model performance. It achieves this goal by using an existing smaller model for d…

Text Generation

Enriching Patent Claim Generation with European Patent Dataset

2025-05-18 · Lekang Jiang, Chengzu Li, Stephan Goetz

Drafting patent claims is time-intensive, costly, and requires professional skill. Therefore, researchers have investigated large language models (LLMs) to assist inventors in writing claims. However, existing work has l…

Domain Generalization