Value-Based Pre-Training with Downstream Feedback
Shuqi Ke, Giulia Fanti
TL;DR
Value-Based Pre-Training with Downstream Feedback (V-Pretraining) introduces a lightweight task designer that, trained on a small set of verifiable downstream tasks, reshapes the pretraining signal so that each unlabeled gradient step aligns with downstream value. The approach uses an influence-style first-order objective, $\mathcal{V}(\phi; \theta) = g_{down}(\theta)^\top g_{pre}(\theta; \phi)$, to update the designer while the learner remains trained on unlabeled data, effectively turning a large open-loop pretraining process into a controlled trajectory toward desired capabilities. Empirically, V-Pretraining yields tangible gains in language reasoning (GSM8K) and dense-vision tasks (ADE20K, NYUv2) under fixed compute budgets, with modest overhead and robust generalization across tasks and model sizes. The work highlights a scalable path to compute-efficient capability shaping, bridging pretraining and alignment, and suggests directions for handling non-differentiable feedback and stronger post-training integration.
Abstract
Can a small amount of verified goal information steer the expensive self-supervised pretraining of foundation models? Standard pretraining optimizes a fixed proxy objective (e.g., next-token prediction), which can misallocate compute away from downstream capabilities of interest. We introduce V-Pretraining: a value-based, modality-agnostic method for controlled continued pretraining in which a lightweight task designer reshapes the pretraining task to maximize the value of each gradient step. For example, consider self-supervised learning (SSL) with sample augmentation. The V-Pretraining task designer selects pretraining tasks (e.g., augmentations) for which the pretraining loss gradient is aligned with a gradient computed over a downstream task (e.g., image segmentation). This helps steer pretraining towards relevant downstream capabilities. Notably, the pretrained model is never updated on downstream task labels; they are used only to shape the pretraining task. Under matched learner update budgets, V-Pretraining of 0.5B--7B language models improves reasoning (GSM8K test Pass@1) by up to 18% relative over standard next-token prediction using only 12% of GSM8K training examples as feedback. In vision SSL, we improve the state-of-the-art results on ADE20K by up to 1.07 mIoU and reduce NYUv2 RMSE while improving ImageNet linear accuracy, and we provide pilot evidence of improved token efficiency in continued pretraining.
