Paper Overview
Field: LLM Authors: Joan Vendrell Gallart, Russell Bent, Michael Grosskopf Published: 2026-05-28 arXiv: 2605.27703
Abstract
Large Language Models are increasingly deployed inside agentic systems, where they must follow structured protocols, adapt to evolving states, and operate under memory, latency, and cost constraints. In such regimes, prompt extension is unreliable: growing contexts can push compact models outside their effective prompt domain, while deployment-time fine-tuning remains limited by scarce data and compute.
Framework
The proposed hierarchical control-and-learning framework works as follows:
1. Schema distillation: A compact model is first distilled to learn the required output schema. 2. Oracle-controller loop: The model is then supervised online by a controller that monitors protocol validity and semantic performance. 3. Prompt-domain projection: The controller projects accumulated histories into a feasible prompt domain. 4. Drift-triggered fine-tuning: When drift is detected, the controller triggers lightweight oracle-supervised fine-tuning.
This separates schema learning (for communication compatibility) from semantic adaptation (for task-level correction).
Theoretical Contributions
- Formalization of prompt-domain feasibility
- Analysis of attention-induced saturation
- The argument that systems should control the *effective* prompt state rather than relying on nominal context length
Evaluation
The authors use multi-fidelity Bayesian optimization as a controlled sequential testbed, characterizing core deployment failure modes and demonstrating improved reliability and cost efficiency compared to non-hierarchical, distillation-only, and non-distilled baselines.
--- *Auto-collected on 2026-05-29*