DualResearch: Entropy-Gated Dual-Graph Retrieval for Answer Reconstruction
Jinxin Shi, Zongsheng Cao, Runmin Ma, Yusong Hu, Jie Zhou, Xin Li, Lei Bai, Liang He, Bo Zhang
TL;DR
DualResearch addresses noise and transient uncertainty in tool-intensive scientific reasoning by modeling two complementary knowledge channels: a Breadth Semantic Graph for stable background concepts and a Depth Causal Graph for executable reasoning traces. It encodes per-layer relevance, derives channel-specific posteriors $P_B(a|q)$ and $P_D(a|q)$, and fuses them via a log-space entropy gate with calibration to produce a robust, auditable answer distribution $\tilde{P}(a|q)$. Empirical results on HLE and GPQA show consistent improvements over baselines and competitive performance against state-of-the-art approaches, with substantial gains when reusing existing problem-solving logs. The framework yields compact, verifiable reasoning graphs that enhance reliability and reproducibility, with potential for future multimodal extensions to broaden applicability in scientific inquiry.
Abstract
The deep-research framework orchestrates external tools to perform complex, multi-step scientific reasoning that exceeds the native limits of a single large language model. However, it still suffers from context pollution, weak evidentiary support, and brittle execution paths. To address these issues, we propose DualResearch, a retrieval and fusion framework that matches the epistemic structure of tool-intensive reasoning by jointly modeling two complementary graphs: a breadth semantic graph that encodes stable background knowledge, and a depth causal graph that captures execution provenance. Each graph has a layer-native relevance function, seed-anchored semantic diffusion for breadth, and causal-semantic path matching with reliability weighting for depth. To reconcile their heterogeneity and query-dependent uncertainty, DualResearch converts per-layer path evidence into answer distributions and fuses them in log space via an entropy-gated rule with global calibration. The fusion up-weights the more certain channel and amplifies agreement. As a complement to deep-research systems, DualResearch compresses lengthy multi-tool execution logs into a concise reasoning graph, and we show that it can reconstruct answers stably and effectively. On the scientific reasoning benchmarks HLE and GPQA, DualResearch achieves competitive performance. Using log files from the open-source system InternAgent, its accuracy improves by 7.7% on HLE and 6.06% on GPQA.
