SAGE: Steerable Agentic Data Generation for Deep Search with Execution Feedback
Fangyuan Xu, Rujun Han, Yanfei Chen, Zifeng Wang, I-Hung Hsu, Jun Yan, Vishy Tirumalashetty, Eunsol Choi, Tomas Pfister, Chen-Yu Lee
TL;DR
SAGE introduces a steerable two-agent framework that automatically generates high-quality, difficulty-controlled deep-search QA data by leveraging execution feedback from a solving search agent. By coupling a data generator with iterative feedback from the search agent, the approach improves the correctness and complexity of synthetic QAs and yields strong downstream gains when used to train deep search agents, including substantial gains on in-domain tasks and transfer abilities to Google Search at inference. Intrinsic analysis shows the generated data spans diverse reasoning strategies, while extrinsic evaluation demonstrates up to 27-29% relative improvements on multiple benchmarks across model sizes and domains. The work highlights the potential of execution-based data refinement to scale high-quality multi-hop QA data without costly human annotation, with practical implications for robust deep search systems.
Abstract
Deep search agents, which aim to answer complex questions requiring reasoning across multiple documents, can significantly speed up the information-seeking process. Collecting human annotations for this application is prohibitively expensive due to long and complex exploration trajectories. We propose an agentic pipeline that automatically generates high quality, difficulty-controlled deep search question-answer pairs for a given corpus and a target difficulty level. Our pipeline, SAGE, consists of a data generator which proposes QA pairs and a search agent which attempts to solve the generated question and provide execution feedback for the data generator. The two components interact over multiple rounds to iteratively refine the question-answer pairs until they satisfy the target difficulty level. Our intrinsic evaluation shows SAGE generates questions that require diverse reasoning strategies, while significantly increases the correctness and difficulty of the generated data. Our extrinsic evaluation demonstrates up to 23% relative performance gain on popular deep search benchmarks by training deep search agents with our synthetic data. Additional experiments show that agents trained on our data can adapt from fixed-corpus retrieval to Google Search at inference time, without further training.
