paper-with-me

Papers

How Instruction and Reasoning Data shape Post-Training: Data Quality through the Lens of Layer-wise Gradients

2025-04-14 · Ming Li, Yanhong Li, Ziyue Li, Tianyi Zhou

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.

📄 PDF Abstract BibTeX arXiv:2504.10766

Code (2)

mingliiii/gradient_unified 공식 구현
mingliiii/layer_gradient

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Self-Improving Pretraining: using post-trained models to pretrain better models

2026-01-29 · Ellen Xiaoqing Tan, Jack Lanchantin, Shehzaad Dhuliawala, Danwei Li 외 arxiv

Large language models are classically trained in stages: pretraining on raw text followed by post-training for instruction following and reasoning. However, this separation creates a fundamental limitation: many desirabl…

Instruction Following

Scaling Behaviors of LLM Reinforcement Learning Post-Training: An Empirical Study in Mathematical Reasoning

2025-09-29 · Zelin Tan, Hejia Geng, Xiaohang Yu, Mulei Zhang 외 arxiv

While scaling laws for large language models (LLMs) during pre-training have been extensively studied, their behavior under reinforcement learning (RL) post-training remains largely unexplored. This paper presents a syst…

Reinforcement LearningMathematical Reasoning

Does Reasoning Preserve Alignment? On the Trustworthiness of Large Reasoning Models

2026-06-09 · Prajakta Kini, Avinash Reddy, Souradip Chakraborty, Satya Sai Srinath Namburi GNVV 외 arxiv

Instruction-tuned LLMs are increasingly converted into reasoning models through post-training to improve multi-step task performance. This conversion is usually optimized for reasoning accuracy, without explicitly preser…

Post Reasoning: Improving the Performance of Non-Thinking Models at No Cost

2026-05-07 · Richmond Sin Jing Xuan, Rishabh Bhardwaj, Soujanya Poria arxiv

As the widespread adoption of Large Language Models (LLMs) accelerates, token consumption from intermediate reasoning traces increasingly contributes to inference latency and operational cost. Recent studies suggest that…

How Post-Training Shapes Biological Reasoning Models

2026-06-15 · Lukas Fesser, Hanlin Zhang, Michelle M. Li, Eric Wang 외 arxiv

Scientific reasoning models for biology combine language models with foundation models trained on multimodal biological data, including DNA, RNA, and proteins. These models are built through post-training, yet how each s…

Reinforcement Learning