English

Distilling the Essence: Efficient Reasoning Distillation via Sequence Truncation

Computation and Language 2026-01-09 v2 Artificial Intelligence

Abstract

Distilling the capabilities from a large reasoning model (LRM) to a smaller student model often involves training on substantial amounts of reasoning data. However, knowledge distillation (KD) over lengthy sequences with prompt (P), chain-of-thought (CoT), and answer (A) sections makes the process computationally expensive. In this work, we investigate how the allocation of supervision across different sections (P, CoT, A) affects student performance. Our analysis shows that selective KD over only the CoT tokens can be effective when the prompt and answer information is encompassed by it. Building on this insight, we establish a truncation protocol to quantify computation-quality tradeoffs as a function of sequence length. We observe that beyond a specific length, longer training sequences provide marginal returns for downstream performance but require substantially higher memory and FLOPs. To this end, training on only the first 50%50\% of tokens of every training sequence can retain, on average, 91%\approx91\% of full-sequence performance on math benchmarks while reducing training time, memory usage, and FLOPs by about 50%50\% each. Codes are available at https://github.com/weiruichen01/distilling-the-essence.

Keywords

Cite

@article{arxiv.2512.21002,
  title  = {Distilling the Essence: Efficient Reasoning Distillation via Sequence Truncation},
  author = {Wei-Rui Chen and Vignesh Kothapalli and Ata Fatahibaarzi and Hejian Sang and Shao Tang and Qingquan Song and Zhipeng Wang and Muhammad Abdul-Mageed},
  journal= {arXiv preprint arXiv:2512.21002},
  year   = {2026}
}
R2 v1 2026-07-01T08:39:39.687Z