INQUIRING LINE

Can prompting unlock compositional skills that pretraining already learned?

This explores whether prompting acts as a key that activates compositional abilities a model already absorbed during pretraining — versus actually teaching the model something new.


This explores whether prompting unlocks latent skills from pretraining rather than adding new ones — and the corpus comes down firmly on the side of activation, with a sharp ceiling. The clearest statement is that prompt optimization retrieves what's already there but cannot inject what isn't: no prompt strategy compensates for foundational knowledge that was never in the training data, it can only reorganize what exists Can prompt optimization teach models knowledge they lack?. So the answer to 'can prompting unlock skills pretraining learned?' is yes — but only those. The skill has to already be latent.

What's striking is how little signal it takes to flip the switch. A single training example can boost math accuracy from 36% to over 73% and keep improving long after training accuracy saturates — evidence that the skill was sitting dormant and a minimal activation cue released it Can a single training example unlock mathematical reasoning?. Even appending an emotional phrase like 'this is very important to my career' reliably lifts performance, working through motivational framing rather than any new information Can emotional phrases in prompts improve language model performance?. Both point the same direction: the capability is pre-loaded, and prompting is choosing which latent behavior to surface.

But here's the turn that makes this question worth asking — what pretraining actually loaded may be thinner than 'compositional skill' suggests. Chain-of-thought, the canonical example of prompted reasoning, looks less like genuine novel inference and more like constrained imitation of reasoning patterns seen in training; performance degrades predictably under distribution shift, the signature of pattern-matching rather than real composition Does chain-of-thought reasoning reveal genuine inference or pattern matching?. Instruction tuning tells a parallel story: models trained on semantically empty or deliberately wrong instructions perform about as well as those given correct ones, meaning what transfers is knowledge of the output format, not task understanding Does instruction tuning teach task understanding or output format?. So prompting may be unlocking the *form* of a skill more than the skill itself.

The deeper lever sits in what pretraining deposits in the first place. Reasoning generalization traces back to broad, transferable procedural knowledge spread across many documents — not narrow factual recall — which explains why prompting can reliably re-evoke reasoning but can't conjure facts the model never memorized Does procedural knowledge drive reasoning more than factual retrieval?. And whether a cue even lands is predictable: keyword priming after learning is forecastable from pre-learning probability, with a threshold below which the prompt simply has nothing to grab onto Can we predict keyword priming before learning happens?. Which way the question resolves also depends on which question you ask — instance-adaptive analysis shows step-by-step prompting helps only when the question's semantics flow into the prompt structure first; for simple questions, prompting the reasoning form actively hurts Why do some questions perform better without step-by-step reasoning?.

The most interesting frontier is whether you even need a prompt to do the unlocking. Self-adaptive models compose task-specific expert vectors at inference by tuning singular values, mixing latent skills dynamically without a clever prompt at all Can models dynamically activate expert skills at inference time? — and rather than relying on prompting to extract reasoning after the fact, newer work plants chain-of-thought directly into pretraining with information-gain rewards, lifting reasoning ~19% Can chain-of-thought reasoning be learned during pretraining itself?. The thread across all of it: prompting is a retrieval key, powerful but bounded by what pretraining deposited — and the more ambitious bet is to load richer, more composable skills earlier so there's more for any key to unlock.


Sources 10 notes

Can prompt optimization teach models knowledge they lack?

Prompting works entirely within a model's pre-existing training distribution and cannot supply domain knowledge absent from training data. This creates a hard ceiling: no prompt strategy can compensate for missing foundational knowledge, only reorganize what already exists.

Can a single training example unlock mathematical reasoning?

A single example in RLVR boosts math performance from 36% to 73.6% and enables test accuracy to improve for 1,400 steps after training accuracy reaches 100%, revealing that minimal activation signals unlock latent reasoning capability.

Can emotional phrases in prompts improve language model performance?

Testing EmotionPrompt across ChatGPT, Bard, and Llama 2 showed consistent performance gains from appending psychological phrases like "This is very important to my career." The effect works through motivational framing rather than new information, with positive emotional words driving over 50% of improvements.

