AI Agents 相关度: 8/10

Open Biomedical Knowledge Graphs at Scale: Construction, Federation, and AI Agent Access with Samyama Graph Database

Madhulatha Mandarapu, Sandeep Kunkunuru
arXiv: 2603.15080v1 发布: 2026-03-16 更新: 2026-03-16

AI 摘要

构建大规模生物医学知识图谱,实现跨数据源联合查询和自然语言访问。

主要贡献

  • 构建并开放了 Pathways KG 和 Clinical Trials KG
  • 实现了跨 KG 的联邦查询
  • 通过 MCP 自动生成 LLM Agent 的工具

方法论

使用 Rust 编写的高性能图数据库 Samyama,采用可复现的 ETL 模式,并利用 Cypher 进行数据加载。

原文摘要

Biomedical knowledge is fragmented across siloed databases -- Reactome for pathways, STRING for protein interactions, Gene Ontology for functional annotations, ClinicalTrials.gov for study registries, and dozens more. Researchers routinely download flat files from each source and write bespoke scripts to cross-reference them, a process that is slow, error-prone, and not reproducible. We present two open-source biomedical knowledge graphs -- Pathways KG (118,686 nodes, 834,785 edges from 5 sources) and Clinical Trials KG (7,774,446 nodes, 26,973,997 edges from 5 sources) -- built on Samyama, a high-performance graph database written in Rust. Our contributions are threefold. First, we describe a reproducible ETL pattern for constructing large-scale KGs from heterogeneous public data sources, with cross-source deduplication, batch Cypher loading, and portable snapshot export. Second, we demonstrate cross-KG federation: loading both snapshots into a single graph tenant enables property-based joins across datasets, answering questions like ``Which biological pathways are disrupted by drugs currently in Phase~3 trials for breast cancer?'' -- a query that neither KG can answer alone. Third, we introduce schema-driven MCP server generation: each KG automatically exposes typed tools for LLM agents via the Model Context Protocol, enabling natural-language access to graph queries without manual tool authoring. All data sources are open-license (CC~BY~4.0, CC0, OBO). Snapshots, ETL code, and MCP configurations are publicly available. The combined federated graph (7.89M nodes, 27.8M edges) loads in 76 seconds on commodity hardware (Mac Mini M4, 16GB RAM), and the signature cross-KG query -- ``which pathways are disrupted by drugs in Phase~3 breast cancer trials?'' -- returns validated results in 2.1 seconds.

标签

知识图谱 生物医学 AI Agent Samyama 图数据库

arXiv 分类

cs.DB cs.AI q-bio.QM