The Magic Correlations: Understanding Knowledge Transfer from Pretraining to Supervised Fine-Tuning
Simin Fan, Dimitris Paparas, Natasha Noy, Binbin Xiong, Noveen Sachdeva, Berivan Isik
TL;DR
This work probes how capabilities learned during pretraining transfer to supervised fine-tuning in large language models by introducing correlation-based protocols across 9 pretraining data mixtures, 20 benchmarks, and two model scales (240M and 1B). By examining cross-stage accuracy and confidence, intra-category coherence, and accuracy-calibration alignment, the study reveals highly category-dependent transfer, with confidence patterns often persisting beyond SFT for reasoning tasks while accuracy transfer can diverge, especially as models scale. Scaling induces inverse dynamics between accuracy and confidence transfer and shifts intra-category relationships from competition to synergy in many categories, while calibration fingerprints endure from pretraining to SFT in several domains but reorganize in others (notably NLI). The findings yield practical guidance on selecting high-transfer benchmarks, treating confidence as a complementary signal, and validating data mixtures across scales to avoid scale-dependent miscalibration. Overall, pretraining decisions leave lasting, sometimes counterintuitive, imprints on downstream behavior and calibration, underscoring the need for scale-aware data curation and evaluation strategies.
Abstract
Understanding how language model capabilities transfer from pretraining to supervised fine-tuning (SFT) is fundamental to efficient model development and data curation. In this work, we investigate four core questions: RQ1. To what extent do accuracy and confidence rankings established during pretraining persist after SFT? RQ2. Which benchmarks serve as robust cross-stage predictors and which are unreliable? RQ3. How do transfer dynamics shift with model scale? RQ4. How well does model confidence align with accuracy, as a measure of calibration quality? Does this alignment pattern transfer across training stages? We address these questions through a suite of correlation protocols applied to accuracy and confidence metrics across diverse data mixtures and model scales. Our experiments reveal that transfer reliability varies dramatically across capability categories, benchmarks, and scales -- with accuracy and confidence exhibiting distinct, sometimes opposing, scaling dynamics. These findings shed light on the complex interplay between pretraining decisions and downstream outcomes, providing actionable guidance for benchmark selection, data curation, and efficient model development.
