ZeroHour
Hugging Face daily paperspublished ()ingested Jaehui Hwang, Sangdoo Yun, Byeongho Heo

Revisiting Complete Reasoning Traces for Post-Training

infoAI researchimportance 32
AI summary · glm-5.3-flash

Researchers show full reasoning traces provide limited benefit in LLM post-training, with heavily truncated or endpoint-only trajectories performing comparably.

A pilot study plus attention-based analyses and controlled token-removal studies show intermediate tokens in reasoning trajectories contribute minimally to final reasoning quality. Partial trajectories remain effective even under heavy truncation, and training on endpoints alone leads to consistent changes in reasoning behavior. The finding also benefits reinforcement-learning and on-policy distillation post-training; code is released at github.com/naver-ai/revisiting-trace.

  • Full trajectories give limited SFT benefit; partial trajectories remain effective even under heavy truncation.
  • Attention analyses and token-removal studies show intermediate tokens minimally affect final reasoning quality.
  • Endpoint-only training consistently changes reasoning behavior, implying models infer missing steps internally.
  • Benefits extend to RL and on-policy distillation post-training; code released on GitHub.
VendorsNAVER
OrganizationsNAVER
Full article174 words · extracted from huggingface.co · click to collapse

Large language models (LLMs) are often post-trained on pre-collected reasoning trajectories to improve their reasoning capability. Such trajectories tend to be long due to complex, interwoven paths, which often include detours on the path toward the answer. However, it has been underexplored whether LLMs indeed benefit from learning complete trajectories in post-training, such as supervised fine-tuning (SFT). Starting from our pilot study, we find that full trajectories provide only limited benefit, while partial trajectories are effective even under heavy truncation. We analyze redundancy in reasoning trajectories through attention-based analyses and controlled token-removal studies, both of which show that intermediate tokens contribute minimally to final reasoning quality. This suggests that avoiding redundant information may allow LLMs to internally infer coherent alternatives by inferring missing steps from their internal knowledge, given known trajectory endpoints. Furthermore, we show that training LLMs using endpoints leads to consistent changes in reasoning behavior, and that it also benefits post-training methods based on reinforcement learning or on-policy distillation, highlighting the need to revisit complete reasoning traces. Code is available at https://github.com/naver-ai/revisiting-trace.

Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/papers/2609.07103