Pith. sign in

REVIEW 2 cited by

K-Paths: Reasoning over Graph Paths for Drug Repurposing and Drug Interaction Prediction

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2502.13344 v3 pith:PVSOJNES submitted 2025-02-18 cs.LG cs.CLq-bio.BM

K-Paths: Reasoning over Graph Paths for Drug Repurposing and Drug Interaction Prediction

classification cs.LG cs.CLq-bio.BM
keywords k-pathspathsreasoningdrugllmsbiomedicalpredictiontasks
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Biomedical knowledge graphs (KGs) encode rich, structured information critical for drug discovery tasks, but extracting meaningful insights from large-scale KGs remains challenging due to their complex structure. Existing biomedical subgraph retrieval methods are tailored for graph neural networks (GNNs), limiting compatibility with other paradigms, including large language models (LLMs). We introduce K-Paths, a model-agnostic retrieval framework that extracts structured, diverse, and biologically meaningful multi-hop paths from dense biomedical KGs. These paths enable the prediction of unobserved drug-drug and drug-disease interactions, including those involving entities not seen during training, thus supporting inductive reasoning. K-Paths is training-free and employs a diversity-aware adaptation of Yen's algorithm to extract the K shortest loopless paths between entities in a query, prioritizing biologically relevant and relationally diverse connections. These paths serve as concise, interpretable reasoning chains that can be directly integrated with LLMs or GNNs to improve generalization, accuracy, and enable explainable inference. Experiments on benchmark datasets show that K-Paths improves zero-shot reasoning across state-of-the-art LLMs. For instance, Tx-Gemma 27B improves by 19.8 and 4.0 F1 points on interaction severity prediction and drug repurposing tasks, respectively. Llama 70B achieves gains of 8.5 and 6.2 points on the same tasks. K-Paths also boosts the training efficiency of EmerGNN, a state-of-the-art GNN, by reducing the KG size by 90% while maintaining predictive performance. Beyond efficiency, K-Paths bridges the gap between KGs and LLMs, enabling scalable and explainable LLM-augmented scientific discovery. We release our code and the retrieved paths as a benchmark for inductive reasoning.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Large Language Models Meet Biomedical Knowledge Graphs for Mechanistically Grounded Therapeutic Prioritization

    cs.AI 2026-04 unverdicted novelty 6.0

    DrugKLM integrates knowledge graphs and LLMs to prioritize mechanistically plausible drug repurposing candidates, outperforming baselines and aligning scores with improved survival signatures in cancer data.

  2. DDIAgents: Mechanism-Conditioned Context Flow for Drug-Drug Interaction Prediction

    cs.AI 2026-06 unverdicted novelty 5.0

    DDIAgents introduces a mechanism-conditioned multi-agent framework for drug-drug interaction prediction that dynamically orchestrates knowledge sources and outperforms baselines.