Proxy Exploration and Reusable Guidance: A Modular LLM Post-Training Paradigm via Proxy-Guided Update Signals
Summary
Proposes PUST, a novel LLM post-training framework that decouples reward exploration from distribution alignment using a lightweight proxy model, enabling reusable update signals and efficient weak-to-strong enhancement across models.
View Cached Full Text
Cached at: 07/14/26, 08:13 AM
Paper page - Proxy Exploration and Reusable Guidance: A Modular LLM Post-Training Paradigm via Proxy-Guided Update Signals
Source: https://huggingface.co/papers/2607.11505 Published on Jul 13
·
Submitted byhttps://huggingface.co/fudaocheng
Fuon Jul 14
Abstract
Post-trainingisessentialforrefiningthedomain-specificcapabilitiesoflargelanguagemodels(LLMs),yetexistingrewardoptimizationanddistributionmatchingmethodstightlycouplepolicyexplorationwithdistributionalignment.Thiscouplingforcesexpensiveexplorationdirectlyonthepolicymodelandseverelyhinderstheasynchronousgeneration,reuse,andcross-modeltransferofoptimizationsignals.Inthispaper,weproposeProxy-guidedUpdateSignalTransfer(PUST),anovelpost-trainingframeworkthatfundamentallydecouplesupdate-signalexplorationfromdistributionalignment.Insteadofutilizingtheprimarymodelforcostlyexploration,PUSTemploysalightweightproxymodelasanefficienttestbedtodiscoverhigh-rewardbehaviors.Weextracttherelativeimprovementsignalbetweentheproxy’sinitialandoptimizedstates,transferringthisdirectionalupdatetotheprimarymodeltoguideitspolicyalignment.Thisdecoupledpipeline,comprisingproxyexploration,update-signalextraction,andsignaltransfer,significantlyreducescomputationaloverheadandenablesoptimizationsignalstobeasynchronouslygenerated,cached,andreused.Crucially,bytransferringrelativeimprovementsratherthanabsolutepolicydistributions,PUSTnaturallysupportsweak-to-strongimprovementandseamlesscross-modeltransfer.SystematicevaluationsonQwen3-familymodelsacrossmathandcodedomainsdemonstratethatupdatesignalsextractedfromsubstantiallyweakerproxiescanrobustlyandadjustablyenhancestrongerprimarymodels.Ultimately,PUSTtransformspost-trainingfromamonolithiconlineoptimizationprocessintoahighlymodular,reusable,andcost-efficientparadigm.
View arXiv pageView PDFAdd to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.11505 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.11505 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.11505 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Uncertainty-Aware LLM-Guided Policy Shaping for Sparse-Reward Reinforcement Learning
Proposes ULPS, a framework integrating a calibrated LLM into RL training with uncertainty-modulated guidance and A*-based symbolic trajectories, achieving improved success rate and sample efficiency on MiniGrid-UnlockPickup.
Forecasting Downstream Performance of LLMs With Proxy Metrics
This paper introduces proxy metrics based on token-level statistics from expert-written solutions to forecast downstream LLM performance, significantly outperforming loss-based methods in model selection, pretraining data selection, and training-time forecasting.
TEMPO: Temporal Enforcement via Mode-Separated Policy Optimization for Trustworthy LLM Backtesting
Proposes TEMPO, a policy optimization method that trains LLMs to reason exclusively from pre-cutoff information by using a two-mode reward and GRPO-based training, reducing knowledge leakage by 2–13% while improving task performance by 6–13%.
LLM-as-a-Tutor: Policy-Aware Prompt Adaptation for Non-Verifiable RL
LLM-as-a-Tutor introduces a framework that extends LLM's role from judge to tutor by dynamically adjusting prompt difficulty through pairwise comparison and constraint addition, improving instruction-following performance in reinforcement learning.
Neglected Free Lunch from Post-training: Progress Advantage for LLM Agents
This paper introduces 'progress advantage', an implicit advantage function derived from reinforcement learning post-training that enables effective step-level scoring for LLM agents without requiring dedicated reward model training. It outperforms confidence-based baselines and trained reward models across multiple benchmarks and model families.