Flash-Searcher: Fast and Effective Web Agents via DAG-Based Parallel Execution
Abstract
Large language models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks when equipped with external tools. However, current frameworks predominantly rely on sequential processing, leading to inefficient execution particularly for tasks requiring extensive tool interaction. This paper introduces Flash-Searcher, a novel parallel agent reasoning framework that fundamentally reimagines the execution paradigm from sequential chains to directed acyclic graphs (DAGs). Flash-Searcher decomposes complex tasks into subtasks with explicit dependencies, enabling concurrent execution of independent reasoning paths while maintaining logical constraints. Through dynamic workflow optimization, our framework continuously refines the execution graph based on intermediate results, effectively integrating summary module. Comprehensive evaluations across multiple benchmarks demonstrate that Flash-Searcher consistently outperforms existing approaches. Specifically, it achieves **67.7%** accuracy on BrowseComp and **83%** on xbench-DeepSearch, while reducing agent execution steps by up to **35%** compared to current frameworks. Furthermore, when distilling this parallel reasoning pipeline into single models, we observe substantial performance gains across diverse backbone architectures, underscoring the generalizability of our methodology. We propose a scalable and efficient paradigm for complex reasoning, advancing agent architecture design with our source code publicly available at https://github.com/OPPO-PersonalAI/Flash-Searcher.
Cite
Text
Qin et al. "Flash-Searcher: Fast and Effective Web Agents via DAG-Based Parallel Execution." International Conference on Learning Representations, 2026.Markdown
[Qin et al. "Flash-Searcher: Fast and Effective Web Agents via DAG-Based Parallel Execution." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/qin2026iclr-flashsearcher/)BibTeX
@inproceedings{qin2026iclr-flashsearcher,
title = {{Flash-Searcher: Fast and Effective Web Agents via DAG-Based Parallel Execution}},
author = {Qin, Tianrui and Chen, Qianben and Wang, Sinuo and Xing, He and Zhu, King and Zhu, He and Shi, Dingfeng and Liu, Xinxin and Zhang, Ge and Liu, Jiaheng and Gao, Xitong and Jiang, Yuchen Eleanor and Zhou, Wangchunshu},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/qin2026iclr-flashsearcher/}
}