菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-30
📄 Abstract - SimpleSearch-VL: A Simple Recipe for Multimodal Agentic Deep Search

We present SimpleSearch-VL, an efficient, reliable, and practical framework for multimodal agentic search. Its core idea is to improve the agent's own search-and-verification process rather than scaling data, tools, or auxiliary model components. For efficiency, Factorized Adaptive Rollout (FAR) improves sampling efficiency by forming more informative training groups while using redundant samples to mitigate long-tail latency and expose hard samples. For reliability, SimpleSearch-VL performs evidence-verified reasoning, explicitly using chain-of-thought verification to assess the relevance of retrieved visual and textual cues to the original context. For practicality, SimpleSearch-VL keeps a lightweight tool interface and performs webpage self-summary within the agent, requiring no additional external dependencies. With only 5K supervised tool-interleaved trajectories and 2K RL data, SimpleSearch-VL improves Qwen3-VL agentic baselines by 15.8 and 16.0 average points for the 8B and 30B-A3B variants, respectively. The SimpleSearch-VL-30B-A3B model further achieves performance competitive with agentic Gemini-3-Pro.

顶级标签: multi-modal agents reinforcement learning
详细标签: agentic search factorized adaptive rollout evidence-verified reasoning webpage self-summary tool-interleaved trajectories 或 搜索:

SimpleSearch-VL:一种简单的多模态智能深度搜索方案 / SimpleSearch-VL: A Simple Recipe for Multimodal Agentic Deep Search


1️⃣ 一句话总结

本文提出了一种高效、可靠且实用的多模态智能搜索框架SimpleSearch-VL,通过改进智能体自身的搜索与验证流程而非扩大数据量或模型规模,在仅使用少量训练数据的情况下,显著提升了性能,并在8B和30B-A3B参数版本上分别超越了原有基线15.8和16.0个平均分,达到了与Gemini-3-Pro相当的水平。

源自 arXiv: 2606.31504