Experience as a Compass: Multi-agent RAG with Evolving Orchestration and Agent Prompts
AI 摘要
HERA通过进化多智能体RAG的编排和提示,提升复杂推理任务的性能。
主要贡献
- 提出HERA框架,联合进化多智能体编排和角色提示
- 引入角色感知提示进化,通过信用分配和双轴适应优化智能体行为
- 在多个知识密集型基准测试中显著提升性能并保持泛化能力
方法论
采用分层框架,通过奖励引导采样优化智能体拓扑,并利用角色感知提示进化优化智能体行为。
原文摘要
Multi-agent Retrieval-Augmented Generation (RAG), wherein each agent takes on a specific role, supports hard queries that require multiple steps and sources, or complex reasoning. Existing approaches, however, rely on static agent behaviors and fixed orchestration strategies, leading to brittle performance on diverse, multi-hop tasks. We identify two key limitations: the lack of continuously adaptive orchestration mechanisms and the absence of behavior-level learning for individual agents. To this end, we propose HERA, a hierarchical framework that jointly evolves multi-agent orchestration and role-specific agent prompts. At the global level, HERA optimizes query-specific agent topologies through reward-guided sampling and experience accumulation. At the local level, Role-Aware Prompt Evolution refines agent behaviors via credit assignment and dual-axes adaptation along operational and behavioral principles, enabling targeted, role-conditioned improvements. On six knowledge-intensive benchmarks, HERA achieves an average improvement of 38.69\% over recent baselines while maintaining robust generalization and token efficiency. Topological analyses reveal emergent self-organization, where sparse exploration yields compact, high-utility multi-agent networks, demonstrating both efficient coordination and robust reasoning.