Iterative Critique-and-Routing Controller for Multi-Agent Systems with Heterogeneous LLMs

📅 2026-05-09
📈 Citations: 0
Influential: 0
📄 PDF

career value

220K/year
🤖 AI Summary
Existing controller designs in multi-agent large language model systems typically support only one-shot routing and lack the capacity for critical evaluation and iterative refinement of intermediate outputs. This work reframes multi-agent collaboration as a sequential decision-making problem and introduces the first controller that integrates both critique and routing functionalities, iteratively assessing the current draft and dynamically selecting the optimal agent for refinement. The approach is grounded in a constrained finite-horizon Markov decision process, trained with a composite reward function and Lagrangian relaxation-based policy gradient methods. Evaluated across seven reasoning benchmarks, the proposed method significantly narrows the performance gap with the strongest single model while using fewer than 25% of its inference calls, achieving efficient and controllable collaborative reasoning.
📝 Abstract
Multi-agent large language model (LLM) systems often rely on a controller to coordinate a pool of heterogeneous models, yet existing controllers are typically limited to one-shot routing: they select a model once and return its output directly. Such routing-only designs provide no mechanism to critique intermediate drafts or support iterative refinement. To address this limitation, we propose a critique-and-routing controller that casts multi-agent coordination as a sequential decision problem. At each turn, the controller evaluates the current draft, decides whether to stop or continue, and, if needed, selects the next agent for further refinement. We formulate this process as a finite-horizon Markov Decision Process (MDP) with explicit agent-utilization constraints, design a composite reward for controller decisions across turns, and optimize the controller via policy gradients under a Lagrangian-relaxed objective. Extensive experiments across multiple heterogeneous multi-agent systems and seven reasoning benchmarks show that our method consistently outperforms state-of-the-art baselines and substantially narrows the gap to the strongest agent, while using it for fewer than 25% of total calls.
Problem

Research questions and friction points this paper is trying to address.

multi-agent systems
heterogeneous LLMs
iterative refinement
critique mechanism
controller design
Innovation

Methods, ideas, or system contributions that make the work stand out.

Iterative Critique
Routing Controller
Heterogeneous LLMs
Markov Decision Process
Multi-Agent Coordination
🔎 Similar Papers
No similar papers found.