How Instruction and Reasoning Data shape Post-Training: Data Quality through the Lens of Layer-wise Gradients
Ming Li, Yanhong Li, Ziyue Li, Tianyi Zhou
TL;DR
This work introduces a gradient-based spectral framework to study how data quality during LLM post-training influences layer-wise gradient dynamics for instruction and reasoning data. By defining SVD-based metrics (nuclear norm and effective rank) and similarity-based metrics across projection layers, the authors unify various data-quality signals and demonstrate that high-quality data produce smaller gradient magnitudes but richer, higher-rank gradient directions. Remarkably, reasoning data yield even higher effective ranks than instruction data, suggesting more diverse gradient updates for complex tasks. The findings hold across model families and scales, though gradient patterns differ by architecture; fast vs slow thinking analyses further reveal that explicit reasoning prompts align with more stable, multi-direction updates. The work offers a spectral lens to guide data selection and post-training strategies beyond traditional end-task metrics.
Abstract
As the post-training of large language models (LLMs) advances from instruction-following to complex reasoning tasks, understanding how different data affect finetuning dynamics remains largely unexplored. In this paper, we present a spectral analysis of layer-wise gradients induced by low/high-quality instruction and reasoning data for LLM post-training. Our analysis reveals that widely-studied metrics for data evaluation, e.g., IFD, InsTag, Difficulty, and Reward, can be explained and unified by spectral properties computed from gradients' singular value decomposition (SVD). Specifically, higher-quality data are usually associated with lower nuclear norms and higher effective ranks. Notably, effective rank exhibits better robustness and resolution than nuclear norm in capturing subtle quality differences. For example, reasoning data achieves substantially higher effective ranks than instruction data, implying richer gradient structures on more complex tasks. Our experiments also highlight that models within the same family share similar gradient patterns regardless of their sizes, whereas different model families diverge significantly. Providing a unified view on the effects of data quality across instruction and reasoning data, this work illuminates the interplay between data quality and training stability, shedding novel insights into developing better data exploration strategies for post-training.
