iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Llms ›› DeepRoot Multi-Agent System Enables Therapeutic Reasoning Over Historical Medical Texts with 47.6% Accuracy

DeepRoot Multi-Agent System Enables Therapeutic Reasoning Over Historical Medical Texts with 47.6% Accuracy

DeepRoot is a multi-agent LLM system that jointly builds and utilizes a verified knowledge graph for therapeutic reasoning over historical medical texts. Applied to the Shen Nong Ben Cao Jing, it recovers 10 of 21 held-out compound-disease treatment pairs at R@20 (47.6%), significantly outperforming a raw corpus LLM (4.8%) and random baseline (2.4%). The system also reduces hallucination to 7-10% compared to 87% for tool-using LLMs, offering a scalable method for mining historical medical knowledge.

iG
iGEN Editorial
June 16, 2026
DeepRoot Multi-Agent System Enables Therapeutic Reasoning Over Historical Medical Texts with 47.6% Accuracy

Historical medical archives and traditional medicines hold immense potential for drug discovery, according to a paper on arXiv. However, pre-ontological prose and idiosyncratic taxonomies prevent standardization and medical modernization of the data for use in current biomedical pipelines. The paper reports that no existing LLM agent system—whether tool-calling, retrieval-augmented, or agentic deep-research—can convert such text into verifiable drug-discovery leads at scale. DeepRoot, a multi-agent LLM system introduced in the paper, closes this gap by jointly building and utilizing a verified knowledge graph.

The Problem: Unstructured Historical Medical Data

The paper identifies that historical medical texts contain valuable knowledge but are not machine-readable due to non-standard terminologies and narrative structures. This prevents direct application of modern biomedical pipelines for drug discovery. Existing LLM approaches, including those with tool-calling capabilities, struggle with hallucination and lack systematic reasoning. The authors note that grounding and reasoning—often conflated—are separable axes that a system can compose for therapeutic reasoning.

DeepRoot's Architecture: Knowledge Graph and Multi-Agent Coordination

DeepRoot is a multi-agent system built on large language models (LLMs) that coordinates multiple agents to both construct and query a verified knowledge graph (KG). The paper describes that the system separates the tasks of building the knowledge graph from reasoning over it. This allows the KG to serve as a factual grounding layer, while LLMs provide flexible reasoning. The multi-agent setup enables the system to combine structured knowledge from the graph with natural language inference, aiming to produce verifiable drug-discovery leads.

Performance Results: Accuracy and Hallucination Rates

Applied to the Shen Nong Ben Cao Jing, a classic Chinese medical text, DeepRoot achieved significant results. The paper reports that DeepRoot recovers 10 of 21 held-out compound-disease treatment pairs at R@20, yielding 47.6% accuracy. This compares to 4.8% for a raw corpus LLM and approximately 2.4% for random chance. In an LLM-as-judge audit for reasoning quality, DeepRoot dominated baseline LLMs and LLMs with direct tool-call access to the same APIs that DeepRoot itself queries.

A critical finding concerns hallucination rates. Tool-using LLMs hallucinated evidence on 87% of claims, according to the paper. DeepRoot, by contrast, hallucinated on only 7-10% of claims. Graph-only inference hallucinated 0% but ranked lowest on reasoning coherence. DeepRoot's combined KG+LLM approach was the only condition to win on both axes: low hallucination and high reasoning quality.

System Condition Recovery Rate (R@20) Hallucination Rate Reasoning Coherence (Rank)
Raw corpus LLM 4.8% (not reported separately) Lower
Random baseline ~2.4% - -
Tool-using LLMs (not reported) 87% Lower than DeepRoot
Graph-only inference (not reported) 0% Lowest
DeepRoot (KG+LLM) 47.6% 7-10% Highest

Implications for Drug Discovery and Medical AI

The paper argues that DeepRoot points toward a systematic route for mining and repurposing historical medical knowledge. By treating grounding and reasoning as separable axes, the system demonstrates that combining a verified knowledge graph with LLM-based reasoning can simultaneously reduce hallucination and improve reasoning quality. This approach could enable scalable conversion of pre-ontological medical texts into structured, actionable knowledge for drug development pipelines. The results on the Shen Nong Ben Cao Jing suggest that similar methods could be applied to other historical medical archives, potentially uncovering treatment leads that have been overlooked in modern research.


Sources:

Keep Reading

Recommended Stories

New Method LUCID Detects Hallucinations in LLM-Based Knowledge Graph Reasoning Technology

New Method LUCID Detects Hallucinations in LLM-Based Knowledge Graph Reasoning

Researchers introduce LUCID, the first hallucination detection method designed for large language model-based knowledge graph reasoning. By jointly leveraging attention scores, KG semantics, and structural information via a graph neural network, LUCID achieves state-of-the-art performance across nine datasets compared to 15 baselines. The method addresses a critical gap where existing detection techniques overlook structural information in knowledge graphs.

June 20, 2026
New Framework TRACED Evaluates LLM Reasoning Using Geometric Stability and Progress Technology

New Framework TRACED Evaluates LLM Reasoning Using Geometric Stability and Progress

A new research framework called TRACED evaluates LLM reasoning quality by analyzing geometric progress and stability of reasoning traces. It distinguishes correct reasoning from hallucinations based on trajectory patterns, offering a more robust evaluation method than scalar probabilities.

June 16, 2026
AdaMame: New Training Recipe Solves Language Collapse in Multilingual Reasoning Models Technology

AdaMame: New Training Recipe Solves Language Collapse in Multilingual Reasoning Models

AdaMame, a two-stage training recipe for multilingual mathematical reasoning, addresses language collapse in large reasoning models. It adaptively aligns reasoning language to the query language without compromising accuracy, achieving Pareto-optimal performance across 12 languages.

June 16, 2026
CREDENCE Framework Improves Automated Fact-Checking with Semantic Metrics and Convergence Analysis Technology

CREDENCE Framework Improves Automated Fact-Checking with Semantic Metrics and Convergence Analysis

The CREDENCE framework addresses key shortcomings in automated fact-checking by replacing Jaccard overlap metrics with Semantic-F1, a cosine similarity measure that improves accuracy by 15-32 percentage points. It also provides formal convergence theorems for repair pipelines and benchmarks across social media, encyclopedic, and news domains.

July 8, 2026