🤖 AI Summary
Deep research faces challenges including multi-step reasoning complexity and difficulty in cross-domain knowledge integration. To address these, we propose a multi-agent collaborative framework that models knowledge flow via a dynamic graph structure, enabling hierarchical subtask-driven decomposition, adaptive planning, and parallel exploration. A real-time feedback mechanism supports online evolution and regulation of knowledge flow. Our core contribution lies in the tight integration of dynamically constructed structured knowledge flow with multi-agent collaborative reasoning—balancing broad exploration and deep deductive reasoning. Evaluated on diverse benchmarks—including GAIA, HLE, GPQA, and TRQA—our approach achieves state-of-the-art performance across both general and scientific domains, significantly improving efficiency and accuracy in interdisciplinary research.
📝 Abstract
Deep research is an inherently challenging task that demands both breadth and depth of thinking. It involves navigating diverse knowledge spaces and reasoning over complex, multi-step dependencies, which presents substantial challenges for agentic systems. To address this, we propose FlowSearch, a multi-agent framework that actively constructs and evolves a dynamic structured knowledge flow to drive subtask execution and reasoning. FlowSearch is capable of strategically planning and expanding the knowledge flow to enable parallel exploration and hierarchical task decomposition, while also adjusting the knowledge flow in real time based on feedback from intermediate reasoning outcomes and insights. FlowSearch achieves state-of-the-art performance on both general and scientific benchmarks, including GAIA, HLE, GPQA and TRQA, demonstrating its effectiveness in multi-disciplinary research scenarios and its potential to advance scientific discovery. The code is available at https://github.com/Alpha-Innovator/InternAgent.