SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2601.18902 · 2026

Flatter Tokens are More Valuable for Speculative Draft Model Training

Xu Yang, Chonghan Liu, Xiangzhong Luo, Jiale Fu, Jiaming Fan, Daming Cao

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 2 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
fjm9933/Flatness — 0 of 2
FunctionStatusWhere it lives
DataCollatorWithPadding Not yet run fjm9933/Flatness/eagle/train/main_deepspeed_index.py
pointer only (licence: NONE) · get_code("18d08e8c5850e2b6")
prune_train_loader_once Not yet run fjm9933/Flatness/eagle/train/main_deepspeed_index.py
pointer only (licence: NONE) · get_code("39d2dbc51ddc3759")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Speculative Decoding (SD) is a key technique for accelerating Large Language Model (LLM) inference, but it typically requires training a draft model on a large dataset. We approach this problem from a data-centric perspective, finding that not all training samples contribute equally to the SD acceptance rate. Specifically, our theoretical analysis and empirical validation reveals that tokens inducing flatter predictive distributions from the target model are more valuable than those yielding sharply peaked distributions. Based on this insight, we propose flatness, a new metric to quantify this property, and develop the Sample-level-flatness-based Dataset Distillation (SFDD) approach, which filters the training data to retain only the most valuable samples. Experiments on the EAGLE framework demonstrate that SFDD can achieve over 2× training speedup using only 50% of the data, while keeping the final model's inference speedup within 4% of the full-dataset baseline. This work introduces an effective, data-centric approach that substantially improves the training efficiency for Speculative Decoding. Our code is available at https://github.com/fjm9933/Flatness.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2601.18902")
get_code_for_paper("2601.18902")
have("2601.18902")

Connect an agent — have() is free.