ADSD

Adversarial Prompts for Acceptance Collapse in Speculative Decoding

Suffix search, inference and evaluation for prompt-induced acceptance collapse. Run benign and fixed-suffix speculative decoding with Qwen2.5-14B and Qwen2.5-0.5B on GSM8K.

Recorded GSM8K results

MetricBenignADSD
Mean latency (s)26.3842.77
Block efficiency6.0213.585
Accuracy82.13%87.07%

62.11% mean latency increase over 263 questions.

Suffix search

Using the same prepared environment and runtime, run bash scripts/run_search.sh. The fixed configuration performs five sweeps over a five-token suffix; the completed search recovered the default suffix with identical text and token IDs.

Project status

Citation

@misc{wang2026adversarialpromptsacceptancecollapse,
  title         = {Adversarial Prompts for Acceptance Collapse in Speculative Decoding},
  author        = {Run Wang and Chaoyi Zhou and Xi Liu and Yi Zhu and Amir Salarpour and Pedram MohajerAnsari and Zhi-Qi Cheng and Feng Luo and Siyu Huang and Mert D. Pes{\'e}},
  year          = {2026},
  eprint        = {2607.21804},
  archivePrefix = {arXiv},
  primaryClass  = {cs.CR},
  url           = {https://arxiv.org/abs/2607.21804}
}