EviGraph: Evidence-Guided Autonomous Research Agents

📅 2026-08-05
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the frequent failure of autonomous scientific agents due to unsupported claims or inconsistencies across research stages. To tackle this, the authors propose representing the agent’s internal state as a typed evidence graph comprising nodes for questions, knowledge gaps, hypotheses, experiments, findings, and claims. This framework enables, for the first time, real-time tracking of claim–evidence consistency, precise identification of flaws, and targeted repairs, with a graph checkpointing mechanism ensuring the safety of such interventions. The approach integrates evidence graph construction, consistency verification, regeneration of weak nodes, and chain-of-verification–guided paper generation. Evaluated on ARC-Bench-ML and NanoResearch-20, the method improves claim support rate by 40.19% and achieves 87.73% experimental data consistency, substantially outperforming baseline systems.
📝 Abstract
Autonomous research agents can generate hypotheses, execute experiments, and draft manuscripts, yet their outputs often contain unsupported claims and inconsistencies between research questions, experiments, results, and conclusions. We argue that this problem is partly architectural: existing systems organize research as sequential pipelines but do not explicitly maintain or validate the evolving claim-evidence structure across stages.In this paper, we introduce EviGraph, an autonomous research framework that represents the research process as a typed evidence graph containing Problem, Gap, Hypothesis, Experiment, Finding, and Claim nodes. The graph serves as the operational state of the agent rather than a post-hoc record. EviGraph inspects evidence chains for missing dependencies, semantic misalignment, and result-claim inconsistencies, localizes the earliest weak node, and regenerates its affected downstream subgraph. Graph checkpointing prevents unsuccessful repairs from corrupting previously validated evidence. Manuscripts are generated only after every retained claim is grounded in a validated evidence chain.Experiments on ARC-Bench-ML and NanoResearch-20 show that EviGraph outperforms the compared end-to-end research-agent baselines in overall research performance, improves Claim Support Rate by 40.19% over the strongest baseline, and achieves 87.73% Experimental Data Consistency. These results demonstrate the value of explicit evidence-state maintenance for reliable autonomous research.
Problem

Research questions and friction points this paper is trying to address.

autonomous research agents
unsupported claims
evidence consistency
research reproducibility
claim-evidence alignment
Innovation

Methods, ideas, or system contributions that make the work stand out.

evidence graph
autonomous research agents
claim-evidence alignment
graph-based reasoning
scientific consistency
Z
Zhenjiang Ren
Institute of Automation, Chinese Academy of Sciences, School of Artificial Intelligence, University of Chinese Academy of Sciences
R
Ruiji Li
Institute of Automation, Chinese Academy of Sciences
X
Xujing Zhang
Hong Kong Baptist University
Z
Ziliang Pang
Institute of Automation, Chinese Academy of Sciences
S
Shuo Ren
Institute of Automation, Chinese Academy of Sciences
Jiajun Zhang
Jiajun Zhang
Institute of Automation Chinese Academy of Sciences
Natural Language ProcessingLarge Language ModelsMultimodal Information Processing