Research questionHow can lossy speculative decoding accelerate LLM inference without distorting token distributions or degrading generation quality?Speculative decoding uses a lightweight draft model to propose tokens that a larger target model verifies in parallel. Relaxing that verification can improve efficiency, but it may silently change the sampling distribution and produce unstable or lower-quality generations.