KG-Orchestra: An Open-Source Multi-Agent Framework for Evidence-Based Biomedical Knowledge Graphs Enrichment

preprint OA: closed CC-BY-NC-ND-4.0
AI-generated summary by claude@2026-07, 2026-07-15

KG-Orchestra is a multi-agent framework that uses retrieval-augmented generation to autonomously enrich biomedical knowledge graphs with validated, mechanistic evidence, improving granularity and reliability.

One-sentence paraphrase of the abstract; not a substitute for reading it. No clinical advice. How this works

AI-generated deep summary by claude@2026-07, 2026-07-15 · read from full text

This paper presents KG-Orchestra, an open-source multi-agent, retrieval-augmented framework for enriching biomedical knowledge graphs by expanding directional cause-and-effect triplets from seed graphs using evidence with traceable provenance. The authors evaluated the approach in two specialized knowledge-enrichment contexts, benchmarking different Qwen 3 variants and showing that hybrid retrieval strategies improved evidence relevance while iterative cross-checking and self-correction increased triplet integrity and biological validity. A key caveat is that performance and resource use were assessed across “varying computational budgets,” but the summary provided does not specify broader external generalizability beyond the two chosen contexts. This paper does not explicitly discuss endometriosis or adenomyosis; it was included in the corpus via a keyword match in the upstream search index.

Read from the paper's body, not the abstract. Not a substitute for reading the paper. No clinical advice. How this works

Abstract

