Programming by Backprop: An Instruction Is Worth 100 Examples When Finetuning LLMs

Abstract

Large language models (LLMs) are typically trained to acquire behaviours from demonstrations or experience, yet much of their training data is declarative: instructions, rules, and descriptions that specify behaviours without showing how to execute them. We introduce **Programming by Backprop (PBB)**: a training regime that enables LLMs to acquire *procedural* knowledge (i.e., reusable behaviours) from *declarative* instructions encountered during training. With PBB, instructions in training data provide an opportunity to "program" specific behaviours into model weights. The core principle underpinning PBB is the separation of learning how instructions map to behaviour from internalising new instructions. We devise two distinct PBB curricula that leverage this principle. Through controlled experiments across two domains (algorithmic execution from Python source code and text generation from context-free grammars), we demonstrate the benefit of these curricula over training on a homogeneous data mixture. Crucially, PBB is highly sample efficient, with *a single instruction substituting for up to 100 execution examples*. Though execution of instructions in training data remains less reliable than when instructions are given in-context, our results demonstrate that procedural knowledge can be noisily `programmed' into LLMs through PBB, with important implications for data curation and safety.

Cite

Text

Cook et al. "Programming by Backprop: An Instruction Is Worth 100 Examples When Finetuning LLMs." International Conference on Learning Representations, 2026.

Markdown

[Cook et al. "Programming by Backprop: An Instruction Is Worth 100 Examples When Finetuning LLMs." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/cook2026iclr-programming/)

BibTeX

@inproceedings{cook2026iclr-programming,
  title     = {{Programming by Backprop: An Instruction Is Worth 100 Examples When Finetuning LLMs}},
  author    = {Cook, Jonathan and Sapora, Silvia and Ahmadian, Arash and Khan, Akbir and Rocktäschel, Tim and Foerster, Jakob Nicolaus and Ruis, Laura},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/cook2026iclr-programming/}
}