SiriuS: Self-improving Multi-agent Systems via Bootstrapped Reasoning
Wanjia Zhao, Mert Yuksekgonul, Shirley Wu, James Zou
TL;DR
SiriuS addresses the challenge of optimizing multi-agent LLM systems by learning from outcome-driven interaction trajectories rather than intermediate steps. It introduces an experience library of high-quality reasoning trajectories and a trajectory augmentation mechanism to enrich training data, enabling iterative self-improvement through fine-tuning. Empirical results demonstrate significant gains in reasoning accuracy and biomedical QA, as well as improved negotiation performance in competitive settings, across multiple domains and backbone models. The framework also shows robust generalization to new configurations, offering a scalable data-generation pipeline for self-correction and self-play enhancement in future multi-agent AI systems.
Abstract
Multi-agent AI systems powered by large language models (LLMs) are increasingly applied to solve complex tasks. However, these systems often rely on fragile, manually designed prompts and heuristics, making optimization difficult. A key challenge in optimizing multi-agent systems is acquiring suitable training data for specialized agents. We introduce SiriuS, a self-improving, reasoning-driven optimization framework for multi-agent systems. Central to our approach is the construction of an experience library: a repository of high-quality reasoning trajectories. The library is built by retaining reasoning steps that lead to successful outcomes, providing a robust training set for optimizing multi-agent system. Additionally, we introduce a library augmentation procedure that refines unsuccessful trajectories, further enriching the library. SiriuS boosts performance by 2.86\% to 21.88\% on reasoning and biomedical QA and enhances agent negotiation in competitive settings. Our results show that SiriuS enhances multi-agent performance while generating reusable data for self-correction and self-play enhancement in the future.
