A Tale of Two Graphs: Separating Knowledge Exploration from Outline Structure for Open-Ended Deep Research
Zhuofan Shi, Ming Ma, Zekun Yao, Fangkai Yang, Jue Zhang, Dongge Han, Victor R\"uhle, Qingwei Lin, Saravan Rajmohan, and Dongmei Zhang

TL;DR
This paper introduces DualGraph, a dual-graph architecture for open-ended deep research with LLMs, improving exploration, knowledge integration, and report quality by separating knowledge storage from writing structure.
Contribution
The paper proposes DualGraph, a novel dual-graph system that enhances LLM-based research by explicitly modeling knowledge and outline structures separately.
Findings
Outperforms state-of-the-art baselines in report quality metrics
Achieves a 53.08 RACE score on DeepResearch Bench with GPT-5
Ablation studies confirm the importance of the dual-graph design
Abstract
Open-Ended Deep Research (OEDR) pushes LLM agents beyond short-form QA toward long-horizon workflows that iteratively search, connect, and synthesize evidence into structured reports. However, existing OEDR agents largely follow either linear ``search-then-generate'' accumulation or outline-centric planning. The former suffers from lost-in-the-middle failures as evidence grows, while the latter relies on the LLM to implicitly infer knowledge gaps from the outline alone, providing weak supervision for identifying missing relations and triggering targeted exploration. We present DualGraph memory, an architecture that separates what the agent knows from how it writes. DualGraph maintains two co-evolving graphs: an Outline Graph (OG), and a Knowledge Graph (KG), a semantic memory that stores fine-grained knowledge units, including core entities, concepts, and their relations. By analyzing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Machine Learning in Healthcare
