# WebSwarm: Recursive Multi-Agent Orchestration for Deep-and-Wide Web Search
> Ficha editorial pública de Research IA. Estado: Lectura primaria completa. La interpretación editorial no sustituye la fuente primaria.

- Página canónica: https://luiseduardodemiguel.com/research-ia/papers/webswarm-recursive-multi-agent-orchestration-for-deep-and-wide-web-searc
- Fuente primaria: https://arxiv.org/html/2607.08662v1
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Xiaoshuai Song, Liancheng Zhang, Kangzhi Zhao, Yutao Zhu, Zhongyuan Wang, Guanting Dong, Jinghan Yang, Han Li, Kun Gai, Ji-Rong Wen, Zhicheng Dou
- Fecha del corte: 9 JULIO 2026.
- Área: AGENTES · RAG

## Tesis y contexto

Sistema de búsqueda web que crea agentes recursivamente según progresa la investigación. Combina descomposición, expansión de nuevas líneas de búsqueda y colaboración dinámica, evitando que un único agente acumule una trayectoria excesivamente larga.

- Problema: Los search agents suelen sacrificar profundidad para ganar cobertura, o cobertura para mantener profundidad.
- Por qué importa: Es relevante para la transición de los buscadores hacia sistemas que construyen respuestas, informes y mapas completos de información. También afecta a cómo marcas y contenidos serán descubiertos y citados dentro de asistentes.

## Evidencia reportada

- **reported-result**: As shown in Table 1 , WebSwarm achieves the best or competitive results across four benchmarks, consistently outperforming both single-agent ReAct and multi-agent baselines. [localizador](https://arxiv.org/html/2607.08662#Sx4)
- **reported-result**: On BrowseComp-Plus, WebSwarm improves over ReAct by 17.50 accuracy points and outperforms the strongest multi-agent baseline by 3.50 points. [localizador](https://arxiv.org/html/2607.08662#Sx4)
- **reported-result**: This gain is primarily attributed to the deep search mode, where the searcher agent iteratively shifts exploration perspectives and refines candidate hypotheses in a sequential manner, while an independent verifier adversarially evaluates and filters candidate answers, leading to deeper web information exploration. [localizador](https://arxiv.org/html/2607.08662#Sx4)
- **reported-result**: On WideSearch-EN, WebSwarm achieves gains of 10.91 and 9.76 points in Row F1 and Item F1 over ReAct, and also shows improvements over multi-agent baselines. [localizador](https://arxiv.org/html/2607.08662#Sx4)

## Lectura y límite

- Método: La lectura de Methodology describe la intervención y su construcción: For a web information-seeking task q_{0} , the ReAct agent searches and reads web pages through web tools at each step until it returns the final answer a . The tool actions include search(query) and fetch_url(url) : the former returns the most relevant webpage URLs and snippets for the query, while the latter returns the text content of a specified webpage. As shown in Figure 2 , at the core of WebSwarm is a recursive delegation process, where the system progressively solves the original task by dynamically creating search nodes and enabling delegation and feedback among them. Each search node is itself an…
- Límite: La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en Experiment.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: Figure 7 (DeepWideSearch). This case first requires resolving a hidden manufacturer clue and then collecting structured vehicle information. WebSwarm first uses a deep search node to identify Henry Ford, then expands into a wide node that enumerates eligible Ford models with entity_collect and fills attributes with atom nodes. This demonstrates an evidence-driven transition from deep entity identification to wide structured collection.
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en Experiment.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/html/2607.08662v1): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.08662): tipo abstract
- [Método · Methodology](https://arxiv.org/html/2607.08662#Sx3): tipo section
- [Evaluación · Experiment](https://arxiv.org/html/2607.08662#Sx4): tipo section
- [Cierre · Conclusion](https://arxiv.org/html/2607.08662#Sx5): tipo section
- [HTML · fuente navegable](https://arxiv.org/abs/2607.08662v1): tipo abstract

## Próxima prueba

- ¿La propuesta mejora deep research frente a la línea base actual?
- Métrica: Comparar la métrica principal de la fuente junto con calidad, coste, latencia y tasa de errores.
- Regla de parada: Parar si no aparece una mejora reproducible o si aumenta el riesgo, la complejidad o el coste sin compensación.

## Recursos reproducibles
- [the following issues](https://github.com/arXiv/html_feedback/issues)
- [list of packages that need conversion](https://github.com/brucemiller/LaTeXML/wiki/Porting-LaTeX-packages-for-LaTeXML)
- [developer contributions](https://github.com/brucemiller/LaTeXML/issues)

## Enlaces relacionados

- [VAKRA](https://luiseduardodemiguel.com/research-ia/markdown/papers/vakra)
- [The Devil Is in the Interface](https://luiseduardodemiguel.com/research-ia/markdown/papers/devil-interface)
- [SkillSentry](https://luiseduardodemiguel.com/research-ia/markdown/papers/skillsentry)