🤖 AI Summary
Existing deep research agents are constrained by static environments, fact-retrieval tasks, and inefficient reinforcement learning, limiting their ability to emulate authentic scientific inquiry. This work proposes a four-dimensional collaborative framework: it constructs a dynamic adversarial simulation environment featuring temporal evolution and injected misinformation; designs science-discovery-oriented tasks; introduces a self-reflective meta-reward mechanism that jointly optimizes answer correctness, reasoning efficiency, and tool diversity; and employs a heterogeneous multi-agent architecture—Scout, Filter, and Synthesizer—to enable collaborative research. Leveraging LiteResearcher and GRPO-based reinforcement learning with a zero-marginal-API-cost training strategy, the approach achieves significant performance gains on GAIA and Xbench-DS while enhancing the agent’s cognitive robustness in adversarial settings.
📝 Abstract
Deep research agents have demonstrated remarkable capabilities in autonomous information gathering and synthesis, yet their training remains constrained by the static nature of simulated environments, the limits of fact-retrieval-only task designs, and the inefficiency of outcome-based reinforcement learning. In this work, we propose MetaResearcher, a novel framework that scales deep research agent training across four synergistic dimensions. First, we introduce an Evolving Virtual World that injects temporal dynamics and adversarial misinformation into the training environment, forcing agents to develop source credibility assessment and temporal conflict resolution skills. Second, we design Discovery-Oriented Tasks -- including hypothesis generation and contradiction resolution -- that transcend simple fact retrieval and push agents toward genuine research behaviors. Third, we propose a Self-Reflective Meta-Reward mechanism within the GRPO framework that jointly optimizes for answer correctness, search path efficiency, reflection depth, and tool call diversity, directly addressing the repetitive action loop problem observed in prior work. Fourth, we introduce a Heterogeneous Multi-Agent Swarm architecture comprising specialized Scout, Filter, and Synthesizer models that learn collaborative research strategies through coordinated reinforcement learning. Built upon the LiteResearcher infrastructure, MetaResearcher requires zero marginal API cost for training while targeting substantial improvements in both benchmark performance (GAIA, Xbench-DS) and epistemic robustness under adversarial conditions. We present the complete framework design, training methodology, and planned experimental validation.