DAGverse: Building Document-Grounded Semantic DAGs from Scientific Papers

arXiv cs.AI / 3/27/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces DAGverse, a framework for constructing document-grounded semantic DAGs from online scientific papers by using DAG figures as supervision and surrounding text as context and evidence.
  • It tackles the difficulty that real documents often support multiple plausible abstractions and that the intended graph structure and supporting evidence are scattered across prose, equations, captions, and figures.
  • DAGverse-Pipeline is a semi-automatic system that produces high-precision semantic DAG examples via figure classification, graph reconstruction, semantic grounding, and validation.
  • As a case study, the authors release DAGverse-1, a dataset of 108 expert-validated causal semantic DAGs with graph-, node-, and edge-level evidence, and report improved performance over existing vision-language models for DAG classification and annotation.
  • The release aims to enable document-grounded DAG benchmarks and further research on structured reasoning grounded in real-world evidence from scientific literature.

Abstract

Directed Acyclic Graphs (DAGs) are widely used to represent structured knowledge in scientific and technical domains. However, datasets for real-world DAGs remain scarce because constructing them typically requires expert interpretation of domain documents. We study Doc2SemDAG construction: recovering a preferred semantic DAG from a document together with the cited evidence and context that explain it. This problem is challenging because a document may admit multiple plausible abstractions, the intended structure is often implicit, and the supporting evidence is scattered across prose, equations, captions, and figures. To address these challenges, we leverage scientific papers containing explicit DAG figures as a natural source of supervision. In this setting, the DAG figure provides the DAG structure, while the accompanying text provides context and explanation. We introduce DAGverse, a framework for constructing document-grounded semantic DAGs from online scientific papers. Its core component, DAGverse-Pipeline, is a semi-automatic system designed to produce high-precision semantic DAG examples through figure classification, graph reconstruction, semantic grounding, and validation. As a case study, we test the framework for causal DAGs and release DAGverse-1, a dataset of 108 expert-validated semantic DAGs with graph-level, node-level, and edge-level evidence. Experiments show that DAGverse-Pipeline outperforms existing Vision-Language Models on DAG classification and annotation. DAGverse provides a foundation for document-grounded DAG benchmarks and opens new directions for studying structured reasoning grounded in real-world evidence.