On Distinguishing Capability Elicitation from Capability Creation in Post-Training: A Free-Energy Perspective
Summary
This paper proposes a framework to distinguish between capability elicitation and creation in large language model post-training using a free-energy perspective, arguing that supervised fine-tuning and reinforcement learning often reweight existing behaviors rather than creating new ones.
View Cached Full Text
Cached at: 05/12/26, 07:11 AM
# On Distinguishing Capability Elicitation from Capability Creation in Post-Training: A Free-Energy Perspective Source: [https://arxiv.org/abs/2605.08368](https://arxiv.org/abs/2605.08368) [View PDF](https://arxiv.org/pdf/2605.08368) > Abstract:Debates about large language model post\-training often treat supervised fine\-tuning \(SFT\) as imitation and reinforcement learning \(RL\) as discovery\. But this distinction is too coarse\. What matters is whether a training procedure increases the probability of behaviors the pretrained model could already produce, or whether it changes what the model can practically reach\. We argue that post\-training research should distinguish between capability elicitation and capability creation\. We make this distinction operational by introducing the notion of accessible support: the set of behaviors that a model can practically produce under finite budgets\. Post\-training that reweights behaviors within this support is capability elicitation; whereas changing the support itself corresponds to capability creation\. We develop this argument through a free\-energy view of post\-training\. SFT and RL can both be seen as reweighting a pretrained reference distribution, only with different external signals\. Demonstration signals define low\-energy behavior for SFT, and reward signals define low\-energy behavior for RL\. When the update remains close to the base model, the main effect is local reweighting, not capability creation\. Within this framework, the central question is no longer whether post\-training is framed as SFT or RL, but whether it reweights behaviors already within reach, or instead expands the model's reachable behavioral space through search, interaction, tool use, or the incorporation of new information\. ## Submission history From: Yuhao Li \[[view email](https://arxiv.org/show-email/00adf26b/2605.08368)\] **\[v1\]**Fri, 8 May 2026 18:23:25 UTC \(55 KB\)
Similar Articles
ReAD: Reinforcement-Guided Capability Distillation for Large Language Models
This paper introduces ReAD, a reinforcement-guided capability distillation framework that optimizes token budgets by accounting for cross-capability transfer in large language models. It demonstrates improved downstream utility and reduced harmful spillover compared to existing baselines.
Self-Improving is Often Sudden: Enlightenment-style Finetuning for Large-Scale Models
This paper introduces Enlightenment, a training-free post-tuning method for large-scale models that modifies shortcuts in key modules without weight updates, achieving sudden capability boosts. It demonstrates effectiveness across LLMs and VLMs via attention head-mixing and scalar-modulated residual connections.
Constructed Reality, Contested Priors: Decoupling and the Architecture of Cognitive Relapse Under the Free Energy Principle
This paper investigates the concept of 'ontological inversion' under the free energy principle, using a convolutional variational autoencoder to explore whether a synthetic environment can permanently replace a system's default generative model. The study finds a decoupling between representational accuracy and default behavior, introducing the phenomenon of 'cognitive relapse' where the system partially reverts to its original model.
Energy Generative Modeling: A Lyapunov-based Energy Matching Perspective
This paper proposes a unified framework for energy-based generative models by casting density transport as a nonlinear control problem with KL divergence as a Lyapunov function. It derives finite-step stopping criteria and demonstrates how nonlinear control theory tools can be applied to static scalar energy models.
Label-Free Reinforcement Learning via Cross-Model Entropy
Proposes Cross-Model Entropy (CME) as a label-free reward signal for reinforcement learning post-training of large language models, enabling open-ended instruction following without ground-truth verifiers or human preference labels.