AI Agents 相关度: 9/10

AgentDropoutV2: Optimizing Information Flow in Multi-Agent Systems via Test-Time Rectify-or-Reject Pruning

Yutong Wang, Siyuan Xiong, Xuebo Liu, Wenkang Zhou, Liang Ding, Miao Zhang, Min Zhang
arXiv: 2602.23258v1 发布: 2026-02-26 更新: 2026-02-26

AI 摘要

AgentDropoutV2通过纠正或拒绝机制,动态优化多智能体系统中的信息流,提高任务性能。

主要贡献

  • 提出了一种test-time rectify-or-reject pruning框架AgentDropoutV2
  • 使用检索增强的纠正器来迭代纠正错误
  • 通过实验验证了该方法在数学基准测试上的有效性

方法论

AgentDropoutV2在测试时拦截智能体输出,使用检索增强纠正器进行错误修正,并对不可修复的输出进行剪枝,以防止错误传播。

原文摘要

While Multi-Agent Systems (MAS) excel in complex reasoning, they suffer from the cascading impact of erroneous information generated by individual participants. Current solutions often resort to rigid structural engineering or expensive fine-tuning, limiting their deployability and adaptability. We propose AgentDropoutV2, a test-time rectify-or-reject pruning framework designed to dynamically optimize MAS information flow without retraining. Our approach acts as an active firewall, intercepting agent outputs and employing a retrieval-augmented rectifier to iteratively correct errors based on a failure-driven indicator pool. This mechanism allows for the precise identification of potential errors using distilled failure patterns as prior knowledge. Irreparable outputs are subsequently pruned to prevent error propagation, while a fallback strategy preserves system integrity. Empirical results on extensive math benchmarks show that AgentDropoutV2 significantly boosts the MAS's task performance, achieving an average accuracy gain of 6.3 percentage points on math benchmarks. Furthermore, the system exhibits robust generalization and adaptivity, dynamically modulating rectification efforts based on task difficulty while leveraging context-aware indicators to resolve a wide spectrum of error patterns. Our code and dataset are released at https://github.com/TonySY2/AgentDropoutV2.

标签

multi-agent systems error correction information flow pruning

arXiv 分类

cs.AI cs.CL