Scaffolded Language Models with Language Supervision for Mixed-Autonomy: A Survey
Matthieu Lin, Jenny Sheng, Andrew Zhao, Shenzhi Wang, Yang Yue, Victor Shea Jay Huang, Huan Liu, Jun Liu, Gao Huang, Yong-Jin Liu
TL;DR
This survey introduces scaffolded language models with language supervision, a semi-parametric paradigm where post-trained LMs are coupled with non-parametric variables such as prompts and tools updated through natural-language feedback. It distinguishes parametric training (weights) from non-parametric, language-space optimization, and surveys three strands: prompt optimization, experiential learning, and AutoDiff-style frameworks within agents and workflows. A unifying taxonomy of scaffolded LMs—focusing on mixed-autonomy settings where humans and AI share control—leads to a review of benchmarks and real-world deployments like Copilot-style assistants. The authors advocate streaming learning from language, continual non-parametric updates, and interpretable, human-in-the-loop adaptation as key advantages over traditional parametric training, while calling out limitations and future directions for scaling, efficiency, and multi-modal extensions.
Abstract
This survey organizes the intricate literature on the design and optimization of emerging structures around post-trained LMs. We refer to this overarching structure as scaffolded LMs and focus on LMs that are integrated into multi-step processes with tools. We view scaffolded LMs as semi-parametric models wherein we train non-parametric variables, including the prompt, tools, and scaffold's code. In particular, they interpret instructions, use tools, and receive feedback all in language. Recent works use an LM as an optimizer to interpret language supervision and update non-parametric variables according to intricate objectives. In this survey, we refer to this paradigm as training of scaffolded LMs with language supervision. A key feature of non-parametric training is the ability to learn from language. Parametric training excels in learning from demonstration (supervised learning), exploration (reinforcement learning), or observations (unsupervised learning), using well-defined loss functions. Language-based optimization enables rich, interpretable, and expressive objectives, while mitigating issues like catastrophic forgetting and supporting compatibility with closed-source models. Furthermore, agents are increasingly deployed as co-workers in real-world applications such as Copilot in Office tools or software development. In these mixed-autonomy settings, where control and decision-making are shared between human and AI, users point out errors or suggest corrections. Accordingly, we discuss agents that continuously improve by learning from this real-time, language-based feedback and refer to this setting as streaming learning from language supervision.
