@DanKornas: DeepDive is a pattern for deep search agents: synthesize QA from knowledge graphs, then train multi-turn browsing with …
Summary
DeepDive is a pattern for building deep search agents that synthesizes QA from knowledge graphs and trains multi-turn browsing with reinforcement learning (GRPO). It includes entity obfuscation and test-time scaling with tool calls.
View Cached Full Text
Cached at: 05/17/26, 07:31 AM
DeepDive is a pattern for deep search agents: synthesize QA from knowledge graphs, then train multi-turn browsing with RL.
Key Ideas: • KG random-walk data • entity obfuscation to force search • GRPO for long-horizon browsing • test-time scaling with tool calls
Repo below. https://t.co/Ud2NMhzcoA
Similar Articles
@tom_doerr: Trains deep search agents from knowledge graphs https://github.com/THUDM/DeepDive
DeepDive presents an automated approach to training deep search agents using knowledge graphs for data synthesis and multi-turn reinforcement learning, enabling complex multi-step reasoning and web browsing.
@DanKornas: Research agents need more than a prompt—they need search, extraction, planning, source tracking, and synthesis. Open De…
Open Deep Research is an open-source Next.js app that combines Firecrawl Search and Extract with a reasoning model to perform iterative web research loops, including search, extraction, planning, source tracking, and synthesis.
@DanKornas: Complex research agents get messy fast: planning, search, RAG, code execution, feedback, and final reports all need to …
DeepResearch is an open-source multi-agent research tool built with Spring AI Alibaba that converts queries into structured reports using dynamic planning, multi-agent roles, hybrid RAG, and Docker-based execution.
DeepSearch-World: Self-Distillation for Deep Search Agents in a Verifiable Environment
DeepSearch-Evolve introduces a self-distillation framework for web agents using a verifiable environment (DeepSearch-World) with 420K multi-hop QA tasks, achieving competitive performance without distillation from stronger models.
@Apodex_AI: Dive in Blog: https://apodex.com/blog/apodex-1.0 Tech report: http://apodex.com/pdf/20260608 Github: https://github.com…
ApodexAI releases Apodex-1.0, a deep-research model that operates as a tool-using ReAct agent. Its heavy-duty mode, Apodex-1.0-H, uses an asynchronous agent team with up to 150 sub-agents and achieves new state-of-the-art results on deep-research benchmarks including BrowseComp, DeepSearchQA, HLE, and FrontierScience, surpassing models like GPT-5.5-pro and Claude-Opus-4.8.