Understanding Reasoning from Pretraining to Post-Training
Summary
This paper studies how pretraining choices (model size, data) affect returns from RL post-training on reasoning tasks, using chess as a controlled testbed. It finds that post-RL performance is well-predicted by pretraining loss and that RL amplifies correct moves on easy puzzles while surfacing correct moves on hard puzzles, with findings transferring to math domains.
View Cached Full Text
Cached at: 07/20/26, 09:41 AM
Paper page - Understanding Reasoning from Pretraining to Post-Training
Source: https://huggingface.co/papers/2607.16097
Abstract
Reinforcementlearning(RL)hasbecomecentraltoimprovinglargelanguagemodels(LLMs)oncomplexreasoningtasks,yetRLpost-trainingislargelystudiedinisolationfromthepretrainingthatprecedesit.Asaresult,twobasicquestionsremainopen:(1)howdopretrainingchoices(modelsize,data)shapethereturnstoRLcompute,and(2)whatdoesRLactuallydotothemodel?ThesequestionsaredifficulttostudyinthestandardLLMsetting:pretrainingcorporaarevastanduncontrolled,makingithardtoattributebehaviorstopretrainingversusRL,andsystematiccomputesweepsacrossbothstagesareprohibitivelyexpensive.Toaddressthesechallenges,weusechessasacontrolledtestbedforstudyingreasoningacrossthefullpretraining-to-post-trainingpipeline.WefollowthestandardLLMtrainingpipelinebypretraininglanguagemodelsfrom5Mto1Bparametersonhumanchessgames,supervisedfine-tuningonsyntheticreasoningtraces,andrunningRLonchesspuzzleswithverifiablerewards.Usingthisframework,wefindthatthepost-RLperformanceatgivenRLcomputeleveliswell-predictedfromthepretrainingloss,andslopeoftheRLrewardcurvesimprovesapproximatelylinearlywiththepretrainingtokens.Beyondscaling,wefindthatRLdoesnotsimplysharpentheSFTpolicy:oneasypuzzlesitamplifiescorrectmovestheSFTpolicyalreadypreferred,whileonhardpuzzlesitsurfacescorrectmovesthatwerenearlyabsentunderSFT.Wefurthertestwhetherourfindingstransferbeyondchessbytraininga1Blanguagemodelonmath-domaintext,wherethesamepredictivepatternemerges:longer-pretrainedcheckpointsreachhigherpost-RLperformanceandimprovefasterunderRL.Insum,weprovideaquantitativeaccountofthepretraining-to-RLinterfaceandacontrolledtestbedforstudyingthescienceofreasoningacrossthefullpretraining-to-post-trainingpipeline.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2607\.16097
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper2
#### pavelslab-nyu/Chess-SFT-Models Text Generation• Updatedabout 7 hours ago
#### pavelslab-nyu/Chess-Pretrain-Models Text Generation• Updatedabout 8 hours ago
Datasets citing this paper2
#### pavelslab-nyu/pretrain_v1_54B Updatedabout 8 hours ago • 1.01k • 1 #### pavelslab-nyu/chess_puzzle_benchmark Viewer• Updatedabout 7 hours ago • 2.36k • 387
Spaces citing this paper1
Collections including this paper2
Similar Articles
Understanding Reasoning from Pretraining to Post-Training
This paper investigates the relationship between pretraining and reinforcement learning (RL) post-training for large language models using chess as a controlled testbed. It establishes a scaling law connecting pretraining loss to post-RL performance and shows that RL amplifies correct moves on easy puzzles while surfacing new correct moves on hard ones.
How Post-Training Shapes Biological Reasoning Models
This paper investigates how post-training stages such as continued pre-training, supervised fine-tuning, and reinforcement learning affect generalization in biological reasoning models, finding that these stages have distinct impacts on in-domain and out-of-domain performance.
Probing the Origins of Reasoning Performance: Representational Quality for Mathematical Problem-Solving in RL vs. SFT Fine-Tuned Models
This paper investigates internal representational differences between RL and SFT fine-tuned models on mathematical reasoning, finding that RL models exhibit more linearly separable hidden states and hierarchical layer importance. Token allocation variability under repeated sampling suggests training pipeline dependence rather than RL vs SFT alone.
@DeFiMinty: Can Reinforcement Learning compensate for weak pretraining? Researchers tested this with chess puzzles, where every pro…
Researchers investigate how reinforcement learning (RL) interacts with pretraining quality, showing that stronger pretrained models benefit more from RL and that RL cannot fully compensate for weak pretraining. A joint scaling law is identified for pretraining and post-training compute allocation.
Revisiting Complete Reasoning Traces for Post-Training
This paper finds that large language models can gain reasoning improvements from truncated reasoning trajectories rather than full ones during post-training, reducing redundancy while benefiting methods like supervised fine-tuning and reinforcement learning.