OpenSearch-VL: An Open Recipe for Frontier Multimodal Search Agents
Summary
OpenSearch-VL is an open-source framework and paper introducing a recipe for training frontier multimodal search agents using reinforcement learning, featuring specialized data curation and a novel training algorithm.
View Cached Full Text
Cached at: 05/08/26, 08:07 AM
Paper page - OpenSearch-VL: An Open Recipe for Frontier Multimodal Search Agents
Source: https://huggingface.co/papers/2605.05185
Abstract
OpenSearch-VL presents an open-source framework for training advanced multimodal search agents using reinforcement learning, featuring specialized data curation, diverse tool environments, and a novel training algorithm that improves performance across multiple benchmarks.
Deep search has become a crucial capability for frontier multimodal agents, enabling models to solve complex questions through active search, evidence verification, and multi-step reasoning. Despite rapid progress, top-tiermultimodal search agentsremain difficult to reproduce, largely due to the absence of open high-quality training data, transparent trajectory synthesis pipelines, or detailed training recipes. To this end, we introduce OpenSearch-VL, a fully open-source recipe for training frontier multimodal deep search agents withagentic reinforcement learning. First, we curated a dedicated pipeline to construct high-quality training data throughWikipedia path sampling,fuzzy entity rewriting, andsource-anchor visual grounding, which jointly reduce shortcuts and one-step retrieval collapse. Based on this pipeline, we curate two training datasets, SearchVL-SFT-36k forSFTand SearchVL-RL-8k forRL. Besides, we design a diversetool environmentthat unifies text search, image search,OCR,cropping,sharpening,super-resolution, andperspective correction, enabling agents to combine active perception with external knowledge acquisition. Finally, we propose a multi-turn fatal-awareGRPOtraining algorithm that handles cascading tool failures by masking post-failure tokens while preserving useful pre-failure reasoning through one-sidedadvantage clamping. Built on this recipe, OpenSearch-VL delivers substantial performance gains, with over 10-point average improvements across seven benchmarks, and achieves results comparable to proprietary commercial models on several tasks. We will release all data, code, and models to support open research on multimodal deep search agents.
View arXiv pageView PDFProject pageGitHub69Add to collection
Get this paper in your agent:
hf papers read 2605\.05185
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper3
#### OpenSearch-VL/OpenSearch-VL-8B 770k• Updated1 day ago • 33 • 2
#### OpenSearch-VL/OpenSearch-VL-30B-A3B
#### OpenSearch-VL/OpenSearch-VL-32B 1.14M• Updated1 day ago
Datasets citing this paper2
#### OpenSearch-VL/Search-VL-SFT-36K Preview• Updated1 day ago • 187 • 3 #### OpenSearch-VL/Search-VL-RL-8K Updated1 day ago • 48 • 2
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.05185 in a Space README.md to link it from this page.
Collections including this paper3
Similar Articles
DeepVoyager-VL: Incentivizing Vision-in-the-Loop Search for Long-Horizon Multimodal Agents
DeepVoyager-VL proposes a long-horizon multimodal deep-search framework that integrates visual evidence into intermediate reasoning, using a multimodal event graph for data synthesis and fine-tuning without reinforcement learning, achieving strong performance across ten benchmarks.
SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration
Introduces SearchOS, a multi-agent framework for robust open-domain information-seeking that externalizes search progress into explicit states via a novel Search-Oriented Context Management (SOCM) system, achieving state-of-the-art results on WideSearch and GISA benchmarks.
Towards On-Policy Data Evolution for Visual-Native Multimodal Deep Search Agents
This paper introduces On-Policy Data Evolution (ODE) and a visual-native agent harness to improve multimodal deep search agents. By enabling reusable visual evidence and closed-loop data generation, ODE significantly boosts the performance of Qwen3-VL agents across multiple benchmarks, surpassing Gemini 2.5 Pro.
@tom_doerr: Fully open sources training data for 30B scale search agents https://github.com/PolarSeeker/OpenSeeker…
OpenSeeker fully open-sources training data and models for 30B-scale ReAct-based search agents, achieving state-of-the-art performance on multiple benchmarks including BrowseComp and Humanity's Last Exam. It is the first purely academic project to reach frontier search benchmark performance while releasing complete training data.
VibeWorlding: Can Multimodal Agents Construct 3D Open Worlds End-to-End?
This paper proposes VibeWorlding, a framework for benchmarking and training multimodal agents to construct 3D open worlds from user queries, showing that reinforcement learning improves open-source models to compete with closed-source frontiers.