AIApr 21, 2025

FlowReasoner: Reinforcing Query-Level Meta-Agents

arXiv:2504.15257v139 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

It addresses the problem of personalized multi-agent system generation for user queries, representing an incremental advance in automated reasoning systems.

The paper tackles automating the design of query-level multi-agent systems by proposing FlowReasoner, a meta-agent reinforced with external feedback, which achieves a 10.52% accuracy improvement over o1-mini across three benchmarks.

This paper proposes a query-level meta-agent named FlowReasoner to automate the design of query-level multi-agent systems, i.e., one system per user query. Our core idea is to incentivize a reasoning-based meta-agent via external execution feedback. Concretely, by distilling DeepSeek R1, we first endow the basic reasoning ability regarding the generation of multi-agent systems to FlowReasoner. Then, we further enhance it via reinforcement learning (RL) with external execution feedback. A multi-purpose reward is designed to guide the RL training from aspects of performance, complexity, and efficiency. In this manner, FlowReasoner is enabled to generate a personalized multi-agent system for each user query via deliberative reasoning. Experiments on both engineering and competition code benchmarks demonstrate the superiority of FlowReasoner. Remarkably, it surpasses o1-mini by 10.52% accuracy across three benchmarks. The code is available at https://github.com/sail-sg/FlowReasoner.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes