From Knowledge to Treatment: Large Language Model Assisted Biomedical Concept Representation for Drug Repurposing
Chengrui Xiang, Tengfei Ma, Xiangzheng Fu, Yiping Liu, Bosheng Song, Xiangxiang Zeng
TL;DR
The paper tackles drug repurposing by enriching biomedical knowledge graphs with common-sense concept knowledge derived from large language models. LLaDR generates rich textual descriptions for entities and fuses them with KG embeddings through a dual-objective fine-tuning process that preserves graph structure while aligning with semantic text signals, formalized as $L = \zeta_1 L_{anc} + \zeta_2 L_{link}$ and involving a text-embedding alignment constraint. Empirical results on the DRKG dataset demonstrate state-of-the-art performance across multiple backbones and tasks, with extensive ablations showing the importance of prompt design, temperature, and semantic integrity. A Alzheimer’s disease case study highlights clinically plausible drug candidates, underscoring LLaDR’s potential impact on translational drug discovery, while acknowledging limitations related to LLM biases, scalability, and interpretability.
Abstract
Drug repurposing plays a critical role in accelerating treatment discovery, especially for complex and rare diseases. Biomedical knowledge graphs (KGs), which encode rich clinical associations, have been widely adopted to support this task. However, existing methods largely overlook common-sense biomedical concept knowledge in real-world labs, such as mechanistic priors indicating that certain drugs are fundamentally incompatible with specific treatments. To address this gap, we propose LLaDR, a Large Language Model-assisted framework for Drug Repurposing, which improves the representation of biomedical concepts within KGs. Specifically, we extract semantically enriched treatment-related textual representations of biomedical entities from large language models (LLMs) and use them to fine-tune knowledge graph embedding (KGE) models. By injecting treatment-relevant knowledge into KGE, LLaDR largely improves the representation of biomedical concepts, enhancing semantic understanding of under-studied or complex indications. Experiments based on benchmarks demonstrate that LLaDR achieves state-of-the-art performance across different scenarios, with case studies on Alzheimer's disease further confirming its robustness and effectiveness. Code is available at https://github.com/xiaomingaaa/LLaDR.
