🤖 AI Summary
The rapid growth of post-training data and model scale has led to prohibitive computational costs and deployment challenges. Method: We propose Inverse Value Learning (IVL), a framework that models post-training behavior in the logits space and trains lightweight, transferable value networks—enabling capability enhancement without fine-tuning. IVL formalizes post-training as a value-function learning problem, designed for cross-model transferability across parameter scales, pretraining stages, and vocabulary families. It comprises four key components: inverse modeling at the logits layer, multi-model connectivity adaptation, few-shot demonstration-based training, and overfitting-suppressing regularization. Contribution/Results: Experiments demonstrate high fidelity in intra-family model transfer, effective cross-vocabulary generalization, and competitive performance—achieving over 98% of full-parameter fine-tuning accuracy on several tasks—while reducing computational cost by two orders of magnitude.
📝 Abstract
As post-training processes utilize increasingly large datasets and base models continue to grow in size, the computational demands and implementation challenges of existing algorithms are escalating significantly. In this paper, we propose modeling the changes at the logits level during post-training using a separate neural network (i.e., the value network). After training this network on a small base model using demonstrations, this network can be seamlessly integrated with other pre-trained models during inference, enables them to achieve similar capability enhancements. We systematically investigate the best practices for this paradigm in terms of pre-training weights and connection schemes. We demonstrate that the resulting value network has broad transferability across pre-trained models of different parameter sizes within the same family, models undergoing continuous pre-training within the same family, and models with different vocabularies across families. In certain cases, it can achieve performance comparable to full-parameter fine-tuning. Furthermore, we explore methods to enhance the transferability of the value model and prevent overfitting to the base model used during training.