Summary
This paper introduces a hierarchical control-and-learning framework for deploying large language models inside agentic systems that must follow structured protocols while operating under memory, latency, and cost constraints. A compact model is first distilled to learn the required output schema, then supervised online by an oracle-controller loop. The controller monitors protocol validity and semantic performance, projects accumulated histories into a feasible prompt domain, and triggers lightweight oracle-supervised fine-tuning when drift occurs. This design separates schema learning for communication compatibility from semantic adaptation for task-level correction. The authors formalize prompt-domain feasibility and attention-induced saturation, arguing that systems should control the effective prompt state rather than rely on nominal context length. Using multi-fidelity Bayesian optimization as a controlled sequential testbed, the paper characterizes core deployment failure modes and demonstrates improved reliability and cost efficiency compared to non-hierarchical, distillation-only, and non-distilled baselines. Authored by Joan Vendrell Gallart, Russell Bent, and Michael Grosskopf, the work is available as arXiv preprint 2605.27703.
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.
The paper proposes a hierarchical control-and-learning framework:
1. Schema distillation: a compact model is first distilled to learn the required output schema.
2. Online oracle-controller supervision: the controller monitors protocol validity and semantic performance, projects accumulated histories into a feasible prompt domain, and triggers lightweight oracle-supervised fine-tuning under drift.
This separates schema learning for communication compatibility from semantic adaptation for task-level correction.
Key Contributions
- Formalizes prompt-domain feasibility and attention-induced saturation, arguing that systems should control the effective prompt state rather than rely on nominal context length.
- Uses multi-fidelity Bayesian optimization as a controlled sequential testbed.
- Characterizes core deployment failure modes and demonstrates improved reliability and cost efficiency compared to non-hierarchical, distillation-only, and non-distilled baselines.
---
*Auto-collected on 2026-05-29*
This page is an English static mirror generated for search and AI citation.
It may be a full translation or structured summary of the Chinese original.
Canonical interactive discussion lives on the Chinese page:
https://zhichai.net/topic/177980496