paper-with-me

Papers

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

2026-05-09 · Wenzhi Fang, Liangqi Yuan, Guangchen Lan, Dong-Jun Han, Christopher G. Brinton arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.08686

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PEAR: Permutation-Equivariant Adaptive Routing Multi-Agent Debate

2026-05-26 · Yang Feng, Ziwei Xu, Xia Hu, Fengxiang He arxiv

Multi-agent debate improves the reliability of large language models (LLMs) through iterative peer critiques. However, fixed topologies often introduce persistent positional biases, amplify unreliable agents, and cause h…

Parallelism Meets Adaptiveness: Scalable Documents Understanding in Multi-Agent LLM Systems

2025-07-22 · Chengxuan Xia, Qianye Wu, Sixuan Tian, Yilun Hao arxiv

Large language model (LLM) agents have shown increasing promise for collaborative task completion. However, existing multi-agent frameworks often rely on static workflows, fixed roles, and limited inter-agent communicati…

MA-CDMR: An Intelligent Cross-domain Multicast Routing Method based on Multiagent Deep Reinforcement Learning in Multi-domain SDWN

2024-08-27 · Miao Ye, Hongwen Hu, Xiaoli Wang, Yuping Wang 외

The cross-domain multicast routing problem in a software-defined wireless network with multiple controllers is a classic NP-hard optimization problem. As the network size increases, designing and implementing cross-domai…

Deep Reinforcement Learning

Statistical Scouting Finds Debate-Safe but Not Debate-Useful Cases: A Matched-Ceiling Study of Open-Weight LLM Reasoning Protocols

2026-05-10 · Julia Hu, Alfred Shen, Kumar Lakshmipathi arxiv

When should a language model answer directly, sample and vote, or engage in multi-agent debate? Recent work shows voting often explains much of the gain attributed to debate, while selective-debate systems activate delib…

ICRL: Learning to Internalize Self-Critique with Reinforcement Learning

2026-05-13 · Jianbo Lin, Xiaomin Yu, Yi Xin, Yifu Guo 외 arxiv

Large language model-based agents make mistakes, yet critique can often guide the same model toward correct behavior. However, when critique is removed, the model may fail again on the same query, indicating that it has …

Reinforcement LearningMathematical Reasoning