Does chain-of-thought reasoning reveal genuine inference or pattern matching?

CoT works by constraining models to reproduce familiar reasoning patterns from training, not by enabling novel symbolic reasoning. Performance degrades predictably under distribution shifts—the signature of imitation rather than capability emergence.

Does instruction tuning teach task understanding or output format?

Models trained on semantically empty or deliberately incorrect instructions achieve comparable performance to those trained on full correct instructions, achieving 43% vs random baseline 42.6%. The semantic content of instructions appears largely irrelevant; what transfers is knowledge of the output space.

Does procedural knowledge drive reasoning more than factual retrieval?

Analysis of 5 million pretraining documents shows reasoning relies on broad, transferable procedural knowledge from diverse sources, unlike factual recall which depends on narrow, document-specific memorization of target facts.

Can we predict keyword priming before learning happens?

Pre-learning keyword probability strongly predicts post-learning priming across architectures and model sizes, with a ~10^-3 threshold separating contexts where priming occurs from those where it doesn't. Just 3 training exposures suffice to establish the effect.

Why do some questions perform better without step-by-step reasoning?

Saliency analysis reveals that CoT prompting fails when question information doesn't aggregate into the prompt structure before reasoning begins. For simple questions, direct question-to-answer flow outperforms step-by-step reasoning, showing the optimal prompt depends on question type, not just task category.

Can models dynamically activate expert skills at inference time?

Transformer2 demonstrates that tuning only singular values within weight matrices produces composable expert vectors that dynamically mix at inference without interference, outperforming LoRA with fewer parameters and enabling continual specialization.

Can chain-of-thought reasoning be learned during pretraining itself?

RLP treats CoT as exploratory action during pretraining, using log-likelihood improvement as verifier-free reward. Applied to Qwen3-1.7B and Nemotron-Nano-12B, the method improves math and science benchmarks substantially, suggesting reasoning can be planted earlier in training.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a research analyst re-testing whether prompting unlocks compositional skills that pretraining already learned. This question spans 2023–2026 in a curated arXiv library; the findings below are DATED CLAIMS, not current truth.

What a curated library found — and when:
• A single training example boosts math accuracy from 36% to >73%, indicating latent skill activation rather than new knowledge injection (~2025).
• Chain-of-thought reasoning appears to be constrained imitation of training patterns, not genuine abstract inference; performance degrades predictably under distribution shift (~2026).
• Instruction tuning teaches output format distribution, not task understanding; models trained on semantically empty or wrong instructions perform comparably to correct ones (~2023).
• Procedural knowledge spread across pretraining documents drives reasoning generalization; prompting cannot retrieve facts never memorized (~2024).
• Self-adaptive LLMs compose expert vectors at inference via singular-value tuning, bypassing prompt-based retrieval altogether (~2025).

Anchor papers (verify; mind their dates):
• arXiv:2305.11383 (2023): Do Models Really Learn to Follow Instructions?
• arXiv:2504.20571 (2025): Reinforcement Learning for Reasoning with One Training Example
• arXiv:2506.02878 (2026): CoT is Not True Reasoning
• arXiv:2501.06252 (2025): Transformer2: Self-adaptive LLMs

Your task:
(1) RE-TEST EACH CONSTRAINT. For every finding above, judge whether newer models (o3, Gemini 3, Llama 4), training methods (DPO, constitutional AI, RL pretraining), tooling (adaptive routing, speculative decoding), orchestration (retrieval-augmented generation, multi-agent composition), or evaluation have since relaxed or overturned it. Distinguish the durable question—*do latent skills exist, and can prompts reliably surface them?*—from perishable limitations about which prompts work when. Cite what changed.
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months. Does any recent paper argue prompting *does* inject new knowledge, or that compositional skill is not pre-loaded?
(3) Propose 2 research questions that ASSUME the frontier has moved: e.g., "Can in-context learning now compose skills *not* present individually in pretraining?" or "Do multi-agent or agentic workflows sidestep the activation-ceiling entirely?"

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines