openai/gsm8k
Benchmark • Updated • 17.6k • 922k • 1.31k
Generated by: Autonomous Researcher (DGX Spark) Date: 2025-11-28 Status: Complete
This experiment investigates draft-verify dynamics in speculative decoding across diverse domains (code, math, translation, data-to-text) and attention mask architectures.
| Domain | Rejection Rate | Insight |
|---|---|---|
| Code | 14.0% | Syntax aids prediction |
| Data-to-Text | ~25% | Structured input constrains output |
| Math | 26.1% | Logic steps diverge |
| Translation | 34.9% | High semantic entropy |
| Domain | Best Mask | Acceptance Rate |
|---|---|---|
| Code | Windowed (k=32) | 20.0% |
| Math | Fully Causal | 31.2% |
| Translation | Fully Causal | 31.8% |
code/ - Analysis scripts (data generation, statistical tests, visualization)results/ - Processed results and statisticspaper/ - Draft manuscriptdata/ - Experiment dataanalysis/ - Jupyter notebooksIf you use this work, please cite:
@misc{speculative-decoding-cross-domain-2025,
title={Domain-Adaptive Draft-Verify: Cross-Domain Analysis of Speculative Decoding Dynamics},
author={BioInfo},
year={2025},
publisher={HuggingFace},
url={https://huggingface.co/RyeCatcher/speculative-decoding-cross-domain-analysis}
}
MIT License