SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration
Summary
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.
View Cached Full Text
Cached at: 07/20/26, 09:43 AM
Paper page - SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration
Source: https://huggingface.co/papers/2607.15257 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
RecentadvancesinTool-IntegratedLargeLanguageModelshavemadewebsearchacorecapabilityofinformation-seekingagents.However,asinteractionhistoriesgrow,agentsincreasinglystruggletotracktaskprogress.Whensearchattemptsfailtoyieldusefulevidence,currentsingle-andmulti-agentsystemscanbecometrappedinrepetitiveloops,wastingsearchbudgetsandultimatelycompromisingthequalityandcompletenessofthefinaloutput.WeintroduceSearchOS,asystem-levelmulti-agentframeworkthatturnsfragile,implicitsearchprogressintoexplicit,persistent,andsharedstate.First,weformulateopen-domaininformationseekingasrelationalschemacompletionwithgroundedcitations,whereagentsdiscoverentities,populateattributesacrosslinkedtables,andanchoreachvaluetosourceevidence.ThenwedesignSearch-OrientedContextManagement(SOCM),whichexternalizestheevolvingstateintoFrontierTask,anEvidenceGraph,aCoverageMap,andFailureMemory.BuiltonSOCM,SearchOSappliesapipeline-parallelschedulingmechanismthatoverlapstheexecutionofsub-agentsandcontinuouslyrefillsfreedslotswithtaskstargetingunresolvedcoveragegapstoimproveutilizationandthroughput.Toscheduleandcontroltheexecutionofsearchagents,SearchOSintroducesaSearchToolMiddlewareHarnessthatinterceptsmodelandtoolinteractionstorecordgroundedevidenceandreacttostallsorbudgetexhaustion,andprovidesareusablehierarchicalskillsystemcomprisingstrategyandaccessskillstoaugmenttheagents’searchprocessandavoidrepeatingfailedsearchpatternsacrossruns.OnWideSearchandGISA,SearchOSleadsallmetricsamongtheevaluatedsingle-andmulti-agentbaselines,pavingthewaytowardrobustinformation-seekingcollaboration.
View arXiv pageView PDFGitHub65Add to collection
Get this paper in your agent:
hf papers read 2607\.15257
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.15257 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.15257 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.15257 in a Space README.md to link it from this page.
Collections including this paper2
Similar Articles
OpenSearch-VL: An Open Recipe for Frontier Multimodal Search Agents
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.
@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.
SwarmResearch: Orchestrating Coding Agents for Open-Ended Discovery
SwarmResearch introduces an orchestrator-subagent harness where a Shepherd Agent steers a population of Search Agents to explore diverse solutions for open-ended optimization problems, achieving better or comparable results to state-of-the-art methods on 13/15 tasks.
WebSwarm: Recursive Multi-Agent Orchestration for Deep-and-Wide Web Search
WebSwarm introduces a recursive multi-agent delegation framework for deep-and-wide web search, dynamically instantiating agentic search nodes that can decompose tasks, expand recursively, and collaborate adaptively. It outperforms baselines on multiple benchmarks.
LoHoSearch: Benchmarking Long-Horizon Search Agents Beyond the Human Difficulty Ceiling
LoHoSearch is a new benchmark for evaluating long-horizon search agents, built from a knowledge graph of 7 million Wikipedia entities. It introduces questions with large search spaces and structural complexity to exceed human-authored difficulty ceilings, and shows that the best model achieves only 34.74% accuracy.