1. Biomedical Knowledge Graphs (BKGs) offer integrative representations of complex biology, yet their utility is compromised by the limitations of current construction methods: manual curation offers high fidelity but is unscalable, whereas purely automated Large Language Model (LLM) approaches often yield broad networks lacking mechanistic granularity. We present KG-Orchestra, an open-source multi-agent framework designed to build specialized, directional, cause-and-effect BKGs by enriching seed graphs. The framework focuses on increasing granularity within specific topics by leveraging Retrieval-Augmented Generation (RAG) to autonomously acquire, validate, and integrate evidence. The system orchestrates specialized agents for retrieval, schema alignment, and triplet validation with explicit, traceable provenance, transforming sparse seeds into dense, high-resolution resources. We evaluated KG-Orchestra on two specialized contexts—the mechanistic link between Nelivaptan and Alzheimer’s Disease (NADKG) and the complex probiotic interactions within the gut–brain axis (ProPreSyn-GBA)—across varying computational budgets. Our benchmarking results demonstrate that Qwen 3 variants deliver superior reasoning performance and that hybrid retrieval strategies significantly enhance evidence relevance. Furthermore, the multi-agent architecture ensures high triplet integrity and biological validity through iterative cross-checking and self-correction. The framework remains computationally flexible, deploying from single laptop GPUs to high-performance clusters. By bridging knowledge gaps and adding context-aware entities, KG-Orchestra increases reliability while validating seed assertions against up-to-date sources. This versatility supports critical downstream applications, including completing missing mechanistic pathways, integrating novel entities for drug repurposing, constructing targeted subgraphs from entity lists, and retroactively validating graph evidence for transparent auditing.
Full text 5,520 characters · extracted from oa-doi-fallback · click to expand
1. Abstract Biomedical Knowledge Graphs (BKGs) offer integrative representations of complex biology, yet their utility is compromised by the limitations of current construction methods: manual curation offers high fidelity but is unscalable, whereas purely automated Large Language Model (LLM) approaches often yield broad networks lacking mechanistic granularity. We present KG-Orchestra, an open-source multi-agent framework designed to build specialized, directional, cause-and-effect BKGs by enriching seed graphs. The framework focuses on increasing granularity within specific topics by leveraging Retrieval-Augmented Generation (RAG) to autonomously acquire, validate, and integrate evidence. The system orchestrates specialized agents for retrieval, schema alignment, and triplet validation with explicit, traceable provenance, transforming sparse seeds into dense, high-resolution resources. We evaluated KG-Orchestra on two specialized contexts—the mechanistic link between Nelivaptan and Alzheimer’s Disease (NADKG) and the complex probiotic interactions within the gut–brain axis (ProPreSyn-GBA)—across varying computational budgets. Our benchmarking results demonstrate that Qwen 3 variants deliver superior reasoning performance and that hybrid retrieval strategies significantly enhance evidence relevance. Furthermore, the multi-agent architecture ensures high triplet integrity and biological validity through iterative cross-checking and self-correction. The framework remains computationally flexible, deploying from single laptop GPUs to high-performance clusters. By bridging knowledge gaps and adding context-aware entities, KG-Orchestra increases reliability while validating seed assertions against up-to-date sources. This versatility supports critical downstream applications, including completing missing mechanistic pathways, integrating novel entities for drug repurposing, constructing targeted subgraphs from entity lists, and retroactively validating graph evidence for transparent auditing. Competing Interest Statement The authors have declared no competing interest. 11. Data Availability The data related to this article are available as an open-source Python package at https://github.com/Fraunhofer-SCAI-Applied-Semantics/KG-Orchestra under the Apache 2.0 License. 13. Glossary - Ablation Study - A scientific procedure used to determine the contribution of individual components of an AI system by removing them one at a time and measuring the resulting impact on performance. - AI Agent - An autonomous computational entity driven by a Large Language Model that is designed to perform a specific, specialized task—such as text retrieval, schema alignment, or fact-checking—within a larger workflow. - Biomedical Knowledge Graph (BKG) - A structured network representation of biological knowledge where nodes represent entities (e.g., genes, drugs, diseases) and edges represent the semantic or causal relationships between them. - Embedding (Dense vs. Sparse) - A mathematical representation of text as a numerical vector. Dense embeddings capture semantic meaning and context, while sparse embeddings (like SPLADE) focus on specific keyword matching and lexical importance. - Evidence - Within this framework, a specific paragraph-level textual excerpt retrieved from scientific literature that provides direct support for, or contradiction of, a proposed knowledge assertion. - Hybrid Retrieval - A search methodology that combines both dense and sparse embeddings to improve the accuracy and relevance of retrieved documents by balancing semantic intent with keyword precision. - Knowledge Graph Enrichment - The process of expanding an existing knowledge graph by adding new entities, discovering novel relationships, or validating existing assertions using external data sources. - Large Language Model (LLM) - A type of artificial intelligence trained on massive datasets of text to understand, generate, and reason with natural language (e.g., Qwen, GPT-4, DeepSeek). - Multi-Agent System (MAS) - An architectural framework where multiple specialized AI agents collaborate to solve complex tasks by decomposing them into smaller, manageable sub-processes. - NDCG (Normalized Discounted Cumulative Gain) - A standard metric used in information retrieval to measure the quality of ranking; it rewards systems for placing the most relevant results at the top of a list. - Ontology - A formal and standardized set of definitions, categories, and properties that dictate how entities and relationships should be structured within a specific domain. - Provenance - The documented history of a data point, including its original source (e.g., DOI or PubMed ID) and the computational steps taken to extract and validate it. - Retrieval-Augmented Generation (RAG) - A technique that enhances LLM performance by retrieving relevant documents from an external corpus and providing them to the model as context before generating a response. - Schema Alignment - The process of mapping newly extracted entities and relationships to the predefined structure and vocabulary of an existing knowledge graph to ensure consistency. - Seed Knowledge Graph - An initial, often smaller, knowledge graph that serves as the foundation and structural guide for further enrichment and expansion. - Triplet - The fundamental unit of a knowledge graph, consisting of three parts: a Head (subject), a Relation (predicate), and a Tail (object), forming a statement such as (Drug A — treats — Disease B).

Text is read by the "Ask this paper" AI Q&A widget below. Extraction quality varies by source — PMC NXML preserves structure cleanly, OA-HTML may include some navigation residue, and OA-PDF can have broken hyphenation. The publisher copy (via DOI) is the canonical version.

My notes (saved in your browser only)

Ask this paper AI returns verbatim quotes from the full text · source: oa-doi-fallback

Answers must be backed by verbatim quotes from this paper's full text. Hallucinated quotes are dropped automatically; if no verbatim passage answers the question, we say so. How this works

Citation neighborhood (no data yet)

We don't have any in-corpus citations linked to this paper yet. This is a recent paper (2026) — citers typically take a year or two to land, and the OpenAlex reference graph may still be filling in.

Source provenance

europepmc
last seen: 2026-05-20T01:45:00.602351+00:00
unpaywall
last seen: 2026-05-30T02:00:01.510937+00:00
License: CC-BY-NC-ND-4.0