paper-with-me

홈 › Papers

Route, Communicate, and Reason: Gated Routing and Adaptive Depth for Efficient Multi-Agent Reasoning

2026-07-12 · Sudipto Ghosh, Tanmoy Chakraborty arxiv

Multi-agent ensembling multiplies active parameters and inference cost without answering three basic questions: which agents to consult, how deeply a query should traverse a hierarchy of agents, and when inter-agent communication is worth its cost. We present GRADE (Gated Routing and Adaptive Depth for Efficient Reasoning), a hierarchical multi-agent system in which four lightweight learned gates jointly govern agent selection, hierarchy depth, inter-agent communication, and branch pruning. Training uses CoGRPO (Collaborative Group-Relative Policy Optimization), a novel critic-free recipe that adapts GRPO to multi-agent hierarchies and assigns a shared advantage signal to every gate and agent that participated in a rollout. Agent models are drawn from a hot-swappable Expert Registry; per-agent calibration maps allow experts to be replaced at inference time without retraining. At $\sim$17B average active parameters, GRADE outperforms all baselines on GSM8K, MMLUPro, and GPQA, surpassing the strongest baseline by 4.8 points on MMLUPro at half the active compute. On AIME-2025, where model depth dominates, GRADE remains competitive to existing frameworks. Ablations isolate the hierarchy and masked cross-attention as the largest contributors to accuracy, and show that per-agent calibration is necessary for safe hot-swapping.

📄 PDF Abstract BibTeX arXiv:2607.10836

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TCAndon-Router: Adaptive Reasoning Router for Multi-Agent Collaboration

2026-01-08 · Jiuzhou Zhao, Chunrong Chen, Chenqi Qiao, Lebin Zheng 외 arxiv

Multi-Agent Systems(MAS) have become a powerful paradigm for building high performance intelligent applications. Within these systems, the router responsible for determining which expert agents should handle a given quer…

PR2: Predictive Routing Replay for MoE-Based LLM Reinforcement Learning

2026-05-29 · Daize Dong, Junlin Chen, Haolong Jia, Jiang Liu 외 arxiv

Mixture of Experts (MoE) Large Language Models (LLMs) achieve strong performance at scale. However, reinforcement learning (RL) on MoE-based LLMs often suffers from training instability. A root cause is router drift, i.e…

Reinforcement Learning

ThinkRouter: Efficient Reasoning via Routing Thinking between Latent and Discrete Spaces

2026-02-12 · Xin Xu, Tong Yu, Xiang Chen, Haoliang Wang 외 arxiv

Recent work explores latent reasoning to improve reasoning efficiency by replacing explicit reasoning trajectories with continuous representations in a latent space, yet its effectiveness varies across settings. Analysis…

EvolveRouter: Co-Evolving Routing and Prompt for Multi-Agent Question Answering

2026-04-06 · Jiatan Huang, Zheyuan Zhang, Kaiwen Shi, Yanfang Ye 외 arxiv

Large language model agents often exhibit complementary strengths, making routing a promising approach for multi-agent question answering. However, existing routing methods remain limited in two important ways: they typi…

Question Answering

Model Routing as a Trust Problem: Route Receipts for Adaptive AI Systems

2026-05-03 · Vincent Schmalbach arxiv

AI products often route requests through version aliases, service tiers, tool choices, regional endpoints, fallback rules, or safety handling before responding. These routing steps are documented product surfaces in seve…