paper-with-me

Papers

VeriGraph: Towards Verifiable Data-Analytic Agents

2026-06-15 · Jiajie Jin, Zhao Yang, Wenle Liao, Yuyang Hu, Guanting Dong, Xiaoxi Li, Yutao Zhu, Zhicheng Dou arxiv

LLM-based agents have demonstrated strong capabilities in data-intensive analytical tasks, yet their outputs are rarely verifiable: a reliance on linear text trajectories makes their reasoning difficult to audit. In particular, deterministic computations over raw data and semantic deductions over natural-language claims are often entangled in an unstructured stream, leaving numerical conclusions hard to reproduce and qualitative judgments hard to inspect. To address this, we propose VeriGraph, a traceable neuro-symbolic reasoning framework that enables agents to construct an explicit heterogeneous evidence directed acyclic graph (DAG) during execution. VeriGraph introduces three evidence-expansion primitives, namely computational, grounding, and derivational expansion, to connect raw data, interpreter variables, computed results, and natural-language claims in a unified graph. Under this formulation, structural traceability is reduced to graph reachability from raw data sources to terminal claims, while semantic support is measured by claim-level evidence evaluation. To improve graph construction, we further design a graph-based policy optimization strategy with a composite reward that jointly supervises answer correctness, computational integrity, and derivational coherence. Experiments on four benchmarks show that VeriGraph-8B achieves the highest overall score among all baselines. More importantly, VeriGraph produces auditable evidence graphs with substantially stronger claim grounding, achieving a 87.61\% Grounding Rate under our claim-level evidence support evaluation. These results suggest that explicit evidence-graph construction is a promising path toward verifiable data-analytic agents. Our code is available at https://github.com/ignorejjj/VeriGraph.

📄 PDF Abstract BibTeX arXiv:2606.16603

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VeriGraph: Scene Graphs for Execution Verifiable Robot Planning

2024-11-15 · Daniel Ekpo, Mara Levy, Saksham Suri, Chuong Huynh 외

Recent advancements in vision-language models (VLMs) offer potential for robot task planning, but challenges remain due to VLMs' tendency to generate incorrect action sequences. To address these limitations, we propose V…

Robot Task PlanningTask Planning

VeriGraphi: A Multi-Agent Framework of Hierarchical RTL Generation for Large Hardware Designs

2026-04-16 · Sazzadul Islam, Tasnim Tabassum, Hao Zheng arxiv

Generating synthesizable Verilog for large, hierarchical hardware designs remains a significant challenge for large language models (LLMs), which struggle to replicate the structured reasoning that human experts employ w…

Code Generation

DataMosaic: Explainable and Verifiable Multi-Modal Data Analytics through Extract-Reason-Verify

2025-04-14 · Zhengxuan Zhang, Zhuowen Liang, Yin Wu, Teng Lin 외

Large Language Models (LLMs) are transforming data analytics, but their widespread adoption is hindered by two critical limitations: they are not explainable (opaque reasoning processes) and not verifiable (prone to hall…

RAGRetrieval-augmented Generation

QwenPaw-Data: Bridging Facts, Methodology, and Execution for Autonomous Enterprise Data Analytics

2026-07-13 · Tianjing Zeng, Yuntao Hong, Zhongjun Ding, Dandan Liu 외 arxiv

Enterprise data analysis is emerging as a distinct frontier for autonomous agents. Compared with general-purpose interaction and software engineering, it operates in an open, ambiguous, and continuously evolving environm…

DataSpace: Benchmarking Data Agents for Verifiable Analytics over Heterogeneous Workspaces

2026-08-04 · Boyan Li, Zhuowen Liang, Yupeng Xie, Xiaotian Lin 외 arxiv

Data agents enable natural-language analytics over organizational workspaces, where relevant evidence may be scattered across databases, structured files, long documents, and multimedia. Existing benchmarks largely isola…